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

ProcedureHow to Remove and Reregister a Resource for an Oracle E-Business Suite Server Component

Perform this task for each server resource that you must remove and reregister, namely:

Steps
  1. Save the definition of the Oracle E-Business Suite sever resource.


    # scrgadm -pvv -j resource > file1
    
  2. Disable the Oracle E-Business Suite sever resource.


    # scswitch -n -j resource
    
  3. Remove the Oracle E-Business Suite sever resource.


    # scrgadm -r -j resource
    
  4. Configure and register the Oracle E-Business Suite server resource.

    1. Go to the directory that contains the configuration file and the registration file for the resource.


      # cd /opt/SUNWscebs/prefixutil
      
    2. Edit the configuration file for the resource.


      vi prefix_config
      
    3. Run the registration file for the resource.


      # ./prefix_register
      

    prefix denotes the server to which the file applies, as follows:

    • cmg denotes the Concurrent Manager Server.

    • frm denotes the Forms Server.

    • rep denotes the Reports Server .

  5. Compare the updated definitions to the definitions that you saved before you updated the resource.

    Comparing these definitions enables you to determine if any existing extension properties have changed, for example, time-out values.


    # scrgadm -pvv -j resource > file2
    # diff file1 file2
    
  6. Amend any resource properties that were reset.


    # scrgadm -c -j <resource>-x | y <resource>