admin_ip.pl
Chapter
8
Administration Server Command-Line Tools
143
Examples
The following examples demonstrate different uses of
admconfig
.
•
This example changes the port number for an instance of Administration
Server to 33333, and then restarts the instance. The verbose level option, which
controls how much status information is printed to the screen, is set to 5.
admconfig -server eastcoast.example.com:22222 -user
john:password -verbose 5 -setPort 33333 -restart
•
This example retrieves the hosts from which connections are allowed. The
verbose level option is set to 9 (the default value when a number isn’t
specified).
admconfig -ser eastcoast.example.com:33333 -u john:password -verb
-geth
•
This example displays the help information for restarting an instance of
Administration Server.
admconfig -h r
admin_ip.pl
When your computer system’s IP address changes, you must update the local
Administration Server configuration file and the configuration directory. If you do
not enter the new IP address in these locations, you will not be able to start the
Administration Server.
A Perl script is provided to help you update these two configurations. The script
changes the IP address for an instance of Administration Server in both the
local.conf
file and the configuration directory. The script is called
admin_ip.pl
and is stored in the
serverRoot
/shared/bin
folder.
Usage
To run
admin_ip.pl
:
On UNIX
In the
serverRoot/shared/bin
folder, enter
admin_ip.pl Directory_Manager_DN Directory_Manager_password old_IP
new_IP [port #]
The old IP address is saved in a file called
local.conf.old
.
Summary of Contents for NETSCAPE CONSOLE 6.0 - MANAGING SERVERS
Page 1: ...Managing Servers with Netscape Console Netscape Console Version6 0 December 2001 ...
Page 18: ...Getting Additional Help 18 Managing Servers with Netscape Console December 2001 ...
Page 20: ...20 Managing Servers with Netscape Console December 2001 ...
Page 40: ...Uninstallation 40 Managing Servers with Netscape Console December 2001 ...
Page 42: ...42 Managing Servers with Netscape Console December 2001 ...
Page 80: ...Working with Netscape Servers 80 Managing Servers with Netscape Console December 2001 ...
Page 110: ...110 Managing Servers with Netscape Console December 2001 ...
Page 118: ...The Netscape Administration Page 118 Managing Servers with Netscape Console December 2001 ...
Page 166: ...166 Managing Servers with Netscape Console December 2001 ...
Page 208: ...Using Client Authentication 208 Managing Servers with Netscape Console December 2001 ...
Page 226: ...Using the Windows NT SNMP Service 226 Managing Servers with Netscape Console December 2001 ...
Page 228: ...228 Managing Servers with Netscape Console December 2001 ...
Page 264: ...Managing Certificates 264 Managing Servers with Netscape Console December 2001 ...
Page 280: ...The SSL Handshake 280 Managing Servers with Netscape Console December 2001 ...
Page 302: ...302 Managing Servers with Netscape Console December 2001 ...