Operating System - HP-UX
1830898 Members
2706 Online
110017 Solutions
New Discussion

Check Physical memory and create logical volumes with largefiles

 
sujeet joshi
Frequent Advisor

Check Physical memory and create logical volumes with largefiles

Hi,

can tell me how to check physical memory used in HPUX 11i.
how to create logical volumes with largefiles enable support?


Thanks
Sujeet
3 REPLIES 3
Ivan Ferreira
Honored Contributor

Re: Check Physical memory and create logical volumes with largefiles

>>> can tell me how to check physical memory used in HPUX 11i.

vmstat and sar commands can provide the information.

>>>how to create logical volumes with largefiles enable support?

largefiles is an option of the file system, the logical volumes are raw devices. This is an example of how to create a file system in a logical volume with largefiles enabled.

mkfs -F vxfs -o version=4,largefiles /dev/vgqa/lvol1
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
IT_2007
Honored Contributor

Re: Check Physical memory and create logical volumes with largefiles

use sam --> Performance Monitors --> system Properties --> Tab to Memory

lvcreate -L /dev/vgXX
mkfs -F vxfs -o largefiles /dev/vgXX/rlovl??
IT_2007
Honored Contributor

Re: Check Physical memory and create logical volumes with largefiles