分类:
2009-02-11 16:27:20
Swap Space on HP Tru64 UNIX
To find out how much swap space has been allocated and is currently being used, use the swapon command on HP Tru64 UNIX.
To find out how much
Swap Space on HP Tru64 UNIX
To find out how much swap space has been allocated and is currently being used, use the swapon command on HP Tru64 UNIX.
To find out how much swap space is in use while you are running TotalView:
/bin/ps -o LFMT
To add swap space, use the /sbin/swapon(8) command. You must be logged in as root to use this command. For more information, refer to the online manual page for this command.
swap space is in use while you are running TotalView:
/bin/ps -o LFMT
To add swap space, use the /sbin/swapon(8) command. You must be logged in as root to use this command. For more information, refer to the online manual page for this command.
1. insert disk
2. do
# hwmgr -show scsi
to see existing disk devices
3. do
# hwmgr -scan scsi
to rescan buses and create device files for new disk
4. check if new disk is recognized
# hwmmgr -sho scsi
5. label a new disk and create partitions using disklabel or GUI
6. edit /etc/sysconfigtab and add entry foe new swap partition, for example:
swapdevice=/dev/disk/dsk0b,/dev/disk/dsk4d
7. activate new swap partition
# swapon -a