- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vmguest memory
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
03-11-2009 03:30 AM
03-11-2009 03:30 AM
xx-yyy101:/ # hpvmstatus
[Virtual Machines]
Virtual Machine Name VM # OS Type State #VCPUs #Devs #Nets Memory Runsysid
==================== ===== ======= ========= ====== ===== ===== ======= ========
xx-cie101 1 HPUX On (OS) 2 1 1 8 GB 0
xx-gwa101 3 HPUX On (OS) 2 1 1 4 GB 0
hhln-b01-por101 5 HPUX On (OS) 2 1 1 6 GB 0
xx-por101 2 HPUX On (OS) 2 1 1 6 GB 0
hhln-b01-gwa101 6 HPUX On (OS) 2 1 1 4 GB 0
hhln-b01-cie101 7 HPUX On (OS) 2 2 1 8 GB 0
xx-cie201 10 HPUX On (OS) 2 3 1 7 GB 0
xx-cie203 11 HPUX On (OS) 2 3 1 7 GB 0
xx-por201 12 HPUX Off 1 3 1 3 GB 0
xx-lds201 13 HPUX On (OS) 1 3 1 3 GB 0
xx-yyy101:/ # hpvmstatus -s
[HPVM Server System Resources]
Processor speed = 1599 Mhz
Total physical memory = 65468 Mbytes
Total number of processors = 7
Available memory = 3119 Mbytes
Available swap space = 26161 Mbytes
I wanted to bring down xx-cie203 memory from 7G to 6G
#hpvmmodify -P xx-cie203 -r 6G
The mistake I did is instead of using small r I used R (upper case R)
hpvmmodify -P xx-cie203 -R 6G
It executed the command.
In man hpvmmodify I found -R is for reserve mem and -r is for memory
now when i start the vm guest it gives me the error
xx-yyy101:/ # hpvmmodify -P xx-cie203 -r 6G
xx-yyy101:/ # hpvmstatus
[Virtual Machines]
Virtual Machine Name VM # OS Type State #VCPUs #Devs #Nets Memory Runsysid
==================== ===== ======= ========= ====== ===== ===== ======= ========
xx-cie101 1 HPUX On (OS) 2 1 1 8 GB 0
xx-gwa101 3 HPUX On (OS) 2 1 1 4 GB 0
hhln-b01-por101 5 HPUX On (OS) 2 1 1 6 GB 0
xx-por101 2 HPUX On (OS) 2 1 1 6 GB 0
hhln-b01-gwa101 6 HPUX On (OS) 2 1 1 4 GB 0
hhln-b01-cie101 7 HPUX On (OS) 2 2 1 8 GB 0
xx-cie201 10 HPUX On (OS) 2 3 1 7 GB 0
xx-cie203 11 HPUX Off 2 3 1 6 GB 0
xx-por201 12 HPUX Off 1 3 1 3 GB 0
xx-lds201 13 HPUX On (OS) 1 3 1 3 GB 0
xx-yyy101:/ # hpvmstart -P xx-cie203
HPVM guest xx-cie203 configuration problems:
Warning 1: There is insufficient free host memory for this guest.
These problems may prevent HPVM guest xx-cie203 from starting.
hpvmstart: Unable to continue.
xx-yyy101:/ # hpvmstatus -s
[HPVM Server System Resources]
Processor speed = 1599 Mhz
Total physical memory = 65468 Mbytes
Total number of processors = 7
Available memory = 10424 Mbytes
Available swap space = 33396 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
yyy101:/ #
any suggestions?
The vmguest should start after I reduced the memory.#
But earlier because of using -R ...is this the reason vmguest is not coming up?
If yes..how to undo the changes ?
much need help..awaiting..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2009 03:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2009 04:43 AM
03-11-2009 04:43 AM
Re: vmguest memory
yeah you were right...Before I saw your reply I was thinking that may be I should change reserve mem to its old value.. but i was not sure what its old value is...
so I did -R 512M
Then I saw your suggestion to change it to -R 64M (default)
However as it worked for -R 512M I didnt changed it again...
By the way..
(1)where can I see reserve mem?
(2) By using "-P vmguestname -R 6G" did i changed VMguests' reserve mem or VMhosts reserve mem?
(3)
hhln-b00-cie203:/ # swapinfo -tam(after -R 512M)
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 16384 0 16384 0% 0 - 1 /dev/vg00/lvol2
reserve - 640 -640
memory 6136 1371 4765 22%
total 22520 2011 20509 9% - 0 -
hhln-b00-cie203:/ #
Where is the reserve mem? 640M?
However for your valuable answer and quick response I am assigning points to you...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2009 05:33 AM
03-11-2009 05:33 AM
Re: vmguest memory
You can list it with:
hpvmstatus -v -P hpivirtual
....
[Memory Details]
Total Reserved
Memory Memory
======= ========
5120 MB 64 MB
The default is 64Mb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2009 06:21 AM
03-11-2009 06:21 AM
Re: vmguest memory
Yeah..I see all my vmguests have 64M as reserve mem..
and the guest on which I worked shows 512M because I did -R 512M
[Memory Details]
Total Reserved
Memory Memory
======= ========
6 GB 512 MB
Thats okay I suppose anyways
Thank you Richard and orange!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2009 04:28 PM
03-13-2009 04:28 PM