- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fstab, extra entry
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
02-15-2007 08:03 AM
02-15-2007 08:03 AM
So I looked, and there is an extra line:
/dev/vg01/arch /arch vxfs rw,suid,...etc...
According to vgdisplay, there is no logical volume /dev/vg01/arch.
Assuming that there was a /dev/vg01/arch at one time, is this an indication that the volume was removed but fstab was not modified?
There's no error in syslog about it not mounting. Would that mean that this server has not been booted since arch was removed?
And, since I know that /dev/vg01/arch no longer exists, can I just delete the line from the fstab with 'vi', without harming anything?
Thanks,
Fred
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 08:05 AM
02-15-2007 08:05 AM
Re: fstab, extra entry
# swinstall -x mount_all_filesystems=false -s /xxxxxxxx.depot
then it will not look for the entries in your /etc/fstab file.
rgds / James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 08:17 AM
02-15-2007 08:17 AM
Re: fstab, extra entry
Fred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 08:32 AM
02-15-2007 08:32 AM
Solution> According to vgdisplay, there is no logical volume /dev/vg01/arch
Do 'ls -l /dev/vg*/group'. If you don't see a group file for vg01, then the volume group was eliminated. The absence from a 'vgdisplay' may only mean that the volume group has not been activated. Unless you are running a ServiceGuard environment, this is unlikely.
> Assuming that there was a /dev/vg01/arch at one time, is this an indication that the volume was removed but fstab was not modified?
Probably.
> There's no error in syslog about it not mounting
You need to look at the startup log --- '/etc/rc.log'. The script '/sbin/init.d/localmount' would log events in the 'rc.log' had it encountered errors.
> And, since I know that /dev/vg01/arch no longer exists, can I just delete the line from the fstab with 'vi', without harming anything?
Yes, simply edit '/etc/fstab'. Missing entries can always be added back --- missing entries simply aren't mounted at startup or when a 'mount -a' is performed.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2007 02:28 AM
02-16-2007 02:28 AM
Re: fstab, extra entry
mountall: cannot mount /dev/vg01/arch
mountall: diagnostics from mount
mount: /arch: No such file or directory
So evidently it's been missing a long while.
I've removed it from fstab.
Fred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2007 02:29 AM
02-16-2007 02:29 AM