2008-03-14 20:54:31 +00:00
=head1 Name
B<rinv> - remote hardware inventory
=head1 B<Synopsis>
B<rinv> [B<-h>|B<--help>|B<-v>|B<--version>]
2008-06-20 18:44:41 +00:00
=head2 BMC/MPA specific:
B<rinv> I<noderange> {B<pci>|B<model>|B<serial>|B<asset>|B<vpd>|B<mprom>|B<deviceid>|B<guid>|B<firm>|B<diag>|B<bios>|B<mparom>|B<mac>|B<all>}
2011-03-18 06:45:28 +00:00
=head2 PPC (with HMC) specific:
2008-06-20 18:44:41 +00:00
B<rinv> I<noderange> {B<bus>|B<config>|B<serial>|B<model>|B<firm>|B<all>}
2011-03-18 06:45:28 +00:00
=head2 PPC (using Direct FSP Management) specific:
2011-09-14 04:39:21 +00:00
B<rinv> I<noderange> {B<firm>}
B<rinv> I<noderange> {B<deconfig> [B<-x>]}
2011-03-18 06:45:28 +00:00
2009-11-04 03:43:59 +00:00
=head2 Blade specific:
B<rinv> I<noderange> {B<mtm>|B<serial>|B<mac>|B<bios>|B<diag>|B<mprom>|B<mparom>|B<firm>|B<all>}
2010-06-10 14:49:27 +00:00
=head2 VMware specific:
2010-11-11 20:49:49 +00:00
B<rinv> I<noderange> [B<-t>]
2010-06-10 14:49:27 +00:00
2008-03-14 20:54:31 +00:00
=head1 B<Description>
B<rinv> retrieves hardware configuration information from the on-board
Service Processor for a single or range of nodes and groups.
2010-06-10 14:49:27 +00:00
Calling B<rinv> for VMware will display the UUID/GUID, nuumber of CPUs, amount of memory, the MAC address and a list of Hard disks. The output for each Hard disk includes the label, size and backing file location.
2008-03-14 20:54:31 +00:00
=head1 B<Options>
=over 7
=item B<pci>
Retrieves PCI bus information.
2008-06-20 18:44:41 +00:00
=item B<bus>
List all buses for each I/O slot.
2008-03-14 20:54:31 +00:00
=item B<config>
Retrieves number of processors, speed, total memory, and DIMM
locations.
=item B<model>
Retrieves model number.
=item B<serial>
Retrieves serial number.
2008-06-20 18:44:41 +00:00
=item B<firm>
Retrieves firmware versions.
2011-04-19 07:04:27 +00:00
=item B<deconfig>
Retrieves deconfigured resources. Deconfigured resources are hw components (cpus, memory, etc.) that have failed so the firmware has automatically turned those components off.
2011-09-14 04:39:21 +00:00
=item B<-x>
To output the information of deconfigured resources in XML format.
2008-03-14 20:54:31 +00:00
=item B<asset>
Retrieves asset tag. Usually it's the MAC address of eth0.
=item B<vpd>
Same as specifying model, serial, deviceid, and mprom.
2009-11-04 03:43:59 +00:00
=item B<diag>
Diagnostics information of firmware.
2008-03-14 20:54:31 +00:00
=item B<mprom>
?
=item B<deviceid>
?
=item B<guid>
?
=item B<all>
All of the above.
=item B<-h>|B<--help>
Print help.
=item B<-v>|B<--version>
Print version.
2010-11-11 20:49:49 +00:00
=item B<-t>
Set the values in the vm table to what vCenter has for the indicated nodes.
2008-03-14 20:54:31 +00:00
=back
=head1 B<Examples>
2008-08-02 16:18:07 +00:00
=over 4
2008-06-20 18:44:41 +00:00
=item *
To retrieve all information available from blade node4, enter:
2008-08-02 16:18:07 +00:00
rinv node5 all
2008-03-14 20:54:31 +00:00
node5: Machine Type/Model 865431Z
node5: Serial Number 23C5030
node5: Asset Tag 00:06:29:1F:01:1A
node5: PCI Information
node5: Bus VendID DevID RevID Description Slot Pass/Fail
node5: 0 1166 0009 06 Host Bridge 0 PASS
node5: 0 1166 0009 06 Host Bridge 0 PASS
node5: 0 5333 8A22 04 VGA Compatible Controller0 PASS
node5: 0 8086 1229 08 Ethernet Controller 0 PASS
node5: 0 8086 1229 08 Ethernet Controller 0 PASS
node5: 0 1166 0200 50 ISA Bridge 0 PASS
node5: 0 1166 0211 00 IDE Controller 0 PASS
node5: 0 1166 0220 04 Universal Serial Bus 0 PASS
node5: 1 9005 008F 02 SCSI Bus Controller 0 PASS
node5: 1 14C1 8043 03 Unknown Device Type 2 PASS
node5: Machine Configuration Info
node5: Number of Processors:
node5: Processor Speed: 866 MHz
node5: Total Memory: 512 MB
node5: Memory DIMM locations: Slot(s) 3 4
2008-06-20 18:44:41 +00:00
=item *
2011-09-14 04:39:21 +00:00
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 *
2008-06-20 18:44:41 +00:00
To retrieve 'config' information from the HMC-managed LPAR node3, enter:
2008-08-02 16:18:07 +00:00
rinv node3 config
2008-06-20 18:44:41 +00:00
node5: Machine Configuration Info
node5: Number of Processors: 1
node5: Total Memory (MB): 1024
2008-03-14 20:54:31 +00:00
2010-06-10 14:49:27 +00:00
=item *
To retrieve information about a VMware node vm1, enter:
rinv vm1
vm1: UUID/GUID: 42198f65-d579-fb26-8de7-3ae49e1790a7
vm1: CPUs: 1
vm1: Memory: 1536 MB
vm1: Network adapter 1: 36:1b:c2:6e:04:02
vm1: Hard disk 1 (d0): 9000 MB @ [nfs_192.168.68.21_vol_rc1storage_vmware] vm1_3/vm1.vmdk
vm1: Hard disk 2 (d4): 64000 MB @ [nfs_192.168.68.21_vol_rc1storage_vmware] vm1_3/vm1_5.vmdk
2008-08-02 16:18:07 +00:00
=back
=head1 SEE ALSO
2008-03-14 20:54:31 +00:00
2008-08-02 16:18:07 +00:00
L<rpower(1)|rpower.1>