- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vg01 is not recognized
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
12-30-2014 12:53 PM - last edited on 12-30-2014 05:48 PM by Maiko-I
12-30-2014 12:53 PM - last edited on 12-30-2014 05:48 PM by Maiko-I
vg01 is not recognized
Hello,
I am running HP-UX B.11.11 on a C8000 (...)
The machine has 2 Disks as follow:
1. UP-UX OS LVM on /dev/vg00
2. Application that mounted on /scc on /dev/vg01
I replaced the OS disk but the system could not recognized vg01.
I rebooted the system into hpux -lm mode and run these commands:
vgexport vg01
mkdir /dev/vg01
mknod /dev/vg01/group c 64 0x010000
vgimport vg01
vgchange -a y vg01
vgcfgback -u /dev/v01
reboot
Still the same error appeared.
strings /etc/lvtab - indicates that vg00 and vg01 are there.
SAM show that v01 is marked "unused"
How can I assign/import vg01 to the system?
Please advice.
Yaron
P.S. This thread has been moved from HP-UX > System Administration to LVM and VxVM. - Hp Forum moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2015 06:00 AM
01-02-2015 06:00 AM
Re: vg01 is not recognized
>>I replaced the OS disk but the system could not recognized vg01.
>>Still the same error appeared.
What's the error?
>>I rebooted the system into hpux -lm mode and run these commands:
>>vgexport vg01
>>mkdir /dev/vg01
>>mknod /dev/vg01/group c 64 0x010000
>>vgimport vg01
>>vgchange -a y vg01
>>vgcfgback -u /dev/v01
>>reboot
After you did the 'vgimport' above did the VG activate correctly? Did you do a 'vgdisplay -v vg01' to see that all of the LVs that are supposed to be in that VG are present?
>>How can I assign/import vg01 to the system?
The steps you took above will do that. However, without any actuall error messages it's hard to say what is wrong.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2015 07:49 PM
02-23-2015 07:49 PM
Re: vg01 is not recognized
When you run vgimport, you did not specify the disk you imported.
vgimport vg01 /dev/dsk/<diskctd>
Regards,