How to resolve: TT48004: clscrs_start_resource failed with status = 223 on ttcwadmin -create
(Doc ID 1477798.1)
Last updated on APRIL 14, 2022
Applies to:
Oracle TimesTen In-Memory Database - Version 11.2.2.2.0 and laterInformation in this document applies to any platform.
Goal
Provide a way to resolve status =223 error with ttcwadmin -create.
Using Virtual IP Addresses (VIPs) with Oracle Clusterware (CRS). Here are the cluster.oracle.ini file changes:
[ttaospoc2t]
PrimaryHosts=host1-vip,host2-vip
PrimaryVIP=x.x.x.75, x.x.x.76
VIPInterface=bond0
VIPNetMask=255.255.255.0
CacheConnect=y
The corrected cluster.oracle.ini file is using the static host name, like this:
[ttaospoc2t]
PrimaryHosts=host1,host2
PrimaryVIP=x.x.x.75, x.x.x.76
VIPInterface=bond0
VIPNetMask=255.255.255.0
CacheConnect=y
After this, ttcwadmin -create resulted in status=223 error.
Err : : 20752: (ttCWAdmin:) crsctl.c(16588): TT48004: clscrs_start_resource failed with status = 223.
Solution
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
Goal |
Solution |
References |