- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: problems with vgscan and vgdisplay on vg00
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-21-2001 10:40 PM
02-21-2001 10:40 PM
problems with vgscan and vgdisplay on vg00
When I'm doing vgscan, I got this msg:
"Couldn't stat physical volume "/dev/dsk/c0t0d0": Invalid argument.
.....
The colume group /dev/vg00/group was not matched with any Physical Volumes."
And when I do #vgdisplay /dev/vg00, I got error msg:
"Volume group "/dev/vg00" does not exist in the "/etc/lvmtab" file.
Could anybody help me to solve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2001 10:54 PM
02-21-2001 10:54 PM
Re: problems with vgscan and vgdisplay on vg00
How many disks are in your system? ioscan -fknC disk, and is /dev/dsk/c0t0d0 your boot disk?
MND
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2001 11:44 PM
02-21-2001 11:44 PM
Re: problems with vgscan and vgdisplay on vg00
Make sure you have all the special files with 'insf -e'.
Try recreating /etc/lvmtab with 'vgscan -a'. Is this command showing the same error message?
Read the manpages of 'vgscan' as there could be some issues with alternate links.
If you are running 11.0:
Patch PHKL_21607 fixes the inability of HPUX 11.0 to support devices that have skipped LUN IDs.
It's been superseeded by PHKL_22759
ftp://ftp.itrc.hp.com/hp-ux_patches/s700_800/11.X/PHKL_22759
Best regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2001 12:18 AM
02-22-2001 12:18 AM
Re: problems with vgscan and vgdisplay on vg00
I run "umount -a" when I'm in single user mode.
Then my problems arise. I cannot do mount anymore. As a result, most of the command cannot be used.
I got 2 disks in my system and c0t0d0 is not my boot disk. vgscan -a gave me the same error messages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2001 12:34 AM
02-22-2001 12:34 AM
Re: problems with vgscan and vgdisplay on vg00
what is the output of the /etc/lvmtab file (use strings) and /etc/fstab files?
MND
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2001 01:07 AM
02-22-2001 01:07 AM
Re: problems with vgscan and vgdisplay on vg00
I'm not sure if /dev/vg00 striped across the 2 disks and I can't issue the strings command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2001 01:19 AM
02-22-2001 01:19 AM
Re: problems with vgscan and vgdisplay on vg00
How about rebooting the machine into maintenance mode and seeing if any of the commands work? Reboot the machine and catch the boot sequence, then issue the boot pri ipl command and get to the secondary loader (ISL) then issue hpux -lm and see if anything works.
MND