Use the idssethost and idssetport commands
to modify the TCP/IP and port settings for an existing instance.
Procedure
- Log in as root user on AIX® or Linux™, and as an administrator
member on Windows™.
- Change the current working directory to the sbin subdirectory
in the IBM® Verify Directory installation
location.
- To update the IP addresses of the directory server, instance_name,
choose one of the following options:
Substitute the instance_name variable
with your instance name.
| IP address to bind | Command to run: |
|---|
A specific IP address, xx.xx.xx.xx, on
the computer |
idssethost -I instance_name -i xx.xx.xx.xx |
| All IP addresses configured on the computer |
idssethost -I instance_name -i
all |
- To update the ports numbers of the directory server, instance_name,
run the following command:
Substitute the
instance_name variable
with your instance name.
Note: You must assign a unique port numbers
to the directory server ports and must not conflict with existing
ports that are in use on the computer. ON AIX and Linux
systems, port numbers in the range of 1 - 1000 can be
used only by root.
| Ports to configure | Command to run: |
|---|
| Server port |
idssetport -I instance_name -p port_no |
| Server secure port |
idssetport -I instance_name -s secure_port |
| Administration server port |
idssetport -I instance_name -a adm_port |
| Administration server secure port |
idssetport -I instance_name -c adm_secure_port |
For more information about the idssethost and idssetport commands,
see Command Reference.
- Start the directory server and the administration server.
See Starting or stopping a directory server and an administration server with command-line utilities.