Operating System - HP-UX
1833390 Members
3260 Online
110052 Solutions
New Discussion

which files must we change when changing device files

 
mura-kei7
Advisor

which files must we change when changing device files

We must change device file of  rx2660 storage because of some hardware reason,

would you please tell us which files must we change?

 

The server always wakes up without storage mount,

so there are no mount lines in /etc/fstab about the disks.

We type mount script manually, for example,

mount /dev/VGU01/lvol1 /foo

 

 

1 REPLY 1
Patrick Wallek
Honored Contributor

Re: which files must we change when changing device files

If you want volumes  to mount automatically, you must manually put them in the /etc/fstab file.

 

Use the lines that are already there as a guide.

 

For example, to automatically mount '/dev/VGU01/lvol1' to /foo  you would add

 

/dev/VGU01/lvol1 /foo vxfs delaylog 0 2

 

to /etc/fstab.  This assumes that you are using VXFS as the file system, but that is usually correct.