Operating System - HP-UX
1753689 Members
5107 Online
108799 Solutions
New Discussion юеВ

Require to Consolidate Blade server BL860C using IVM

 
Mohammad Sanaullah
Frequent Advisor

Require to Consolidate Blade server BL860C using IVM

Dear gurus,
I have 8 blade BL860c Servers all in production runnig HPUX 11.23 OS, and I need to free one blade by consolidating two server in one server using the IVM concept (Running HPUX 11.23 only).
Both the servers have data connetcing through EVA 3000.
Can any one let me know how to proceed so that I can achieve the goal.
Alive
6 REPLIES 6
Robert-Jan Goossens
Honored Contributor

Re: Require to Consolidate Blade server BL860C using IVM

Hi Mohammad,

The IVM hosts should not run any applications, you should move/create two blades onto one blade running two IVM guests.

Create make_net_recovery of your current blades, also create good backups of your data.

Install the IVM software on the IVM hosts, create a IVM HPUX guest, try to install the guest with the Ignite make_net_recovery file.

Recreate the data filesystems and restore the data from backup.

Regards
Robert-Jan
Mohammad Sanaullah
Frequent Advisor

Re: Require to Consolidate Blade server BL860C using IVM

Hi, Thanks for the prompt reply, yes I mean to install VM Host and make two Guest runnig the HPUX 11.23 and restore those backups, I need to have the detail steps to perform such task as I need to take on one blade server and I will be only having backup of that server. Risk involved so please let me know the steps so that I can consolidate the action plan on my enviromnent.

Thanks and Regards
Mohammad Sanaullah
Alive
Steven E. Protter
Exalted Contributor

Re: Require to Consolidate Blade server BL860C using IVM

Shalom Mohammad,

You get bootable OS backups using Ignite.

make_net_recovery

You need to write the backup itself to a read-write NFS share.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Robert-Jan Goossens
Honored Contributor

Re: Require to Consolidate Blade server BL860C using IVM

Hi Again,

It is almost impossible to give you the detailed steps.

How are your data volume groups build on the blades?

Do you have a Ignite server running?
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IGNITEUXB

The most difficult task will be to rebuild the data volume groups on the IVM guests.

You will need to present storage to the guests, create volume groups, logical volumes and mount points similar as you "old" blades.

Regards,
Robert-Jan
Vinod Kumar Yadav
Trusted Contributor

Re: Require to Consolidate Blade server BL860C using IVM

Hi,

You have 8 Blade Server in the Single Encolusre.

Suppose you taking a Blade Server No - 5

If in the present state there is no VMGUEST are running only one Physical server is running.

To Perform this Activity for installation of 2 HP-UNIX VMGUEST in this Blade No-5

Frist Take Full File System Backup of the running SAP & Database Instance.

Remove the all VGs & LVs from Physical Server

Before creating the HP-UX IVM - VMGUEST need to be install the Integrity Virtual Machine product # T2767AC on the Physical Server(VMHOSTS)

Then perform this to create the 2 VMGUEST Server.

Installation & Configuration of IVM INTEGRITY VIRTUAL MACHINE.

1. Create a virtual network switch

#hpvmnet ├в c ├в S vmsw1 ├в n 1

Where ├в c├в is for create, ├в S├в is for the virtual switch name and ├в n├в is the lan port so in this case it is lan1
Stop and start the vm by:

#cd /sbin/init.d
#./hpvm stop
#./hpvm start

Create VM Guest with dedicated processor and memory

#hpvmcreate ├в P vm00 ├в c3 ├в r12G
Or
#hpvmcreate ├в P vm00 ├в e30 ├в r12G

Where ├в c├в is the no of cpu , ├в e├в is the percentage of cpu and ├в r├в is the amount of memory in GB and ├в vm00├в is the VM Guest

Present the 70-GB LUN in RAID1 from EVA for installation of the VMGUEST -1 -O/S

Present the 70-GB LUN in RAID1 from EVA for installation of the VMGUEST -2 -O/S

Present an OS virtual disk to the VM Guest

#hpvmmodify ├в P vm00 -a disk:scsi::disk:/dev/rdsk/c2t0d0

(Use raw device in case of scsi device)

As per best practice in case of San LUN create a vg then an lv and map the lv to the VM Guest by following Command

# hpvmmodify ├в P vm00 -a disk:scsi::lv:/dev/vg01/rlvol1


Boot the vm Guest and install OS: -

#hpvmconsole -P vm00 ├в Ffi ├в c ├в pc ├в on├в
Or
#hpvmconsole ├в P vm00

After the installation is complete unpresent the DVD drive to take out the OS media :

#hpvmmodify ├в P vm00 -d dvd:scsi::disk:/dev/rdsk/c0t0d0

In order to access a VM Guest console from the VM Host: -

# Hpvmconsole ├в P vm00

This will bring the vm00 (VM Guest) MP menu as follows:-
MP MAIN MENU
CO: Console
CM: Command Menu
CL: Console Log
SL: Show Event Logs
VM: Virtual Machine Menu
HE: Main Help Menu
X: Exit Connection
[vm00] vMP>

12. To switch between VM Host MP and VM Guest MP use cntl+x

13. Procedure to insert and eject DVD from the VM Guest :

type ├в VM├в from the MP of VM Guest
Then type ├в in├в to insert or ├в ej├в to eject.


After sucessfully done check the VMGEST status with below command.

# Hpvmstatus ├в s

[HPVM Server System Resources]

Processor speed = 1399 Mhz
Total physical memory = 16363 Mbytes
Total number of processors = 2
Available memory = 789 Mbytes
Available swap space = 6649 Mbytes
Maximum vcpus for an HP-UX virtual machine = 2
Maximum vcpus for a Windows virtual machine = 2
Maximum vcpus for a Linux virtual machine = 2
Available entitlement for a 1 way virtual machine = 1399 Mhz
Available entitlement for a 2 way virtual machine = 699 Mhz

