Editing installation settings file (huliotsetup.ini)

(1) In Windows

Edit the installation settings file (huliotsetup.ini) that is in the working folder for installation (iot_agent folder).

1. On the IoT equipment, open the file explorer of Windows.

2. Open the working folder for installation (iot_agent folder).

3. Right-click on the huliotsetup.ini file in the iot_agent folder, and then open the file by using a program such as Notepad or WordPad.

4. Specify the activation key.

Specify the activation key of Manager in the following format:

activation_key = ACTIVATION KEY

For details about how to confirm the activation key, see Acquiring the activation key.

5. Specify the application server.

Specify the acquired information about the application server on which Manager starts by using the following format:

server_hostname = HOST NAME or IP ADDRESS of the APPLICATION SERVER:8765

Example contents of the installation settings file
#
# Required
#
activation_key = 1a123456-ab12-1234-1234-a123456a12a1
server_hostname = YOURHOST:8765

#
# Optional
#
install_path = 
start = 1
devicename = 
proxy = 
proxy_user = 
protocol = 0
first_conn_retry_interval = 3600
workfile_path = 
remarks_file = 
logfile_path = 

6. Overwrite the huliotsetup.ini file.

(2) In Linux

Edit the installation settings file (huliotsetup.ini) that is in the working directory for installation (/tmp/iot_agent).

1. Move to the working directory for installation

Move to the "/tmp/iot_agent" directory by executing the following command:

cd /tmp/iot_agent

2. Edit the installation settings file

Open the huliotsetup.ini file in the iot_agent directory by using a text editor.

3. Specify the activation key

Specify the activation key of Manager by using the following format:

activation_key = ACTIVATION KEY

For details about how to confirm the activation key, see Acquiring the activation key.

4. Specify the application server.

Specify the acquired information about the application server on which Manager starts by using the following format:

server_hostname = HOST NAME or IP ADDRESS of the APPLICATION SERVER:8765
Example contents of the installation settings file
#
# Required
#
activation_key = 1a123456-ab12-1234-1234-a123456a12a1
server_hostname = YOURHOST:8765

#
# Optional
#
install_path = 
start = 1
devicename = 
proxy = 
proxy_user = 
protocol = 0
first_conn_retry_interval = 3600
workfile_path = 
remarks_file = 
logfile_path = 

5. Update the installation settings file

Overwrite the huliotsetup.ini file.