A configuration cannot be activated due to the following error:
Activation: Can't lock $VARDIR/config/hpxutf_config_081124 - No locks available [module act]
Error :Activation: No locks available lockf(13, F_LOCK, 0) (activating sid SPLEX) [module stt]
1. The number of locking files reached the value of the kernel variable "nflocks".
2. nfs mounted without nolock (llock) option.
1. If shareplex mount point is not nfs, then
Increase the value of the variable using system administration tool like"sam". Use the
following procedure:
% login as root
% run "sam"
% Click on "Kernel configuration" then "configurable parameters" then "nflocks".
% The default value of "nflocks" is 200. Increase this value
% reboot the system to update the setting.
2.
a. edit fstab (filesystem) to include nolock (llock) option by adding -o nolock|llock
b. shutdown all applications using nfs.
c. bounce nfs client. (service nfs restart)
d. umount/mount shareplex mount point with nolock (llock) option.
**** steps b,c,and d, can be replace with bounce the server.