Please see this


Contents

- INDEX
- HP-UX Index
- Solaris
- Linux Index
- Other Unix types
- General Unix
- Unix Networking
- Unix Scripts
- Unix databases

Associated Information

- Creating a logical volume
- Changing the dump area
- Mirroring disks with LVM
- Mirroring the root volume
- Moving a disk
- Disk striping with LVM

Useful Links

- HP-UX Online Manuals
- HP-UX FAQ
- HP-UX Mailing List Archive
- HP-UX US User Group
- HP-UX UK User Group
- HP-UX Public Domain Software

Setting up swap

Swap is most efficient if it is interleaved between two or more disks. For maximum efficiency each swap area should have equal priority and should be the same size (so one doesn't run out before the other)

  1. lvcreate -C y -L size -r n -n name /dev/vg_name

  2. swapon /dev/vg_name/lv_name (priority defaults to 1)

  3. update /etc/fstab, e.g.

    /dev/vg02/swap2 / swap defaults 0 0


Copyright 2000 Intronet Computers Ltd
Email: Intronet Computers for enquiries