Operating System - HP-UX
1829721 Members
1893 Online
109992 Solutions
New Discussion

Starting vm client insufficient free host memory

 
SOLVED
Go to solution

Starting vm client insufficient free host memory

I am trying to create an additional VM client on my VM host server, but get the following error:

vm1# hpvmstart -p9
HPVM guest vmc9 configuration problems:
Warning 1: There is insufficient free host memory for this guest.
These problems may prevent HPVM guest vmc9 from starting.
hpvmstart: Unable to continue.

Supporting information:

vm1# hpvmstatus
[Virtual Machines]
Virtual Machine Name VM # OS Type State #VCPUs #Devs #Nets Memory Runsysid
==================== ===== ======= ========= ====== ===== ===== ======= ========
vmc1 2 HPUX On (OS) 1 2 3 8 GB 0
vmc2 3 HPUX On (OS) 2 2 3 4 GB 0
vmc3 4 HPUX On (OS) 4 5 2 12 GB 0
vmc4 5 HPUX On (OS) 4 5 3 32 GB 0
vmc5 6 HPUX On (OS) 2 3 2 8 GB 0
vmc6 8 HPUX On (OS) 4 2 2 12 GB 0
vmc7 9 UNKNOWN Off 1 1 2 1 GB 0
vmc8 10 UNKNOWN Off 1 1 2 2 GB 0

vm1# machinfo (excerpts)
CPU info:
Number of CPUs = 12
Number of enabled CPUs = 12
Number of enabled sockets = 6
Cores per socket = 2
Clock speed = 1598 MHz
Bus speed = 533 MT/s
CPUID registers
vendor information = "GenuineIntel"
processor serial number = 0x0000000000000000
processor version info = 0x0000000020010104
architecture revision: 0
processor family: 32 Intel(R) Itanium 2 9100 series
processor model: 1 Intel(R) Itanium 2 9100 series
Bus features
implemented = 0xbdf0000020000000
selected = 0x0020000000000000
Exclusive Bus Cache Line Replacement Enabled
processor revision: 1 Stepping A1
largest CPUID reg: 4
processor capabilities = 0x0000000000000005
implements long branch: 1
implements 16-byte atomic operations: 1

Cache info (per core):
L1 Instruction: size = 16 KB, associativity = 4
L1 Data: size = 16 KB, associativity = 4
L2 Instruction: size = 1024 KB, associativity = 8
L2 Data: size = 256 KB, associativity = 8
L3 Unified: size = 9216 KB, associativity = 9

Memory = 98104 MB (95.804688 GB)

vm1# swapinfo -atm
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 139392 0 139392 0% 0 - 1 /dev/vg00/lvol2
reserve - 79322 -79322
total 139392 79322 60070 57% - 0 -

I'm not sure if I've got everything calculated properly, but I'm pretty sure that I've got enough physical memory to handle this. Any assistance is appreciated.
7 REPLIES 7
Torsten.
Acclaimed Contributor

Re: Starting vm client insufficient free host memory

Use

hpvmstatus -s

to see the available memory.

The host itself needs to have memory for each guest.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
melvyn burnard
Honored Contributor

Re: Starting vm client insufficient free host memory

Well looking at what you have set up, and using the calculations to check memory, I think you should be ok.
However, you should remember that there needs to be memory kept in resevre for the Host, as well as a certain overhead per guest.
From the VM3.5 manual:
Sufficient physical memory (RAM), including the following:
750 MB + 7.5% of memory beyond the first GB (that is, 7.5% of (total physical memory
- 1 GB))
Total aggregate memory required for each guest (operating system and application
requirements)
Additional 7% of aggregate guest memory for overhead for guests less than or equal
to 4 GB and between 7% and 7.3% for guests larger than 4 GB.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!

Re: Starting vm client insufficient free host memory

So, if I'm looking at this correctly, there's only 1GB available to create any VMs?

#hpvmstatus -s
[HPVM Server System Resources]

Processor speed = 1599 Mhz
Total physical memory = 98105 Mbytes
Total number of processors = 12
Available memory = 1026 Mbytes
Available swap space = 60065 Mbytes
Maximum vcpus for an HP-UX virtual machine = 4
Maximum vcpus for a Windows virtual machine = 4
Maximum vcpus for a Linux virtual machine = 4
Available entitlement for a 1 way virtual machine = 1599 Mhz
Available entitlement for a 2 way virtual machine = 1599 Mhz
Available entitlement for a 3 way virtual machine = 1599 Mhz
Available entitlement for a 4 way virtual machine = 1599 Mhz
Torsten.
Acclaimed Contributor

Re: Starting vm client insufficient free host memory

You are right:

Available memory = 1026 Mbytes

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Torsten.
Acclaimed Contributor
Solution

Re: Starting vm client insufficient free host memory

From the version 4 manual:

Sufficient physical memory (RAM), including the following:
â ¢ 750 MB + 8.5% of memory beyond the first GB (that is, 8.5% of (total physical memory
- 1 GB))
â ¢ Total aggregate memory required for each guest (operating system and application
requirements)
HP-UX 11i v2 May 2005 requires a minimum of 1 GB of memory, so a guest running
HP-UX must be configured with at least that much memory.
â ¢ Additional 8% of aggregate guest memory for overhead for guests less than or equal
to 4 GB and between 8% and 8.3% for guests larger than 4 GB.
For example, for a VM Host with 16 GB of memory and two VMs configured with 3 GB
of memory each, the memory requirements would be calculated as follows:
â ¢ 2 GB for the VM Host (750 MB plus 8.5% of 15 GB)
â ¢ 6.48 GB total guest requirement (108% of 6 GB)
â ¢ Total requirements = 8.48 GB of memory
This leaves 7.52 GB of memory for additional guests.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   

Re: Starting vm client insufficient free host memory

I believe I understand it now. Thank you for your assistance! That server will be getting additional memory. My VM's will go on another server that has enough available memory for now.

Re: Starting vm client insufficient free host memory

I was able to add my VM's to other servers. I have learned how to determine resource availability for other VM's now. Thank you for your assistance.