"Error 13 waiting for server management messages Error text: Permission denied" on Policy Server on Unix.
search cancel

"Error 13 waiting for server management messages Error text: Permission denied" on Policy Server on Unix.

book

Article ID: 52715

calendar_today

Updated On:

Products

CA Single Sign On Secure Proxy Server (SiteMinder) CA Single Sign On SOA Security Manager (SiteMinder) CA Single Sign-On

Issue/Introduction

Description:

When running Policy Server, there are error messages in smps.log: "Error 13 waiting for server management messages Error text: Permission denied". What does that mean and how could I correct it?

Solution:

This means that messages files (which are pipe special files) are owned by a different user than smuser which is running the Policy Server.

To correct this, you should stop the Policy Server, remove the pipe special files, and restart the Policy Server as smuser.

As root:
$ stop-all
# rm /tmp/snuh*

Note: If you do not have /tmp/snuh*, go to /tmp directory and run ls -l command. All files starting with "p" in the mode string are pipe special files and should be removed.

After removing these files, as smuser, restart the Policy Server:
$ start-all

Environment

Release:
Component: SMPLC