Tuesday 12 March 2013

lcfd restart process


Step 1 (stop the tivoli agent).

-> Run this command:
/opt/Tivoli/lcf/dat/1/lcfd.sh stop

Step 2 (delete tivoli id files) - Remove these files (if there):

/opt/Tivoli/lcf/dat/1/lcf.dat
/opt/Tivoli/lcf/dat/1/lcfd.st
/opt/Tivoli/lcf/dat/1/lcf.id
/opt/Tivoli/lcf/dat/1/lcfd.bk

and the directory (if there):

/opt/Tivoli/lcf/dat/1/cache

Step 3:  This step is used to test which gateway the endpoint can connect to.

Open a telnet session over port 9494 as followed.
Make sure you can connect to the Tivoli gateways (IP are listed below) over port 9494.
You will get the following return message if the connection is good ->



You will get the following return message if the connection is bad.



If the connection is bad continue down the list of Tivoli Gateway IP Addresses until you find a gateway to connect to.
Here is the list of Tivoli Gateways to try:

129.39.13.38
129.39.13.39
129.39.13.40
10.93.201.144
10.93.201.145
10.93.201.146
10.82.29.201
10.82.29.200
10.83.182.142
10.83.182.143
10.83.182.144
10.72.125.27
10.72.125.26
10.83.146.30
10.86.41.120
10.73.125.17
10.89.126.90

Take note of the connected gateway's IP Address for the following step.

Step 4: Edit the last.cfg file (This will tell the agent to point to a new gateway)

Open the /opt/Tivoli/lcf/dat/1/last.cfg file and put this line at the end of the file ->

lcs.login_interfaces=<successful gateway IP>+9494

example: lcs.login_interfaces=10.89.126.90+9494


Step 5: (start the tivoli agent)

-> Run this command:
/opt/Tivoli/lcf/dat/1/lcfd.sh start

No comments:

Post a Comment