unable to login to ISC

unixandtsm

ADSM.ORG Member
Joined
Feb 9, 2011
Messages
307
Reaction score
0
Points
0
Hi all,

I am not able to login to ISC using internet explorer.
I used to access it with no problem earlier.
Now i am getting this error.

[h=1]Oops! Internet Explorer could not connect to hostname:8421[/h]i am using this address as url in IE.

http://<clientnode>:8421/ibm/defaultconsole/


Recently TSM server is been restarted along with client node.
How to check if ISC process is running.
The dsm processess running on client node are

Code:
[root@uni01]: ~ > ps -ef |grep dsm
    root   584     1   0   May 11 ?          49:29 /usr/bin/dsmc schedule -optfile=/usr/bin/dsm.opt -schedlogname=/opt/tivoli/tsm/
    root   639     1   0   May 11 ?           0:00 /usr/bin/dsmcad
    root  7076  7067   0 16:06:14 pts/1       0:00 grep dsm

Thanks in advance!
 
To see if ISC is running:

ps -ef | grep ISC

If it is running, you should see a significant amount of text return as a result of the command.

If it is not running, take a look in the installation guide for your particular OS...it will tell give you the exact command for starting it.




Hi all,

I am not able to login to ISC using internet explorer.
I used to access it with no problem earlier.
Now i am getting this error.

[h=1]Oops! Internet Explorer could not connect to hostname:8421[/h]i am using this address as url in IE.

http://<clientnode>:8421/ibm/defaultconsole/


Recently TSM server is been restarted along with client node.
How to check if ISC process is running.
The dsm processess running on client node are

Code:
[root@uni01]: ~ > ps -ef |grep dsm
    root   584     1   0   May 11 ?          49:29 /usr/bin/dsmc schedule -optfile=/usr/bin/dsm.opt -schedlogname=/opt/tivoli/tsm/
    root   639     1   0   May 11 ?           0:00 /usr/bin/dsmcad
    root  7076  7067   0 16:06:14 pts/1       0:00 grep dsm

Thanks in advance!
 
Hi zatogo,

Thanks for the reply.
ISC was not running.
I restarted ISC by

/opt/IBM/ISC601/PortalServer/bin/startISC.sh ISC_Portal
Now everything works fine.

ps -ef|grep ISC
root 13706 13522 0 14:39:56 pts/1 0:00 grep ISC
root 13698 13697 0 14:38:30 pts/1 0:03 /opt/IBM/ISC601/AppServer/java/jre/bin/java -Dserver_port=9423 -cp startup.jar
root 13688 1 0 14:37:40 pts/1 0:44 /opt/IBM/ISC601/AppServer/java/bin/java -Xbootclasspath/p:/opt/IBM/ISC601/AppSe
root 13697 1 0 14:38:30 pts/1 0:00 /opt/IBM/ISC601/AppServer/java/bin/java -cp /opt/IBM/ISC601/PortalServer/ISCEcl
 
Back
Top