Losing Registration (Not Checked-In System)

Hi,

i have a 2 server (A and B) Solaris 10 evaluation setup. One server (A) acting as a update connection proxy (patchsvr). Both server (A and B) connecting to server A on Port 3816. So far so good. Server B always loses its registration after 1 day and gets a 'Not Checked-In' state. Re-register by means of

sconadm register -a -r registrationprofile.properties -e softwareUpdate

fixes this, but just for 24h roughly. A crontab job could be a solution, but I believe there must be smarter way.

The registrationprofile.properties looks like:

userName=name

password=passwd

hostName=host

subscriptionKey=serviceplan

portalEnabled=true

proxyHostName=

proxyPort=

proxyUserName=

proxyPassword=

Any help is appreciated

Regards

Marco

[833 byte] By [D-ITETa] at [2007-11-27 9:29:48]
# 1

on server B you should check the following:

1. Check the connectivity of cctransport

# /usr/lib/cc-cfw/platform/transport/bin/cctrunner -p

2. check the Swupas logs

# /var/log/swupas/swupas.log

# /var/log/swupas/swupas.error.log

# check the Last checkin time recorded on host

# /usr/lib/cc-ccr/bin/ccr -g cns.swup.lastCheckin

# Check to see if crontab entries are present for swupas agent

# crontab -l |grep swup

# Check cron log to see if there are any errors for swupAuto or swupas

# /var/cron/log

# Check cctransport is running

# ps -ef | grep cctransport

ForumModeratora at 2007-7-12 22:39:20 > top of Java-index,Administration Tools,Sun Update Connection-System...