1829582 Members
20762 Online
109992 Solutions
New Discussion

parstatus options

 
Daniel M. Gonzales
Frequent Advisor

parstatus options

The man page for the parstatus command describes the "w" option (display the local partition number in full sentence) along with the "M" option (restricts the display to just the partition number). Cannot get the two options to work together. Anyone have any ideas?
3 REPLIES 3
David Bellamy
Respected Contributor

Re: parstatus options

Daniel: parstatus -w just tells you the partition number. once you have that you can do a parstatus -p (partition_number) -M
Raj D.
Honored Contributor

Re: parstatus options

Daniel,

parstatus -w : to display local partition number.


-M :Produce a machine readable/parseable output. This output will have the columns separated by a single : character and will not have a column header.


Once you get the partition number you cancheck rest of the details with (#parstatus -V -p .


Cheers,
Raj.

" If u think u can , If u think u cannot , - You are always Right . "
Daniel M. Gonzales
Frequent Advisor

Re: parstatus options

Thanks guys. Was looking for something that was closer to the difference between "vparstatus -w" and "vparstatus -wM", just with the parstatus cmd.