Thanks. I have backed up the tables. Before I run FNDCPASS, I need to start the application nodes. I have found a script(shutdownEBSPROD) with the following commands in crontab.
# cat /sysadmscripts/shutdown_EBSPROD.sh
/opt/VRTSvcs/bin/hares -offline HRMS-APPS-CMANAGER -sys csishrm1
sleep 20;
/opt/VRTSvcs/bin/hares -offline PROD_HRMS_HTTPSVR -sys csishrm1
/opt/VRTSvcs/bin/hares -offline PROD_HRMS_OACORE -sys csishrm1
/opt/VRTSvcs/bin/hares -offline PROD_HRMS_OAFM -sys csishrm1
/opt/VRTSvcs/bin/hares -offline OID-APP -sys csishrm1
/opt/VRTSvcs/bin/hares -offline OID-APP-LISTENER -sys csishrm1
/opt/VRTSvcs/bin/hares -offline HRMS-lsnr-cmgr -sys csishrm1
/opt/VRTSvcs/bin/hares -offline OID-APPS_ORACLE -sys csishrm1
/opt/VRTSvcs/bin/hares -offline PROD_HRMS_FormSrvr -sys csishrm1
/opt/VRTSvcs/bin/hares -offline PROD_HRMS_OPMN -sys csishrm1
Is it ok if I run it? How many nodes do I need to stop?
I have checked the doc below:
https://docs.oracle.com/cd/E11882_01/install.112/e41962/procstop.htm#RILIN1173Thanks,
Roshan