Updating Robot/SCHEDULE Enterprise Agents
Updating Enterprise Agents on a UNIX or Linux Server
- Download the unix_schent.tar file from the Help/Systems Web site (listed under Robot/SCHEDULE ENTERPRISE Trial downloads).
- Use FTP to copy the unix_schent.tar file in BIN (binary) mode to your home directory on the UNIX or Linux system.
- On your UNIX or Linux system, type pwd at the command prompt and press Enter.
- The home directory and your username should display as: /home/<username>. If they do not display, use the cd command to change to the home directory.
- Remove the agent_install directory with the following command:
-
Enter the following command to create a directory for the installation:
- Transfer the unix_schent.tar file from your PC to the agent_install directory that you created on the UNIX or Linux system.
- Change to the agent_install directory using the following command:
- Unpack the unix_schent.tar archive using the following command:
- Set the JAVA_HOME environment variable to a JVM version 1.5 or greater using the following commands:
- Install the agent software on your system using the following command:
- Follow the onscreen instructions to complete the installation. Press Enter to accept the default, which display in brackets.
- Start the server using the following command:
- If you choose to assign file ownership to the user to run the agent system as, use the following command:
Note: It is very important that you copy the file using BIN mode.
Note: The Solaris home directory may be /export/home/username.
rm -rf /xxxx/agent_install
where xxxx is the name of the directory where your previous installation files were stored.
mkdir agent_install
cd agent_install
tar -xf unix_schent.tar
JAVA_HOME=/opt /<javalevel>
export JAVA_HOME
where javalevel is the level of your Java. For example, jre1.6.0_11
./install.sh
/opt/helpsystems/schent/start.sh &
Note: You may want to add this command to your server’s startup sequence.
chown -R robot /opt/helpsystems/schent
where robot is the user you want to run the agent system as.
Updating the Windows Agent Manager
Use the Robot/SCHEDULE Agent Manager to set up agents on Windows servers.
- Download the setupAgent.exe file from the Help/Systems Web site.
- Double-click setupAgent.exe file and follow the onscreen instructions to update the agent service and Robot/SCHEDULE Agent Manager GUI.
During installation, you are asked for configuration information to set up your default agent. The name you choose for the agent alias is used in the Robot/SCHEDULE Agent Manager GUI and in the Robot/SCHEDULE Explorer for identifying the agent. The Remote Server to connect to is the System i that is running Robot/SCHEDULE Enterprise.




