From 3a75ed5ac3fec1ff8c0fa3276a9e1a5cddc07af2 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 6 Feb 2008 14:45:20 +0000 Subject: [PATCH] Add pods for node* commands git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@397 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client-2.0/pods/man1/nodeadd.1.pod | 65 ++++++++++++++++++++++++ xCAT-client-2.0/pods/man1/nodech.1.pod | 54 ++++++++++++++++++++ xCAT-client-2.0/pods/man1/nodels.1.pod | 66 +++++++++++++++++++++++++ xCAT-client-2.0/pods/man1/noderm.1.pod | 48 ++++++++++++++++++ 4 files changed, 233 insertions(+) create mode 100644 xCAT-client-2.0/pods/man1/nodeadd.1.pod create mode 100644 xCAT-client-2.0/pods/man1/nodech.1.pod create mode 100644 xCAT-client-2.0/pods/man1/nodels.1.pod create mode 100644 xCAT-client-2.0/pods/man1/noderm.1.pod diff --git a/xCAT-client-2.0/pods/man1/nodeadd.1.pod b/xCAT-client-2.0/pods/man1/nodeadd.1.pod new file mode 100644 index 000000000..db7cf31c1 --- /dev/null +++ b/xCAT-client-2.0/pods/man1/nodeadd.1.pod @@ -0,0 +1,65 @@ +=head1 NAME + +B -Adds nodes to the cluster. + +=head1 SYNOPSIS + +I + +I + +I + + +=head1 DESCRIPTION + + The nodeadd command adds the node from the input node range. At least one groupname must be supplied + + nodeadd also supports some short cut tags: + groups is equivalent to table.column = nodelist.groups + for example:nodeadd blade1-blade8 groups=all,compuTe + + mgt is equivalent to table.column = nodehm.mgt + for example:nodeadd blade7 mgt=blade + switch is equivalent to table.colum= switch.switch + for example:nodeadd blade8 switch=switch1 + + +=head1 OPTIONS + + +B<-h> Display usage message. + +B<-v> Command Version. + +B<-V> Verbose output. + + +=head1 RETURN VALUE + +0 The command completed successfully. + +1 An error has occurred. + +=head1 EXAMPLES + +1. To add nodes in noderange node1-node4 with group all: + +I + +2. To add nodes in noderange node1-node4 to the nodetype table with os=rhel5: + +I + + +=head1 FILES + +/opt/xcat/bin/nodeadd + + +=head1 NOTES + +This command is part of the xCAT software product. +See nodels,nodech,noderange + + diff --git a/xCAT-client-2.0/pods/man1/nodech.1.pod b/xCAT-client-2.0/pods/man1/nodech.1.pod new file mode 100644 index 000000000..c81149282 --- /dev/null +++ b/xCAT-client-2.0/pods/man1/nodech.1.pod @@ -0,0 +1,54 @@ +=head1 NAME + +B -Changes node attributes in the database. + +=head1 SYNOPSIS + +I + + +I + + +=head1 DESCRIPTION + + The nodech command changes the attribute value in the input table.column for the input node range. + + +=head1 OPTIONS + + +B<-h> Display usage message. + +B<-v> Command Version. + + + +=head1 RETURN VALUE + +0 The command completed successfully. + +1 An error has occurred. + +=head1 EXAMPLES + +1. To change the group name nodes in noderange node1-node4: + +I + +2. To change nodes in noderange node1-node4 to os=rhel5 in nodetype table: + +I + + +=head1 FILES + +/opt/xcat/bin/nodech + + +=head1 NOTES + +This command is part of the xCAT software product. +See nodels,nodeadd,noderange + + diff --git a/xCAT-client-2.0/pods/man1/nodels.1.pod b/xCAT-client-2.0/pods/man1/nodels.1.pod new file mode 100644 index 000000000..f100d8313 --- /dev/null +++ b/xCAT-client-2.0/pods/man1/nodels.1.pod @@ -0,0 +1,66 @@ +=head1 NAME + +B -Lists the nodes in the noderange. + +=head1 SYNOPSIS + +I + +I + + +I + + +=head1 DESCRIPTION + The nodels command lists the nodes in the input node range. If no noderange is provided, then all nodes are listed. + +=head1 OPTIONS + + +B<-h> Display usage message. + +B<-v> Command Version. + +B<-V> Verbose output. + + +=head1 RETURN VALUE + +0 The command completed successfully. + +1 An error has occurred. + +=head1 EXAMPLES + +1. To list all defined nodes, enter: + +I + +Output is similar to: + node1 + node2 + node3 + +2.To list nodes in noderange ppc, enter: + +I + +Output is similar to: + + ppcnode1 + ppcnode2 + ppcnode3 + + +=head1 FILES + +/opt/xcat/bin/nodels + + +=head1 NOTES + +This command is part of the xCAT software product. + + + diff --git a/xCAT-client-2.0/pods/man1/noderm.1.pod b/xCAT-client-2.0/pods/man1/noderm.1.pod new file mode 100644 index 000000000..7e2dabfd4 --- /dev/null +++ b/xCAT-client-2.0/pods/man1/noderm.1.pod @@ -0,0 +1,48 @@ +=head1 NAME + +B -Removes the nodes in the noderange from all database table. + +=head1 SYNOPSIS + +I + + + +I + + +=head1 DESCRIPTION + + The noderm command removes the nodes in the input node range. + +=head1 OPTIONS + + +B<-h> Display usage message. + + + +=head1 RETURN VALUE + +0 The command completed successfully. + +1 An error has occurred. + +=head1 EXAMPLES + +1. To remove the nodes in noderange node1-node4, enter: + +I + + +=head1 FILES + +/opt/xcat/bin/noderm + + +=head1 NOTES + +This command is part of the xCAT software product. + + +