Issue: 

While starting Application Server or Process Scheduler for very first time, Boot process fails while starting JSH or WSL  server processes.

In my case i am with PT 851 and HRMS 9.1.

 

Tuxedo Log:($PS_HOME/appserv/<DOMAIN>/LOGS/TUXEDO****)

100837.psapp.com!JSH.22674.1236849872.-2: LIBTUX_CAT:681: ERROR: Failure to create message queue
100837.psapp.com!JSH.22674.1236849872.-2: JOLT_CAT:1088: “ERROR: tpinit() failed, tperrno = 7”
100837.psapp.com!JSL.22671.285207664.0: JOLT_CAT:1079: “ERROR: Error starting mininum number of handlers”
100837.psapp.com!JSL.22671.285207664.0: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
100837.psapp.com!tmboot.22651.318214464.-2: tmboot: CMDTUX_CAT:827: ERROR: Fatal error encountered; initiating user error handler
100837.psapp.com!WSL.22669.1231995104.0: WSNAT_CAT:1196: INFO: Terminating handlers in preparation for shutdown
100837.psapp.com!WSL.22669.1231995104.0: WSNAT_CAT:1197: INFO: Exiting system
100843.psapp.com!BBL.22648.4133522528.0: CMDTUX_CAT:26: INFO: The BBL is exiting system
100846.psapp.com!PSADMIN.22115: End boot attempt on domain TESTHR

 

Solution:

As a root user add or modify with below kernal value in  sysctl.conf file from /etc location. After adding below value run ‘sysctl -p’ command as root user.

kernel.msgmni = 1024

Try to boot the domain with changed value. Hope this should resolve.