Basic questions about Integrity VMs


 
Thread Tools Search this Thread
Operating Systems HP-UX Basic questions about Integrity VMs
# 1  
Old 12-24-2012
Basic questions about Integrity VMs

Hello,

I am looking into HP-UX 11.31 VMs and I had a few questions.

We own two systems with 11.31 installed on them:
HP 9000 rp3440 (RISC)
- 2gb memory
- 2 processors
HP Integrity rx2660 (Itanium)
- 8gb memory
- 4 processors

Looking at the memory requirements in the Integrity VM Admin Guide [here] it looks like 2gb memory isn't nearly enough to run VMs on, and I don't know if that hardware is even supported, so I'm guessing the hp9000 machine isn't going to cut it (?), but the rx2660 looks good to go. Also vPars don't seem to be supported on the rx2660 which is why I am going the HPVM route.

1) Do HPVMs have completely separate, dedicated resources? I need to set up VMs that do not share resources, such as kernel, CPU, etc.
1b) And if so, is it a 1-to-1 CPU mapping for VMs? (1 CPU for host, leaving me 3 to use for 3 HPVMs)

2) The admin guide and the release notes [here] say the host OS should not have applications running on it. Does this mean I will have to install a fresh copy of 11.31 on my rx2660? Or can I just install patches and update to the required patch version?

3) Speaking of patches, the release notes say I should be running September 2012 (AR1209) release. How do I obtain this patch? HP's software page for the rx2660 [here] does not seem to list any patches, and the 11.31 Installation guide (that I do not have a link to at the moment) says I can run "swa report" to possibly obtain patches (?) however when I run the command, I get the following error:
Code:
=======  12/24/12 18:45:54 PST  BEGIN Report on Issues and New Software
         (user=root)  (jobid=hpitqa-04)

       * Gathering Inventory
       * Using existing inventory for host "hpitqa-04"
       * Getting Catalog of Recommended Actions and Software
ERROR:   Certificate issued to VeriSign Class 3 Secure Server CA - G3 was not
         signed by the same certificate as the  certificate revocation list
         (CRL) "http://crl.verisign.com/RSASecureServer.crl", specified by the
         "crl_url" extended option. It may be necessary to disable the CRL
         checking with the "crl_check" option.

=======  12/24/12 18:46:03 PST  END Report on Issues and New Software failed
         with 1 error. (user=root)  (jobid=hpmachine)

NOTE:    More information may be found in the Software Assistant logfile
         "/var/opt/swa/swa.log".

Is there some other place I am supposed to download patches, and is there any specific method of installing them?


Thank you in advance!
# 2  
Old 12-25-2012
1. Yes, they have separate resources, you will make new HPUX installation on every new VM.
You can configure your CPU entitlement as you like with virtual CPU.
It is possible to go as low as 1% of one CPU for one VM.

