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
# 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