What's New in the Sun N1 Advanced Architecture for SAP Solutions 5.2 Update 2 Release

Installing the N1 AA 5.2 Update 2 Release

This section describes how to install the N1 AA 5.2 Update 2 release. This section explains the following topics.

ProcedureHow to Acquire the N1 AA 5.2 Update 2 Release

The N1 AA 5.2 Update 2 (5.2.4) release is available for download from http://www.sun.com.

Before You Begin

Before you install the N1 AA 5.2 Update 2 release, you must have the following software installed on your systems.

  1. In your web browser, type the URL http://www.sun.com/software/swportfolio/get.jsp.

    The Sun's Software Portfolio download page is displayed.

  2. In the Select Your Software section, click the check box next to Sun N1 Service Provisioning System.

  3. Click the Get Downloads & Media button.

  4. If prompted, log in or register for a Sun Online account

    The Download Sun Products page is displayed.

  5. In the My Downloads table, click the arrow beneath the product platform that you want to download.

    The Download Page is displayed.

  6. Review and accept the license agreement.

    If you do not agree to the terms of the license agreement, click the radio button beside Decline License Agreement to cancel your download.

  7. Click the check boxes next to the files that you want to download.

    • For SPARC based systems, select the following files.

      • 124046-02.tar.gz contains the new features in the N1 AA 5.2 Update 2 release.

      • 123849-03.tar.gz contains the new version of the SAP plug-in.

    • For x86 based systems, select the following files.

      • n1aax86.tar.gz contains the new features in the N1 AA 5.2 Update 2 release.

      • 123849-03.tar.gz contains the new version of the SAP plug-in.

    You must download the README file. Select the .zip file of the product that you want to install. You can also download ISO images compressed in .zip files if you want to create physical media for the product.


    Note –

    If the Sun N1 Service Provisioning System 5.2 Update 2 release is not currently installed on your system, you must download and install the patches for the N1 Service Provisioning System 5.2 Update 2 release. Select the appropriate patches for the N1 Service Provisioning System 5.2 Update 2 release in addition to the N1 AA 5.2 Update 2 release.


  8. Click the Download selected with Sun Download Manager button to download the files. The files are downloaded to your system.

  9. After you download the files, uncompress the files on your system.

ProcedureSPARC: How to Install the N1 AA 5.2 Update 2 Release

Follow these steps to apply the N1 AA 5.2 Update 2 patch to your SPARC based system.

Before You Begin

To install the N1 AA 5.2 Update 2 release, you must have already installed the following software on your system.

