From f8c3e2470f539c85b532841f1ebc36592183d16a Mon Sep 17 00:00:00 2001 From: cjhardee Date: Thu, 10 Jun 2010 14:49:27 +0000 Subject: [PATCH] Update rinv man page for VMware. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6422 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/rinv.1.pod | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/xCAT-client/pods/man1/rinv.1.pod b/xCAT-client/pods/man1/rinv.1.pod index 16ca0935d..17628b828 100644 --- a/xCAT-client/pods/man1/rinv.1.pod +++ b/xCAT-client/pods/man1/rinv.1.pod @@ -18,11 +18,17 @@ B I {B|B|B|B|B|B} B I {B|B|B|B|B|B|B|B|B} +=head2 VMware specific: + +B I + =head1 B B retrieves hardware configuration information from the on-board Service Processor for a single or range of nodes and groups. +Calling B 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. + =head1 B =over 7 @@ -131,6 +137,19 @@ To retrieve 'config' information from the HMC-managed LPAR node3, enter: node5: Number of Processors: 1 node5: Total Memory (MB): 1024 +=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 + + =back =head1 SEE ALSO