Sun Cluster Data Service for Oracle E-Business Suite Guide for Solaris OS

Verifying the Installation and Configuration of Oracle E-Business Suite

This section contains the procedure you need to verify the installation and configuration.

ProcedureHow to Verify the Installation and Configuration of Oracle E-Business Suite

This procedure does not verify that your application is highly available because you have not yet installed your data service.

Perform this procedure on one node or zone of the cluster unless a specific step indicates otherwise.

  1. On a cluster member, become superuser or assume a role that provides solaris.cluster.modify RBAC authorization.

  2. If a zone is being used for Oracle E-Business Suite, ensure the zone is booted.

    Repeat this step on all nodes on the cluster if a zone is being used.

    Boot the zone if it is not running.


    # zoneadm list -v
    # zoneadm -z zonename boot
    
  3. Mount the highly available local file system.

    Perform this step from the global zone on one node of the cluster.

    1. If a non ZFS highly available local file system is being used for the Oracle E-Business Suite files.

      Ensure the node has ownership of the disk set or disk group.

      For Solaris Volume Manager.


      # metaset -s disk-set -t
      

      For Veritas Volume Manager.


      # vxdg -C import disk-group
      # vxdg -g disk-group startall
      
      1. If the global zone is being used for Oracle E-Business Suite.


        # mount highly-available-local-filesystem
        
      2. If a zone is being used for Oracle E-Business Suite.

        Mount the highly available local file system on one of the zones being used .


        # mount -F lofs highly-available-local-filesystem \
        > /zonepath/root/highly-available-local-filesystem
        
    2. If a ZFS highly available file system is being used for Oracle E-Business Suite.

      1. If the global zone is being used for Oracle E-Business Suite.


        # zpool import -R / HAZpool
        
      2. If a zone is being used for Oracle E-Business Suite.


        # zpool import -R /zonepath/root HAZpool
        
  4. Plumb the Oracle E-Business Suite logical hostname.

    Perform this step for each logical hostname being used by Oracle E-Business Suite.

    1. If the global zone is being used for Oracle E-Business Suite.


      #  ifconfig interface addif logical-hostname up
      
    2. If a zone is being used for Oracle E-Business Suite.


      #  ifconfig interface addif logical-hostname up zone zonename
      
  5. Login to the zone, if a zone is being used.


    # zlogin zonename
    
  6. Start Oracle E-Business Suite.


    # su - oradb-user
    $ cd base-directory/siddb/9.2.0/appsutil/scripts/SID_logical-hostname
    $ ./addbctl.sh start
    $ ./addlnctl.sh start SID
    $ exit
    # su - oraapp-user
    $ cd base-directory/sidcomn/admin/scripts/SID_logical-hostname
    $ ./adstrtal.sh apps/apps
    $ exit
    
  7. Test that a client can access Oracle E-Business Suite, using a Windows Client.

    The following URL has been placed onto two separate lines to fit the documentation.


    http://logical-hostname:8000/OA_HTML/jsp/fnd/fndhelp.jsp?dbc= \
    /base-directory/sidappl/fnd/11.5.0/secure/logical-hostname_sid.dbc
    

    Login with Userid/Password sysadmin/sysadmin
    Click System Admin
    Then double click on Requests
    Then double click on Run
    Select OK to "Single requests"
    Enter Active users in the name field
    Select OK to submit the request
    Click Refresh Data until "Active Users" is "Completed"
    Click View output
    
  8. Stop Oracle E-Business Suite.


    # su - oraapp-user
    $ cd base-directory/sidcomn/admin/scripts/SID_logical-hostname
    $ ./adstpall.sh apps/apps
    $ exit
    # su - oradb-user
    $ cd base-directory/siddb/9.2.0/appsutil/scripts/SID_logical-hostname
    $ ./addlnctl.sh stop SID
    $ ./addbctl.sh stop immediate
    $ exit
    
  9. Logout from the zone, if a zone is being used.


    # exit
    
  10. Unmount the highly available local file system.

    Perform this step in the global zone only.

    1. If a non ZFS highly available local file system is being used for Oracle E-Business Suite.

      1. If the global zone is being used for Oracle E-Business Suite.


        # umount highly-available-local-filesystem
        
      2. If a zone is being used for Oracle E-Business Suite.

        Unmount the highly available local file system from the zone.


        # umount /zonepath/root/highly-available-local-filesystem
        
    2. If a ZFS highly available file system is being used for Oracle E-Business Suite.


      # zpool export -f HAZpool
      
  11. Unplumb the Infrastructure logical IP address.

    Perform this step for each logical hostname being used by Oracle E-Business Suite.


    # ifconfig interface removeif logical-hostname
    
  12. Relocate the shared storage to another node and mount the highly available local file system.

    Perform this step on another node of the cluster.

    1. If a non ZFS highly available local file system is being used for the Oracle E-Business Suite files.

      Ensure the node has ownership of the disk set or disk group.

      For Solaris Volume Manager.


      # metaset -s disk-set -t
      

      For Veritas Volume Manager.


      # vxdg -C import disk-group
      # vxdg -g disk-group startall
      
      1. If the global zone is being used for Oracle E-Business Suite.


        # mount highly-available-local-filesystem
        
      2. If a zone is being used for Oracle E-Business Suite.

        Mount the highly available local file system on one of the zones being used .


        # mount -F lofs highly-available-local-filesystem \
        > /zonepath/root/highly-available-local-filesystem
        
    2. If a ZFS highly available file system is being used for Oracle E-Business Suite.

      1. If the global zone is being used for Oracle E-Business Suite.


        # zpool import -R / HAZpool
        
      2. If a zone is being used for Oracle E-Business Suite.


        # zpool import -R /zonepath/root HAZpool
        
  13. Plumb the Oracle E-Business Suite logical hostname.

    Perform this step on another node of the cluster for each logical hostname being used by Oracle E-Business Suite.

    1. If the global zone is being used for Oracle E-Business Suite.


      # ifconfig interface addif logical-hostname up
      
    2. If a zone is being used for Oracle E-Business Suite.


      # ifconfig interface addif logical-hostname up zone zonename
      
  14. Login to the zone, if a zone is being used.


    # zlogin zonename
    
  15. Start Oracle E-Business Suite.


    # su - oradb-user
    $ cd base-directory/siddb/9.2.0/appsutil/scripts/SID_logical-hostname
    $ ./addbctl.sh start
    $ ./addlnctl.sh start SID
    $ exit
    # su - oraapp-user
    $ cd base-directory/sidcomn/admin/scripts/SID_logical-hostname
    $ ./adstrtal.sh apps/apps
    $ exit
    
  16. Test that a client can access Oracle E-Business Suite, using a Windows Client.

    The following URL has been placed onto two separate lines to fit the documentation.


    http://logical-hostname:8000/OA_HTML/jsp/fnd/fndhelp.jsp?dbc= \
    /base-directory/sidappl/fnd/11.5.0/secure/logical-hostname_sid.dbc
    

    Login with Userid/Password sysadmin/sysadmin
    Click System Admin
    Then double click on Requests
    Then double click on Run
    Select OK to "Single requests"
    Enter Active users in the name field
    Select OK to submit the request
    Click Refresh Data until "Active Users" is "Completed"
    Click View output
    
  17. Stop Oracle E-Business Suite.


    # su - oraapp-user
    $ cd base-directory/sidcomn/admin/scripts/SID_logical-hostname
    $ ./adstpall.sh apps/apps
    $ exit
    # su - oradb-user
    $ cd base-directory/siddb/9.2.0/appsutil/scripts/SID_logical-hostname
    $ ./addlnctl.sh stop SID
    $ ./addbctl.sh stop immediate
    $ exit
    
  18. Logout from the zone, if a zone is being used.


    # exit
    
  19. Unmount the highly available local file system.

    Perform this step in the global zone only.

    1. If a non ZFS highly available local file system is being used for Oracle E-Business Suite.

      1. If the global zone is being used for Oracle E-Business Suite.


        # umount highly-available-local-filesystem
        
      2. If a zone is being used for Oracle E-Business Suite.

        Unmount the highly available local file system from the zone.


        # umount /zonepath/root/highly-available-local-filesystem
        
    2. If a ZFS highly available file system is being used for Oracle E-Business Suite.


      # zpool export -f HAZpool
      
  20. Unplumb the Oracle E-Business Suite logical hostname.

    Perform this step for each logical hostname being used by Oracle E-Business Suite.


    # ifconfig interface removeif logical hostname