add option '-x' to output the information of deconfigured resources in XML format
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@10788 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -16,7 +16,9 @@ B<rinv> I<noderange> {B<bus>|B<config>|B<serial>|B<model>|B<firm>|B<all>}
|
||||
|
||||
=head2 PPC (using Direct FSP Management) specific:
|
||||
|
||||
B<rinv> I<noderange> {B<firm>|B<deconfig>}
|
||||
B<rinv> I<noderange> {B<firm>}
|
||||
|
||||
B<rinv> I<noderange> {B<deconfig> [B<-x>]}
|
||||
|
||||
=head2 Blade specific:
|
||||
|
||||
@@ -66,6 +68,10 @@ Retrieves firmware versions.
|
||||
|
||||
Retrieves deconfigured resources. Deconfigured resources are hw components (cpus, memory, etc.) that have failed so the firmware has automatically turned those components off.
|
||||
|
||||
=item B<-x>
|
||||
|
||||
To output the information of deconfigured resources in XML format.
|
||||
|
||||
=item B<asset>
|
||||
|
||||
Retrieves asset tag. Usually it's the MAC address of eth0.
|
||||
@@ -141,6 +147,21 @@ To retrieve all information available from blade node4, enter:
|
||||
|
||||
=item *
|
||||
|
||||
To output the information of deconfigured resources in XML format for CEC cec01, enter:
|
||||
|
||||
rinv cec01 deconfig -x
|
||||
|
||||
cec01:
|
||||
<SYSTEM>
|
||||
<System_type>IH</System_type>
|
||||
<NODE>
|
||||
<Location_code>U78A9.001.0123456-P1</Location_code>
|
||||
<RID>800</RID>
|
||||
</NODE>
|
||||
</SYSTEM>
|
||||
|
||||
=item *
|
||||
|
||||
To retrieve 'config' information from the HMC-managed LPAR node3, enter:
|
||||
|
||||
rinv node3 config
|
||||
|
||||
Reference in New Issue
Block a user