Configuring SAP NetWeaver

You can start the Smart Assist Policy Setup wizard by using the clmgr setup smart_assist command.

Examples

  1. To configure the ABAP SAP Central Services (ASCS) HA solution, enter the following command:
    clmgr setup smart_assist APPLICATION=SAP_ABAP SID=TS2 INSTANCE=SCS02 MODE=NEW
  2. To configure the SAP JAVA (SCS) HA solution, enter the following command:
    clmgr setup smart_assist APPLICATION=SAP_JAVA SID=TS2 INSTANCE=SCS02 MODE=NEW
  3. To configure the SAP APPSERVER HA solution, enter the following command:
    clmgr setup smart_assist APPLICATION=SAP_APPSERVER SID=TS2 INSTALL_TYPE={ABAP|JAVA} MODE=NEW
    

SAP NetWeaver High Availability

SAP NetWeaver High Availability is defined for SAP ID (TS2 in above example) and instance name (SCS02 in above example). The SAP ID and the instance name are provided during SAP NetWeaver installation.

To setup SAP NetWeaver Smart Assist, complete the following steps:
  1. From the command line, run the clmgr setup smart_assist command.
  2. Enter the flag value as follows:
    APPLICATION
    Enter the name of an application to configure by using Smart Assist, for example, SAP_ABAP, SAP_JAVA, or SAP_APPSERVER.
    SID
    Enter the SAP system ID configured during SAP installation.
    INSTANCE
    Instance name is used for the instance directory that contains all necessary files for the SAP Central Services instance.
    INSTALL_TYPE
    The INSTALL_TYPE is used only for SAP_APPSERVER configuration. The value for this parameter is either SAP_JAVA or SAP_ABAP.
    MODE
    Indicates the mode that is used by Smart Assist if the specified Smart Assist policy is already available. You can specify the following values for the MODE parameter:
    • NEW: In this mode, Smart Assist uses the default policy template to configure the new Smart Assist policy.
    • UPDATE: In this mode, Smart Assist uses the specified saved policy for configuring the parameters of the saved Smart Assist policy. If a saved policy is not available, a new Smart Assist policy is configured by using the default Smart Assist policy template.

    The MODE parameter is optional, and the default value for this parameter is UPDATE.