- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: hpvmsg_package does not configure the HPVM mul...
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
07-21-2011 12:50 PM
07-21-2011 12:50 PM
hpvmsg_package does not configure the HPVM multi-server environment at 4.2
I have a rx7640 that I am using to test VM migration and serviceguard
I configured a SG Cluster
I configured a VM with migration working between the two systems
at version 4.1 I just ran hpvmsg_package and it configured the Multi Server package
Now at 4.2 I get the following error any suggestions are appreciated
root@rx76u3ad (vmh-0) [/root]
# /opt/cmcluster/toolkit/hpvm/hpvmsg_package -P vm3
This is the HP Virtual Machine Serviceguard Toolkit package creation
script.
This script will assist the user to develop and manage a set of
Serviceguard package configuration and associated toolkit template
files.
The templates generated by these scripts will handle many guest
configurations, but they are only templates and may not be
appropriate for your particular configuration needs. You are
encouraged to review and modify these template files, as needed,
for your particular environment.
Do you wish to continue? (y/n):y
[Virtual Machine Details]
Virtual Machine Name VM # OS Type State
==================== ===== ======= ========
vm3 1 HPUX Off
[Storage Interface Details]
Guest Physical
Device Adaptor Bus Dev Ftn Tgt Lun Storage Device
======= ========== === === === === === ========= =========================
disk scsi 0 1 0 0 0 disk /dev/rdisk/disk37
[Network Interface Details]
Interface Adaptor Name/Num PortNum Bus Dev Ftn Mac Address
========= ========== ========== ======= === === === =================
vswitch lan vswlan1 1 0 0 0 aa-aa-aa-05-20-57
Package the Virtual Machine Summarized above? (y/n):y
Checking the virtual machine and cluster configuration
Analysis of the hpvmstatus -m command on each node indicates that the
HPVM multi-server environment is not configured correctly. Before
hpvmsg_package can assist in creating the package configuration template files
the HPVM multi-server environment must be configured.
Configure Serviceguard nodes into the HPVM multi-server environment now? (y/n):y
ERROR : hpvmsg_package : The multi-server environment is not configured consistently on each node
Instructor Storage, Servers, HP-UX and Partner Courses
Hewlett Packard Enterprise Education Services
Ask me about training on StoreServ (3PAR) StoreOnce, StoreEasy, StoreAll, StoreVirtual, HP-UX, ServiceGuard and HPE Partner Ready Certification Training
internet: Linkedin: http://www.linkedin.com/in/emilvelez
HPE Master ASE Server Solutions Architect V3
HPE Master ASE Storage Solutions Architect V2
HP UNIX Certified (ASE HPUX 11iv3 Administration V1)
Certified HPE Instructor
HPE Product Certified - OneView [2016]
HP Sales Certified -Servers, Converged Systems and Services [2015]
HPE Product Certified - Converged Solutions [2017]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2011 12:20 AM
07-22-2011 12:20 AM
Re: hpvmsg_package does not configure the HPVM multi-server environment at 4.2
Bonjour Emil,
There is an option with hpvmsg_package (-s) that will try to correct this. First, make a try ...
hpvmsg_package checks consistency of attributes PHYSUUID SERVERADDR SERVERID UUID of each server in the HPVM device management data base (#hpvmdevmgmt -l server) across all of the nodes in the cluster. So carefully examins those values.
For PHYSUUID and UUID you cant get them with :
#getconf CS_MACHINE_IDENT
7b2dfa95-c44f-11e0-8dba-3a7d05f725dd
#getconf CS_PARTITION_IDENT
7b2dfa95-c44f-11e0-8dba-3a7d05f725dd
or :
#hpvminfo -S
HPVM Server information
Version: HPVM B.04.30 ccipf opt Tue Jan 11 2011 08h48m13s PST
My partition ident: 7b2dfa95-c44f-11e0-8dba-3a7d05f725dd
My physical ident: 7b2dfa95-c44f-11e0-8dba-3a7d05f725dd
Note than on a cell box, UUID and PHYSUUID have different values.
Finally check that the HPVM_MSE_GROUP_ENTRY (#hpvmdevmgmt -l env) in the HPVM device database is the same on all the node.
If you can't find where is the problem after checking all of that, post, for each node :
#hpvminfo -S
#hpvmstatus -m
#hpvmdevmgmt -l env
#hpvmdevmgmt -l server
#cmviewcl
#netstat -in
Eric