1826683 Members
2800 Online
109696 Solutions
New Discussion

VPAR and free IO slots

 
SOLVED
Go to solution
lallemand_3
Occasional Advisor

VPAR and free IO slots

Hi all,

is there a way in a VPAR to know if there are some free IO slots belonging to the VPAR.

Thanks a lot in advance
5 REPLIES 5
mirco_1
Valued Contributor

Re: VPAR and free IO slots

hy,

i don't have vpar...

try to use
#parstatus

DM.
Marvin Strong
Honored Contributor

Re: VPAR and free IO slots

for vpars

if you use vparstatus -v

it will show you all the assigned hardware paths.

combined with the rad command you should be able to get the information you need.

I also think there is a gui, for it but I can't remember all the details.


man rad
man vparstatus

Torsten.
Acclaimed Contributor
Solution

Re: VPAR and free IO slots

I suggest to do this:
first run "vparstatus -v". This gives you all available slots.
...
[IO Details]
0.0.0
0.0.1
0.0.2
0.0.3
0.0.4
0.0.8
0.0.9
0.0.11
0.0.12
0.0.14
0.0.1.0.0.0.0 BOOT
...

Then check the "ioscan -fn" output.

...
ba 6 0/0/9 lba CLAIMED BUS_NEXUS Local PCI Bus
Adapter (782)
...

If there is only one entry (lba) with this hardware path (beginning with 0/0/9), the slot is empty.

BTW, "vparstatus -A" shows all "unbound" slots.

HTH

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!   
lallemand_3
Occasional Advisor

Re: VPAR and free IO slots

thanks a lot for help.
It's ok for me.
Mahadev Pednekar
Frequent Advisor

Re: VPAR and free IO slots

Hi lallemand,
Pl. do not forget to assign the points for those who have helped you.

regds,
MP