- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Mount problem on boot
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 04:51 PM
12-08-2003 04:51 PM
Mount problem on boot
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 04:55 PM
12-08-2003 04:55 PM
Re: Mount problem on boot
# 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 05:16 PM
12-08-2003 05:16 PM
Re: Mount problem on boot
Thanks for the mail.
But what option to put in my /etc/fstab entry to mount /home/oracle on boot..
Utpal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 05:45 PM
12-08-2003 05:45 PM
Re: Mount problem on boot
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 05:50 PM
12-08-2003 05:50 PM
Re: Mount problem on boot
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 05:53 PM
12-08-2003 05:53 PM
Re: Mount problem on boot
any errors in /etc/rc.log?
does "mountall" or "mount -a" display any errors?
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 06:29 PM
12-08-2003 06:29 PM
Re: Mount problem on boot
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