HPE GreenLake Administration
Operating System - HP-UX
1837208
Members
2553
Online
110115
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-2002 07:33 AM
07-09-2002 07:33 AM
Hello everybody!
Before boot disk crashed we had a J5600 with two disks and two vgs, one per disk (so, vg01 for the second disk).
The boot disk was replaced and we reinstalled the os. I was wandering if a recup of vg01 would be possible. Can you help us?
best regards,
Alessio
Before boot disk crashed we had a J5600 with two disks and two vgs, one per disk (so, vg01 for the second disk).
The boot disk was replaced and we reinstalled the os. I was wandering if a recup of vg01 would be possible. Can you help us?
best regards,
Alessio
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 07:37 AM
07-09-2002 07:37 AM
Re: VG recup
You can do a vgscan and vgimport:
# ioscan -fnC disk ( find out the SCSI device file of second disk)
# vgscan -a (will tell you about the second disk which has LVM information on that)
# mkdir /dev/vg01
# mknod /dev/vg01/group c 64 0x010000
# vgimport /dev/vg01 /dev/dsk/cxtydz ( import the disk in to vg01)
# vgchange -a y /dev/vg01
# strings /etc/lvmtab (checking)
# vgdisplay -v /dev/vg01 ( checking LVM info)
# mkdir mount_points
# vi /etc/fstab ( add mount entries for vg01's lvols)
# mount -a
good luck !
# ioscan -fnC disk ( find out the SCSI device file of second disk)
# vgscan -a (will tell you about the second disk which has LVM information on that)
# mkdir /dev/vg01
# mknod /dev/vg01/group c 64 0x010000
# vgimport /dev/vg01 /dev/dsk/cxtydz ( import the disk in to vg01)
# vgchange -a y /dev/vg01
# strings /etc/lvmtab (checking)
# vgdisplay -v /dev/vg01 ( checking LVM info)
# mkdir mount_points
# vi /etc/fstab ( add mount entries for vg01's lvols)
# mount -a
good luck !
Life is a promise, fulfill it!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 07:41 AM
07-09-2002 07:41 AM
Re: VG recup
Take a look at this thread that I answered about recovering non-root VG from a fresh install. First you would want to try Shiju's suggestion. If that works then you can ignore this.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x3240eea29889d611abdb0090277a778c,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x3240eea29889d611abdb0090277a778c,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 07:42 AM
07-09-2002 07:42 AM
Solution
The vg info is still on the disk. You should have no problem recooping the info. After you have reloaded the os (vg00).
cd /dev
umask 022
mkdir vg01
cd vg01
mknod group c 64 0x10000
chmod 644 group
vgimport -v vg01 /dev/dsk/c?t?d? (the v option will let you see what lvols are being imported)
vgchange -a y vg01
recreate you mount points
mount the lvols on the mount points.
modify the fstab as applicable.
Hope this helps.
...jcd...
cd /dev
umask 022
mkdir vg01
cd vg01
mknod group c 64 0x10000
chmod 644 group
vgimport -v vg01 /dev/dsk/c?t?d? (the v option will let you see what lvols are being imported)
vgchange -a y vg01
recreate you mount points
mount the lvols on the mount points.
modify the fstab as applicable.
Hope this helps.
...jcd...
If I had only read the instructions first??
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP