Could you please provide us with some more information? What is exactly the error message you are getting if any?
gst service is NetWorker Management Console, so I don't think that should be the way to go, if the issue is as I guess related to NetWorker client GUI.
If GUI is not opening it would be more likely related to a name resolution issue or indexes issue, but having the error message will definitely help.
CarlosRojas
1.7K Posts
0
February 11th, 2012 21:00
Hi elmagic,
Could you please provide us with some more information? What is exactly the error message you are getting if any?
gst service is NetWorker Management Console, so I don't think that should be the way to go, if the issue is as I guess related to NetWorker client GUI.
If GUI is not opening it would be more likely related to a name resolution issue or indexes issue, but having the error message will definitely help.
Thank you.
Carlos.
CarlosRojas
1.7K Posts
0
February 12th, 2012 01:00
Hi,
Have you tried with short name and FQDN instead of IP?
Can you do telnet to that machine on port 9000? Are the GST services up and running on that machine? (10.x.x.x)
Sounds to me as a connectivity issue.
Thank you.
Carlos.
elmagik
11 Posts
0
February 12th, 2012 01:00
Hi,
From IP connectivity point of view, it seems ok since I can login via CLI.
I checked IP table on BAR amd the needed entries are OK.
Meanwhile, telnet to that port isn't ok.
telnet 10.1.1.145:9000
10.1.1.145:9000: node name or service name not known
BTW, is ther a specific command to check GST status except gst stop and start
Thx
elmagik
11 Posts
0
February 12th, 2012 01:00
Hi Carlos,
It's a standard error on Firefox.
Firefox can't establish a connection to the server at 10.x.x.x:9000
Thx
CarlosRojas
1.7K Posts
0
February 12th, 2012 02:00
Hi,
Check the services running:
ps -ef | grep gst
This should display the services running on the box where you installed NMC.
Thank you.
Carlos.
CarlosRojas
1.7K Posts
1
February 12th, 2012 04:00
Hi,
Did you try to manually start the GST service? Remember that NMC service has to be started on the box where you installed NMC.
Try this one:
/sbin/init.d/gst start
Thank you.
Carlos.
elmagik
11 Posts
0
February 12th, 2012 04:00
Hi,
No service shown
root@bar$ ps -ef | grep gst
root 21917 21908 0 13:17:41 pts/2 0:00 grep gst
root@bar$
Thx
elmagik
11 Posts
0
February 26th, 2012 03:00
Hi Carlos,
I tried with /etc/init.d/gst start
Every thing is fine now.
Thank you