# hpvmstatus

[Virtual Machines]
Virtual Machine Name VM # OS Type State #VCPUs #Devs #Nets Memory Runsysid
==================== ===== ======= ========= ==============
vm00 1 HPUX On (OS) 1 4 1 4 GB 0
vm01 2 HPUX On (OS) 1 4 1 9 GB 0


Thanks
Vinod Kumar Yadav
Jai Shiv Shankar
Vinod Kumar Yadav
Trusted Contributor

Re: Require to Consolidate Blade server BL860C using IVM

Hi,

You have 8 Blade Server in the Single Encolusre.

Suppose you taking a Blade Server No - 5

If in the present state there is no VMGUEST are running only one Physical server is running.

To Perform this Activity for installation of 2 HP-UNIX VMGUEST in this Blade No-5

Frist Take Full File System Backup of the running SAP & Database Instance.

Remove the all VGs & LVs from Physical Server

Before creating the HP-UX IVM - VMGUEST need to be install the Integrity Virtual Machine product # T2767AC on the Physical Server(VMHOSTS)

Then perform this to create the 2 VMGUEST Server.

Installation & Configuration of IVM INTEGRITY VIRTUAL MACHINE.

1. Create a virtual network switch

#hpvmnet ├Г┬в├В ├В c ├Г┬в├В ├В S vmsw1 ├Г┬в├В ├В n 1

Where ├Г┬в├В ├В c├Г┬в├В ├В is for create, ├Г┬в├В ├В S├Г┬в├В ├В is for the virtual switch name and ├Г┬в├В ├В n├Г┬в├В ├В is the lan port so in this case it is lan1
Stop and start the vm by:

#cd /sbin/init.d
#./hpvm stop
#./hpvm start

Create VM Guest with dedicated processor and memory

#hpvmcreate ├Г┬в├В ├В P vm00 ├Г┬в├В ├В c3 ├Г┬в├В ├В r12G
Or
#hpvmcreate ├Г┬в├В ├В P vm00 ├Г┬в├В ├В e30 ├Г┬в├В ├В r12G

Where ├Г┬в├В ├В c├Г┬в├В ├В is the no of cpu , ├Г┬в├В ├В e├Г┬в├В ├В is the percentage of cpu and ├Г┬в├В ├В r├Г┬в├В ├В is the amount of memory in GB and ├Г┬в├В ├В vm00├Г┬в├В ├В is the VM Guest

Present the 70-GB LUN in RAID1 from EVA for installation of the VMGUEST -1 -O/S

Present the 70-GB LUN in RAID1 from EVA for installation of the VMGUEST -2 -O/S

Present an OS virtual disk to the VM Guest

#hpvmmodify ├Г┬в├В ├В P vm00 -a disk:scsi::disk:/dev/rdsk/c2t0d0

(Use raw device in case of scsi device)

As per best practice in case of San LUN create a vg then an lv and map the lv to the VM Guest by following Command

# hpvmmodify ├Г┬в├В ├В P vm00 -a disk:scsi::lv:/dev/vg01/rlvol1


Boot the vm Guest and install OS: -

#hpvmconsole -P vm00 ├Г┬в├В ├В Ffi ├Г┬в├В ├В c ├Г┬в├В ├В pc ├Г┬в├В ├В on├Г┬в├В ├В
Or
#hpvmconsole ├Г┬в├В ├В P vm00

After the installation is complete unpresent the DVD drive to take out the OS media :

#hpvmmodify ├Г┬в├В ├В P vm00 -d dvd:scsi::disk:/dev/rdsk/c0t0d0

In order to access a VM Guest console from the VM Host: -

# Hpvmconsole ├Г┬в├В ├В P vm00

This will bring the vm00 (VM Guest) MP menu as follows:-
MP MAIN MENU
CO: Console
CM: Command Menu
CL: Console Log
SL: Show Event Logs
VM: Virtual Machine Menu
HE: Main Help Menu
X: Exit Connection
[vm00] vMP>

12. To switch between VM Host MP and VM Guest MP use cntl+x

13. Procedure to insert and eject DVD from the VM Guest :

type ├Г┬в├В ├В VM├Г┬в├В ├В from the MP of VM Guest
Then type ├Г┬в├В ├В in├Г┬в├В ├В to insert or ├Г┬в├В ├В ej├Г┬в├В ├В to eject.


After sucessfully done check the VMGEST status with below command.

# Hpvmstatus ├Г┬в├В ├В s

[HPVM Server System Resources]

Processor speed = 1399 Mhz
Total physical memory = 16363 Mbytes
Total number of processors = 2
Available memory = 789 Mbytes
Available swap space = 6649 Mbytes
Maximum vcpus for an HP-UX virtual machine = 2
Maximum vcpus for a Windows virtual machine = 2
Maximum vcpus for a Linux virtual machine = 2
Available entitlement for a 1 way virtual machine = 1399 Mhz
Available entitlement for a 2 way virtual machine = 699 Mhz

# hpvmstatus

[Virtual Machines]
Virtual Machine Name VM # OS Type State #VCPUs #Devs #Nets Memory Runsysid
==================== ===== ======= ========= ==============
vm00 1 HPUX On (OS) 1 4 1 4 GB 0
vm01 2 HPUX On (OS) 1 4 1 9 GB 0

The VMGUEST Creation done then u create the
same VGs,LVs & mount points.

Restore the Data from Tape


Thanks
Vinod Kumar Yadav
Jai Shiv Shankar