- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Import VG to Second System in Cluster.
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
05-13-2009 01:09 AM
05-13-2009 01:09 AM
Import VG to Second System in Cluster.
I'm trying to implement the cluster on two node and when i import one volume group to second system, with using this command
#vgexport -v -p -s -m /tmp/vg01.mapfile /dev/vg01
this message is appeared
Beginning the export process on Volume Group "/dev/vg01".
vgexport: Volume group "/dev/vg01" is still active.
/dev/dsk/c8t0d1
/dev/dsk/c8t0d2
/dev/dsk/c9t0d1
/dev/dsk/c9t0d2
/dev/dsk/c10t0d1
/dev/dsk/c10t0d2
/dev/dsk/c11t0d1
/dev/dsk/c11t0d2
and i am opening this map file and i see only this output
VGID cb5030c94a0a5620
1 lvol1
and then i complete the steps to import this VG
and on second system i am execute this command, But there is a problem
# vgimport -v -s -m /tmp/vg01.mapfile /dev/vg01
Beginning the import process on Volume Group "/dev/vg01".
Couldn't access the list of physical volumes for volume group "/dev/vg01".
How to solve this problem to make this VG shared between two system, to complete the cluster configuration.
Thanks & kind Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 01:13 AM
05-13-2009 01:13 AM
Re: Import VG to Second System in Cluster.
check that on node2 all these disks are available:
/dev/dsk/c8t0d1
/dev/dsk/c8t0d2
/dev/dsk/c9t0d1
/dev/dsk/c9t0d2
/dev/dsk/c10t0d1
/dev/dsk/c10t0d2
/dev/dsk/c11t0d1
/dev/dsk/c11t0d2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 01:26 AM
05-13-2009 01:26 AM
Re: Import VG to Second System in Cluster.
The steps you followed are correct. The message says that from the second node LVM could not access all the disks which were imported from the first node.
You should make sure that those luns are also presented to second node and you are able to see all the disks through ioscan from second node. run ioscan -fn and insf -e once on second node if the luns are recently presented.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 01:27 AM
05-13-2009 01:27 AM
Re: Import VG to Second System in Cluster.
How he wants me to check the seconde node if all node are availabe or no, and From the outset, there is a problem when Executing this command in firs node
#vgexport -v -p -s -m /tmp/vg01.mapfile /dev/vg01
this message is appeared
Beginning the export process on Volume Group "/dev/vg01".
and this message is appeared. say the vg01 is still active For that the map file is not include these disk
vgexport: Volume group "/dev/vg01" is still active.
/dev/dsk/c8t0d1
/dev/dsk/c8t0d2
/dev/dsk/c9t0d1
/dev/dsk/c9t0d2
/dev/dsk/c10t0d1
/dev/dsk/c10t0d2
/dev/dsk/c11t0d1
/dev/dsk/c11t0d2
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 01:36 AM
05-13-2009 01:36 AM
Re: Import VG to Second System in Cluster.
vgexport: Volume group "/dev/vg01" is still active it is not the problem it just shows that vg01 is still active and that is no problem.Be sure that your second node has all disks.I think the second node has missing some LUNS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 02:20 AM
05-13-2009 02:20 AM
Re: Import VG to Second System in Cluster.
thanks for all, my problem it is solved.
i present the disk on the second node from EVA storage.
thanks.
and now still to create a mount point with same name in first node and execute this command
#vgchange -a r vg01
why set the vg01 to read only on second node.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 02:35 AM
05-13-2009 02:35 AM
Re: Import VG to Second System in Cluster.
>>and now still to create a mount point with same name in first node and execute this command
#vgchange -a r vg01
why set the vg01 to read only on second node.
<<
You don't need to mount the vg on second node to create the mount points same as in first node.
Just create the mount point direcotires using mkdir command. That is enough.
#mkdir mountpoint
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 03:18 AM
05-13-2009 03:18 AM
Re: Import VG to Second System in Cluster.
i know how i can to create a mount point, but the my Que. is why i need to activate the VG in read only mode by this command
#vgchange -a r vg01
why read only ??
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 03:44 AM
05-13-2009 03:44 AM
Re: Import VG to Second System in Cluster.
>>but the my Que. is why i need to activate the VG in read only mode by this command<<
We are suppose to ask the question to you. You don't need to activate the vg with readonly mode on second node at all. Only for checking the first time, some people try to activate it in read only mode.
When the VG is activated on the first node, you can test it by activate in read only mode on the second node. Because it cannot be activated in read write mode on both nodes which corrupt the data.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 04:10 AM
05-13-2009 04:10 AM
Re: Import VG to Second System in Cluster.
thanks for all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 04:36 AM
05-13-2009 04:36 AM
Re: Import VG to Second System in Cluster.
Please take a moment to assign points to those who have taken the time to assist you, here's how:
http://forums1.itrc.hp.com/service/forums/bizsupport/helptips.do?#33
Thanks,
Ganesh.