1 <!--
   2   -- ident      "%W%    %E% SMI"
   3   --
   4     Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
   5     Use is subject to license terms.
   6 
   7     CDDL HEADER START
   8 
   9     The contents of this file are subject to the terms of the
  10     Common Development and Distribution License, Version 1.0 only
  11     (the "License").  You may not use this file except in compliance
  12     with the License.
  13 
  14     You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  15     or http://www.opensolaris.org/os/licensing.
  16     See the License for the specific language governing permissions
  17     and limitations under the License.
  18 
  19     When distributing Covered Code, include this CDDL HEADER in each
  20     file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  21     If applicable, add the following below this CDDL HEADER, with the
  22     fields enclosed by brackets "[]" replaced with your own identifying
  23     information: Portions Copyright [yyyy] [name of copyright owner]
  24 
  25     CDDL HEADER END
  26   -->
  27 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  28 <html>
  29 
  30 <head>
  31 <title>DHCP Manager Help: Duplicate Macro</title>
  32 <meta NAME="AUTHOR" CONTENT="smorgan">
  33 <meta NAME="KEYWORDS" CONTENT="DHCP">
  34 
  35 </head>
  36 
  37 <body bgcolor="#FFFFFF">
  38 
  39 <a name="top"></a>
  40 
  41 <table border=0 cellspacing=0 cellpadding=0 width=615>
  42 
  43 <!-- Start navigation banner -->
  44 
  45 <tr><td colspan=4  WIDTH="615" align="center" valign="top"><IMG SRC="art/bannersmc.gif" WIDTH=615 BORDER=0 ALT="DHCP Manager Help">
  46 
  47         </td>
  48         </tr>
  49 
  50 <!-- End navigation banner -->
  51 
  52 
  53 <tr>
  54 
  55 <!-- Start contents block -->
  56 
  57         <td colspan=1 valign="top" width=105>
  58         <P>&nbsp;</P>
  59 
  60         <A HREF="dhcp_main_top.html"><STRONG>Overview</STRONG></A><P>
  61                 <A HREF="dhcp_relay_ref.html"><STRONG>Servers and Relays</STRONG></A><P>
  62         <A HREF="dhcp_addr_ref.html"><STRONG>IP Addresses</STRONG></A><P>
  63         
  64                 
  65 <A HREF="dhcp_macro_ref.html"><STRONG>Macros</STRONG></A><BR>
  66         &nbsp;&nbsp;<A HREF="dhcp_macro_create.html">Create</A><BR>
  67 
  68 <IMG SRC="art/tip2.gif" WIDTH=12 HEIGHT=10 BORDER=0 ALT="">Duplicate<BR>
  69         &nbsp;&nbsp;&nbsp;&nbsp;<a href="#name"><EM>Name</EM></a><BR>
  70         &nbsp;&nbsp;&nbsp;&nbsp;<a href="#option"><EM>Option</EM></a><BR>
  71         &nbsp;&nbsp;&nbsp;&nbsp;<a href="#order"><EM>Up/Down</EM></a><BR>
  72         &nbsp;&nbsp;&nbsp;&nbsp;<a href="#del"><EM>Delete</EM></A><BR>
  73 
  74         &nbsp;&nbsp;<A HREF="dhcp_macro_mod.html">Modify</A><BR>
  75         &nbsp;&nbsp;<A HREF="dhcp_macro_del.html">Delete</A><P>
  76 
  77 <A HREF="dhcp_option_ref.html"><STRONG>Options</STRONG></A><P>
  78                 
  79 <A HREF="dhcp_main_how.html"><STRONG>How To..</STRONG></A><P>
  80 <A HREF="dhcp_main_menus.html"><STRONG>Menus</STRONG></A><P>
  81 <A HREF="dhcp_main_idx.html"><STRONG>Index</STRONG></A>
  82         
  83         
  84                 </td>
  85 
  86 
  87 
  88 <!-- End contents block -->
  89 
  90 <!-- Start column rule -->
  91 
  92         <td colspan=1 width=5 bgcolor="#CCCCCC">&nbsp;</td>
  93 
  94 <!-- End column spacer -->
  95 
  96 <!-- Start column spacer -->
  97 
  98         <td colspan=1 width=10 bgcolor="#FFFFFF">&nbsp;</td>
  99 
 100 <!-- End column spacer -->
 101 
 102 
 103 
 104 <!-- Start topic block -->
 105 
 106 
 107         <td colspan=1 valign="top" bgcolor="#ffffff">
 108         <P>&nbsp;</P>
 109 
 110 <h1>Duplicate Macro</h1>
 111 
 112 The Duplicate Macro dialog box provides a simple way for you to create a 
 113 new macro by copying some or all of the settings of an existing macro.<p>
 114 
 115 Refer to <a href="dhcp_macros_about.html">About Macros and Options</a>, for more information about defining DHCP macros.<p>
 116 
 117 The settings in the Duplicate Macro dialog box are described below.<p>
 118 <P><HR NOSHADE><P>
 119 
 120 
 121         <table border=0 cellspacing=4 cellpadding=3>
 122 
 123         <tr>
 124         <td width=105 valign="top"><A NAME="name"><STRONG>Name</STRONG></A></td>
 125         <td valign="top">Specify a name for the new macro. 
 126         Macro names can be a maximum of 128 alphanumeric characters.<br></td>
 127         </tr>
 128 
 129         <tr>
 130         <td width=105 valign="top"><A NAME="option"><STRONG>Option</STRONG></A></td>
 131         <td valign="top">Name of the options and/or other macros included in the macro.
 132         You can add or delete options from this list.
 133 To display a list of defined options, right-click in the Options field. Options are displayed by category and type.
 134 </TD>
 135         
 136         </tr>
 137 
 138         <tr>
 139         <td width=105 valign="top"><A NAME="order"><STRONG>Move Up/Move Down</STRONG></A></td>
 140         <td valign="top">Click Move Up or Move Down to change the processing order of
 141         options and nested macros. The processing order is significant, as options and 
 142         macros processed last supersede conflicting values in those that are 
 143         processed first. </td>
 144         </tr>
 145         
 146         <tr>
 147         <td width=105 valign="top"><A NAME="del"><STRONG>Delete</STRONG></A></td>
 148         <td valign="top">Select an option and click Delete to remove it from the macro. </td>
 149         </tr>
 150 
 151 
 152         </table>
 153 
 154 
 155 <P>
 156 <strong>Notify DHCP Server of Change:</STRONG> Check the box if 
 157 you want the DHCP server to reload the <tt>dhcptab</tt> after
 158 the changed macro information is written. Normally, you want 
 159 the server to reload the <tt>dhcptab</tt> so that clients
 160 start receiving the new configuration data immediately.  
 161 However, in some cases, you may wish to delay this reload.
 162 For example, you may need to modify several macros in order for 
 163 configurations to be correct. <P>
 164 &nbsp;&nbsp;&nbsp;<A HREF="#top"><small>return to top</small></A>
 165 
 166 <p>&nbsp;</p>
 167 
 168 <!-- Don't go past this line! -->
 169 
 170         </td>
 171 
 172 <!-- End topic block -->
 173 
 174 </tr>
 175 
 176 </table>
 177 
 178 <!-- End topic table -->
 179 
 180 </body>
 181 </html>