Pages

Friday, September 17, 2021

HP SuperDome 2 Commands to create Vpar CLI

 Vpar assign only cpu ram


vparcreate -p Vpar1 -a mem::20240 -a cpu::2 -N 2

================================================================================


Vpar assign cpu/ram and pci slot  (iox no 9, BUS 1 or 2 (Second last)


vparcreate -p Vpar1 -a mem::20240 -a io:9/1/0/1/2 -a cpu::2 -N 2

vparcreate -p Vpar2 -a mem::20240 -a io:9/1/0/1/0 -a cpu::2 -N 2

vparcreate -p Vpar3 -a mem::20240 -a io:9/1/0/2/2 -a cpu::2 -N 2


================================================================================

vparmodify –p <vparname> -a io:<path>:TAPE 


     **** Add front USB/VGA dongle to VPAR

Front VGA  dongle Path

1/2/0/2/2   1/2/6     VGA/USB    OK  Blade 2

1/4/0/2/2   1/4/6     VGA/USB    OK  Blade 4 

1/8/0/2/2   1/8/6     VGA/USB    OK  Blade 8        


vparmodify -p 2:1  -a io:1/2/0/2/2

vparmodify -p 2:2  -a io:1/4/0/2/2 

vparmodify -p 2:3  -a io:1/8/0/2/2


================================================================================

Vpar Add front slot


vparmodify -p 2:1  -a  ioslot:1/8/6


================================================================================

ioscan -kf -H 48/0/0/2/0


================================================================================


set partition 2:1 dvd connect


this will assign the internal DVD to vPar 1 in nPar 2 if a medium is loaded

================================================================================


Add boot entry at efi shell


drivers ( to search cards)  7D is my FC card

drvcfg 7D (This will show ports of card, my is 47)

drvcfg 7D 47 -s


bcfg boot add 1 hpux.efi "HP-UX-Primary Boot"

================================================================================

Shutdown VPAR from OA

vparreset -p Vpar1 -h -N 2 -f


================================================================================

Npar & Vpar Information

show partition info 2 VERBOSE

vparstatus -A -N 2


For getting the resources on the blade

parstatus -c 1/2 -V

================================================================================


===========================================================


No comments:

Post a Comment