Previous Topic: ServicesNext Topic: Distributed Services Bus


Change Command Examples

Example: UDP Port

To change the UDP port that aws_ sadmin uses, modify the servicectrl command for aws_sadmin in the $AGENTWORKS_DIR/services/tools/install_agents script for the port. For example:

-p 6665 to –p wwww

wwww

The new port number.

Then rerun the script.

Example: TCP port

To change the TCP port for ORB-> ORB communications, modify the $AGENTWORKS_DIR/services/config/aws_orb/quick.cfg file with the new port number. For example:

PLUGIN QIKSODLL xxxx

xxxx

The new port number.

Example: Request/Control Port

To change the awservices request or control port, reassign those port numbers. To do so, include the following environment variables with the new assignments to the agentworks.profile file in the $AGENTWORKS_DIR directory:

export AWS_STARTER_REQUEST=yyyy
export AWS_STARTER_CONTROL=zzzz