srsxfer hanging after NetConnect Installation

Installing the NetConnect 3.2.4 on a t1000 with Solaris 10

uname -a

"SunOS sunlight 5.10 Generic_125100-04 sun4v sparc SUNW,Sun-Fire-T1000"

I look to check that the srs services are running, and all there appears to be is a hung srsxfer that never completes.

root@sunlight # ps -ef | grep srs

root 8956 89550 15:20:02 pts/40:00 /opt/SUNWsrspx/bin/srsxfer -n reboot_pvr -v 003.000.003 -t DATA -T IM-NC_ENG-re

root 10039 279860 15:38:35 pts/40:00 grep srs

root@sunlight # truss -p 8956

nanosleep(0xFFBFF8D0, 0xFFBFF8C8) (sleeping...)

Any hints how to start troubleshooting this? I've tried to uninstall and reinstall, but I run into the same issue.

Thanks,

Tony

[734 byte] By [Anthony_Maslowskia] at [2007-11-27 4:28:56]
# 1
You can try patch 123870-02it might help..
robert.cohena at 2007-7-12 9:37:48 > top of Java-index,General,Maintenance...
# 2
I'll check that out first thing tomorrow.Thanks,Tony
Anthony_Maslowskia at 2007-7-12 9:37:48 > top of Java-index,General,Maintenance...
# 3

Seems to still hang, and I'm also not sure why there are no srs daemons running after the install completed, usually I see this after an install:

root@redcloud # ps -ef | grep srs | grep -v grep

root 445610Apr 18 console5:59 /opt/SUNWsrstp/lib/trend_pvr_exec-5.10

ncuser 252510Apr 12 console0:20 /opt/SUNWsrsas/bin/tsasim_exec

root 199710Apr 18 console2:15 /opt/SUNWsrshp/bin/ssha_pvr_exec

root 252210Apr 12 console25:11 /opt/SUNWsrsvp/lib/event_pvr_exec-5.10

ncuser 761810May 14 console1:34 /opt/SUNWsrspx/bin/srsproxy

Now there is nothing running...

Here is some output showing the patch is installed, and also why I think the xfer's are hanging (ptree and truss output)

root@sunlight # showrev -p | grep 123870-02

Patch: 123870-02 Obsoletes: Requires: Incompatibles: Packages: SUNWsrspx

$ crontab -l

49 15 * * 2 /opt/SUNWsrscp/bin/config_pvr_runner config_pvr 003.000.003 IM-NC_ENG-config_pvr /tmp/config_pvr 756000 text/plain

0-59 * * * * /opt/SUNWsrsrp/bin/gmt_time -f /var/opt/SUNWsrsrp/latest

$ /opt/SUNWsrscp/bin/config_pvr_runner config_pvr 003.000.003 IM-NC_ENG-config_pvr /tmp/config_pvr 756000 text/plain

$ ps -ef | grep srs

ncuser 852610 11:49:50 pts/40:00 /bin/sh /opt/SUNWsrscp/bin/config_pvr_runner config_pvr 003.000.003 IM-NC_ENG-c

ncuser 8527 85260 11:49:50 pts/40:00 /opt/SUNWsrspx/bin/srsxfer -n config_pvr -v 003.000.003 -t DATA -T IM-NC_ENG-co

ncuser 8532 85090 11:50:06 pts/40:00 grep srs

$ ptree 8526

8526 /bin/sh /opt/SUNWsrscp/bin/config_pvr_runner config_pvr 003.000.003 IM-NC_ENG-c

8527 /opt/SUNWsrspx/bin/srsxfer -n config_pvr -v 003.000.003 -t DATA -T IM-NC_ENG-co

$ ptree 8527

8526 /bin/sh /opt/SUNWsrscp/bin/config_pvr_runner config_pvr 003.000.003 IM-NC_ENG-c

8527 /opt/SUNWsrspx/bin/srsxfer -n config_pvr -v 003.000.003 -t DATA -T IM-NC_ENG-co

$ truss -p 8527

nanosleep(0xFFBFFAA0, 0xFFBFFA98) (sleeping...)

nanosleep(0xFFBFFAA0, 0xFFBFFA98)= 0

so_socket(PF_UNIX, SOCK_STREAM, 0, "", SOV_DEFAULT) = 3

connect(3, 0xFFBFFA2E, 110, SOV_DEFAULT)Err#2 ENOENT

close(3)= 0

nanosleep(0xFFBFFAA0, 0xFFBFFA98) (sleeping...)

nanosleep(0xFFBFFAA0, 0xFFBFFA98)= 0

so_socket(PF_UNIX, SOCK_STREAM, 0, "", SOV_DEFAULT) = 3

connect(3, 0xFFBFFA2E, 110, SOV_DEFAULT)Err#2 ENOENT

close(3)= 0

nanosleep(0xFFBFFAA0, 0xFFBFFA98) (sleeping...)

nanosleep(0xFFBFFAA0, 0xFFBFFA98)= 0

so_socket(PF_UNIX, SOCK_STREAM, 0, "", SOV_DEFAULT) = 3

connect(3, 0xFFBFFA2E, 110, SOV_DEFAULT)Err#2 ENOENT

close(3)= 0

nanosleep(0xFFBFFAA0, 0xFFBFFA98) (sleeping...)

The installation seems completely broken... It's strange because I never had issues with previous installs. I simply ran the install script, checked to see that the process were running, no issues.

Thanks for any help,

Tony

Anthony_Maslowskia at 2007-7-12 9:37:48 > top of Java-index,General,Maintenance...
# 4

Try uninstalling and reinstalling.

Theres an uninstall script in /opt/SUNWsrspx/bin.

You'll have to reinstall 123870-02 as well.

And it ships with an obsolete version of CST.

And you might want to uninstall it and install the latest version of CST from the sun web site.

robert.cohena at 2007-7-12 9:37:48 > top of Java-index,General,Maintenance...
# 5
Thanks, tried that to no avail a couple times now.Any idea when a new version will be released? We're fine on an older one, just thought it would be good to get on the newest. Guess I was wrong ;)Tony
Anthony_Maslowskia at 2007-7-12 9:37:48 > top of Java-index,General,Maintenance...
# 6
Ive been running on 3.2.4 for ages with no significant problems.Occasionally a host gets confused and I uninstall and reinstall.But thats not often.
robert.cohena at 2007-7-12 9:37:48 > top of Java-index,General,Maintenance...