The issue occurs when the following conditions are met:
1. Redhat 6 Linux.
2. /opt is on a separate file system
3. vas3 is behind files in the nsswitch.conf file
The dbus shlib used by the RHEL6 init makes reference to the getpw*() calls that will result in nsswitch.conf shlibs being referenced. The referenced QAS libraries are not unloaded properly before unmounting /opt during reboot.
WORKAROUND:
1. Do not create separate logic volume for /opt
2. Create a symbolic link for /opt/quest to install QAS client to /quest”
[root@redhat6 ~]# mkdir /quest
[root@redhat6 ~]# ln -s /quest /opt/quest
[root@redhat6 ~]# ./install.sh vasclnt
...
[root@redhat6 ~]# lsof | grep init | grep quest
init 1 root mem REG 253,1 58162 6618 /quest/lib/nss/libnss_vas3.so.2
init 1 root mem REG 253,1 2635841 6616 /quest/lib/libvas.so.4.5.1
STATUS:
Enhancement request CR# 25549 has been submitted to Development for consideration in a future release of Quest Authentication Services.
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center