1755710 Members
4120 Online
108837 Solutions
New Discussion юеВ

setup virtualisation

 
SOLVED
Go to solution
Torsten.
Acclaimed Contributor

Re: setup virtualisation

Looks better, but how about the vswitch?

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!   
mulder20
Frequent Advisor

Re: setup virtualisation

I try this command but they didn't recognize argument
# hpvmcreate -P win -c 1 -r 1G \
> -a network:lan::vswitch:clan1\
> -a network:lan:0,1:vswitch:localnet \
> -a disk:scsi::lv:/dev/vg01/rlv022\
> -a dvd:scsi:0,0,1:null:/dev
hpvmcreate: Unrecognized arguments.
usage: hpvmcreate -P vm_name [-F | -s] [-l vm_label] [-B start_attr]
[-O os_type[:version]] [-c number_vcpus]
[-e percent | -E cycles] [-r amount]
[-g group[:{admin|oper}]... [-u user[:{admin|oper}]...
[-a rsrc]...
[-i SG | -i SG_pkgname | -i GWLM | -i SG_pkgname,GWLM | -i NONE]
[-j {0|1}]
[-x name=value] or [-x name=value[:name=value]], where
[-x dynamic_memory_control={0|1}]
[-x ram_dyn_type={none|any|driver}]
[-x ram_dyn_min=amount]
[-x ram_dyn_max=amount]
[-x ram_dyn_target_start=amount]

hpvmcreate: Unable to create the guest.

Thanks,

mulder20
Frequent Advisor

Re: setup virtualisation

# hpvmcreate -P win -c 1 -r 1G \
> -a network:lan::vswitch:clan1 \
> -a network:lan:0,1:vswitch:localnet \
> -a disk:scsi::lv:/dev/vg01/rlv022 \
> -a dvd:scsi:0,0,1:null:/dev
hpvmcreate: WARNING (host): The vswitch 'clan1' does not exist.
hpvmcreate: ERROR (win): No available targets remain on bus 0 device 0.
hpvmcreate: ERROR (win): Unable to load defaults for '/dev'.
hpvmcreate: Device dvd:scsi:0,0,1:null:/dev has a conflicting device address.
hpvmcreate: Unable to create device.
hpvmcreate: Unable to create guest 'win'.
hpvmcreate: Unable to create the guest.
Torsten.
Acclaimed Contributor

Re: setup virtualisation

Where does the VG01 came from?

Do you have another disk now?

hpvmcreate -P win -c 1 -r 1G -O windows \
> -a network:lan::vswitch:clan1\
> -a network:lan::vswitch:localnet \
> -a disk:scsi::lv:/dev/vg01/rlv022\
> -a dvd:scsi::null:/dev/rdsk/c0t0d0


Check hpvmnet for clan1 - is it still present / powered up?

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!   
mulder20
Frequent Advisor

Re: setup virtualisation

# hpvmnet
Name Number State Mode NamePPA MAC Address IP Address
======== ====== ======= ========= ======== ============== ===============
localnet 1 Up Shared N/A N/A
vswitch 2 Up Shared lan0 0x001cc4fbace7 192.168.100.212


# ls -l
total 0
crw-r----- 1 root sys 64 0x000000 Jun 10 07:35 group
br--r----- 1 root sys 64 0x000009 Jun 11 08:13 lvol
brw-r----- 1 root sys 64 0x000001 Jun 10 07:35 lvol1
brw-r----- 1 root sys 64 0x000002 Jun 10 07:35 lvol2
brw-r----- 1 root sys 64 0x000003 Jun 10 07:35 lvol3
brw-r----- 1 root sys 64 0x000004 Jun 10 07:35 lvol4
brw-r----- 1 root sys 64 0x000005 Jun 10 07:35 lvol5
brw-r----- 1 root sys 64 0x000006 Jun 10 07:35 lvol6
brw-r----- 1 root sys 64 0x000007 Jun 10 07:35 lvol7
brw-r----- 1 root sys 64 0x000008 Jun 10 07:35 lvol8
cr--r----- 1 root sys 64 0x000009 Jun 11 08:13 rlvol
crw-r----- 1 root sys 64 0x000001 Jun 10 07:35 rlvol1
crw-r----- 1 root sys 64 0x000002 Jun 10 07:35 rlvol2
crw-r----- 1 root sys 64 0x000003 Jun 10 07:35 rlvol3
crw-r----- 1 root sys 64 0x000004 Jun 10 07:35 rlvol4
crw-r----- 1 root sys 64 0x000005 Jun 10 07:35 rlvol5
crw-r----- 1 root sys 64 0x000006 Jun 10 07:35 rlvol6
crw-r----- 1 root sys 64 0x000007 Jun 10 07:35 rlvol7
crw-r----- 1 root sys 64 0x000008 Jun 10 07:35 rlvol8
cr--r----- 1 root sys 64 0x00000a Jun 11 08:14 rwin
br--r----- 1 root sys 64 0x00000a Jun 11 08:14 win

so i correct by lan0 but they still give lan0 not exist
and i change disk to /dev/vg00/win (was created before)

hpvmcreate -P win -c 1 -r 1G \
-a network:lan::vswitch:lan0 \
-a network:lan:0,1:vswitch:localnet \
-a disk:scsi::lv:/dev/vg00/win \
-a dvd:scsi:0,0,1:null:/dev

hpvmcreate: WARNING (host): The vswitch 'lan0' does not exist.
hpvmcreate: ERROR (win): Incorrect backing device type.
hpvmcreate: Unable to create device network:lan::vswitch:lan0.
hpvmcreate: Unable to create guest 'win'.
hpvmcreate: Unable to create the guest.

Thanks
Torsten.
Acclaimed Contributor

Re: setup virtualisation

Make sure "win" does not exist yet.


# hpvmcreate -P win -c 1 -r 1G -O windows \
-a network:lan::vswitch:vswitch \
-a disk:scsi::lv:/dev/vg00/rwin \
-a dvd:scsi::null:/dev/rdsk/c0t0d0




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!   
Torsten.
Acclaimed Contributor

Re: setup virtualisation

.



Any results/feedback so far?




If so, please read this too:


http://forums12.itrc.hp.com/service/forums/helptips.do?#33

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!   
mulder20
Frequent Advisor

Re: setup virtualisation

it's ok now
the ceation is ok without error
Thank you very much


please last think , i'm in the last step :

starting windows installation from windows DVD .

and they didn't want to start



they stop at this point :

#hpvmconsole -P win -fi -c "pc -on"

EFI Boot Manager ver 1.10 [14.62] [Build: Mon Oct 1 09:27:26 2007]

Please select a boot option

EFI Shell [Built-in]
- - - - - - - - - - - - Live Console - - - - - - - - - - - -


Use ^ and v to change option(s). Use Enter to select an option
Loading.: EFI Shell [Built-in]
EFI Shell version 1.10 [14.62]
Device mapping table
blk0 : Acpi(PNP0A03,0)/Pci(1|0)/Scsi(Pun0,Lun0)
blk1 : Acpi(PNP0A03,0)/Pci(1|0)/Scsi(Pun1,Lun0)
blk0:\>

Torsten.
Acclaimed Contributor

Re: setup virtualisation

Did you already insert the DVD???

Put the disc into the drive and do from vMP

"IN" to insert the disc.

Note: you need a supported windows version (see manual)!

then do

Shell> reconnect -r
Shell> map -r

to find a valid device (e.g. fs0: )



Remember to read this too:

http://forums11.itrc.hp.com/service/forums/helptips.do?#33



Good luck!

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!   
Torsten.
Acclaimed Contributor

Re: setup virtualisation

Still so many unassigned answers :-((

I spent my spare time for you!


;-))

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!