Hello Netapp.Community,
we try to backup our first MaxDB-Systems.
We were able to install the maxdb-plugin on our Host (RHEL8).
We get these message when we want to backup the MaxDB:
- 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.) SCC-00185: Cleanup for plug-in [MAXDB] failed with exit code [102] and error:
We created a user on the system called snapadm and configured sudo and PATH-variable:
[snapadm@sapaexqv01 ~]$ echo $PATH
/home/snapadm/.local/bin:/home/snapadm/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sapdb/QEX/db/bin
##Sudo-User for SnapCenter
Cmnd_Alias HPPLCMD = sha224:ixqWGFtPO4V8GF2nrHRLGNr77hxudiN3vFhcwQ== /home/snapadm/.sc_netapp/snapcenter_linux_host_plugin.bin, /opt/NetApp/snapcenter/spl/installation/plugins/uninstall, /opt/NetApp/snapcenter/spl/bin/spl
Cmnd_Alias PRECHECKCMD = sha224:sZ/BzfT0pc81O1JeEF7gQA7ykrBrvYKj0L3xLA== /home/snapadm/.sc_netapp/Linux_Prechecks.sh
snapadm ALL=(ALL) NOPASSWD:SETENV: HPPLCMD, PRECHECKCMD
Defaults:snapadm !visiblepw
Defaults:snapadm !requiretty
With snapadm I can check the database like this:
[snapadm@sapaexqv01 ~]$ dbmcli -d QEX -u control,password db_state
OK
State
ONLINE
See also the attached File to see our SnapCenter-Config
I hope I get help here.
Best Regards Christoph Greiner