Stopping srsproxy..

Greetings all,

I'm in need of a way to stop srsproxy in the pkg SUNWsrspx for Net Connect 3.2.1. I've been unsuccesful thus far in my attempts. This is what I have tried:

1.) edit the srsproxyconfig.cfg to set the "PROXY" value to NULL

NetConnect simply tries to connect to "NULL"

2.) pkgrm SUNWsrspx

too many other packages depend on SUNWsrspx to remove.

Any ideas? I basically want to bypass wasting bandwidth on sending data to Sun's Data Center and simply route the errors to a local loghost. Any (useful) input is desperately needed.

Thanks in advance,

DaMiri

[624 byte] By [sunBoi] at [2007-11-26 8:45:42]
# 1

Yeah, get rid of Net Connect altogether.

It's "NetConnect", not "localhostConnect" for a reason. It is a tool that's supposed to help you interact remotely with Sun engineers. The srs in srsproxy stands for Sun Remote Services. All the errors that Net Connect sends out are already logged somewhere locally (messages, syslog, etc).

Codename47 at 2007-7-6 22:30:06 > top of Java-index,General,Reporting...
# 2

edit /etc/inittab

and change the "respawn" value to "off"

once you finish save the file and run this command

init q

Yours,

Moheeb

Before

px:234:respawn:/opt/SUNWsrspx/bin/srspxrun >/dev/null 2>&1

VP:34:respawn:/opt/SUNWsrsvp/lib/event_pvr_exec-`uname -r`

TP:34:respawn:/opt/SUNWsrstp/lib/trend_pvr_exec-`uname -r`

HP:34:respawn:/opt/SUNWsrshp/bin/ssha_pvr_runner.sh </dev/null >/dev/null 2<>/dev/null

TS:34:respawn:/opt/SUNWsrsas/bin/tsasim_exec

After

px:234:off:/opt/SUNWsrspx/bin/srspxrun >/dev/null 2>&1

ns:234:off:/opt/SUNWsrspx/bin/srsinstall -p 20 >/dev/null 2>&1

VP:34:off:/opt/SUNWsrsvp/lib/event_pvr_exec-`uname -r`

TP:34:off:/opt/SUNWsrstp/lib/trend_pvr_exec-`uname -r`

HP:34:off:/opt/SUNWsrshp/bin/ssha_pvr_runner.sh </dev/null >/dev/null 2<>/dev/null

TS:34:off:/opt/SUNWsrsas/bin/tsasim_exec

SAUDI_ARAMCO_IT at 2007-7-6 22:30:06 > top of Java-index,General,Reporting...