Strict-ip-check Parameter Using With OKV Admin Endpoint Create ---endpoint Command Does Not Work
(Doc ID 2908740.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Key Vault - Version 21.4.0.0 and laterInformation in this document applies to any platform.
Symptoms
When viewing the OKV GUI and checking the endpoints we see that the endpoint is created, however, viewing the endpoint detail screen it shows that the Strict IP Check box is still selected.
In addition,
Parameter --strict-ip-check is introduced in Oracle Key Vault version 21.4 and is especially useful with a RAC or RAC One Node database. By use of this parameter and installing the OKV client software on a shared file system, the necessity to register each endpoint from each RAC or RAC One Node database server is not required which makes management of the OKV client much easier.
Example:
okv admin endpoint
create --endpoint ORA_SUPPORT --strict-ip-check FALSE --platform LINUX64
--type ORACLE_DB
{
"result" : "Success",
"value" : {
"status" : "PENDING",
"locatorID" : "4056DF4E-5569-4598-A96A-87538DDFA700"
}
}okv admin endpoint
check-status --endpoint ORA_SUPPORT
{
"result" : "Success",
"value" : {
"status" : "ACTIVE",
"endpoint" : "ORA_SUPPORT"
}
}
Check in OKV GUI shows Strict IP Check box still selected despite the parameter –strict-ip-check FALSE is given in the command above.
Changes
NA
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |