HomeSort by relevance Sort by last modified time
    Searched refs:DHCP (Results 1 - 21 of 21) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpconfig/
ResourceBundle.properties 30 config_dhcp_configured_error=Error - DHCP service is already configured on this server.
43 config_startup_progress=DHCP server started.
44 config_startup_error=Error - starting the DHCP server. {0}
45 config_create_conf_progress=Created DHCP configuration file.
46 config_writing_conf_error=Error - could not write to the DHCP configuration file. {0}
70 unconfigure_read_conf_error=Error - reading DHCP configuration file. {0}
71 unconfigure_shutdown_progress=DHCP server shutdown.
72 unconfigure_no_shutdown_progress=DHCP server not running.
73 unconfigure_shutdown_error=Error - shutting down DHCP server. {0}
81 unconfigure_remove_conf_progress=Deleted the DHCP configuration file
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWdhcm/
depend 53 P SUNWdhcsr DHCP Server Services, (Root)
54 P SUNWdhcsu DHCP Server Services, (User)
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWdhcsb/
depend 52 P SUNWdhcsr DHCP Server Services, (Root)
53 P SUNWdhcsu DHCP Server Services, (Usr)
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/common/
ResourceBundle.properties 31 need_to_convert_datastore=\nThere is a version mismatch between the DHCP management software and the DHCP\ndata stores configured for the server.\n\nTo correct this situation run 'dhcpconfig -C' to convert the data stores to\nthe new version.
36 no_conf_warning=\nWarning: No DHCP configuration file exists. There is no way to verify the\ndata store version for this operation.\n
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
ResourceBundle.properties 47 err_initializing_options=The daemon's defaults file appears to be corrupt. Please see the dhcp(4) man page.
50 init_error=DHCP Manager Initialization Error
52 dhcp_manager=DHCP Manager
55 server_not_running=The DHCP service is not running, so it could not be notified of this change.
103 run_network_wizard=You must configure a network for DHCP service\nusing the Network Wizard before creating any addresses.
160 bad_macro_name={0} is not a legal DHCP macro name
161 bad_option_name={0} is not a legal DHCP option
162 bad_option_value={0} is not a legal value for the DHCP option {1}
166 signal_server=Notify DHCP server of change
173 disable_service_confirm=OK to disable the DHCP service on server {0}
    [all...]
