clresource create -d Commands Incorrectly Specify Resource Names in Oracle Solaris Cluster Data Service for Oracle E-Business Suite as of Release 12.2 Guide (26401103)

The incorrect resource names are missing a hyphen between -resource and name. The correct form of the resource name is *-resource-name, not *-resource name.

These incorrect resource names appear in the clresource create command synopses and in the resource definitions of the following tasks:

  • How to Create the Root Service Group Resource in Oracle Solaris Cluster Data Service for Oracle E-Business Suite as of Release 12.2 Guide

    Step 2: Replace the clresource create command synopsis with the following:

    # clresource create -g resource group -t ORCL.ebs \
    -p base_dir=apps base dir \
    -p service_group=root -p service=node_manager \
    -p resource_dependencies_offline_restart=storage-resource \
    [ -p interpose_logical_hostname=logical host ] \
    [ -p resource_dependencies=logical-host-resource ] \
    -d node-manager-resource-name

    Replace the resource definition with the following:

    node-manager-resource-name

    Specifies an Oracle Solaris Cluster resource name for the Node Manager. This name must be unique with Oracle Solaris Cluster.

  • How to Create the Web Administration Service Group Resources in Oracle Solaris Cluster Data Service for Oracle E-Business Suite as of Release 12.2 Guide

    • Step 2: Replace the clresource create command synopsis with the following:

      # clresource create -g resource group -t ORCL.ebs \
      -p base_dir=apps base dir \
      -p service_group=web_admin -p service=tns_apps \
      -p resource_dependencies_offline_restart=storage-resource \
      -p pmf_managed=true \
      -p interpose_logical_hostname=logical host \
      -p resource_dependencies=logical-host-resource \
      -d tns-listener-resource-name

      Replace the resource definition with the following:

      tns-listener-resource-name

      Specifies an Oracle Solaris Cluster resource name for the TNS Listener. This name must be unique with Oracle Solaris Cluster.

    • Step 3: Replace the clresource create command synopsis with the following:

      # clresource create -g resource group -t ORCL.ebs \
      -p base_dir=apps base dir \
      -p service_group=web_admin -p service=admin_server \
      -p resource_dependencies_offline_restart=storage-resource,tns-listener-resource,node-manager-resource,[scope:]db-resource \
      -p interpose_logical_hostname=logical host \
      -p resource_dependencies=logical-host-resource \
      -d admin-server-resource-name

      Replace the resource definition with the following:

      admin-server-resource-name

      Specifies an Oracle Solaris Cluster resource name for the WebLogic Admin Server. This name must be unique with Oracle Solaris Cluster.

  • How to Create the Web Entry Point Service Group Resources in Oracle Solaris Cluster Data Service for Oracle E-Business Suite as of Release 12.2 Guide

    • Step 2: Replace the clresource create command synopsis with the following:

      # clresource create -g resource group -t ORCL.ebs \
      -p base_dir=apps base dir \
      -p service_group=web_entry-p service=opmn \
      -p resource_dependencies_offline_restart=storage-resource \
      -p pmf_managed=true \
      [ -p interpose_logical_hostname=logical host ] \
      [ -p resource_dependencies=logical-host-resource ] \
      -d opmn-resource-name

      Replace the resource definition with the following:

      opmn-resource-name

      Specifies an Oracle Solaris Cluster resource name for the OPMN Server. This name must be unique with Oracle Solaris Cluster.

    • Step 3: Replace the clresource create command synopsis with the following:

      # clresource create -g resource group -t ORCL.ebs \
      -p base_dir=apps base dir \
      -p service_group=web_entry-p service=ohs \
      -p resource_dependencies_offline_restart=storage-resource \
      -p resource_dependencies=opmn-resource,logical-host-resource \
      [ -p interpose_logical_hostname=logical host ] \
      -d ohs-resource-name

      Replace the resource definition with the following:

      ohs-resource-name

      Specifies an Oracle Solaris Cluster resource name for OHS. This name must be unique with Oracle Solaris Cluster.

  • How to Create the Web Application Service Group Resources in Oracle Solaris Cluster Data Service for Oracle E-Business Suite as of Release 12.2 Guide

    • Step 3: Replace the clresource create command synopsis with the following:

      # clresource create -g resource group -t ORCL.ebs \
      -p base_dir=apps base dir \
      -p service_group=web_applications -p service=tns_apps \
      -p resource_dependencies_offline_restart=storage-resource \
      -p pmf_managed=true \
      [ -p interpose_logical_hostname=logical host ] \
      [ -p resource_dependencies=logical-host-resource ] \
      -d tns-listener-resource-name

      Replace the resource definition with the following:

      tns-listener-resource-name

      Specifies an Oracle Solaris Cluster resource name for the TNS Listener. This name must be unique with Oracle Solaris Cluster.

    • Step 4: Replace the clresource create command synopsis with the following:

      # clresource create -g resource group -t ORCL.ebs \
      -p base_dir=apps base dir \
      -p service_group=web_applications -p service=oacore \
      -p resource_dependencies=tns-listener-resource,node-manager-resource,[scope:]db-resource \
      -p resource_dependencies_offline_restart=storage-resource \
      [ -p interpose_logical_hostname=logical host ] \
      [ -p resource_dependencies=logical-host-resource ] \
      -d oacore-resource-name

      Replace the resource definition with the following:

      oacore-resource-name

      Specify an Oracle Solaris Cluster resource name for the oacore Web Application. This name must be unique with Oracle Solaris Cluster.

    • Step 5: Replace the clresource create command synopsis with the following:

      # clresource create -g resource group -t ORCL.ebs \
      -p base_dir=apps base dir \
      -p service_group=web_applications -p service=oafm \
      -p resource_dependencies=tns-listener-resource,node-manager-resource,[scope:]db-resource \
      -p resource_dependencies_offline_restart=storage-resource \
      [ -p interpose_logical_hostname=logical host ] \
      [ -p resource_dependencies=logical-host-resource ] \
      -d oafm-resource-name

      Replace the resource definition with the following:

      oafm-resource-name

      Specifies an Oracle Solaris Cluster resource name for the Web Application oafm. This name must be unique with Oracle Solaris Cluster.

    • Step 6: Replace the clresource create command synopsis with the following:

      # clresource create -g resource group -t ORCL.ebs \
      -p base_dir=apps base dir \
      -p service_group=web_applications -p service=forms \
      -p resource_dependencies=tns-listener-resource,node-manager-resource,[scope:]db-resource \
      -p resource_dependencies_offline_restart=storage-resource \
      [ -p interpose_logical_hostname=logical host ] \
      [ -p resource_dependencies=logical-host-resource ] \
      -d forms-resource-name

      Replace the resource definition with the following:

      forms-resource-name

      Specify an Oracle Solaris Cluster resource name for the forms web application. This name must be unique with Oracle Solaris Cluster.

    • Step 7: Replace the clresource create command synopsis with the following:

      # clresource create -g resource group -t ORCL.ebs \
      -p base_dir=apps base dir \
      -p service_group=web_applications -p service=forms-c4ws \
      -p resource_dependencies=tns-listener-resource,node-manager-resource,[scope:]db-resource \
      -p resource_dependencies_offline_restart=storage-resource \
      [ -p interpose_logical_hostname=logical host ] \
      [ -p resource_dependencies=logical-host-resource ] \
      -d forms-c4ws-resource-name

      Replace the resource definition with the following:

      forms-c4ws-resource-name

      Specify an Oracle Solaris Cluster resource name for the forms-c4ws web application. This name must be unique with Oracle Solaris Cluster.

  • How to Create the Batch Service Group Resources in Oracle Solaris Cluster Data Service for Oracle E-Business Suite as of Release 12.2 Guide

    • Step 2: Replace the clresource create command synopsis with the following:

      # clresource create -g resource group -t ORCL.ebs \
      -p base_dir=apps base dir \
      -p service_group=batch -p service=tns_apps \
      -p resource_dependencies_offline_restart=storage-resource \
      -p pmf_managed=true \
      [ -p interpose_logical_hostname=logical host ] \
      [ -p resource_dependencies=logical-host-resource ] \
      -d tns-listener-resource-name

      Replace the resource definition with the following:

      tns-listener-resource-name

      Specifies an Oracle Solaris Cluster resource name for the TNS Listener. This name must be unique with Oracle Solaris Cluster.

    • Step 3: Replace the clresource create command synopsis with the following:

      # clresource create -g resource group -t ORCL.ebs \
      -p base_dir=apps base dir \
      -p service_group=batch -p service=concmgr \
      -p resource_dependencies=tns-listener-resource,[scope:]db-resource \
      -p resource_dependencies_offline_restart=storage-resource \
      [ -p interpose_logical_hostname=logical host ] \
      [ -p resource_dependencies=logical-host-resource ] \
      -d concmgr-resource-name

      Replace the resource definition with the following:

      concmgr-resource-name

      Specifies an Oracle Solaris Cluster resource name for the Concurrent manager. This name must be unique with Oracle Solaris Cluster.

  • How to Create the Other Service Group Resource in Oracle Solaris Cluster Data Service for Oracle E-Business Suite as of Release 12.2 Guide

    Step 2: Replace the clresource create command synopsis with the following:

    # clresource create -g resource group -t ORCL.ebs \
    -p base_dir=apps base dir \
    -p service_group=other -p service=forms_server \
    -p resource_dependencies_offline_restart=storage-resource \
    -p pmf_managed=true \
    [ -p interpose_logical_hostname=logical host ] \
    [ -p resource_dependencies=logical-host-resource ] \
    -d forms-srv-resource-name

    Replace the resource definition with the following:

    forms-srv-resource-name

    Specifies an Oracle Solaris Cluster resource name for the Forms Server (Socket mode). This name must be unique with Oracle Solaris Cluster.