smpatch が Response code was 403 で終了する

  Solaris 10 で smpatch でアップデートしようとしても,Failure: Response code was 403 のメッセージを出力して終了してしまう件.

# smpatch analyze
Failure: Response code was 403

1. まず登録情報を一度削除する.

# cacaoadm stop
# cacaoadm status
# /usr/lib/cc-ccr/bin/eraseCCRRepository
# rm /var/scn/persistence/SCN*
# reboot

2. その後,再登録.

# cp /usr/lib/breg/data/RegistrationProfile.properties .
# vi RegistrationProfile.properties

userName=Sun Online のユーザ名
password=同パスワード

# sconadm register -a -r /tmp/RegistrationProfile.properties
sconadm is running
Authenticating user ...
Collecting asset ...
Registering asset ...
sconadm has been completed successfully

  以上で smpatch が再度使用可能になるはず.

- ref.: update tools: Response code 403 errors
  http://forum.java.sun.com/thread.jspa?threadID=5118256