Operating System - HP-UX
1830598 Members
2303 Online
110015 Solutions
New Discussion

Which npar when logged into an npar OS or vpar OS?

 
SOLVED
Go to solution
Daniel M. Gonzales
Frequent Advisor

Which npar when logged into an npar OS or vpar OS?

If you are on a multi-npar frame and logged into one of the npar OSs or a vpar OS, how can you programatically determine the current npar? Is there a single command (parstatus) to do it?
3 REPLIES 3
Sundar_7
Honored Contributor
Solution

Re: Which npar when logged into an npar OS or vpar OS?

parstatus -w will tell you the local npar number.
Learn What to do ,How to do and more importantly When to do ?
Asif Sharif
Honored Contributor

Re: Which npar when logged into an npar OS or vpar OS?

Hi Daniel,

#parstatus -w (Display the local partition number)
see "man parstatus"

Regards,
Asif Sharif
Regards,
Asif Sharif
Daniel M. Gonzales
Frequent Advisor

Re: Which npar when logged into an npar OS or vpar OS?

Thanks guys, close enough! :o)