Execute below query and check node status:
SQL> select node_name, node_mode, support_cp, support_web, support_admin,support_forms from FND_NODES;
Steps:
- Login to the primary node.
- Source the run file system.
- Execute the ebs-delete-node option of the adProvisionEBS.pl script as follows
perl $AD_TOP/patch/115/bin/adProvisionEBS.pl ebs-delete-node -contextfile=$CONTEXT_FILE -hostname=<host_name of the deleted node> -logfile=delete.log.
check the log file for the node deletion.
No comments:
Post a Comment