This file is saved at the following location of the Server Node as a setting file for environment variables, etc., used when Agent is started:
Platform of Agent | Location |
---|---|
Windows | $ENV_DIR\Agent\etc\sstorageagt.conf |
Solaris OS, | /etc/opt/FJSVssage/sstorageagt.conf |
Reflecting the contents of the setting file
The file is read and used when Agent starts.
To operate according to the contents of the file the restart of Agent is needed.
Customization
Definitions of environment variables necessary for configuration management targeting Symfoware are described below.
The variables are defined as shown below during Agent installation. Change path names depending on the Symfoware installation environment.
For Solaris OS Agent and Linux Agent
LD_LIBRARY_PATH=/opt/FSUNrdb2b/lib:/etc/opt/FSUNiconv/lib export LD_LIBRARY_PATH LD_LIBRARY_PATH_64=/opt/FSUNrdb2b/lib export LD_LIBRARY_PATH_64 PATH=/opt/FSUNrdb2b/bin export PATH
For Windows Agent
Specific definitions are required since necessary environment variables are defined when Symfoware is installed, it is recommended to verify the necessary environment variables to make sure.
Environment definitions necessary for configuration management targeting Oracle are described below.
The environment is defined during Agent installation as shown below. Check the definition of environment variable ORACLE_HOME, and change the path name according to the Oracle installation environment.
For Solaris OS Agent
CLASSPATH=$ORACLE_HOME/jdbc/lib/classes12.zip export CLASSPATH
For Windows Agent
CLASSPATH=$ORACLE_HOME/jdbc/lib/classes12.zip