Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Attribute

Description

Type

Default

Edit

Note
BootMode

It is value that indicate whether or not to been started according to the bootMode value setting when MCCS service starts.

BOOLEAN X 
ExpirationDate

It shows license MAC of the node.

STRING   
HostID

It shows license MAC of the node.

STRING X 
IsolationTestAddressIsolationTestAddresses

It enters the IP address to test Isolation. It is recommended the reliable IP address.
If two or more IPs are entered, they will be separated by ",".
If no IP address is entered, the split brain cannot be identified.

IP ADDRESS O 
LicenseTypeIt shows license type of the node.STRING X 

NodeName

It indicated the name of the node.
You can use an actual host name or nickname. 
In any case, it should be a unique name within a cluster.

NAME

 

X

 

NodeState

It indicated the state of the node.

STRING

 

X

 

PrimaryHB

It shows an IP address of the Primary Heartbeat defined in the MCCS server.

IP ADDRESS

 

X

 
PrimaryHBStatusIt indicates state of primary heartbeatIP ADDRESS X 

SecondaryHB

It shows an IP address of the Secondary Heartbeat defined in the MCCS server.

IP ADDRESS

 

X

 
SecondaryHBStatusIt indicates state of secondary heartbeatIP ADDRESS X 
StandAlone

It indicates whether standalone mode or not.

BOOLEAN falseX 

...

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

  1. In the web console, select the node management view and select the node to change the name for.
    Image Added 
    [Figure] Node Name Change Selected 


  2. Enter the node name to change.
    Image Added
    [Figure] New Node Name Input 


  3. In the web console's node management view,
    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 nodenameip node_ip_address] -command [-a attribute] [-l license] [-p download_path]

...

OptionDescription

-h

Display Help.

 -uDesignate the user account ID. 
 -pwEnter user password. 

-nDesignate a node to be accessed to run the commandip

It 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.
attribute : Designate the group attribute.

-p

Designate the path for downloading the support file. If you do not enter the path, it will be downloaded to 'user.home'.

-lEnter the license value to be entered for the designated node.

...

Code Block
mcnode -u admin -pw password -modify -n testNodeTestNode-1 -a IsolationTestAddressattribute attribute_value

license

Enter the license for testNode-1.

Code Block
mcnode -u admin -pw password -license -n TestNode-1 [ -all ] license_value

 

support

Download the support file of testNode-1 to /root/Desktop/mantech.
(If you enter -all, it will create the support file for all the nodes and then download them.)

Code Block
mcnode -u admin -pw password -supprot [-n TestNode-1 ([ -all) ] -p /root/Desktop/mantech

...

Code Block
mcnode -u admin -pw password -list ([-n nodename)]