From 14769bdc7525debac551c46afb3f1eda3582b833 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 7 Feb 2008 18:51:15 +0000 Subject: [PATCH] Add site table update example git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@413 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client-2.0/pods/man1/chtab.1.pod | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/xCAT-client-2.0/pods/man1/chtab.1.pod b/xCAT-client-2.0/pods/man1/chtab.1.pod index 578e3de88..ee9de72cf 100644 --- a/xCAT-client-2.0/pods/man1/chtab.1.pod +++ b/xCAT-client-2.0/pods/man1/chtab.1.pod @@ -39,17 +39,22 @@ B<-d> Delete option. 1. To add a node=node1 to the nodelist table with groups=all: I + +2. To add a keyword (tftpdir) and value (/tftpboot) to the site table: + +I -2. To add node1 to the nodetype table with os=rhel5: + +3. To add node1 to the nodetype table with os=rhel5: I -3. To change node1 in nodetype table setting os=sles: +4. To change node1 in nodetype table setting os=sles: I -4. To delete node1 from nodetype table: +5. To delete node1 from nodetype table: I