Problem
When testing for the optimal number of SEPs in Enterprise Server the error CASSI1703S TCA occurred.
If the user tried to go beyond 100 SEPs -
Error CASSI1703S TCA registration of server failed, reason = 00005
appears.
Resolution
Changing the kernel Linux semaphore, as shown below, enables the ability to set the SEP number above 100.
sysctl -w kernel.sem="1024 128000 400 512"
This is a LINUX kernel semaphore setting that had to be increased.
#EnterpriseServer
#Enterprise
#Server
