System information

Table Of Contents
Index
137
1. Login as root.
2. Execute the install binary:
# ./Storage_Manager_Agent-linux-x86_32.bin
3. Installation may take several minutes. You will be prompted for the following:
Destination Path: The path where you want to install the agent. A directory will
be created underneath this path if it does not already exist.
Server IP Address: The IP address of the device running the STM server
Agent port: The agent server port to use.
4. To start the agent, execute the following:
#/usr/bin/storage_manager_agent start
Note: To stop the agent:
#/usr/bin/storage_manager_agent stop
Uninstalling the Linux Server
The following section details how to uninstall a Linux server.
To uninstall a Linux agent:
1. Login as root.
2. Go to install path: # cd /opt/Storage_Manager_Server
3. Execute the Uninstall folder: # ./uninstall -mode silent
4. This will uninstall the STM Server.
Uninstalling the Linux Agent
The following section details how to uninstall a Linux agent.
To uninstall a Linux Agent:
1. Login as root.
2. Go to install path:
# cd /opt/ Storage_Manager_Agent
3. Execute the Uninstall folder:
# ./uninstall -mode silent
4. This will uninstall the STM Agent.
Upgrading a Linux Server on an Existing Installation
The following section details how to upgrade an existing Linux server.
To upgrade a Linux server:
1. Login as root.
2. Execute the install binary: