Using CTE-LDT with SAP HANA Fibre Channel Systems (Linux Only)
You must add additional CTE commands to the HANA administrator entry. To do so, edit the /etc/sudoers
with a text editor and add entries for /usr/bin/voradmin
and /usr/bin/vmsec
:
Example:
hanadm ALL=NOPASSWD:
/usr/bin/secfsd,/usr/bin/voradmin,/usr/bin/vmsec,/sbin/multipath,/sbin/multipathd,/etc/init.d/multipathd,/usr/bin/sg_persist,/bin/mount,/bin/umount,/bin/kill,/usr/bin/lsof,/sbin/vgchange,/sbin/vgscan
If you are using an ext3 file system, you must mount it with extended attributes. To do so, edit the storage section of the global.ini
file using a text editor and add the following lines:
partition_*_data__mountOptions = -o user_xattr
partition_*_log__mountOptions = -o user_xattr