No WEB GUI after upgrading Windows 2003 server with SP1

Merck

ADSM.ORG Member
Joined
Jul 17, 2007
Messages
2
Reaction score
0
Points
0
We are running TSM V5.2.22 on Windows 2003 server. Normaly we use the web administration client to do some maintenance. http://<servername>:1580: After installing SP1 for Windows 2003 server, our GUI shows only the standard backup/restore window when we try to connect to the Administrative interface. In dsmerror.log are a lot of the following errors;
17-07-2007 15:42:31 Error writing to http socket.
17-07-2007 15:42:31 Error -50 sending ht request
17-07-2007 15:42:31 Error -50 sending ht request
17-07-2007 15:42:31 Error writing to http socket.
The Interface command line is working fine, only the Web interface connect to baclient instead off the administrive client. Anyone suggestions how this can happen and how to solve??
 
In your dsmserv.opt file look for this lines:

* HTTP
*
* ********************************************************************
* HTTPport
*
* Specifies the HTTP port address of a TSM Web interface.
*
* Syntax
* +--------------------+----------------------------------------------+
* | HTTPort | port_addr |
* +--------------------+----------------------------------------------+
*
COMMmethod HTTP
HTTPPort 1580

note the HTTPPort.

On the other hand, the TSM Client Acceptor must have a TCP Port of 1581
 
Tnx. The dsmserv.opt file looks fine.
* +--------------------+----------------------------------------------+
* | HTTPort | port_addr |
* +--------------------+----------------------------------------------+
*
COMMmethod HTTP
HTTPPort 1580

Stange thing is, when I type http://servername:1580 in the webbrowser, it redirects automaticly to http://servername:1580/BACLIENT .
 
Back
Top