This CLI environment variable can be used to enable or disable COP discovery. The valid values are:
CLI_COPS=ON
CLI will attempt to resolve COP names (for example, DBSCOP1, DBSCOP2, and so on) before resolving the hostname without the COPn suffix. If any COP names are found, the hostname without the COPn suffix will not be resolved. If no COP names are found, the hostname without the COPn suffix will be resolved.
CLI_COPS=OFF
CLI will not attempt to resolve COP names. It will only resolve the hostname without the COPn suffix.
The default value is ON.