This procedure also assumes that you have downloaded the N1 AA 5.2 Update 2 SPARC patch 124046-02 and the SAP plug-in patch 123849-03. For more information about how to acquire the patch, see How to Acquire the N1 AA 5.2 Update 2 Release.

  1. If the N1 Service Provisioning System 5.2.1 release is not installed on your system, acquire and install the N1 Service Provisioning System 5.2.1 release.

    To install the N1 Service Provisioning System 5.2 Update 2 release, you must already have installed and configured a compatible previous release or patch update of the Sun N1 Service Provisioning System. Compatible previous releases and patch updates are as follows:

    • N1 Service Provisioning System 5.2 release

    • N1 Service Provisioning System 5.2.1 patch update

    • N1 Service Provisioning System 5.2.2 patch update

    • N1 Service Provisioning System 5.2.3 patch update

    To determine which release is installed on your system, type the cr_server -version command in a terminal window.

    You can download and install the N1 Service Provisioning System 5.2.1 zip file (n1_sps-5_2_1-ga-solaris-sparc.zip) from the Sun Software Portfolio download page.

    For more information about how to install the N1 Service Provisioning System 5.2.1 release, see Sun N1 Service Provisioning System 5.2 Installation Guide.

  2. If the N1 Service Provisioning System 5.2 Update 2 release is not installed on your system, acquire and install the N1 Service Provisioning System 5.2 Update 2 release.

    Download and apply the following patches that are available at the SunSolve web site.

    • 122989-12 for the Master Server

    • 122991-12 for the Command Line Interface

    For more information, see What’s New in the Sun N1 Service Provisioning System 5.2 Update 2 Release.

  3. Log in as superuser on the master server.

  4. Stop the web server on the system.

    • Starting with the Solaris 10 11/06 release, type the following command.


      # /usr/sbin/svcadm disable svc:/system/webconsole:console
      
    • For all other supported Solaris releases, type the following command.


      # /usr/sbin/smcwebserver stop
      
  5. Unregister the N1 AA Manager software.

    • Starting with the Solaris 10 11/06 release, type the following command.


      # wcadmin undeploy -a n1aa -x n1aa
      
    • For all other supported Solaris releases, type the following commands.


      # /usr/sbin/smreg remove -a com.sun.web.admin.n1aa_2.2.4
      # cd /var/opt/webconsole/work/com_sun_web_console/localhost && rm -rf n1aa 
      
  6. Apply patch 124046-02. For example:


    # patchadd /var/spool/patch/124046-02
    
  7. Change users to assume the role of the n1aa user.


    # su - n1aa
    
  8. Change to the PostgreSQL binary directory.


    $ cd /opt/SUNWn1aa/pgsql/bin/
    
  9. Specify the port on which the PostgreSQL database should listen.


    $ ./psql -p 5433 n1aa
    

    In the previous example, the PostgreSQL database is set to listen on port 5433. Change the port value as appropriate for your environment.

  10. At the psql prompt, apply the patch SQL scripts.


    n1aa-# \i /usr/share/webconsole/n1aa/upgrade/install_patch_124046-02.sql
         
    n1aa-# \q
    
  11. Exit from the psql prompt.


    $ exit
    
  12. Exit from the n1aa user role.


    $ exit
    
  13. Recreate the link to the N1 Service Provisioning System Java Library.


    # 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
    

    For more information, see Chapter 2, Installation of the N1 AA Manager, in Sun N1 Advanced Architecture for SAP Solutions 5.2.1 Installation Guide.

  14. Register the N1 AA Manager software.

    • Starting with the Solaris 10 11/06 release, type the following command.


      # wcadmin deploy -a n1aa -x n1aa /usr/share/webconsole/n1aa
      
    • For all other supported Solaris releases, type the following command.


      # /usr/sbin/smreg add -a /usr/share/webconsole/n1aa
      

    For more information, see Chapter 2, Installation of the N1 AA Manager, in Sun N1 Advanced Architecture for SAP Solutions 5.2.1 Installation Guide.

  15. Restart the web server.

    • Starting with the Solaris 10 11/06 release, type the following command.


      # /usr/sbin/svcadm enable svc:/system/webconsole:console
      
    • For all other supported Solaris releases, type the following command.


      # /usr/sbin/smcwebserver start
      
  16. If you want to provision software on your SAP systems, install the SAP plug-in on the master server.

    Follow these steps.

    1. Log in to the Sun N1 Service Provisioning System master server.

    2. Apply patch 123849-03.

      For example:


      # patchadd /var/spool/patch/123849-03
      
    3. In the Administrative section of the browser interface main window, click Plug-ins.

    4. In the Action Column of the Plug-ins page, click Import.

    5. Click the Browse button and navigate to the location of the JAR file.

    6. Select the JAR file, and click Open.

      • If you have no version of the plug-in currently loaded, select the com.sun.sap_1.3.jar.

      • If you have version 1.0 of the plug-in currently loaded, select the com.sun.sap_1.0_1.1.jar to bring it to version 1.1, then follow the next step.

      • If you have version 1.1 of the plug-in currently loaded, select the com.sun.sap_1.1_1.2.jar to bring it to version 1.2, then follow the next step.

      • If you have version 1.2 of the plug-in currently loaded, select the com.sun.sap_1.2_1.3.jar.

    7. Click the Continue to Import button to import the plug-in.

    For more information, see the README file included with the SAP plug-in 1.3.

  17. If you want to provision software on your SAP systems, install the OS Provisioning plug-in on the master server.

    Follow these steps.

    1. Log in to the Sun N1 Service Provisioning System master server.

    2. In the Administrative section of the browser interface main window, click Plug-ins.

    3. In the Action Column of the Plug-ins page, click Import.

    4. Click the Browse button and navigate to the location of the JAR file.

    5. Select the JAR file, and click Open.

      • If you have no version of the plug-in currently loaded, select the com.sun.n1osp_3.1.jar.

      • If you have version 2.0 of the plug-in currently loaded, select the com.sun.n1osp_2.0_3.0.jar to bring it to version 3.0, then follow the next step.

      • If you have version 3.0 of the plug-in currently loaded, select the com.sun.n1osp_3.0_3.1.jar.

    6. Click the Continue to Import button to import the plug-in.

    For more information, see the README file included with the OS Provisioning plug-in 3.1.

