Appendix
Troubleshooting
Issue | Remediation |
---|---|
Boot time configuration for SafeNet ProtectApp-LUKS is not working for RHEL 6 | You need to configure the etc/rc.sysinit file similar to the following sample script:#code start #bring the interface eth0 up ifup eth0 #read CipherTrust Manager password action $"Reading password for CipherTrust Manager" read KS_PASS #execute luksOpen echo $KS_PASS | cryptsetup luksOpen /dev/xyz testDevice #code end |
Boot time configuration for SafeNet ProtectApp-LUKS is not working for RHEL 7 | • Edit the contents of /etc/crypttab file using the vi /etc/crypttab command (use the UUID of /dev/sda1). The contents should be sdb_crypt UUID=9e2bb485-88f5-490f-adf1-97450e3c515d none luks. • Reboot the system using the reboot command. |
cryptsetup: error while loading shared libraries: libjson-c.so.4: cannot open shared object file: No such file or directory | To resolve this error, you must add the library libjson-c.so.4 on the path /usr/lib64/ . |