- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- VGIMPORT with MC Service Guard
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
09-15-2001 08:02 AM
09-15-2001 08:02 AM
Please help, this is the error I received during vgimport in Node2, "volume Group /dev/vgsap4 is still active". To be clearer, here are the details of what I have done:
at NODE1
1. cmhaltpkg -v sapdbci
2. cmhaltcl -v
3. creatd volume group "/dev/vgsap4" with 10 lvs.
4. vgchange -a n /dev/vgsap4
5. vgexport -p -s -v -m /tmp/sap4.mapfile /dev/vgsap4
6. put sap4.mapfile to NODE2
AT NODE2
1. mkdir /dev/vgsap4
2. mknod /dev/vgsap4/group c 64 0x070000
3. vgimport -s -m /tmp/sap4.mapfile /dev/vgsap4
thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2001 08:30 AM
09-15-2001 08:30 AM
Re: VGIMPORT with MC Service Guard
Is this a new VG you are creating on node 2?
Make sure you are using a unique minor number when creating the group file
ll /dev/*/group
You are using 0x070000 (make sure there isn't another VG with the same minor number)
-Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2001 08:36 AM
09-15-2001 08:36 AM
Re: VGIMPORT with MC Service Guard
the minor number is already unique. but stil got the same error.
any other suggestion? thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2001 08:47 AM
09-15-2001 08:47 AM
SolutionThat is strange, the only time i would see this if there is a duplicate minor number or if you were trying to import an already existing VG.
I know sounds silly(since you are just creating this VG) but make sure the VG doesn't exist already (strings /etc/lvmtab |grep vgsap4) and also do a "vgdisplay /dev/vgsap4"
-Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2001 09:21 AM
09-15-2001 09:21 AM
Re: VGIMPORT with MC Service Guard
The only thing it looks like is that the VG somehow got activated on Node1 again. Can you try and deactivate it once again and try importing the VG again on Node2. Since the VG directory on node2 has been recently created that means you didn't had that Vg earlier on that system.
This is puzzling, as the procedure you have follows after creating the VG on Node1 and exporting and importing the VG is correct. You should not be getting any errors.
Hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2001 09:22 AM
09-15-2001 09:22 AM
Re: VGIMPORT with MC Service Guard
Until next time, wina :-)