Operating System - HP-UX
1826509 Members
3704 Online
109694 Solutions
New Discussion

Re: Mount problem on boot

 
Utpal Krishna
Advisor

Mount problem on boot

Hi,

I am facing one problem during booting of one of our HP server, i.e one mount point(/home/oracle) do not mount
automatically after boot.I have to manually mount it.

I am attaching the /etc/fstab entry for this server.

Can anyone tell me the probable reason/solution for it?

Thanks

Utpal
To know the best on HP-UX
6 REPLIES 6
Michael Tully
Honored Contributor

Re: Mount problem on boot

Check that you have the correct options for the filesystem.

# fstyp -v /dev/myvg/rlvol

# fsadm -v /dev/myvg/lvol
Depending on the options you use in the /etc/fstab file and what you are attempting to mount manually may be different.
Anyone for a Mutiny ?
Utpal Krishna
Advisor

Re: Mount problem on boot

Hi

Thanks for the mail.
But what option to put in my /etc/fstab entry to mount /home/oracle on boot..

Utpal


To know the best on HP-UX
Sunil Sharma_1
Honored Contributor

Re: Mount problem on boot

Hi,

What is the FS type for /home/oracle?

what command you give manually to mount this FS ?

try to change in fstab insted of vxfs give HFS and try.

Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***
Thierry Poels_1
Honored Contributor

Re: Mount problem on boot

hi,

how do you manually mount it?
with "mount /dev/vgmed00/lvol03 /home/oracle"?
or "mount /home/oracle"?

the second option used the /etc/fstab to get its info, the first does not use /etc/fstab.

regards,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
Thierry Poels_1
Honored Contributor

Re: Mount problem on boot

hi again,

any errors in /etc/rc.log?
does "mountall" or "mount -a" display any errors?

regards,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
Rizwan Mohammed
Frequent Advisor

Re: Mount problem on boot

Hi

You have mentioned in your fstab with nolargefiles option ,if you remove the option ,it will work out. as you dont need to spcify as nolargefiles.

what is the size of the fs ,check it supports largefiles fsadm -v /dev/xxx

Rizwan
Know ?Urself before judging others