- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SG Cluster using the IVM Guest as nodes on differe...
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-23-2008 02:18 AM
12-23-2008 02:18 AM
To form a MCSG clustering using 2 IVM guests guest1 and guest2 that are on two different nodes, host1 and host2 respectively.
I am not allowed to run the HP IVM Guest as SG package.
The hosts are running 11.23, are connected to EVA 4K storage, Guets shall also run 11.23.
I do not have any Dynamic Multipathing solution like Securepath at the Host level.
Can i create a VG on the host1, Map the VG on to host2, assign the LVs from that VG to the guest1 and guest2 and create a SG cluster between guest1 and guest2.
I want the LVM on the hosts top help me and do not want to do a SG Clustering at the host level.
This is very urgent. Is this possible in the above limitations that i have stated? If yes , please suggest.
can i usse vgchange -S y VG_name and vgchange -a s for the base VG that i will create on the host say host1?
This is for the IVM Version 3.50 and hp-ux 11.23 is Mar 2008
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2008 12:17 PM
12-23-2008 12:17 PM
Re: SG Cluster using the IVM Guest as nodes on different hosts
Few thoughts.
You should try your vgchange command in a test environment.
For a volume group to be shared by SG, it needs to be accessible by all nodes. This means it needs to be on the EVA, not local disk for one of the nodes.
I think that means the answer to your question is no.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2008 09:13 PM
12-23-2008 09:13 PM
Re: SG Cluster using the IVM Guest as nodes on different hosts
You can have Virtual machines as ServiceGuard nodes especially if they are on different physical nodes.
If your package needs a VG you should make sure those are real luns that pass through the VM hosts to the VM Guests.
see the link
http://docs.hp.com/en/T2767-90105/apas06.html
Shows that VMs can be SG nodes and it is supported.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2008 11:58 PM
12-23-2008 11:58 PM
Re: SG Cluster using the IVM Guest as nodes on different hosts
So i am trying to do the SG Clustering between the two VM Guests guest1 and guest2 that are respectively on host1 and host 2.
And as also suggested by you that the EVA4K LUN that is visible to both the hosts has to be presented to the corresponding guests on the hosts as Disks and not as an LV?
Then i will not be able take advantage of the PVlinks as the hosts do not have Securepath in them.
So can i make a VG on the hosts with the EVA 4K LUN(adding the PV LInks) and create an LV and assign the LV to the IVM Guets?
That only i was looking out for. Hope i am clear.
Also when i create such a VG on the host which at the host level does not have MCSG, I want to achieve the same with the vgchage -S y and vgchange -a s for the VG on both the hosts?
IN this hypothetical situation ,with the cluster running and say pkg is running on guest1 that is on host1, what shall happen if the packcage is made to switch over to guest2 which is on host2.
Remember that the Shared VG still remains activated on host1 ??????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2008 01:27 AM
12-27-2008 01:27 AM
Re: SG Cluster using the IVM Guest as nodes on different hosts
Can anyone help please over this ?/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2009 03:30 AM
01-08-2009 03:30 AM
Re: SG Cluster using the IVM Guest as nodes on different hosts
I have not 11.31 nor Securepath or any multipathing Software. In that case is the following way of configuring an MCSG cluster with one node as a Full server and the other as an IVM guest possible?
If u dont have Either, u r left to use the alternate PV link feature of the LVM at the Host Level of the IVM host, create LVs and assign the same to the IVM Guest.
This i think shall require as follows:
Suppose u have the Disk path appearing at the both the Servers at the host level as : /dev/rdsk/c8t0d4 dev/rdsk/c4t0d4 dev/rdsk/c10t0d4 and dev/rdsk/c12t0d4 say
On the non-IVM Host do the following:
#mkdir /dev/vg02
#mknod /dev/vg02/group c 64 0x020000
#vgcreate /dev/vg02 /dev/rdsk/c8t0d4 dev/rdsk/c4t0d4 dev/rdsk/c10t0d4 dev/rdsk/c12t0d4
This creates the VG and integrates the Paths as Alternate paths in the VG vg02.
create LVs lvol1 lvol2 etc on that.
#vgexport -p -v -s -m /tmp/vg02.map
rcp this map file on to the IVM host at /tmp/vg02.map and import the VG over there.
on the IVM Host:
#mkdir /dev/vg02
#mknod /dev/vg02/group c 64 0x020000
#vgimport -v -s -m /tmp/vg02.map /dev/vg02
so the IVM host shall get these LV of the VG.
Assign the LVs to the IVM guest (not the Disks!!!)
#hpvmvodify -P
Once u have ssigned these LVs (Not the disks!!!) to the IVM guest and u can see them as disks in the IVM Guest ioscan go to the rest part as creating the VG for the Cluster on the IVM Guest.
ON the IVM guest:
rcp the map file from the non-IVM host and put that into /tmp/vg02.map
then,
#mkdir /dev/vg02
#mknod /dev/vg02/group c 64 0x020000
#vgimport -v -s -m /tmp/vg02.map /dev/vg02
Once imported take VG CFG backup
#vgcfgbackup /dev/vg02
Now deactivate the VG on the non-IVM host as well as the IVM host and try activating the VG on the IVM Guest.
Make sure that non-IVM host as well as the IVM guest have MCSG Installed on them.
Try following the remaining Process for Cluster creation.
Here the LVM Alternate path and assigning of LVs to the IVM Guests helps u get the advantage of Alternate Pathing ( Remember that this is not Multipathing).
Might be i also was not too sure, But what if VG vg02 has only one LV say lvol1 in the above description!!!!
And then Assigning the space as reqd for the package by creation of Single LV-ed VGs on the Host and assigning those LVs to the Guest and using them as separate VG s in the configured package .
An SG package would have handled those as different VG s configured in the packcage.
Hope I m clear and correct
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2009 03:41 AM - last edited on 05-18-2021 05:52 AM by Ramya_Heera
01-08-2009 03:41 AM - last edited on 05-18-2021 05:52 AM by Ramya_Heera
Solutionsujit,
no you can't do this - see the following
http://docs.hp.com/en/10560/IntegrityVM_HA_Solutions-SGandVM.pdf
Sepecifically see p13 - Storage considerations.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2009 04:36 AM
01-08-2009 04:36 AM
Re: SG Cluster using the IVM Guest as nodes on different hosts
Regards
Sujit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2009 10:33 AM
01-09-2009 10:33 AM
Re: SG Cluster using the IVM Guest as nodes on different hosts
Regards
Sujit