Patch-ID# 124046-02 NOTE: *********************************************************************** READ THE TERMS OF THE AGREEMENT ("AGREEMENT") IN THE LEGAL_LICENSE.TXT FILE CAREFULLY BEFORE USING THIS SOFTWARE. BY USING THE SOFTWARE, YOU AGREE TO THE TERMS OF THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS, PROMPTLY DESTROY THE UNUSED SOFTWARE. *********************************************************************** Keywords: n1aa sap manager Synopsis: N1 AA Manager Patch Date: Jan/31/2007 Install Requirements: NA Solaris Release: 9 10 SunOS Release: 5.9 5.10 Unbundled Product: Sun N1 Advanced Architecture for SAP Solutions Unbundled Release: 5.2.1 Xref: Topic: Sun N1 Advanced Architecture for SAP Solutions: Manager Patch Relevant Architectures: sparc BugId's fixed with this patch: 6419745 6443504 6443511 6458131 6499525 6500106 6500439 6502255 6502526 6502534 6504318 6505431 6505432 6505922 6510731 Changes incorporated in this version: 6505922 6505432 6505431 6504318 6502534 6502526 6500439 6500106 6499525 6502255 6510731 6419745 6443504 6443511 6458131 Patches accumulated and obsoleted by this patch: Patches which conflict with this patch: Patches required with this patch: Obsoleted by: Files included with this patch: /usr/share/webconsole/n1aa/WEB-INF/lib/ccn1aa.jar /usr/share/webconsole/n1aa/html/en/help/n1aa.html /usr/share/webconsole/n1aa/html/en/version.txt /usr/share/webconsole/n1aa/jsp/builder/BuilderZoneProvisioning.jsp /usr/share/webconsole/n1aa/jsp/builder/BuilderZoneProvisioningPageTitle.xml /usr/share/webconsole/n1aa/jsp/builder/BuilderZoneProvisioningPropertySheet.xml /usr/share/webconsole/n1aa/jsp/customizing/Customizing.jsp /usr/share/webconsole/n1aa/jsp/customizing/CustomizingPhysicalHostsTable.xml /usr/share/webconsole/n1aa/jsp/customizing/CustomizingPropertySheet.xml /usr/share/webconsole/n1aa/upgrade/install_patch_124046-02.sql /usr/share/webconsole/n1aa/upgrade/uninstall_patch_124046-02.sql Problem Description: 6505922 - ActivateLocalZoneHostPlan should not be started when CreateLocalZoneHostPlan is failed 6505432 - Provide support for creation and management of J2EE Application Servers from within N1 AA 6505431 - Offer Support for creation and management of Solaris 10 non-global zones from within N1AA 6504318 - N1AA version number should be updated in n1aa UI when SPS 5.2.1 is installed with new n1aa patch 6502534 - Execution of com.sun.web.admin.n1aa.n1sps.deployment.CreateZoneHost failed! 6502526 - Move App Server Resource : Varset Built Incorrectly 6500439 - Move Solaris Zone Resource is failed 6500106 - Move AppServer Resource : ISJ2EE component variable not carried over to destination host. 6499525 - Move of HA Storage Resource: Incorrect component var set being used. 6419745 - deployment.RemoveSAPAppServer does not clean up SAP logon groups and RFC server groups 6458131 - Move resourcegroup with App.-Instance: Data loss 6443504 - N1AA Builder cannot start certain plans 6443511 - N1AA Webserver has to be restarted after occourence of sps connection timeout condition 6502255 - AppServerWithDefaultException install doesn't install AppServer 6510731 - Change the patch SQL script location to comply with standards Revision History: 124046-01 Patch Installation Instructions: -------------------------------- Refer to the man pages for instructions on using 'patchadd' and 'patchrm' scripts provided with Solaris. Any other special or non-generic installation instructions should be described below as special instructions. The following example installs a patch to a standalone machine: example# patchadd /var/spool/patch/124046-02 The following example removes a patch from a standalone system: example# patchrm 124046-02 For additional examples please see the appropriate man pages. Special Install Instructions: ----------------------------- Note: The following patches are required by this patch. It is recommended that you install these patches before you proceed : 123849-02 122989-12 122990-12 All installation steps described here have to be executed (only) on the N1 AA Server, and as user "root" 1. Stop the webserver. For example /usr/sbin/smcwebserver stop 2. Unregister /usr/share/webconsole/n1aa. For example /usr/sbin/smreg remove -a com.sun.web.admin.n1aa_2.2.4 3. Apply the patch 4. Now run the following commands: # su - n1aa $ /opt/SUNWn1aa/pgsql/bin/psql -p 5433 n1aa Note: The assumption is postgres is listening on port number 5433. Change the value for -p argument, if appropriate. 5. At the psql prompt, run the following command. n1aa-# \i /usr/share/webconsole/n1aa/upgrade/install_patch_124046-02.sql 6. Exit from the psql prompt n1aa-# \q 7. Exit from the shell $ exit 8. Create a link to the SPS Java Library as superuser # cd /usr/share/webconsole/n1aa/WEB-INF/lib # rm sps-api.jar # ln -s /opt/SUNWn1sps/N1_Service_Provisioning_System_5.2/cli/lib/sps-api.jar 9. Register N1AA manager. For example /usr/sbin/smreg add -a /usr/share/webconsole/n1aa 10. Restart the webserver. For example /usr/sbin/smcwebserver start For more details see Chapter 2, Installation of the N1AA manager, of the N1 Advanced Architecture for SAP Solutions Installation Guideline. Special Uninstall Instructions: ------------------------------- All installation steps described here have to be executed (only) on the N1 AA Server, and as user "root" 1. Stop the webserver. For example /usr/sbin/smcwebserver stop 2. Unregister /usr/share/webconsole/n1aa. For example /usr/sbin/smreg remove -a com.sun.web.admin.n1aa_2.2.4 3. Now run the following commands: # su - n1aa $ /opt/SUNWn1aa/pgsql/bin/psql -p 5433 n1aa Note: The assumption is postgres is listening on port number 5433. Change the value for -p argument, if appropriate. 4. At the psql prompt, run the following command n1aa-# \i /usr/share/webconsole/n1aa/upgrade/uninstall_patch_124046-02.sql 5. Exit from the psql prompt n1aa-# \q 6. Exit from the shell $ exit 7. Remove the patch 8. Register N1AA manager. For example /usr/sbin/smreg add -a /usr/share/webconsole/n1aa 9. Restart the webserver. For example /usr/sbin/smcwebserver start README -- Last modified date: Monday, January 8, 2007 README -- Last modified date: Wednesday, January 31, 2007