Deploy Cisco IoT FND Using Bare Metal Servers
Deploying Cisco IoT FND involves setting up and configuring the software to manage and monitor Cisco IoT devices and networks effectively. You can install Cisco IoT FND on a Bare Metal server and integrate Cisco IoT FND with your existing Oracle database. Once you download the Cisco IoT FND software package from cisco.com, you can manually configure the connection to your database, install database certificates, and configure related items. Once you deploy Cisco IoT FND on a Bare Metal server, you can manage all the supported device types and devices.
Here's a table that describes the key elements of deploying Cisco IoT FND on a Bare Metal server:
|
Element |
Requirement/Process |
|---|---|
|
Accessing and managing the database |
Requires an existing Oracle database. |
|
Installing and configuring |
Install Cisco IoT FND and manually configure the connection to your database, install database certificates, and configure related items. |
|
Upgrading |
Install the ISO package released during each Cisco IoT FND release, to upgrade Cisco IoT FND. |
|
Hosting |
The Cisco IoT FND application and the Oracle database run on a dedicated server. |
|
Distributing the images |
Cisco distributes an ISO file that contains the RPM installation files. Provided as a ZIP file. |
|
Naming the image |
Here's an example filename: iot-fnd-release_number-build_ number-signed.zip |
|
Managing devices |
You can manage all the Cisco IoT FND supported devices using Cisco IoT FND. |
|
Configuring High Availability (HA) |
High Availability (HA) and load balancing are supported for the Cisco IoT FND application server and Cisco IoT FND database server. Load-balancing is configured using a third-party load-balancing device. |
|
Managing IOx apps |
Not supported |
Installing Cisco IoT FND on a Bare Metal server is an Advanced Metering Infrastructure (AMI) deployment that supports upto 8,000 routers and 8,000,000 endpoints. High availability (HA) refers to a system or the ability of a component to remain operational and accessible for a high percentage of time, often measured as uptime. The AMI deployment provides High Availability (HA) for both the Cisco IoT FND application server and the Cisco IoT database server in single or clustered Cisco IoT FND server deployments.
On the Cisco IoT FND application server, you achieve HA by connecting multiple Cisco IoT FND servers to a load balancer. The traffic from routers and endpoints goes to the load balancer, which uses a load-balancing algorithm to distribute the load among the Cisco IoT FND servers.
On the Cisco IoT FND database server, you achieve HA by configuring two Cisco IoT FND database servers: a primary database server and a standby (or secondary) database server. When the primary database server receives new data, it sends a copy to the standby database server. The observer, a program that monitors the Cisco IoT FND database servers, runs on a separate server or the standby server. If the primary database server fails, the observer configures the standby database server as the new primary database server.
Feedback