Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

what is lvol8 directory

Status
Not open for further replies.

vhgupta1

Programmer
Aug 12, 2002
3
IN
what is lvol8 and what is its importance in unix 11.0
IF its not there how to recover it ...?
any help will help me as i am a novice for hp-ux
thanks :)
 
Hello there

Nobody will be able to answer this question. You ask what lvol8 is? Well it generally covers notation form for Logical Volumes. This is the 8th Logical Volume within a Volume Group. A Volume Group is a or a collection of Disks.

What is it, we we don't know, it then is mounted on top of a directory path, e.g. /opt/oracle. You need to look in your /etc/fstab for more information.

Once you have found out what directory this Logical Volume is mounted on we will then be able to tell you weather it is important or not.

I guess as your machine is working it cannot be that important, but are your applications?

Best regards

Ben
 
By default the /dev/vg00/lvol8 volume gets mounted on /var.
 
I have Unix 10.20 and my /var is loaded on vg00 lvol7.
I guess it just depends on who set it up.
 
vhgupta1,

Take a look at your /etc/fstab and /etc/mnttab. If you have a listing for lvol8 in /etc/fstab but not in /etc/mnttab, type mount /<filesystem name from fstab>. Then cd into the mount point and see if you see data. It could be that for some reason the logical volume is not set to mount at boot.

To set it to mount at boot, I would recommend using sam, if you are new to HPUX. It could be just a matter of adding the correct line to mnttab to get it to mount at boot.

If it is /var that is the mount point to that logical volume, yes, it is an important directory. If you don't have it mounted, you could be writing your /var files to the /var directory in /, rather than the filesystem /var. If that is the case, you run the risk of filling up /, and also run the risk that perhaps ownership and permissions on subdirectories of the filesystem /var are not correct.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top