1829121 Members
2065 Online
109986 Solutions
New Discussion

Re: start services

 
peterchu
Super Advisor

start services

I hv the ARCserve backup tool in my RH system , when start the ARCserve , the port 6060 should be started for web browsing, but now can't , could suggest :
1. how can I know the status of port 6060 , is it restricted by server
2. how to manually start the port.
3. is any network services need to start or config file need to modify ( eg. /etc/service ) before use this port.


in normal case :
edp> netstat -na |grep 6060
tcp 0 0 0.0.0.0:6060 0.0.0.0:* LISTEN

Thx in advance.
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: start services

Check firewall

service iptables status | grep 6060

This command could take an hour to complete, be careful.

vi /etc/sysconfig/iptables

check for 6060

This answer covers items 1 and 3 on your list above.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Vitaly Karasik_1
Honored Contributor

Re: start services

1) you can try to connect to the service from localhost, in order to exclude FW issues
2) does ARCserve process run? [ps -ef|grep arc_process_name]
You should read ARCserv manual - may be it's just ARCserv configuration problem.