Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Automatic Operation Configuration Guide


4.7 Procedure to change the URL

If you change the host name or IP address of the JP1/AO server or the port number used for communications between JP1/AO and the Web browser, you need to change the URL by using the hcmdschgurl command.

To change the URL:

The following examples show the steps for changing the URL from http://192.168.11.33:23015 to http://192.168.11.55:23015.

  1. Execute the hcmdschgurl command with the list option specified to find the current URL.

    Example
    hcmdschgurl /list
    http://192.168.11.33:23015
    JP1/Automatic Operation
    
  2. Execute the hcmdschgurl command with the change option specified to change the URL.

    Example
    hcmdschgurl /change "http://192.168.11.33:23015" "http://192.168.11.55:23015"
    The URL was changed from "http://192.168.11.33:23015" to "http://192.168.11.55:23015".
    
  3. Execute the hcmdschgurl command with the list option specified to confirm that the URL has been changed.

    Example
    hcmdschgurl /list
    http://192.168.11.55:23015
    JP1/Automatic Operation