Sun Java Communications Suite 5 Installation Guide

ProcedureTo Verify That Installation Succeeded

Use some or all of the following steps to verify basic installation.

  1. Verify that no partial packages were installed. On Solaris OS:


    pkginfo -p
  2. Verify that the correct version of a product component is present.

    To see the correct product component versions for this release, refer to Appendix E, Product Components for This Release. For example, the J2SE version for Solaris should be 1.5.0_06.


    cd /usr/jdk
    ls -l
  3. Verify that the installed product components are reflected in the product registry.

    1. On Solaris, use the prodreg tool to view installed packages:


      prodreg &
    2. Expand the Java Enterprise System Node to view the packages installed by the installer.

    3. You can also use the following command to view the productregistry file directly.


      more /var/sadm/install/productregistry
  4. Review the configuration data you provided during installation by opening the summary log:


    cd /var/sadm/install/logs
    more Java_Enterprise_System_Summary_Report_install.*
  5. For a Configure Now installation, start the following services:

    1. Start Directory Server instance:


      /DirectoryServer-Base/bin/dsadm start /var/opt/SUNWdsee/dsins1
    2. Start Web Server instance:

      Solaris: /var/opt/SUNWwbsvr7/admin-server/bin/startserv

      Linux: /var/opt/sun/webserver7/admin-server/bin/startserv

      Starting Web Server automatically starts Access Manager.

    3. Access the Web Server URL:


      http://hostname:port
      
    4. Access the administration URL for Web Server:


      http://hostname:8800
  6. For a Configure Now installation, stop the following services:

    1. Stop the Web Server administration server:

      Solaris: /var/opt/SUNWwbsvr7/admin-server/bin/stopserv

      Linux: /var/opt/sun/webserver7/admin-server/bin/stopserv

    2. Stop Web Server:

      Solaris: /var/opt/SUNWwbsvr7/https-hostname.domainname/bin/stopserv

      Linux: /var/opt/sun/webserver7/https-hostname.domainname/bin/stopserv

    3. Stop Directory Server:


      DirectoryServer-Base/bin/dsadm stop /var/opt/SUNWdsee/dsins1
  7. For a Configure Now installation, start the web container to access Access Manager services

  8. For a Configure Now installation, access the Access Manager console

    For login, User ID is amadmin, password was entered during installation


    http://hostname:port/amconsole
  9. If errors occur, restart Web Server and repeat the steps.