Products | Versions |
---|---|
TIBCO Streaming | 11 |
If a node is running on a system, and is stopped using 'epadmin stop node', and the system is restarted, after reboot the node cannot be started due to errors like:
# use: epstart A.X application.zip epadmin install node --nodename $1 application $2;epadmin --servicename $1 start node2. Stop & terminate node
# use: epstop A.X epadmin --servicename=$1 stop node;epadmin --servicename=$1 terminate node3. Restart terminated node
# use: eprestart A.X epadmin start node --installpath=$1
REM use: epstart A.X application.zip epadmin install node --nodename %1 --application %2 && epadmin --servicename %1 start node2. Stop & terminate node
REM use: epstop A.X epadmin --servicename %1 stop node && epadmin --servicename %1 terminate node3. Restart terminated node
REM use: eprestart A.X epadmin start node --installpath %1
C:\tmp\test>epadmin install node nodename=A.chp application=ChirpApp-0.1.zip [A.chp] Installing node [A.chp] PRODUCTION executables [A.chp] File shared memory [A.chp] 7 concurrent allocation segments [A.chp] Host name gbuhtz-p50 [A.chp] Container tibco/sb [A.chp] Starting container services [A.chp] Loading node configuration [A.chp] Auditing node security [A.chp] Deploying application [A.chp] Engine default-engine-for-com.sbsupport.Chirp [A.chp] Application deployed [A.chp] Administration port is 63701 [A.chp] Discovery Service running on port 54321 [A.chp] Service name is A.chp [A.chp] Node installed C:\tmp\test>epadmin servicename=A.chp start node [A.chp] Starting node [A.chp] Engine application::default-engine-for-com.sbsupport.Chirp started [A.chp] Loading node configuration [A.chp] Auditing node security [A.chp] Host name gbuhtz-p50 [A.chp] Administration port is 63701 [A.chp] Discovery Service running on port 54321 [A.chp] Service name is A.chp [A.chp] Node started C:\tmp\test>epadmin servicename=A.chp tail logging [A.chp] default-engine-for-com.sbsupport.Chirp:2019-10-07 13:16:55.014000-0400 [AsyncLogger] INFO Logger: 2019-10-07 13:16:55.000-0400 [A.chp] default-engine-for-com.sbsupport.Chirp:2019-10-07 13:17:00.000000-0400 [AsyncLogger] INFO Logger: 2019-10-07 13:17:00.000-0400 ^C C:\tmp\test>epadmin servicename=A.chp stop node [A.chp] Stopping node [A.chp] Engine application::default-engine-for-com.sbsupport.Chirp stopped [A.chp] Node stopped C:\tmp\test>epadmin servicename=A.chp terminate node [A.chp] Shutting down container services C:\tmp\test>epadmin start node installpath=./A.chp [A.chp] Starting node [A.chp] Coordinator started [A.chp] Loading node configuration [A.chp] Auditing node security [A.chp] Engine application::default-engine-for-com.sbsupport.Chirp started [A.chp] Loading node configuration [A.chp] Auditing node security [A.chp] Host name localhost [A.chp] Administration port is 63701 [A.chp] Discovery Service running on port 54321 [A.chp] Service name is A.chp [A.chp] Node started C:\tmp\test>epadmin servicename=A.chp tail logging [A.chp] default-engine-for-com.sbsupport.Chirp:2019-10-07 13:18:00.002000-0400 [AsyncLogger] INFO Logger: 2019-10-07 13:18:00.000-0400 [A.chp] default-engine-for-com.sbsupport.Chirp:2019-10-07 13:18:05.001000-0400 [AsyncLogger] INFO Logger: 2019-10-07 13:18:05.000-0400 ^C C:\tmp\test>