Change the remote host destination path of the configuration

You can change the default location on the remote host where a configuration is stored.

About this task

The default location on the remote host for an exported configuration is /opt/IBM/RDAIXLinux/clientconfig/. You can change the destination with the RDALCONFIGFOLDER environment variable. If you want to change this location, follow the information below.

Procedure

Set the system environment variable RDALCONFIGFOLDER to the location where you want configurations to be stored. Add an export statement to runserver.sh to set the location for RDALCONFIGFOLDER For example, if you want the configuration to be stored at /etc/IBM/RDAL/pushtoclient, add the line:
export RDALCONFIGFOLDER=/etc/IBM/RDAL/pushtoclient

Feedback