- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX 11.0 Mount point not working
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
01-28-2004 10:38 AM
01-28-2004 10:38 AM
HP-UX 11.0 Mount point not working
device not found. I checked in SAM and the mount point structure is still intact. It appears that we may need to recreate the device setting. Any suggestions on re-establishing or troubleshooting a mount point would be helpful. Also, I looked at the /etc/fstab file and noticed # signs in front of the non-working mount point. I thought it might be similiar to a REM in front of the line. Once I removed these # signs the structure to our EMC appeared on the system. Unfortunately, their just empty structures.
Thanks,
Doug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 10:43 AM
01-28-2004 10:43 AM
Re: HP-UX 11.0 Mount point not working
Is it a syntax error?
/dev/emcvg01/Ksystem/ ?
For a logical volume you wouldn't see a trailing /.
Can you do a "vgdisplay -v emcvg01|grep "LV Name" and see if you get the logical volumes out of it?.
If it returns the error, then make sure the VG is activated 'vgchange -a y emcvg01" and then try. If it does not return error but the logical volumes, then make sure you are using the correct lv names. You will do something like
mount /dev/emcvg01/lvol1 /mount_point.
If you can post your /etc/fstab and vgdisplay -v emcvg01 we can be able to find the issue.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 11:24 AM
01-28-2004 11:24 AM
Re: HP-UX 11.0 Mount point not working
root[/] >vgdisplay -v emcvg01
vgdisplay: Volume group not activated.
vgdisplay: Cannot display volume group "emcvg01".
root[/] >
Also, the added / was a syntax error on my part.
Thanks,
Doug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 11:34 AM
01-28-2004 11:34 AM
Re: HP-UX 11.0 Mount point not working
# vgchange -a y /dev/emcvg01
If that succeeds then try mounting your LV and then troubleshoot the reason the VG is not being activated automatically. If it doesn't work, you may have VG troubles and just need to recreate and restore.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 11:40 AM
01-28-2004 11:40 AM
Re: HP-UX 11.0 Mount point not working
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 11:54 AM
01-28-2004 11:54 AM
Re: HP-UX 11.0 Mount point not working
There is probably a minor number conflict between this older volume group and one of the new ones.
Check the minor numbers on the /dev/vg##/group files.
I think if you resolve the conflict, you should be able to activate the vg with instructions already in the thread.
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
01-29-2004 03:18 AM
01-29-2004 03:18 AM
Re: HP-UX 11.0 Mount point not working
Thanks,
Doug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 07:26 AM
01-29-2004 07:26 AM
Re: HP-UX 11.0 Mount point not working
Thanks,
Doug