- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: creating a SG Cluster between two HP Integrity...
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-22-2009 01:36 AM
12-22-2009 01:36 AM
creating a SG Cluster between two HP Integrity VM's
I have two VM hosts and couple of VM's in each of them.
I would like to test the below feature in the IVM manual.
10.4 Migrating Serviceguard Packaged Guests and Serviceguard Cluster
Nodes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2009 01:58 AM
12-22-2009 01:58 AM
Re: creating a SG Cluster between two HP Integrity VM's
# cmviewcl
cmviewcl: Cannot view the cluster configuration: No such file or directory.
Either this node is not configured in a cluster, user doesn't have
access to view the cluster configuration, or there is some obstacle
to viewing the configuration. Check the syslog file for more information.
For a list of possible causes, see the Serviceguard manual for cmviewcl.
and on the other I get
#cmviewcl
Permission denied to 127.0.0.1
cmviewcl: Cannot view the cluster configuration: Permission denied.
This user doesn't have access to view the cluster configuration.
#whoami
root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2009 02:04 AM
12-22-2009 02:04 AM
Re: creating a SG Cluster between two HP Integrity VM's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2009 02:51 AM
12-22-2009 02:51 AM
Re: creating a SG Cluster between two HP Integrity VM's
# swlist|grep -i Serviceguard
B5140BA A.11.31.04 Serviceguard NFS Toolkit
T1905CA A.11.19.00 Serviceguard
This would be the first time I will be configuring a cluster on my test system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2009 03:29 AM
12-22-2009 03:29 AM
Re: creating a SG Cluster between two HP Integrity VM's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2009 03:46 AM
12-22-2009 03:46 AM
Re: creating a SG Cluster between two HP Integrity VM's
If it is the first, having created and installed your Virtual Machines with HP-UX, you create a cluster as per normal, using the Managing Serviceguard manuals at:
http://docs.hp.com/en/B3936-90144/B3936-90144.pdf
Remember that you have to share the backing stores from each Virtual Machine, and also set up enough vswitches to give you the redundancy.
If it is the second, then that is a different procedure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2009 05:09 AM
12-22-2009 05:09 AM
Re: creating a SG Cluster between two HP Integrity VM's
Hi,
consice of creating a cluster
http://thomasvogt.wordpress.com/2008/08/26/mcserviceguard-cluster-installation-on-hp-ux-1131/
also you shall need to learn sharing devices among the IVM guests.
hpvmdevmgmt command:
http://docs.hp.com/en/T2767-90141/ch09s08.html#hpvmdevmgmt_section
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2009 07:09 AM
12-22-2009 07:09 AM
Re: creating a SG Cluster between two HP Integrity VM's
Thanks Melvin & surjit...
I would like to create a cluster package of my VM's
As of now I have created a one VM on each host:
What I want to achive is something like below on my test servers:
# /opt/cmcluster/toolkit/hpvm/hpvmsg_move -n serverA guest6
Moving (online) Serviceguard package guest6 from node serverB to node serverA
cmmodpkg: Completed successfully on all packages specified
hpvmmigrate: Connected to target host using 'serverA'
hpvmmigrate: Starting guest 'guest6' on target host 'serverA'
(C) Copyright 2000 - 2009 Hewlett-Packard Development Company, L.P.
Opening minor device and creating guest machine container
Creation of VM, minor device 6
Initialize guest memory mapping tables
Starting event polling thread
Online migration initiated by source 'serverB' (192.168.11.112)
hpvmmigrate: Init phase completed successfully.
hpvmmigrate: Copy phase completed successfully.
hpvmmigrate: I/O quiesce phase completed successfully.
hpvmmigrate: Frozen phase completed successfully.
I am going through
http://docs.hp.com/en/B3936-90144/B3936-90144.pdf &
http://thomasvogt.wordpress.com/2008/08/26/mcserviceguard-cluster-installation-on-hp-ux-1131/
In the mean time could you advise me on how to achive the above.