- Installation and Configuration Guide
- Install STA
- Install STA
- Verify Successful Installation
Verify Successful Installation
Verify that STA is running to make sure the installation was successful.
- Verify the STA bin directory is included in the
PATHvariable for the Oracle user.- On the STA server, open a terminal session. Log in as the Oracle user.
- Open the Oracle user profile using a text editor. For example:
$ vi /home/oracle/.bash_profile - Add the STA bin directory to the
PATHdefinition. For example, add the following line to the file:PATH=$PATH:<Oracle_storage_home>/StorageTek_Tape_Analytics/common/binWhere
Oracle_storage_homeis the Oracle storage home location specified during STA installation. - Save and exit the file.
- Log out and log back in as the Oracle user.
- Confirm that the
PATHvariable has been updated correctly.$ echo $PATH /usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/oracle/bin:/Oracle/StorageTek_Tape_Analytics/common/bin
- Verify that all STA services are running and active:
$ STA status all mysql is running staservd service is running staweblogic service is running staengine service is running .... and the deployed application for staengine is in an ACTIVE state staadapter service is running .... and the deployed application for staadapter is in an ACTIVE state staui service is running .... and the deployed application for staui is in an ACTIVE state - Proceed as follows:
- If the STA services are running and active, you can begin configuring the libraries and STA. See Configure SNMP (for SL150, SL500, SL3000, SL8500).
- If there are any issues with the STA services, you can review the installation and STA logs for more information. See Logs Created During Installation, Upgrade, and Deinstallation for their locations.