Oracle Database Setup and Upgrade Guide for Cisco IoT FND, Release 5.x.x and Later

PDF

Oracle Database Setup and Upgrade Guide for Cisco IoT FND, Release 5.x.x and Later

Install the Cisco IoT FND RPM

Want to summarize with AI?

Log in

Provides instructions to install the Cisco IoT FND RPM, run database migration, start the cgms service, and verify service status.


Use this procedure to install the Cisco IoT FND RPM package.

To install the Cisco IoT FND RPM, follow these steps:

Procedure

1.

Install the cgms RPM by running the following command:

rpm -ivh cgms-<release-number>-<build-number>.x86_64.rpm
2.

Optional: Copy the cgms_keystore and cgms.properties from any working Cisco IoT FND server into the /opt/cgms/server/cgms/conf/ directory.

3.

Run the db-migrate command:

cd /opt/cgms/bin/
./db-migrate
[root@fnd-rhel8-33 bin]#./db-migrate
Enter database password: <database-password>
02-11-2022 10:48:11 EST: INFO: Log file: /opt/cgms/bin/../server/cgms/log/cgms_setup.log
02-11-2022 10:48:11 EST: INFO: Performing pre migration. This may take a while. Please wait ...
02-11-2022 10:48:12 EST: INFO: Pre migration completed.
02-11-2022 10:48:12 EST: INFO: Performing migration. This may take a while. Please wait ...
02-11-2022 10:48:58 EST: INFO: Migration completed.
02-11-2022 10:48:58 EST: INFO: Performing post migration. This may take a while. Please wait ...
02-11-2022 10:51:57 EST: INFO: Post migration completed.
[root@fnd-rhel8-33 bin]#
4.

Start the cgms service by running the following command:

service cgms start

5.

Check the cgms service status using the service cgms status command as given in the example:

Example:

[root@fnd-rhel8-33 ~]# service cgms status

IoT-FND Version 4.8.1-8
02-14-2022 14:43:30 IST: INFO: IoT-FND database server: localhost
02-14-2022 14:43:31 IST: INFO: IoT-FND database connection verified.
02-14-2022 14:43:32 IST: INFO: IoT-FND application server is up and running.
02-14-2022 14:43:32 IST: INFO: IoT-FND is up and running.
[root@fnd-rhel8-33 ~]#

What to do next

Refer to Install Oracle DB patch.