Top
PRIMECLUSTER  Web-Based Admin ViewOperation Guide
FUJITSU Software

C.1.2 Primary Management Server Configuration

Configure the primary management server in the following procedure.

  1. Selecting "Add Policy Entry"

  2. Inputting CodeBase (effective range for settings)

    Input the information for the primary management server to "CodeBase(C):" in the format of http://<httpip>:<http port number>/jars/*.

    You can check httpip by executing the following command on the primary management server.

    Execution example) When httpip is 10.20.30.40

    # /opt/FJSVwvbs/etc/bin/wvGetparam httpip
     local:httpip            10.20.30.40

    You can check the http port number (fjwv-h service) by executing the following command on the primary management server.

    Execution example) When the http port number is 8081

    # /opt/FJSVwvbs/etc/bin/wvSetport fjwv-h
    8081

    In the above example, input http://10.20.30.40:8081/jars/* into "CodeBase(C):".

  3. Setting "Add Permission(D)"

    Select "Add Permission(D)".

    The following screen appears.

    Permission

    Select Permission and then select "SocketPermission" from the pulldown menu.

    The setting value is automatically set to "java.net.SocketPermission".

    Target Name

    For the setting value of Target Name, input httpip of the primary management server in the format of "<httpip>:*".

    For how to check httpip, use the same method as the "2) Inputting CodeBase (effective range for settings)."

    Actions

    Select Actions and then select "connect" from the pulldown menu. Subsequently, select "resolve" and "accept". The setting values are automatically set to "connect", "resolve", and "accept".

    After inputting the above, click the "OK" button.

    Execution example) When httpip is 10.20.30.40, the settings are as follows.

  4. Completing the permissions entry

    Click the "Done" button to complete the configuration of the primary management server.