See Also

For more information about how to install the N1 AA 5.2 Update 2 release, see Sun N1 Advanced Architecture for SAP Solutions 5.2.1 Installation Guide.

For more information about how to install the SAP plug-in, see Sun N1 Service Provisioning System User’s Guide for SAP Plug-In 1.0.

Procedurex86: How to Install the N1 AA 5.2 Update 2 Release

Before You Begin

To install the N1 AA 5.2 Update 2 release, you must have already installed the N1 Service Provisioning System 5.2 Update 2 release. If the N1 Service Provisioning System 5.2 Update 2 release is not currently running on your system, you must acquire and install the N1 Service Provisioning System 5.2 Update 2 release from the Sun Download Center. For more information, see What’s New in the Sun N1 Service Provisioning System 5.2 Update 2 Release.

This procedure also assumes that you have downloaded the N1 AA 5.2 Update 2 x86 packages file (n1aax86.tar.gz) and the SAP plug-in patch 123849-03. For more information about how to acquire these packages, see How to Acquire the N1 AA 5.2 Update 2 Release.

The x86 based system on which you want to run the N1 AA 5.2 Update 2 release must be running the Solaris 10 OS.

  1. If necessary, install the N1 Service Provisioning System 5.2 .1 release.

    To install the N1 Service Provisioning System 5.2 Update 2 release, you must already have installed and configured a compatible previous release or patch update of the Sun N1 Service Provisioning System. Compatible previous releases and patch updates are as follows:

    • N1 Service Provisioning System 5.2 release

    • N1 Service Provisioning System 5.2.1 patch update

    • N1 Service Provisioning System 5.2.2 patch update

    • N1 Service Provisioning System 5.2.3 patch update

    To determine which release is installed on your system, type the cr_server -version command in a terminal window.

    You can download and install the N1 Service Provisioning System 5.2.1 zip file (n1_sps-5_2_1-ga-solaris-x86.zip) from the Sun Software Portfolio download page.

    For more information about how to install the N1 Service Provisioning System 5.2.1 release, see Sun N1 Service Provisioning System 5.2 Installation Guide.

  2. If the N1 Service Provisioning System 5.2 Update 2 release is not installed on your system, acquire and install the N1 Service Provisioning System 5.2 Update 2 release.

    Download and apply the following patches that are available at the SunSolve web site.

    • 122990-12 for the Master Server

    • 122992-12 for the Command Line Interface

    For more information, see What’s New in the Sun N1 Service Provisioning System 5.2 Update 2 Release.

  3. If necessary, configure the n1aa user on the master server.

    If the n1aa user and group are not configured in your environment, follow these steps.

    1. On the master server, create the user group n1aa.


      # /usr/sbin/groupadd n1aa
      
    2. Create the n1aa user.


      # /usr/sbin/useradd -d /opt/SUNWn1aa -g n1aa n1aa
      
    3. Assign a user password to the user n1aa.


      # passwd n1aa
        Password:
        Confirm password:
  4. Configure the PostgreSQL database.

    Follow these steps.

    1. Become superuser on the master server.

    2. If the /opt/SUNWn1aa/pgsql directory already exists, move it to a backup location by using the following command.


      # mv /opt/SUNWn1aa/pgsql /opt/SUNWn1aa/pgsql_backup
      
    3. Change to the directory in which you extracted the Sun N1 Advanced Architecture for SAP Solutions 5.2 Update 2 release.

    4. Install the package SUNWn1aapgsql.pkg.


      # pkgadd -d SUNWn1aapgsql.pkg
      
    5. Start the database.


      # /usr/sbin/svcadm enable svc:/application/n1aapgsql:default
      
  5. If necessary, install the SunTM Web Console Software. The Solaris 10 11/06 release includes the Sun Web Console software. If your system is not running the Solaris 10 11/06 release, follow these steps.

    1. Create a temporary installation directory on the N1 AA server and copy image-ext.tar and l10n.tar into this directory.

    2. Extract the Sun Web Console software.


      # tar -xf image-ext.tar
      # tar -xf l10n.tar
      
    3. Change to the temporary installation directory.

    4. Install the Sun Web Console software.


      # ./setup
      
  6. Install the Sun N1 Advanced Architecture Manager package.

    Follow these steps.

    1. Change to the directory in which you extracted the Sun N1 Advanced Architecture for SAP Solutions 5.2 Update 2 release.

    2. Install the SUNWn1aamngr.pkg package as superuser.


      # pkgadd -d SUNWn1aamngr.pkg
      
    3. Register the Sun N1 Advanced Architecture Manager.

      • Starting with the Solaris 10 11/06 release, type the following command.


        # wcadmin deploy -a n1aa -x n1aa /usr/share/webconsole/n1aa
        
      • For all other supported Solaris releases, type the following command.


        # /usr/sbin/smreg add -a /usr/share/webconsole/n1aa
        

      For more information, see Chapter 2, Installation of the N1 AA Manager, in Sun N1 Advanced Architecture for SAP Solutions 5.2.1 Installation Guide.

    4. Change the session timeout parameter of the Sun N1 Advanced Architecture Manager.

      • Starting with the Solaris 10 11/06 release, type the following command.


        # wcadmin add -p -a n1aa session.timeout.value=60
        
      • For all other supported Solaris releases, type the following command.


        # /usr/sbin/smreg add -p session.timeout.value=60
        
    5. Change the memory parameter of the Sun N1 Advanced Architecture Manager.

      • Starting with the Solaris 10 11/06 release, type the following command.


        # wcadmin add -p -a n1aa java.options="-server -Xms256m -Xmx512m"
        
      • For all other supported Solaris releases, type the following command.


        # /usr/sbin/smreg add -p java.options="-server -Xms256m -Xmx512m"
        
    6. Restart the Sun N1 Advanced Architecture Manager.

      1. Start the PostgreSQL database.


        # /usr/sbin/svcadm enable svc:/application/n1aapgsql:default
        
      2. Start the Sun Web Console.

        • Starting with the Solaris 10 11/06 release, type the following command.


          # /usr/sbin/svcadm enable svc:/system/webconsole:console
          
        • For all other supported Solaris releases, type the following command.


          # /usr/sbin/smcwebserver start
          
  7. Install the Sun N1 Advanced Architecture Command Line Interface.

    Follow these steps.

    1. Change to the directory in which you extracted the Sun N1 Advanced Architecture for SAP Solutions 5.2 Update 2 release.

    2. Install the SUNWn1aacli.pkg package as superuser.


      # pkgadd -d SUNWn1aacli.pkg
      
  8. Create a link to the N1 Service Provisioning System 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
    

    For more information, see Chapter 2, Installation of the N1 AA Manager, in Sun N1 Advanced Architecture for SAP Solutions 5.2.1 Installation Guide.

  9. Unregister the N1 AA Manager software.

    • Starting with the Solaris 10 11/06 release, type the following command.


      # wcadmin undeploy -a n1aa -x n1aa com.sun.web.admin.n1aa_2.2.4
      
    • For all other supported Solaris releases, type the following command.


      # /usr/sbin/smreg remove -a com.sun.web.admin.n1aa_2.2.4
      

    For more information, see Chapter 2, Installation of the N1 AA Manager, in Sun N1 Advanced Architecture for SAP Solutions 5.2.1 Installation Guide.

  10. Register the N1 AA Manager software.

    • Starting with the Solaris 10 11/06 release, type the following command.


      # wcadmin deploy -a n1aa -x n1aa /usr/share/webconsole/n1aa
      
    • For all other supported Solaris releases, type the following command.


      # /usr/sbin/smreg add -a /usr/share/webconsole/n1aa
      

    For more information, see Chapter 2, Installation of the N1 AA Manager, in Sun N1 Advanced Architecture for SAP Solutions 5.2.1 Installation Guide.

  11. Stop the web server.

    • Starting with the Solaris 10 11/06 release, type the following command.


      # /usr/sbin/svcadm disable svc:/system/webconsole:console
      
    • For all other supported Solaris releases, type the following command.


      # /usr/sbin/smcwebserver stop
      
  12. Restart the web server.

    • Starting with the Solaris 10 11/06 release, type the following command.


      # /usr/sbin/svcadm enable svc:/system/webconsole:console
      
    • For all other supported Solaris releases, type the following command.


      # /usr/sbin/smcwebserver start
      
  13. If you want to provision software on your SAP systems, install the SAP plug-in on the master server.

    Follow these steps.

    1. Apply patch 123849-03.

      For example:


      # patchadd /var/spool/patch/123849-03
      
    2. Log in to the Sun N1 Service Provisioning System master server.

    3. In the Administrative section of the browser interface main window, click Plug-ins.

    4. In the Action Column of the Plug-ins page, click Import.

    5. Click the Browse button and navigate to the location of the JAR file.

    6. Select the JAR file, and click Open.

      • If you have no version of the plug-in currently loaded, select the com.sun.sap_1.3.jar.

      • If you have version 1.0 of the plug-in currently loaded, select the com.sun.sap_1.0_1.1.jar to bring it to version 1.1, then follow the next step.

      • If you have version 1.1 of the plug-in currently loaded, select the com.sun.sap_1.1_1.2.jar to bring it to version 1.2, then follow the next step.

      • If you have version 1.2 of the plug-in currently loaded, select the com.sun.sap_1.2_1.3.jar.

    7. Click the Continue to Import button to import the plug-in.

  14. If you want to provision software on your SAP systems, install the OS Provisioning plug-in on the master server.

    Follow these steps.

    1. Log in to the Sun N1 Service Provisioning System master server.

    2. In the Administrative section of the browser interface main window, click Plug-ins.

    3. In the Action Column of the Plug-ins page, click Import.

    4. Click the Browse button and navigate to the location of the JAR file.

    5. Select the JAR file, and click Open.

      • If you have no version of the plug-in currently loaded, select the com.sun.n1osp_3.1.jar.

      • If you have version 2.0 of the plug-in currently loaded, select the com.sun.n1osp_2.0_3.0.jar to bring it to version 3.0, then follow the next step.

      • If you have version 3.0 of the plug-in currently loaded, select the com.sun.n1osp_3.0_3.1.jar.

    6. Click the Continue to Import button to import the plug-in.

    For more information, see the README file included with the OS Provisioning plug-in 3.1.

  15. (Optional) Configure the aasap and aasapd services.

    If you want to execute remote commands on your servers, install the aasap and aasapd services on your systems. Follow these steps.

    1. Change to the directory in which you extracted the Sun N1 Advanced Architecture for SAP Solutions 5.2 Update 2 release

    2. Install the SUNWn1aad.pkg package as superuser.


      # pkgadd -d SUNWn1aad.pkg
      
  16. Install the Performance Collector package on all N1 Advanced Architecture clients.

    Follow these steps.

    1. Change to the directory in which you extracted the Sun N1 Advanced Architecture for SAP Solutions 5.2 Update 2 release.

    2. Install the SUNWn1aaperf.pkg package as superuser.


      # pkgadd -d SUNWn1aaperf.pkg
      
  17. Update all the Remote Agents in your N1 Service Provisioning System environment.

    For more information, see the Sun N1 Service Provisioning System 5.2 Installation Guide.

See Also

For more information about how to install the N1 AA 5.2 Update 2 release, see Sun N1 Advanced Architecture for SAP Solutions 5.2.1 Installation Guide.

For more information about how to install the SAP plug-in, see Sun N1 Service Provisioning System User’s Guide for SAP Plug-In 1.0.