Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error connecting with TSKA server

Status
Not open for further replies.

cfreshm

Technical User
Jun 29, 2016
3
US
Greetings,
When trying to access the TSKA program from the HiPath 4000 Assistant V6 I get the following error message.

"Error connecting with TSKA server. TSKA may already be opened in another window on your machine. Please
check to make sure that you do not have TSKA running in another browser window. Ect....". I've checked
and TSKA is not running on any browser window on my machine. Does anyone have an idea on how to re-enable
this feature?
Thanks
Charles
 
Connect to Assist IP via SSH/telnet:
login: engr
Password:
...
You have mail

linux:~ # ps -ef | grep tska

There should be only one process listed; TSKA_Starter

tska 2145 1650 TS 80 0 Oct 26 ? 0:00 /opt/tska/bin/TSKA_Starter 9980 TSKA_Server
root 22950 22928 TS 85 0 11:02:26 pts/1 0:00 grep TSKA
tska 21818 2145 TS 59 0 Oct 31 ? 0:00 TSKA_Server 192.168.52.43

If there are processes other than TSKA_Starter :

# kill -9 21818
# ps -ef | grep TSKA


Additionally (only if TSKA still not working):

procadmin -lg TSKA

You should see TSKA_Starter process as active.

If not, try starting it by:
procadmin -tg TSKA
and then
procadmin -sg TSKA


 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top