remove site.stanza from man

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4766 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2009-12-13 13:55:11 +00:00
parent 6f3b129a10
commit aece424889

View File

@ -11,9 +11,9 @@ B<csm2xcat> [B<-h>]
=head1 DESCRIPTION
The csm2xcat command must be run on the Management Server of the CSM system that you want to migrate to xCAT. The commmand will build three xCAT stanza files that can update the xCAT database with the chdef command.
The csm2xcat command must be run on the Management Server of the CSM system that you want to migrate to xCAT. The commmand will build two xCAT stanza files that can update the xCAT database with the chdef command.
Copy the csm2xcat command to the CSM Management Server. Run the command, indicating where you want your stanza files saved with the --dir parameter. Check the stanza files to see if the information is what you want put in the xCAT database. Copy the three stanza files- site.stanza, node.stanza, device.stanza back to your xCAT Management node, and run the chdef command to input into the xCAT database.
Copy the csm2xcat command to the CSM Management Server. Run the command, indicating where you want your stanza files saved with the --dir parameter. Check the stanza files to see if the information is what you want put in the xCAT database. Copy the two stanza files: node.stanza, device.stanza back to your xCAT Management node, and run the chdef command to input into the xCAT database.
=head1 OPTIONS
@ -36,8 +36,6 @@ B<csm2xcat --dir /tmp/mydir>
2. To put the data in the xCAT database on the xCAT Management Node:
B<cat site.stanza | chdef -z>
B<cat node.stanza | chdef -z>
B<cat device.stanza | chdef -z>