I've installed snapcenter 4.0 and already added two svm storage virtual mashines. Now I've an issue adding the first linux-host in order to make hana snapshots.
I added a so called functional user called "fcsnap" to the relevant host and also all needed firewall-ports are opened for both directions.
I created a sudo-user on snapcenter called "function-user", havind the credentials of the linux-os user "fcsnap", his password and also checked "use sudo priviledges".
I added the following towards the hosts sudoers list:
Cmnd_Alias SCCMD = /tmp/sc-plugin-installer/snapcenter_linux_host_plugin.bin,\
/opt/NetApp/snapcenter/spl/installation/plugins/uninstall,\
/opt/NetApp/snapcenter/spl/bin/spl
Cmnd_Alias PRECHECKCMD = /tmp/netapp/Linux_Prechecks.sh
fcsnap ALL = NOPASSWD:SETENV: SCCMD, PRECHECKCMD
Defaults:fcsnap !visiblepw
Defaults:fcsnap !requiretty
and nothing works.
If i changed the first row
from
Cmnd_Alias SCCMD = /tmp/sc-plugin-installer/snapcenter_linux_host_plugin.bin,\
towards
Cmnd_Alias SCCMD = sha224:checksum_value== /tmp/sc-plugin-installer/snapcenter_linux_host_plugin.bin,\
as it was documented in the sc-installationguide, I receiv a syntax-error.
Can someone help?