Operating System - HP-UX
1751781 Members
4347 Online
108781 Solutions
New Discussion юеВ

setboot showing no paths on a vpar

 
SOLVED
Go to solution
tazhasan
Occasional Advisor

setboot showing no paths on a vpar

Hi

on a

HP-UX vparname B.11.23 U ia64 2801294994 unlimited-user license

vpar, I am getting

vparname:/# setboot
Primary bootpath : <none>
HA Alternate bootpath : 0
Alternate bootpath : 0

Autoboot is ON (enabled)

Is this something of concern?

Regards

Tariq

4 REPLIES 4
Torsten.
Acclaimed Contributor

Re: setboot showing no paths on a vpar

setboot within a vPar is valid for the vPar only.

Check

vparstatus -p your_vpar -v

for the boot entry.


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

Re: setboot showing no paths on a vpar

Hi Torsten, here is the output:

vparname:/#vparstatus -p primary_rx8640_vPar_1 -v
[Virtual Partition Details]
Name: primary_rx8640_vPar_1
State: Up
OS Version: B.11.23
Attributes: Dynamic,Autoboot,Nosearch
Kernel Path: /stand/vmunix
Boot Opts: -lq

[CPU Details]
Min/Max: 3/5
User assigned [Path]:
Boot processor [Path]: 2.123
Monitor assigned [Path]: 0.124
1.120
1.125

Non-cell-specific:
User assigned [Count]: 1
Monitor assigned [Count]: 2
Cell-specific [Count]: Cell ID/Count
1 1

[IO Details]
0.0.6.1
1.0.8.1
1.0.6.1
0.0.6.1.0.4.0.10.9.0.0.0.0
1.0.6.1.0.4.0.11.9.0.0.0.0
1.0.6.1.0.4.0.13.32.0.0.0.1 BOOT
0.0.6.1.0.4.0.12.32.0.0.0.1
0.0.6.1.0.4.0.12.41.0.0.2.7,ALTBOOT

[Memory Details]
ILM, user-assigned [Base /Range]:
(bytes) (MB)
ILM, monitor-assigned [Base /Range]: 0x100000000/24576
(bytes) (MB)
ILM Total (MB): 24576

ILM Granularity (MB): 1024

CLM, user-assigned [CellID Base /Range]:
(bytes) (MB)
CLM, monitor-assigned [CellID Base /Range]: 1 0x78a80000000/1920
(bytes) (MB) 1 0x78af8000000/64
CLM (CellID MB): 1 1984

CLM Granularity (MB): 128

The odd thing is though, other vpars in this 'enclosure', setboot shows paths.

Regards

Tariq

Torsten.
Acclaimed Contributor
Solution

Re: setboot showing no paths on a vpar

Consider to set the bootpath to 1.0.6.1.0.4.0.13.32.0.0.0.1


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

Re: setboot showing no paths on a vpar

Hi Torsten

I set both Primary & Alternate:

vparname/#vparstatus -p primary_rx8640_vPar_1 -v | grep -i boot
Attributes: Dynamic,Autoboot,Nosearch
Boot Opts: -lq
Boot processor [Path]: 2.123
1.0.6.1.0.4.0.13.32.0.0.0.1 BOOT
0.0.6.1.0.4.0.12.41.0.0.2.7,ALTBOOT

vparname:/#setboot
Primary bootpath : <none>
HA Alternate bootpath : 0
Alternate bootpath : 0

Autoboot is ON (enabled)
vparname/#setboot -p 1.0.6.1.0.4.0.13.32.0.0.0.1
vparname:/#setboot
Primary bootpath : 1/0/6/1/0/4/0.13.32.0.0.0.1
HA Alternate bootpath : 0
Alternate bootpath : 0

Autoboot is ON (enabled)
vparname:/#setboot -a 0.0.6.1.0.4.0.12.41.0.0.2.7
vparname:/#setboot
Primary bootpath : 1/0/6/1/0/4/0.13.32.0.0.0.1
HA Alternate bootpath : 0
Alternate bootpath : 0/0/6/1/0/4/0.12.41.0.0.2.7

Autoboot is ON (enabled)

 

Thanks Torsten