Description
By default, RMS gets started. If you stop RMS, the shared segment stay around and hence all the process would continue to assume RMS is up. The proper way to disable RMS is
export SQ_START_RMS=0
Then do sqstart
This would be the proper way to disable RMS in future.
We encounter cores of SQL processes and improper message with the above scenario. Disabling RMS in the above way ensures that the shared segment is never used.
Attachments
Issue Links
- links to