DevTech101

DevTech101

Installation, Configuration Oracle Traffic Director (OTD)

To install OTD in silent mode

mkdir /var/opt/oracle
echo "inventory_loc=/opt/otd/oraInventory" >>/var/opt/oracle/oraInst.loc
echo "inst_group=otd" >>/var/opt/oracle/oraInst.loc

mkdir /opt/otd; chown -R otd:otd /opt/otd

As the otd user run.

su - otd

./runInstaller -silent -waitforcompletion -invPtrLoc /var/opt/oracle/oraInst.loc ORACLE_HOME=/opt/otd/oracle/product/11.1.1.7.0/trafficdirector_Home_1 SKIP_SOFTWARE_UPDATES=true

Create an OTD Admin node and make it listen on 8990

cd /opt/otd/oracle/product/11.1.1.7.0/trafficdirector_Home_1/bin

./tadm configure-server --user=admin --port=8990 --server-user=otd --instance-home=/opt/otd/production/otd/

Create an OTD adminstarated node and connect to thea dmin port 8990 and listen on port 8990

./tadm configure-server --user=admin --host=admin1.domain.com --port=8990 --server-user=otd --admin-node --node-host=wweb1.domain.com --node-port=8990 --instance-home=/opt/otd/production/otd/

Note: the default admin and node ports are 8989, you only need to specfty if changing from the default

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
%d bloggers like this: