Tivoli Installation and Configuration Procedure # Log into target system and switch to user "root". cd /opt/Tivoli/lcf/dat/1/ # Execute the command "lcfd.sh" without arguments. ./lcfd.sh # Verify the creation of the following Tivoli configuration files. # ( Ex. cache last.cfg lcf.id lcfd.log lcfd.sh lcfd.st ) ls /opt/Tivoli/lcf/dat/1/ # Stop the "lcfd daemon" with the "stop" argument. # Verify the "lcfd daemon" has stopped. /opt/Tivoli/lcf/dat/1/lcfd.sh stop ps -ef | grep lcf # Verify the production name and interface from the netstat command output. # ( EX . en0 1500 10.33.66 daladora02.tu.com ) netstat -i # Verify the production ip address from the netstat command output. # ( Ex. en0 1500 10.33.66 10.33.66.19 ) nestat -in # Edit the "/opt/Tivoli/lcf/dat/1/last.cfg" file # Verify the following three lines are present and reflect the appropriate system information. # The "login_interface" will be given by the tivoli administrator to reflect the correct TMR Server. vi last.cfg local_ip_interface=10.33.xx.xx lcs.machine_name="hostname" login_interfaces=bosmtxtmr01+9494 # Execute the command "lcfd.sh" with the "start" argument. # This will activate the configuration changes and create the endpoint on the TMR Server. /opt/Tivoli/lcf/dat/1/lcfd.sh start