Data Backup and Recovery

snapcenter 4.0 failed to add host

Spaceball
2,796 Views

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?

 

 

1 ACCEPTED SOLUTION

Spaceball
2,756 Views

...sometimes it might be helpfull to read the installation guide more precisely...I found the value for "checksum_value"

...so sorry...

View solution in original post

1 REPLY 1

Spaceball
2,757 Views

...sometimes it might be helpfull to read the installation guide more precisely...I found the value for "checksum_value"

...so sorry...

Public