Editing Master Node settings

From folder or (based on the type of installation) enter the following commands:

To edit... Enter...
the Master Node name/IP address

> rcs-db-config -n <name> -g

or

> rcs-db-config -n <IPaddress> -g

 

Result: certificates are updated and appear in folder . Collector settings must also be edited. See "Editing Collector settings".

the System administrator's password (admin)

> rcs-db-config -R <password>

 

Result: certificates are updated and appear in folder . Collector settings must also be edited. See "Editing Collector settings".

backup folder

> rcs-db-config -B <folder>

NOTE: "<folder>" can be a path for the RCS\db folder or absolute path.

IMPORTANT: any backup files in the previously set folder will be copied to the new one.

Result: all subsequent backup files are saved in the new folder.

Tip: a remote device can be installed in an NTFS folder using Windows Disk Manager: this way, a remote disk can be used for backup.

outgoing mail server settings for alert e-mails

> rcs-db-config -M -server <hostName>:<portNumber>

to set the outgoing main server name and port to be used.

> rcs-db-config -from <senderEmail>

to set the alert e-mail sender's e-mail (i.e.: "alert@myplace.com").

> rcs-db-config -user <userName>

To set the e-mail sender's user name.

> rcs-db-config -pass <password>

To set his password.

> rcs-db-config -auth <authenticationType>

To set the type of authentication to be used ("plain", "login" or "cram_md5").