cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Swap space in HP UX

Former Member
0 Kudos

Hi All,

i want to know how to set the swap space in HP UX

my Swap space is 32 GB

can u plz give me the command

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Chinnu,

The first thing that you need to do is to create a lvol with the command:

#lvcreate -L 64M -n myswap /dev/vg01 (swap size is 64MB)

And then add swap as,

#swapon /dev/vg01/myswap

You can find more information on:

[http://docs.hp.com/en/B2355-90672/ch06s03.html|http://docs.hp.com/en/B2355-90672/ch06s03.html]

or

[http://docs.hp.com/en/B2355-90672/ch06s03.html|http://docs.hp.com/en/B2355-90672/ch06s03.html]

Zareh

Answers (0)