...
When a local node cannot communicate to opposite node within a defined timeout and it is not in an isolation state, local node will try to keep its state as RUNNING, and bring ONLINE the services which taken OFFLINE from remote node.
How to Change the Node Name
- In the web console, select the node management view and select the node to change the name for.
- After selecting a node, click right mouse button and click on the 'Node Name Change' menu.
[그림] 노드 이름 변경 선택 화면Figure] Node Name Change Selected - The screen will prompt you to enter the new node name to change.
Enter the node name to change.
[그림] 새로운 노드 이름 입력 화면Figure] New Node Name Input - In the node management view of web console, you can check the newly changed node name.
CLI Use(mcnode command)
It sends the node commands. You can command to inquire about or change the node attributes, enter the license or download the support file.
...
Code Block |
---|
mcnode [-u userid -pw password] [-n nodename]ip node_ip_address] -command [-a attribute] [-l license] [-p download_path] |
...
Option | Description |
-h | Display Help. |
-u | Designate the user account ID. |
-pw | Enter user password. |
-n | Designate a node to be accessed to run the commandIt defines the node to access to execute command. If omitted, it will access to execute command for local node. |
-a | If the [modify] command is used, set the attribute and the attribute values to change. |
-p | Designate the path for downloading the support file. If you do not enter the path, it will be downloaded to 'user.home'. |
-l | Enter the license value to be entered for the designated node. |
...