Operating System - HP-UX
1833704 Members
3433 Online
110062 Solutions
New Discussion

Problem installing HPUX integrity VM

 
SOLVED
Go to solution
Luk Vandenbussche
Honored Contributor

Problem installing HPUX integrity VM

Hi,
I try to install HPUX from a dvd on new virtual machine.
I have mounted DVD 1 on my cdrom

hpvstatus -P lubus

hpvmstatus -P lubus
[Virtual Machine Details]
Virtual Machine Name VM # OS Type State
==================== ===== ======= ========
lubus 1 HPUX On (EFI)

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

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

[Memory Details]
Total Reserved
Memory Memory
=========== ===========
1024 MB 64 MB

[Storage Interface Details]
Guest Physical
Device Adaptor Bus Dev Ftn Tgt Lun Storage Device
======= ========== === === === === === ========= =========================
dvd scsi 0 0 0 0 0 null /dev/rdsk/c0t0d0
disk scsi 0 0 0 1 0 lv /dev/vg00/rlvol10

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

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

bdf

Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 524288 261160 261080 50% /
/dev/vg00/lvol1 311296 138424 171560 45% /stand
/dev/vg00/lvol8 6291456 1389064 4865432 22% /var
/dev/vg00/lvol7 6291456 2545320 3716904 41% /usr
/dev/vg00/lvol5 204800 20448 182920 10% /tmp
/dev/vg00/lvol4 4194304 2047048 2130488 49% /opt
/dev/vg00/lvol9 24576 8432 16032 34% /home
/dev/dsk/c0t0d0 3109568 3109568 0 100% /cdrom

hpvmconsole -P lubus

map -r
Device mapping table
blk0 : Acpi(PNP0A03,0)/Pci(0|0)/Scsi(Pun0,Lun0)
blk1 : Acpi(PNP0A03,0)/Pci(0|0)/Scsi(Pun1,Lun0)

I don't see an fsx here to install my os.

Any idea's

3 REPLIES 3
Michael Steele_2
Honored Contributor

Re: Problem installing HPUX integrity VM

Sameer_Nirmal
Honored Contributor
Solution

Re: Problem installing HPUX integrity VM

The virtual machine status shows the DVD is configured/emulated as Virtual NullDVD. Make the Virtual NullDVD into Virtual DVD using
vMP> in

Then select "Removable Media Boot" option from the EFI Boot Maintenance Manager to boot and install OS from the DVD.
Luk Vandenbussche
Honored Contributor

Re: Problem installing HPUX integrity VM

Thanks for the solution Sameer.