IBM Tivoli Directory Server, Version 6.3

Changing the TCP/IP settings with the command line

You can use the idssethost command to set the IP addresses a directory server instance will bind to. For example:

To update the IP addresses of the directory server instance myinst to bind only to 1.3.45.668, run the following command:

idssethost -I myinst –i 1.3.45.668

To update the IP addresses of the directory server instance myinst to bind to all available IP addresses, use the following command:

idssethost -I myinst –i all

You can use the idssetport command to set the ports a directory server instance will use. For example, to update the port of the directory server instance myinst to 555, use the following command:

idssetport -I myinst –p 555

See the IBM® Tivoli® Directory Server Version 6.3 Command Reference for more information about the idssethost and idssetport commands.


[ Top of Page | Previous Page | Next Page ]