Operating System - HP-UX
1824488 Members
3437 Online
109672 Solutions
New Discussion юеВ

not able to install Linux on virtual machine

 
kiran b jadhav
Frequent Advisor

not able to install Linux on virtual machine

Not able to install Linux on virtual machine. Giving below error:

Loading.: EFI Shell [Built-in]
EFI Shell version 1.10 [14.62]onsole - - - - - - - - - - - -
Device mapping table
blk0 : Acpi(PNP0A03,0)/Pci(1|0)/Scsi(Pun0,Lun0)
blk1 : Acpi(PNP0A03,0)/Pci(1|0)/Scsi(Pun0,Lun0)/CDROM(Entry0)
blk2 : Acpi(PNP0A03,0)/Pci(1|0)/Scsi(Pun2,Lun0)
21 REPLIES 21
Shibin_2
Honored Contributor

Re: not able to install Linux on virtual machine

What type of VM you are using? HPVM or VMWare ?

What is your output of hpvmstatus command ?
Regards
Shibin
kiran b jadhav
Frequent Advisor

Re: not able to install Linux on virtual machine

type of VM: HPIVM

[root@hp-test1]/#hpvmstatus
[Virtual Machines]
Virtual Machine Name VM # OS Type State #VCPUs #Devs #Nets Memory Runsysid
==================== ===== ======= ========= ====== ===== ===== ======= ========
vm01 3 HPUX On (OS) 1 1 1 1 GB 0
vm02 6 UNKNOWN On (EFI) 1 2 1 512 MB 0
vm03 7 UNKNOWN On (EFI) 1 1 1 256 MB 0
kiran b jadhav
Frequent Advisor

Re: not able to install Linux on virtual machine

I am trying to install it through physical DVD
Shibin_2
Honored Contributor

Re: not able to install Linux on virtual machine

kiran b jadhav
Frequent Advisor

Re: not able to install Linux on virtual machine

And what about windows? any specific requirement?
Tim Nelson
Honored Contributor

Re: not able to install Linux on virtual machine

you would need a Windows version for Itanium as well.
kiran b jadhav
Frequent Advisor

Re: not able to install Linux on virtual machine

Tim can you provide me any link...like shibin provided.Please :-)
Torsten.
Acclaimed Contributor

Re: not able to install Linux on virtual machine

What kind of linux do you have?

You need an Itanium version!

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!   
kiran b jadhav
Frequent Advisor

Re: not able to install Linux on virtual machine

I have installed HPUX on vm01 & wanted to install Linux on vm02 & windows on vm03.
I was trying to install "Red hat 5.2 version", "RHEL 5.1 64bit" but no luck

Shibin & Tim told me that it requires Linux/windows itanium version. Please help
kiran b jadhav
Frequent Advisor

Re: not able to install Linux on virtual machine

one more thing..i am using trial version of HPIVM
Torsten.
Acclaimed Contributor

Re: not able to install Linux on virtual machine

IMHO this is not the itanium version, there is no fs0: in your mapping.

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!   
Bhadresh
Trusted Contributor

Re: not able to install Linux on virtual machine

Hi Kiran,

You can install Microsoft Windows Server 2008 as a guest. You can get the ISO image from the following location:
http://h20338.www2.hp.com/integrity/w1/en/os/windows-on-integrity-releases.html

Regards,
Bhadresh

kiran b jadhav
Frequent Advisor

Re: not able to install Linux on virtual machine

I have downloaded "windows 2008 (Itanium)" OS ISO image, but while installing it is giving problem.
I am unable to mount CD/DVD.

[root@hp-test1]/#mount /dev/dsk/c1t0d0 /sd_dvd/
/dev/dsk/c1t0d0: unrecognized file system
Dennis Handly
Acclaimed Contributor

Re: not able to install Linux on virtual machine

>I have downloaded "windows 2008 (Itanium)" OS ISO image, but while installing it is giving problem. I am unable to mount CD/DVD.
>mount /dev/dsk/c1t0d0 /sd_dvd/
/dev/dsk/c1t0d0: unrecognized file system

You most likely need to tell mount that it is a CD and what format. Also what tool did you use to create that CD/DVD? Can you read it on Windows?

http://h30499.www3.hp.com/t5/General/Create-ISO-image-on-Windows-to-be-readable-on-HPUX/m-p/4623145#M145285

http://h30499.www3.hp.com/t5/System-Administration/How-to-install-a-software-from-its-iso-image/m-p/5229481#M468266

http://h30499.www3.hp.com/t5/System-Administration/How-can-I-mount-an-iso-file/m-p/4599222#M375696

nijokj
Trusted Contributor

Re: not able to install Linux on virtual machine

Hi kiran,
Simply try this this will work if your OS is 11iv3
mount -r -F cdfs /dev/dsk/c1t2d0 /cdrom

let me know if it is not worked for you.

kiran b jadhav
Frequent Advisor

Re: not able to install Linux on virtual machine

still having problem :-(

[root@hp-test1]/#mount -r -F cdfs /dev/dsk/c1t0d0 /sd_dvd/
/dev/dsk/c1t0d0: unrecognized file system

kiran b jadhav
Frequent Advisor

Re: not able to install Linux on virtual machine

i downloaded the iso image and then copied it to DVD and now trying to mount that iso image to server.

Also downloaded ISOIMAGE-ENH and then ran command
#kcmodule fspd=loaded

then tried to mount FS. but it is still showing "unrecognized file system" error.
kiran b jadhav
Frequent Advisor

Re: not able to install Linux on virtual machine

Trying to install below iso image but no luck; even tried to install it through DVD,
Please help me out Gyan Gurus:

SW_DVD5_Win_Svr_Itanium_2008_R2_64Bit_English_MLF_X15-59946.ISO
Torsten.
Acclaimed Contributor

Re: not able to install Linux on virtual machine

No need to mount anything during installation.

Assign an "empty" virtual CD to the guest.

"insert" the ISO image into this drive from vMP.


The manual has all the details.

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!   
kiran b jadhav
Frequent Advisor

Re: not able to install Linux on virtual machine

I tried to install through iso image as well as through physical dvd.

Actually the VM guest should automatically locate the iso image and boot through it, but this is not the case.

While booting from DVD it gives error:
ConvertPages: Incompatible memory types
ConvertPages: Incompatible memory types

[root@hp-test1]/#hpvmstatus -P vm02 |grep -i dvd
dvd scsi 0 1 0 0 0 file /hpvm/SW_DVD5_Win_Svr_Itanium_2008_R2_64Bit_English_MLF_X15-59946.ISO
kiran b jadhav
Frequent Advisor

Re: not able to install Linux on virtual machine

closed :(