System not checked-in

Hello,

From 23.02.2006 i've my systems not checked-in in Sun Update connection.. I have installed today the patch for certificate with the command smpatch update -i 122231-01 but when i run the swupas command from root i have these error in the /var/log/swupas/swupas.log

Swup Agent run: Tue Mar 21 12:11:00 MET 2006

** DEBUG ON **

Attempt to get exclusive lock: 1

We have the lock!

prepare to register with Transport

Error: unable to register with Transport

com.sun.cc.transport.client.TransportAdapterException: proxy communication failure

at com.sun.cc.transport.client.TransportAdapter.register(TransportAdapter.java:474 )

at com.sun.cc.transport.client.TransportAdapter.<init>(TransportAdapter.java :305)

at com.sun.swup.client.agent.SwupAgent.main(SwupAgent.java:337)

Swup Agent finish: Tue Mar 21 12:13:31 MET 2006

Can anyone help me?

Daniel

[946 byte] By [fischer_tfl] at [2007-11-26 6:05:53]
# 1
Is the cc-transport process running (ps -ef | grep cc-transport) ?If not start it by running - # /etc/init.d/cc-transport startThen try running the swupas command again.
ForumModerator at 2007-7-6 13:33:50 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 2

OK no cc-transport running ...

i've started it and re-run the swupas then looking on swupas.log

Swup Agent run: mardi, 21 mars 2006, 13:34:43 MET

** DEBUG ON **

Attempt to get exclusive lock: 1

We have the lock!

prepare to register with Transport

22047 Fin anormale - L'image m閙oire a 閠?vid閑 dans le fichier core.

CNS Daemon Watchdog Error

/usr/lib/cc-cfw/platform/transport/bin/cctrunner restarted under 1 minute threshold

then checked the cc-transport daemon ... nothing...

then one more time swupas.log

** DEBUG ON **

Attempt to get exclusive lock: 1

We have the lock!

prepare to register with Transport

Error: unable to register with Transport

com.sun.cc.transport.client.TransportAdapterException: proxy communication failure

at com.sun.cc.transport.client.TransportAdapter.register(TransportAdapter.java:474 )

at com.sun.cc.transport.client.TransportAdapter.<init>(TransportAdapter.java :305)

at com.sun.swup.client.agent.SwupAgent.main(SwupAgent.java:337)

Swup Agent finish: mardi, 21 mars 2006, 13:37:13 MET

fischer_tfl at 2007-7-6 13:33:50 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 3

Check in syslog. I suspect the the cctransport process is coredumping due to a malformed message in the queue to be sent. If it is try the following procedure to resolve the issue before -

# /etc/init.d/cctransport stop

# rm -rf /var/tmp/cc-transport/*

# /etc/init.d/cctransport start

Then try running swupas again and checking the logs as well as checking to see if the host has now checked in.

ForumModerator at 2007-7-6 13:33:50 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 4
Whaouhhh...swupas has run fine!Thank you for your work!Bests regards
fischer_tfl at 2007-7-6 13:33:50 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 5
What exactly does "swupas" do? I ran across it in my crontab file. I know about swupAuto, but haven't been been able to locate any info on what swupas does.
DoxBrian at 2007-7-6 13:33:50 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 6
swupas runs once an hour and essentially has 2 functions1. Checks in with the web portal. A form of heartbeat if you like2. Checks to see whether any jobs have been scheduled using the web portal and downloads the details of them to action locally on the host
ForumModerator at 2007-7-6 13:33:50 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 7
I noticed I had one system that didn't check in and I ran # /etc/init.d/cc-transport stop# rm -rf /var/tmp/cc-transport/*# /etc/init.d/cctransport start#/usr/lib/patch/swupasand now it shows as checked in.Thanks for the tip.Steve
tazmarine24 at 2007-7-6 13:33:50 > top of Java-index,Administration Tools,Sun Update Connection-System...