sp_cop runs for a while and then exits with no errors in the event log.Truss the sp_cop process pid :
Received signal #2, SIGINT, in pollsys() [caught]
siginfo: SIGINT pid=26181 uid=100
pollsys(0xFFBFCC38, 2, 0xFFBFEC98, 0x00000000) Err#4 EINTR
The "emergency shutdown" message is generated when sp_cop receives SIGINT. Check the pid that sent the SIGINT example PID 26181 is the process that sent the SIGINT from above example.
Ensure that the other process does not kill sp_cop.
Use the UNIX command (see below) to find process who sent the signal;
ps -ef | grep <pid of process listed in error>
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center