Hello Netapp,
we created 2 scripts
/opt/NetApp/snapcenter/spl/scripts/prequiesce.sh:
#!/bin/bash
export HOME="/home/snapadm"
/sapdb/DEX/db/bin/dbmcli -d DEX -u control,password background_server_start na_bg_DEX
/opt/NetApp/snapcenter/spl/scripts/postquiesce.sh:
#!/bin/bash
export HOME="/home/snapadm"
/sapdb/DEX/db/bin/dbmcli -d DEX -u control,password background_server_exit na_bg_DEX
The User snapadm can execute this scripts sucessful on OS.
But in the snapcenter we become this error:
SCC-00164: Application quiesce for the plug-in [MAXDB] failed with exit code [-1] and with error : Can't exec "dbmcli": No such file or directory at /IO/CaptureOutput.pm line 74 (#1) (W exec) A system(), exec(), or piped open call could not execute the named program for the indicated reason. Typical reasons include: the permissions were wrong on the file, the file wasn't found in $ENV{PATH}, the executable in question was compiled for another architecture, or the #! line in a script points to an interpreter that can't be run for similar reasons. (Or maybe your system doesn't support #! at all.)
Can anybody help me out?
Best Regards
Christoph Greiner