- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Vgdisplay error
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
08-17-2004 05:37 PM
08-17-2004 05:37 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 06:01 PM
08-17-2004 06:01 PM
Re: Vgdisplay error
1. Check whether /dev/vg01/group exists and that the minor no. is correct. Check the timestamp for any recent modifications.
2. do # strings lvmtab
See whether it show vg01 and associated PV's
If it doesn't show then you have to do
-- mv /etc/lvmtab to /etc/lvmtab.org
-- vgscan -a
Rebuilds lvmtab file.
Hope that helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 06:12 PM
08-17-2004 06:12 PM
Re: Vgdisplay error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 06:52 PM
08-17-2004 06:52 PM
Re: Vgdisplay error
I hope the /etc/lvmtab file is not updated.
Check us,
vgscan -pv
It will give the scan report to you with out updation.
Try to back up the /etc/lvmtab to another location.
Are you have the localtion of directory as,
/dev/vg01/?
Else copy /dev/vg00/ to /dev/vg01/
Then check as like,
vgimport -pv /dev/vg01
Update the lvmtab file. It will not prompt
vgdisplay: Cannot open the control file "/dev/vg01/group":No such devicevgdisplay:
Try as -pv for every action before doing it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 06:55 PM
08-17-2004 06:55 PM
Re: Vgdisplay error
see more on vgcreate man page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 06:56 PM
08-17-2004 06:56 PM
Re: Vgdisplay error
you may want to check that.
if not present , recretaethat wit mknod command...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 06:57 PM
08-17-2004 06:57 PM
Re: Vgdisplay error
please check previous number 1 item, it's very likel that the /dev/vg01/group file is missing.
TO check if it has been deleted, try this:
cd /dev/vg01
strings .| more
if the file was there, you will find a trace.
YOu probably have to re-import the VG.
BTW, wht's in your /etc/lvmtab ?
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 06:58 PM
08-17-2004 06:58 PM
Re: Vgdisplay error
another little thing: are you using and EVA ?
In that case, at boot disks are not visible, due to a missing workaround.
Try issuing a couple of IOSCAN
ioscan -fn
and then look if you have the disks.
Regards,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 07:55 PM
08-17-2004 07:55 PM
Re: Vgdisplay error
- Does the directory /dev/vg01 exist?
- Like the error message says, does the control file /dev/vg01/group exist?
- Run a command: "strings /etc/lvmtab". There you should find the device name(s) where the system expects to find the vg01. Does that look correct? Are those disks visible in "ioscan -fnCdisk"?
What kind of disk(s) the vg01 is located on? Internal disk in the server? External SCSI? External FibreChannel storage box? A large FibreChannel SAN fabric? Something else?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 09:27 PM
08-17-2004 09:27 PM
SolutionCannot open the control file "/dev/vg01/group":
No such device
This has nothing to do with lvmtab and typically means:
- /dev/vg01/group is present
- /dev/vg01/group is a character special file
- /dev/vg01/group has major 64
But:
The VG number NN (minor 0xNNxxxx) may not be in the range 0...maxvgs-1.
So please check the minor number and compare it with your maxvgs kernel tunable.
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 02:21 AM
08-18-2004 02:21 AM