The SPS Java Library has to be registered at the Sun Web Console. Execute the following commands as superuser on the N1 AA Server:
Create a link to the SPS Java Library.
# cd /usr/share/webconsole/n1aa/WEB-INF/lib
# ln -s /opt/SUNWn1sps/N1_Service_Provisioning_System_5.2/cli/lib/sps-api.jar
De-register and re–register n1aa.
# /usr/sbin/smreg remove -a com.sun.web.admin.n1aa_2.2.4
# /usr/sbin/smreg add -a /usr/share/webconsole/n1aa
Restart Web Console.
# /usr/sbin/smcwebserver stop
# /usr/sbin/smcwebserver start