Monitoring Configuration
- Navigate to Administration > Instance Controller> Regions tab.
- Enter the following fields:
Field | Definition |
---|---|
Region Name | This parameter defines the region name. |
Description | Description of the region name |
Web URL | Web URL of the region |
- Navigate to Administration > Instance Controller > Instances.
- Enter the following fields:
Field | Definition |
---|---|
Region | Select the region from the list. |
IS Instance Name | It is the name of the instance that should be added. The name of the instance must be the same as the name in netright.properties file. |
IS IP | Instance IP |
Priority | Defines the priority order and clarifies when the corresponding instance will take the mastership when the master is down. 0 is the highest priority. |
Authentication Method | Authentication Method (SSH Key, Password) |
Username | Username |
SSH Key | Enter the SSH key if the authentication method is SSH Key. |
Password | Enter password if the authentication method is Password. |
- Create ssh connection to the instance.
- Navigate to /u01/netright-tomcat/netright/scripts/.
- Edit sc-diagnostics.config file with vi.
- Edit the following parameters:
Field | Value | Definition |
---|---|---|
CheckReplication | The default value is N. Change to Y if there is replication in the environment. | This parameter can take N or Y and indicates if a replication exists in the environment. |
ReplicationType | XDB or SDS | It defines replication types. |
IP | Instance IP | Instance IP must be the same as the one entered in the Instance controller screen. |
OSMountPoint | Defaults to =/dev/mapper/centos-root | OS disk mount point path |
AppMountPoint | Defaults to =/u01 | App disk mount point path |
DataMountPoint | Defaults to = /u01/POStgreSQL11 | Data disk mount point path |