Searched refs:DHCP (Results 1 - 15 of 15) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpconfig/
H A DResourceBundle.properties30 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 configuratio
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/common/
H A DResourceBundle.properties31 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
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
H A DResourceBundle.properties47 init_error=DHCP Manager Initialization Error
49 dhcp_manager=DHCP Manager
52 server_not_running=The DHCP service is not running, so it could not be notified of this change.
100 run_network_wizard=You must configure a network for DHCP service\nusing the Network Wizard before creating any addresses.
157 bad_macro_name={0} is not a legal DHCP macro name
158 bad_option_name={0} is not a legal DHCP option
159 bad_option_value={0} is not a legal value for the DHCP option {1}
163 signal_server=Notify DHCP server of change
170 disable_service_confirm=OK to disable the DHCP service on server {0}?
178 enable_service_confirm=OK to enable the DHCP servic
[all...]
H A DConfigureChoiceDialog.java38 * Dialog to select which type of server we want: full DHCP or just a BOOTP
52 * Return value if user wants DHCP service
54 public static final int DHCP = 1; field in class:ConfigureChoiceDialog
108 value = DHCP;
H A DDhcpmgrApplet.java48 * Main class for DHCP Manager. It is theoretically possible to run this
566 if (choice == ConfigureChoiceDialog.DHCP) {
567 // DHCP; run the wizard
/opensolaris-onvv-gate/usr/src/lib/libdhcputil/
H A DREADME.inittab32 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 option
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
H A DResourceBundle.properties59 dhcp_server_address=DHCP Server Address
/opensolaris-onvv-gate/usr/src/lib/libdhcpsvc/private/
H A DREADME.synch22 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?
140 have a module `mymod' that you want to use with DHCP Service Library
141 Synchronization. Then, for each method specified in the DHCP Server
145 (as specified in the DHCP Serve
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/bridge/
H A DResourceBundle.properties30 no_defaults_exception=The DHCP defaults file does not exist or cannot be read.
35 not_running_exception=DHCP server is not running.
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/pntadm/
H A DResourceBundle.properties61 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
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
H A DREADME.caching27 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
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dllp.c186 static const char DHCP[] = "dhcp"; local
249 } else if (strcasecmp(srcstr, DHCP) == 0) {
/opensolaris-onvv-gate/usr/src/lib/libsecdb/
H A Dexec_attr.txt42 DHCP Management:suser:cmd:::/usr/lib/inet/dhcp/svcadm/dhcpconfig:uid=0
43 DHCP Management:suser:cmd:::/usr/lib/inet/dhcp/svcadm/dhtadm:uid=0
44 DHCP Management:suser:cmd:::/usr/lib/inet/dhcp/svcadm/pntadm:uid=0
H A Dauth_attr.txt54 solaris.dhcpmgr.:::DHCP Service Management::help=DhcpmgrHeader.html
55 solaris.dhcpmgr.write:::Modify DHCP Service Configuration::help=DhcpmgrWrite.html
H A Dprof_attr.txt41 DHCP Management:::Manage the DHCP service:auths=solaris.dhcpmgr.*;help=RtDHCPMngmnt.html

Completed in 119 milliseconds