
414 Installing WebSphere Studio Application Monitor V3.1
Replicate the cyaneaone directory on MS-BOX02
Complete the following steps:
1. As user root, extract the TAR file (cyaneaone.tar) in the same location as the other
machine, /opt/cyaneone:
tar -xvf cyaneaone.tar
2. All the files are owned by root, so change the ownership:
chown -R cyanea cyaneaone
cd bin
chown root authenticate_lnx
(If you are on AIX 5L, it would be authenticate_aix, and so on.)
chmod u+s authenticate_lnx
cd /opt/cyaneaone/bin
vi setenv.sh
3. Edit and add a value for the JDBC_DRIVER:
JDBC_DRIVER_NAME=COM.ibm.db2.jdbc.app.DB2Driver
JDBC_DRIVER_JAR=/home/db2inst1/sqllib/java12/db2java.zip ...