Permission Denied Error while loading shared libraries: /usr/openv/lib/libvxpbxcommonst.so

Article: 100021235
Last Published: 2012-05-18
Ratings: 0 0
Product(s): NetBackup & Alta Data Protection

Problem

Permission Denied Error while loading shared libraries: /usr/openv/lib/libvxpbxcommonst.so

Solution

ISSUE:

On RHEL 5.2, adding a license key during the NetBackup server installation gives the following error:

Enter license key: xxxx-xxxxx-xxxxx-xxxxx-xxxx-xxxx
/usr/openv/netbackup/bin/admincmd/bpminlicense: error while loading
shared libraries: /usr/openv/lib/libvxPBXCommonST.so: cannot restore
segment prot after reloc: Permission denied (127)
 
RESOLUTION:

This happens when SELinux is enabled on the server.  Perform the steps below to disable SELinux:
 
1) Check to see if SELinux is enabled.
 
   $ sestatus | grep -i <selinux>
    <SELinux> status: enabled
 
2) Disable SELinux.

   From the command line, edit the file /etc/sysconfig/selinux
   Change the value of SELINUX=enabled to SELINUX=disabled.
 
3) Reboot the host to take effect.
 
4) Perform NetBackup installation again. 
 

Was this content helpful?