2. I would recommend reinstalling the box, and making setup as per documentation.
Since you will be installing a lot, a good start would be to install ignite, make a install depot from DVD and boot clients (VM's) via BOOTP or DHCP (i would go bootp, long forgotten but very useful and easy Smilie )
Use your PA-RISC box for this, since you can have ignite on 11.11 or more, and boot / install any version of HPUX from it.
It's a bit work on start, but later on you will be able to get VM's up in short time, use ignite for backups on tape or disk etc.

3. As for patches, you will need to have some sort of HP support to download them.
Make a HP account, contact your representative for information about your contracts.
I believe SWA will want to connect to internet with that account to gather information about missing / rec. patches.
All my boxes are behind firewall without internet, i only gather reports from HPSIM with SWA installed.

Most of the time, after OS install, you will just need to apply the gold qpk patch bundle.
It's fairly simple with swinstall, one big depot.
Remember, you will need to patch VM's guests as well, since it's a separate HPUX install.


Good luck.

Hope that helps
Regards
Peasant.
This User Gave Thanks to Peasant For This Post:
# 3  
Old 12-27-2012
Thank you for your help Peasant!

Quote:
Originally Posted by Peasant
3. As for patches, you will need to have some sort of HP support to download them.
Make a HP account, contact your representative for information about your contracts.
I believe SWA will want to connect to internet with that account to gather information about missing / rec. patches.
All my boxes are behind firewall without internet, i only gather reports from HPSIM with SWA installed.

Most of the time, after OS install, you will just need to apply the gold qpk patch bundle.
It's fairly simple with swinstall, one big depot.
Remember, you will need to patch VM's guests as well, since it's a separate HPUX install.
Oh, we need a support contract just to download OS patches? Interesting..

What is the gold gpk patch bundle? Is that something I download from HP as well?
# 4  
Old 12-28-2012
Yep, you need an account / contract for any patch including the GOLDQPK pack.
# 5  
Old 02-07-2013
HP Integrity VM is Itanium-only software. It isn't available for PA-RISC.

CPU is shared via entitlement percentage, with minimum and maximum thresholds.

Memory is dedicated. For example, if you have a HP-VM host with 32 GB of RAM, and you left 8 GB for the Host, that leaves 24 GB free for creating VM's. You could make 3 VM's, each with 8 GB. (there is actually a tiny % overhead for each VM, so the numbers are exactly as clean as my example, but "close enough").

Disk can be shared in the sense that a VM can reside on a whole physical disk (what we're doing, with LVM mirroring) or on an LVM partition, or as a file on a filesystem.

Network can be either dedicated or shared, via virtual switches.

You are correct, 2 GB total is not enough to create any VM's.

Our production systems have been running since 2008 on rx6600's with 128 GB of RAM and 8 cores. We have four of these physical machines, running ~20 virtual machines. We've found it to be a robust and reliable platform. The OS licensing is also favorable - you can create as many virtual machines as you want - there is no per-VM OS licensing for virtual machines.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

basic awk questions

I find an script with awk sitting around. I went through some online manuals, but I can't figure out exactly how it works. I can't post the whole program. Not allowed. This is the line that is confusing me. I get when else is in the script grep -v "^REM " $1| grep -v "JUNK;" | awk -F" "... (2 Replies)
Discussion started by: guessingo
2 Replies

2. Solaris

solaris 10 and a few basic questions

hello, first, I'm quite new to solaris. I've installed solaris 10 basic (item 4 on the install-menue). now I had to realize that I don't have any option for connecting the machine from remote. ssh isn't even installed although I've coosed 'yes' for remote access. no matter what solaris is... (10 Replies)
Discussion started by: fourty2
10 Replies

3. UNIX for Dummies Questions & Answers

some basic questions about unix ..

Hi all today i gone through worst interview of my life that for hour questions were so basic but i never though about them now i am figuring out answers my self but i would appreciate if you ppl help me ... i am listing some of the questions i remember .. 1 ) $ cat a.sh #! /usr/bin/ksh... (4 Replies)
Discussion started by: zedex
4 Replies

4. UNIX for Dummies Questions & Answers

hp-ux basic questions

I have multiple questions How to list or find only Nov month's files? How can I get state of process like running, stop, or sleep etc? How can I check dependences of processes? plz ans any if u can thx regards, Mazhar Hussain (3 Replies)
Discussion started by: mazhar99
3 Replies

5. UNIX for Dummies Questions & Answers

Some basic questions

Hi- Newbie here with some basic questions: 1) I can't get alias to work. I tried alias ll='ls -al', but it doesn't work. When just typing 'alias', the new definition doesn't appear. I'm in a bash shell -- is that the problem. I tried switching to csh, but that didn't seem to help. This... (5 Replies)
Discussion started by: Aworstell
5 Replies

6. UNIX for Dummies Questions & Answers

Basic Unix Questions

OK, here's a question from a true UNIX newb: How does one make a 20 line file? I'm lost. :confused: OK, I figured it out. :D (0 Replies)
Discussion started by: Kitchen Zinc
0 Replies

7. UNIX for Dummies Questions & Answers

Basic SFTP questions

I'm trying to find out what all is involved with setting up SFTP? 1) Do Solaris machines come with a SFTP server and client already installed. 2) If so would I have to install SFTP clients on windows, if I want to transfer files to a Solaris box? 3) If SFTP doesn't come prepackaged would I... (1 Reply)
Discussion started by: JohnRodey
1 Replies
Login or Register to Ask a Question