ConfigureChoiceDialog.java 38 * Dialog to select which type of server we want: full DHCP or just a BOOTP
46 private JRadioButton dhcp, bootp; field in class:ConfigureChoiceDialog
52 * Return value if user wants DHCP service
54 public static final int DHCP = 1;
82 dhcp = new JRadioButton(
84 dhcp.setToolTipText(ResourceStrings.getString("configure_dhcp_server"));
85 buttonGroup.add(dhcp);
87 box.add(dhcp);
107 if (dhcp.isSelected()) {
108 value = DHCP;
    [all...]
DhcpmgrApplet.java 48 * Main class for DHCP Manager. It is theoretically possible to run this
566 if (choice == ConfigureChoiceDialog.DHCP) {
567 // DHCP; run the wizard
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWdhcsr/
depend 52 R SUNWdhcsu DHCP Server Services, (Usr)
  /onnv/onnv-gate/usr/src/lib/libdhcputil/
README.inittab 32 Currently, each DHCP-related utility that needs to handle DHCP options
37 Originally, when only the DHCP server needed to be concerned with DHCP
38 options, not having a standard API for managing and parsing DHCP
39 options was understandable. Now, with four consumers of DHCP options
44 places where DHCP option information is stored (dhcptags(4),
49 single configuration for applications to receive their DHCP option
50 knowledge from and general routines for encoding and decoding DHCP
57 some degree) the semantics of DHCP options. It is primarily
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
ResourceBundle.properties 59 dhcp_server_address=DHCP Server Address
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWdhcsu/
depend 52 R SUNWdhcsr DHCP Server Services, (Root)
  /onnv/onnv-gate/usr/src/lib/libdhcpsvc/private/
README.synch 22 DHCP Service Library Synchronization
30 When writing DHCP service libraries (i.e., public modules) that provide
38 The goal of DHCP Service Library Synchronization is to simplify the design
40 the DHCP service library framework: by designing your module to use this
43 What does DHCP Service Library Synchronization do for me?
46 It synchronizes access to several of the DHCP Service Library public-layer
75 How do I write my module to use DHCP Service Library Synchronization?
100 identify the same container -- for instance, (/var/dhcp, dhcptab, 1,
101 SUNWfiles) and (/var/dhcp/, dhcptab, 1, SUNWfiles) name the same container
140 have a module `mymod' that you want to use with DHCP Service Librar
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/bridge/
ResourceBundle.properties 30 no_defaults_exception=The DHCP defaults file does not exist or cannot be read.
35 not_running_exception=DHCP server is not running.
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/pntadm/
ResourceBundle.properties 61 no_host_resource_warning=Warning - No hosts resource value found in DHCP configuration file.\nOperation succeeded, but hosts table was not updated.
98 usage=pntadm [-r (resource)] [-p (path)] [-u (uninterpreted data)] (options) [(network ip or name)]\n\nWhere (options) is one of:\n\n -C Create the named table\n\n -A (client ip or name) Add client entry. Sub-options:\n [-c (comment)]\n [-e (lease expiration)]\n [-f (flags)]\n [-h (client host name)]\n [-i (client identifier)[-a]]\n [-m (dhcptab macro reference)[-y]]\n [-s (server ip or name)]\n\n -M (client ip or name) Modify client entry. Sub-options:\n [-c (new comment)]\n [-e (new lease expiration)]\n [-f (new flags)]\n [-h (new client host name)]\n [-i (new client identifier)[-a]]\n [-m (new dhcptab macro reference)[-y]]\n [-n (new client ip)]\n [-s (new server ip or name)]\n\n -D (client ip or name) Delete client entry. Sub-options:\n [-y] Remove hosts table entry\n\n -R Remove the named table\n\n -P Display the named table. Sub-options:\n [-v] Display lease time in full format.\n [-x] Display lease time in raw format.\n\n -L List the configured DHCP networks\n\n -B [batchfile] Run command in batch input mode. Sub-options:\n [-v] Output commands as they are processed.\n\n The network ip or name argument is required for all options except -L and -B\n
  /onnv/onnv-gate/usr/src/lib/libdhcpsvc/modules/nisplus/
README 29 functionality contained in the previous version of the DHCP service
43 dhcp network 129_148_174_0 SUNWnisplus1_129_148_174_000
50 dhcp network dhcp_ip_tbl SUNW_dhcpsvc_net
52 3) The container (table) format for dhcp network tables is different.
82 to do with DHCP, the correct way to solve this problem would be to
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
README.caching 27 The DHCP server cache implementation
36 The Solaris DHCP server implements a caching mechanism to:
49 * A global DHCP table hash (ntable):
82 have been explicitly released by DHCP clients. This is the first
99 functions used by in.dhcpd and DHCP server admin tools to lookup and modify
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWcsr/
preinstall 63 You have made changes to /etc/dhcp/dhcptags, which has been superseded
64 by /etc/dhcp/inittab, as documented in dhcp_inittab(4). Please refer
65 to the DHCP documentation in the Answerbook for information on how to
72 DHCPTAGS=$BASEDIR/etc/dhcp/dhcptags
75 # it to a funky name like /etc/dhcp/dhcptags:8. Use this as
99 -p ${CLIENT_BASEDIR}etc/dhcp/dhcptags $PKGINST | \
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/lib/nwamd/
llp.c 38 * "automatic" settings: plumb both IPv4 and IPv6, use DHCP on the
253 * Choosing "dhcp" as a hostname is unsupported right now.
254 * We use hostname="dhcp" as a keyword telling bringupinterface()
255 * to use dhcp on the interface.
257 char *dhcpstr = "dhcp";
471 * The second field can be either static, dhcp, ipv6, noipv6, or priority.
475 * If the second field is dhcp then dhcp will be used on the interface.
477 * outcome of this is that if offered by the network in.ndpd and dhcp
492 static const char DHCP[] = "dhcp"
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsecdb/
exec_attr.txt 48 DHCP Management:suser:cmd:::/usr/lib/inet/dhcp/svcadm/dhcpconfig:uid=0
49 DHCP Management:suser:cmd:::/usr/lib/inet/dhcp/svcadm/dhtadm:uid=0
50 DHCP Management:suser:cmd:::/usr/lib/inet/dhcp/svcadm/pntadm:uid=0
auth_attr.txt 54 solaris.dhcpmgr.:::DHCP Service Management::help=DhcpmgrHeader.html
55 solaris.dhcpmgr.write:::Modify DHCP Service Configuration::help=DhcpmgrWrite.html
prof_attr.txt 43 DHCP Management:::Manage the DHCP service:auths=solaris.dhcpmgr.*;help=RtDHCPMngmnt.html

Completed in 360 milliseconds