From c671ceee0558f4d5ca66f6278b27e935535bbbbe Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 27 Mar 2008 13:55:50 +0000 Subject: [PATCH] Add -a and -d flags git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@909 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client-2.0/pods/man8/makedhcp.8.pod | 27 +++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/xCAT-client-2.0/pods/man8/makedhcp.8.pod b/xCAT-client-2.0/pods/man8/makedhcp.8.pod index df42fd0fd..e25e99587 100644 --- a/xCAT-client-2.0/pods/man8/makedhcp.8.pod +++ b/xCAT-client-2.0/pods/man8/makedhcp.8.pod @@ -4,7 +4,13 @@ B - Creates new dhcp configuration files and updates live dhcp configu =head1 SYNOPSIS -B +B [-n]> + +B [-a] + +B [-a] [-d] + +B [-d] I B I [B<-s> I] @@ -18,6 +24,10 @@ the DHCP configuration, including certain general parameters such as a dynamic r With a noderange, makedhcp will inject configuration data pertinent to the specified nodes that immediately takes effect without a reset. +The B command with the B<-a> option will create a dhcpd.leases file for all nodes. If the B<-d> flag is used with the B<-a> flag then it will delete all nodes dhcp service host definitions. + +The B B<-d> flag followed with a will delete the dhcp server host definitons for the noderange. + The B command also uses the following attributes from the xCAT database: B, B, B, B, B @@ -29,6 +39,12 @@ B<-h> Display usage message. B<-n> Create a new dhcpd.conf file. +B<-a> Define all nodes to the dhcp server. + +B<-a> <-d> Delete all defined nodes to the dhcp server. + +B<-d> Delete all defined nodes in the noderange to the dhcp server. + B<-s> For the input noderange, the argument will be interpreted like dhcpd.conf text. @@ -44,6 +60,15 @@ B<-s> For the input noderange, the argument will be interpreted like dh I +2. The following example, will update the dhcpd.conf file. + +I + + +2. The following example, will define all nodes to the dhcp server. + +I + =head1 NOTES