Error: File Protocol error occurred: cannot open the NCS version file on the selected cluster. The Cluster software may not currently be running on this server.

  • 3085267
  • 31-Oct-2006
  • 27-Apr-2012

Environment

Novell Open Enterprise Server

Situation

Error: File Protocol error occurred: cannot open the NCS version file on the selected cluster. The Cluster software may not currently be running on this server.

Resolution

Good /etc/pam.d/openwbem that fixes the problem:

auth required pam_nologin.so

auth sufficient pam_nam.so use_first_pass

auth required pam_unix2.so

account sufficient pam_nam.so

account required pam_unix2.so

password sufficient pam_nam.so

password required pam_pwcheck.so nullok

password required pam_unix2.so nullok use_first_pass use_authtok

session optional pam_nam.so

session required pam_unix2.so none


Original /etc/pam.d/openwbem that is missing required info:

auth required pam_unix2.so nullok

auth required pam_nologin.so

account required pam_unix2.so

password required pam_pwcheck.so nullok

password required pam_unix2.so nullok use_first_pass use_authtok

session required pam_unix2.so none


Compare your/etc/pam.d/openwbem with the good one and correct as necessary

If this does not fix this problem please use TID 3417215

https://support.microfocus.com/kb/doc.php?id=3417215

Change Log

Juston Mortenson: Nov. 30 2011 - moving additional information into internal comments and added reference to TID 3417215.