Oracle Cloud Infrastructure and Software Requirements

Before installing and configuring the Oracle Cloud Infrastructure Recovery Kit (RK for OCI), be sure that your environment meets the following requirements.

Oracle Cloud Infrastructure Compute Instance

Oracle Cloud Infrastructure Command Line Interface (CLI)

In order for the RK for OCI to operate OCI, configure the CLI and permissions so that the SYSTEM account of the cluster node can execute the following commands. Please refer to the OCI documentation for the CLI and permission settings.

oci network vnic assign-private-ip --vnic-id <vnicid> --ip-address <ip>
oci network vnic unassign-private-ip --vnic-id <vnicid> --ip-address <ip>
oci network private-ip list --vnic-id <vnicid>
oci network vnic get --vnic-id <vnicid>
oci network private-ip list --subnet-id <subnetid>

IP address to use

  • IP v4
  • A virtual IP, i.e. the same IP Address that is shared in multiple nodes.
  • The private IP address to be protected by the LifeKeeper RK for OCI must be an IP address that can be assigned to a VNIC.
    • It is the IP address in the subnet to which the VNIC to be assigned is related.
    • It is not an IP address reserved by OCI.
    • The number of secondary private IP addresses available for assigning has not been exceeded.

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment