- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- logical volume will not mount to mount-point even ...
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
07-09-2007 09:08 AM
07-09-2007 09:08 AM
Recently, I lost a 36GB disk and had to replace it with two 18GB disks. So this meant that I had to remove and create several logical volumes for reloading of data.
Now, even though these logical volumes and their mount-points are listed in the /etc/fstab file, they will not mount when the system is rebooted.
Does anyone have an idea as to what I may be missing?
Thanks,
Randy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2007 09:30 AM
07-09-2007 09:30 AM
Solutionmount /mount_point
After the device/mount_point is added to fstab?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2007 09:47 AM
07-09-2007 09:47 AM
Re: logical volume will not mount to mount-point even if in /etc/fstab
I'd assume an error was made in naming one of the logical volumes (first column) listed in /etc/fstab
vgdisplay the volume group. maybe with -v so you can see the logical volumes. Look for the one that doesn't match /etc/fstab
Its easier at this point to change /etc/fstab
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2007 10:05 AM
07-09-2007 10:05 AM
Re: logical volume will not mount to mount-point even if in /etc/fstab
can you cat /etc/fstab and post here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2007 04:23 PM
07-09-2007 04:23 PM
Re: logical volume will not mount to mount-point even if in /etc/fstab
Also make use of "vgdisplay -v VGname" to see details of the VG/LV.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2007 08:37 PM
07-09-2007 08:37 PM
Re: logical volume will not mount to mount-point even if in /etc/fstab
system responce.
2. If you managed to mount it by hand then umount and try #mount -a
May be you have an error on /etc/fstab?
Regards,Stan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 12:55 AM
07-10-2007 12:55 AM
Re: logical volume will not mount to mount-point even if in /etc/fstab
# cat /etc/fstab
/dev/vg00/lvol3 / vxfs delaylog 0 1
/dev/vg00/lvol1 /stand hfs defaults 0 1
/dev/vg00/lvol4 /home vxfs delaylog 0 2
/dev/vg00/lvol5 /opt vxfs delaylog 0 2
/dev/vg00/lvol6 /tmp vxfs delaylog 0 2
/dev/vg00/lvol7 /usr vxfs delaylog 0 2
/dev/vg00/lvol8 /var vxfs delaylog 0 2
/dev/dsk/c4t2d0 /cdrom cdfs ro,suid 0 0
/dev/vg03/Group1 /u06 vxfs delaylog,nodatainlog,largefiles,rw,suid 0 2
/dev/vg03/lvol20 /f01 vxfs delaylog,nodatainlog,largefiles,rw,suid 0 2
/dev/vg04/Group1 /u07 vxfs delaylog,nodatainlog,largefiles,rw,suid 0 2
/dev/vg03/Group2 /u08 vxfs delaylog,notatainlog,largefiles,rw,suid 0 2
/dev/vg02/Group1 /u01 vxfs delaylog,notatainlog,largefiles,rw,suid 0 2
/dev/vg02/Group2 /u02 vxfs delaylog,notatainlog,largefiles,rw,suid 0 2
/dev/vg02/Group3 /u03 vxfs delaylog,notatainlog,largefiles,rw,suid 0 2
/dev/vg02/Group4 /u04 vxfs delaylog,notatainlog,largefiles,rw,suid 0 2
/dev/vg02/Group5 /u05 vxfs delaylog,notatainlog,largefiles,rw,suid 0 2
The problem volume groups are the last six listed.
tsf; partial results from /etc/rc.log:
mountall: cannot mount /dev/vg02/Group2
mountall: diagnostics from mount
vxfs mount: illegal -o suboption -- delaylog
vxfs mount: Usage:
mount [-l] [-v|-p]
mount [-F vxfs] [-eQ] -a
mount [-F vxfs] [-eQrV]
[-o [rw|ro] [suid|nosuid] [quota] [remount]
[log|delaylog|tmplog] [largefiles|nolargefiles] ...
Thanks,
Randy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 01:02 AM
07-10-2007 01:02 AM
Re: logical volume will not mount to mount-point even if in /etc/fstab
Try changing the "notatainlog" to "nodatainlog" and try again. If you just make the change to /etc/fstab, you can then just do a:
# mount /u08
to see if it works. No need to reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 01:26 AM
07-10-2007 01:26 AM
Re: logical volume will not mount to mount-point even if in /etc/fstab
The mount-points can now be mounted.
Thanks to all,
Randy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 01:29 AM
07-10-2007 01:29 AM