Oracle-Based Deployment Guide for Cisco IoT FND, Release 5.x.x and Later

PDF

Configure the standby DB settings

Want to summarize with AI?

Log in

Learn how to configure the standby database settings using the setupCgms.sh script, including entering the IP address, port number, and SID for the standby IoT FND database server.


To configure the standby database settings, the setupCgms.sh script prompts you for the following information:

  • IP address of the standby Cisco IoT FND database server

  • Port number of the standby Cisco IoT FND database server

    Enter 1522 .

  • Database System ID (SID), which is cgms for the primary database server

    Enter cgms_s . This SID identifies the server as the standby database server.

Procedure

Run the setupCgms.sh script and follow the prompts to configure the standby database settings.

Example:


                        Do you wish to configure another database server for this CG-NMS ? (y/n)? 
                        y
                        09-13-2018 17:11:18 PDT: INFO: User response: y
                        Enter database server IP address []: 
                        128.107.154.20
                        09-13-2018 17:11:02 PDT: INFO: Database server IP: 
                        128.107.154.20
                        Enter database server port []: 
                        1522
                        09-13-2018 17:11:07 PDT: INFO: Database server port: 1522
                        Enter database SID []: 
                        cgms_s
                        09-13-2018 17:11:12 PDT: INFO: Database SID: cgms_s
                        09-13-2018 17:11:18 PDT: INFO: Configuring database settings. This may take a while. Please wait ...
                        09-13-2018 17:11:19 PDT: INFO: Database settings configured.