- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Missing VG
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
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
04-16-2003 02:33 AM
04-16-2003 02:33 AM
Missing VG
previous /etc/lvmtab
strings lvmtab
/dev/vg00
/dev/dsk/c1t6d0
/dev/dsk/c2t6d0
/dev/vg02
/dev/dsk/c7t0d0
/dev/dsk/c12t0d0
/dev/vg03
/dev/dsk/c7t0d1
/dev/dsk/c12t0d1
/dev/vg05
/dev/dsk/c7t0d2
/dev/dsk/c12t0d2
/dev/vg04
/dev/dsk/c7t0d6
/dev/dsk/c12t0d6
Please advise.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 02:34 AM
04-16-2003 02:34 AM
Re: Missing VG
vgscan -a
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 02:35 AM
04-16-2003 02:35 AM
Re: Missing VG
Have a look at dmesg to see what the problem was.
also try mount -a and not errors.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 02:35 AM
04-16-2003 02:35 AM
Re: Missing VG
Have a look at dmesg to see what the problem was.
also try mount -a and note errors.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 03:28 AM
04-16-2003 03:28 AM
Re: Missing VG
Does:
# ioscan -fnC disk
...show the physical devices "CLAIMED"?
If so, were the volume groups activated?
# vgchange -a y vgNN
Do you get errors when mounting the associated filesystems? If so, do:
# fsck -F vxfs -y -o full /dev/vgNN/rlvolN
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 04:31 AM
04-16-2003 04:31 AM
Re: Missing VG
vgcfgrestore -f /etc/lvmconf/vg03.map -l
Verify the directory and group file /dev/vg03 and /dev/vg03/group.
Retrieve vg03 this way:
vgexport -p -v -s -m /tmp/mapfile /dev/vg03 (* -p preview *)
vi /tmp/mapfile
Cross reference the contents of /tmp/mapfile with the report from vgcfgrestore, if ok them proceed:
vgexport -v -s -m /tmp/mapfile /dev/vg03 (* will delete /dev/vg03 and /dev/vg03/group *)
mkdir /dev/vg03
mknod /dev/vg03/group c 64 0x0000
vgimport -p -v -s -m /tmp/mapfile /dev/vg03 (* -p preview *)
When ready:
vgimport -v -s -m /tmp/mapfile /dev/vg03
Note: If other problems then please paste in the errors.