When netca not running from AIX during a RAC listener registration

cd /tmp
touch ora.nemo.LISTENER_NEMO.lsnr.cap

vi ora.nemo.LISTENER_NEMO.lsnr.cap

and paste the following in the file

NAME=ora.nemo.LISTENER_NEMO.lsnr
TYPE=application
ACTION_SCRIPT=<FULL PATH TO ORACLE_HOME>/bin/racgwrap ACTIVE_PLACEMENT=0
AUTO_START=1
CHECK_INTERVAL=600
DESCRIPTION=CRS application for Listener on node FAILOVER_DELAY=0

FAILURE_INTERVAL=0

FAILURE_THRESHOLD=0

HOSTING_MEMBERS=cea1

OPTIONAL_RESOURCES=
PLACEMENT=restricted
REQUIRED_RESOURCES=
RESTART_ATTEMPTS=5
SCRIPT_TIMEOUT=600

USR_ORA_ALERT_NAME=

USR_ORA_CHECK_TIMEOUT=0

USR_ORA_CONNECT_STR=/ as sysdba

USR_ORA_DEBUG=0

USR_ORA_DISCONNECT=false

USR_ORA_FLAGS=

USR_ORA_IF=

USR_ORA_INST_NOT_SHUTDOWN=

USR_ORA_LANG=

USR_ORA_NETMASK=

USR_ORA_OPEN_MODE=

USR_ORA_OPI=false

USR_ORA_PFILE=

USR_ORA_PRECONNECT=none

USR_ORA_SRV=

USR_ORA_START_TIMEOUT=0

USR_ORA_STOP_MODE=immediate

USR_ORA_STOP_TIMEOUT=0

USR_ORA_VIP=


 

(All the parameters used above are documented in 10g R2 Docs)

then run

crs_register ora.nemo.LISTENER_NEMO.lsnr -dir /tmp -f

and try to start listener again using srvctl


 


 


 

crs_register: This command registers configuration information for an application with the OCR. The crs_register command registers one or more applications specified with the resource_name parameter for each application. Clearly, before starting, stopping or performing any other operations you need to register an application first. It is important to note that you must have write access to the target location. The CRS daemon must be running; if any of the fields are missing then the profile is merged with the default template. Ownership and permissions are decided at the time of resources registration. Naturally, the user who registered the application is the owner. For both the crs_profile and crs_register, read and write permissions must be available. Then we can use the crs_stat command to check if the applications are registered.

Syntax: You can use the crs_register command to register and update applications.

crs_register resource_name [-dir directory_path] [...] [-u] [-f] [-q]

<pursootsinfotech.com>

Comments

Popular posts from this blog

PRKH-1010 : Unable to communicate with CRS services

vi Commands

Determining if an Oracle Software Owner User Exists