TSM Upgrade Failure Troubleshooting


I ran into couple issues when upgrading my TSM server from 6.3.1 to 6.3.4. But I have successfully fixed them and upgraded my TSM.

Error 1: Deployment Engine failed to initialize

image

Cause: this was caused by that I forget to run the ‘de_chghostname’ command after I renamed the TSM server name.

Fix: Run de_chghostname.cmd comand.

image

Error 2: ‘Connection refused to 127.0.0.1 port 4130’ error in the log

image

Cause: The connection to 127.0.0.1 port 4130  timed out.

Fix: Create the following batch script to repeatedly connect to the 4130 port. Then run it when upgrading.

:top
call “C:\Program Files (x86)\IBM\Common\acsi\bin\listIU.cmd”
timeout /T 50
goto top

Advertisement

One thought on “TSM Upgrade Failure Troubleshooting

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s