Sun Java Enterprise System 2005Q4 Installation Guide for UNIX

ProcedureTo Verify That Installation Succeeded

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


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

    To see the correct versions for this release, refer to Appendix A, Java ES Components for This Release. For example, the J2SE version for Solaris should be 1.5.0_03.


    cd /usr/jdk
    ls -l
  3. Verify that the installed 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 Java ES installer.

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


      view /var/sadm/install/productregistry

      To exit, press the Esc key, then :q.

  4. Review the configuration data you provided during installation by opening the summary log:


    cd /var/sadm/install/logs
    view Java_Enterprise_System_Summary_Report_install.*
  5. For a Configure Now installation, start Portal Server and its related services.

    1. Start Directory Server:


      /var/opt/mps/serverroot/slapd-hostname/start-slapd
    2. Start Web Server:


      /opt/SUNWwbsvr/https-hostname.domainname/start

      Starting Web Server automatically starts Portal Server and Access Manager.

    3. Access the Web Server URL:


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


      http://hostname:8888
  6. For a Configure Now installation, stop Portal Server and its related services.

    1. Stop the Web Server administration server:


      /opt/SUNWwbsvr/https-admserv/stop
    2. Stop Web Server:


      /opt/SUNWwbsvr/https-hostname.domainname/stop
    3. Stop Directory Server:


      /var/opt/mps/serverroot/slapd-hostname/stop-slapd
  7. For a Configure Now installation, start Portal Server and Access Manager services


    /var/opt/mps/serverroot/slapd-hostname/start-slapd
    /opt/SUNWwbsvr/https-hostname/domainname/start
  8. For a Configure Now installation, access the Access Manager console

    For login, User ID is amadmin, password is password.


    http://hostname/amconsole
  9. For a Configure Now installation, access Portal Server:

    For login, User ID is amadmin, password is password.


    http://hostname/portal
  10. If errors occur, restart Web Server and repeat the steps.