Operating System - HP-UX
1839685 Members
2982 Online
110153 Solutions
New Discussion

Re: Integrity VM creation

 
A.Vishwanath_2
Advisor

Integrity VM creation

We have recently procured a new server (RX8640) which is partitioned in to two nPar's.
Each n'Par has "2*Montecito" @1600Mhz CPU's and 128GB of RAM.
We have installed with Sep'2006 HP-UX11i (11.23) release and Integrity VM version 1.20.
As per the HP Integrity VM document we have taken care of all the pre-requisites. We created first VM with default resource assignment i.e
1 vCPU
1GB RAM
10% Entitlement.

When we tried to start the VM we have encounterd with below error.

#########Error- Start#########
gva4016:>:/ # hpvmstart -P VME0500
(C) Copyright 2000 - 2006 Hewlett-Packard Development Company, L.P.
/var/opt/hpvm/uuids/090eec10-8b9c-11db-b855-0018fe289305/vmm_config.next:22: Invalid entitlement_min 10.0 = 10 min = 12 max = 100
Reading configuration failed
hpvmstart: ERROR (VME0500): Unable to boot guest 'VME0500'.
hpvmstart: Unable to start guest 'VME0500'.
hpvmstart: Unable to continue.
#######Erro-End#########

##########VM Config#######
gva4016:>:/ # hpvmstatus -P VME0500
[Virtual Machine Details]
Virtual Machine Name VM # OS Type State
==================== ===== ======= ========
VME0500 5 HPUX Off

[Authorized Administrators]
Oper Groups:
Admin Groups:
Oper Users:
Admin Users:

[Virtual CPU Details]
Number Entitle
vCPUs Type Entitlement Maximum
====== ======= =========== =======
1 percent 10.0% 100.0%

[Memory Details]
Total Reserved
Memory Memory
=========== ===========
1 GB 64 MB

[Storage Interface Details]
Guest Physical
Device Adaptor Bus Dev Ftn Tgt Lun Storage Device
====== ========== === === === === === ========= =========================
disk scsi 0 0 0 0 0 lv /dev/vx/rdsk/vme0500osdg/osvol

[Network Interface Details]
Interface Adaptor Name/Num Bus Dev Ftn Mac Address
========= ========== ========== === === === =================

[Misc Interface Details]
Guest Physical
Device Adaptor Bus Dev Ftn Tgt Lun Storage Device
====== ========== === === === === === ========= =========================
serial com1 tty console
################

Can some one please give some inputs to correct this problem.

TIA,
Vishwanath
2 REPLIES 2
spex
Honored Contributor

Re: Integrity VM creation

Hello Vishwanath,

>Invalid entitlement_min 10.0 = 10 min = 12 max = 100

According to "HP Integrity Virtual Machines Release Notes":

Changing locales can cause invalid entitlement errors
This version of Integrity VM does not have localization support. If you use the Integrity VM commands to set
the guest entitlement value in the C locale, and then change your locale setting to the French locale, commands
such as hpvmstatus and hpvmstart do not recognize the guest entitlement value set from the C locale.
This is because the French locale only recognizes the entitlement value with a comma digit separator (for
example, 10,0). The C locale entitlement value format uses a period digit separator (for example, 10.0).
This problem can also occur if you set the entitlement value in the French locale and then change to the C
locale. For example, in the French locale, the hpvmstatus command displays a warning message indicating
that the entitlement value that was set in the C locale is invalid:
hpvmstatus: WARNING (guest1): Invalid entitlement_min value 10.0
Correct the entitlement value format to conform to the current locale by entering the following command:
# hpvmmodify -P guest1 -F

http://www.docs.hp.com/en/T2767-90005/T2767-90005.pdf

PCS
A.Vishwanath_2
Advisor

Re: Integrity VM creation

Hi,

I am not able to start the VM with 10% CPU entitlement but i am able to start the VM with 12% or above CPU entitlement. Also, my locale is set to "C". We could find below information in the "hpvm" command.log file.

########## command.log###########
12/15/06 00:30:23|VERBOSE|host|root|Hostinfo: cpu_mhz = 400.000000 maxway = 4 totalpmem = 130941 srvresmem = 16367 srvrespctcp
u = 2 minguestcpu = 12 guestresmempct = 0.070000 availmem = 114574 availswap = 32319
#################################
Also locale is set as below.

gva4016:>:/var/opt/hpvm/common # locale
LANG=
LC_CTYPE="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_MESSAGES="C"
LC_ALL=

TIA,
Vishwanath