1834643 Members
3261 Online
110069 Solutions
New Discussion

cmmovepakg

 
SOLVED
Go to solution
butti
Frequent Advisor

cmmovepakg

Hi,

Where can i get the following command or script "cmmovepakg".
After SG upgrade on V 11.20 i can't online migrate my VM-Guest's with 'hpvmsg_move'.
See attachment.

HPUX B.11.31
HPVM B.04.20.05
SG 11.20

thanks,
butti
2 REPLIES 2
Matti_Kurkela
Honored Contributor
Solution

Re: cmmovepakg

You invoked hpvmsg_move, and got the usage message that tells you about cmmovepakg.

I guess there used to be a command named "cmmovepakg", but it was renamed to "hpvmsg_move". Looks like someone at HP has forgotten to update the usage message when the command name was changed (or hardcoded the command name so it didn't update automatically).

"cmmovepakg" would look like a generic Serviceguard command name, but the "-pakg" is not a standard Serviceguard name component (it should be "-pkg"). But since this command is specific for HPVM packages, the name "hpvmsg_move" makes more sense: the new name makes it obvious that the command is primarily related to HPVM.

If my guess is correct, you got the message because there was no '-n' option on your command line.

Please try this command:

/etc/cmcluster/vmguest1/hpvmsg_move -v -n vmhost2 vmguest1

(= almost the same as your command; only with the -n option added)

If it works, you might want to file a bug report to HP about a misleading usage message :)

MK
MK
butti
Frequent Advisor

Re: cmmovepakg

You are right !!

I had forgotten "-n" option.. :-(

Thanks a lot,
butti