<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SCC-00164: Application quiesce for the plug-in [MAXDB] failed with exit code [-1] and with error in Data Protection</title>
    <link>https://community.netapp.com/t5/Data-Protection/SCC-00164-Application-quiesce-for-the-plug-in-MAXDB-failed-with-exit-code-1-and/m-p/162784#M13102</link>
    <description>&lt;P&gt;Hello Netapp,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we created 2 scripts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/opt/NetApp/snapcenter/spl/scripts/prequiesce.sh:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;#!/bin/bash&lt;BR /&gt;export HOME="/home/snapadm"&lt;BR /&gt;/sapdb/DEX/db/bin/dbmcli -d DEX -u control,password background_server_start na_bg_DEX&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/opt/NetApp/snapcenter/spl/scripts/postquiesce.sh:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#!/bin/bash&lt;BR /&gt;export HOME="/home/snapadm"&lt;BR /&gt;/sapdb/DEX/db/bin/dbmcli -d DEX -u control,password background_server_exit na_bg_DEX&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The User snapadm can execute this scripts sucessful on OS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But in the snapcenter we become this error:&lt;/P&gt;&lt;DIV&gt;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.)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Can anybody help me out?&lt;/DIV&gt;&lt;DIV&gt;Best Regards&lt;/DIV&gt;&lt;DIV&gt;Christoph Greiner&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jan 2021 11:09:18 GMT</pubDate>
    <dc:creator>C_Greiner</dc:creator>
    <dc:date>2021-01-11T11:09:18Z</dc:date>
    <item>
      <title>SCC-00164: Application quiesce for the plug-in [MAXDB] failed with exit code [-1] and with error</title>
      <link>https://community.netapp.com/t5/Data-Protection/SCC-00164-Application-quiesce-for-the-plug-in-MAXDB-failed-with-exit-code-1-and/m-p/162503#M13098</link>
      <description>&lt;P&gt;Hello Netapp.Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we try to backup our first MaxDB-Systems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We were able to install the maxdb-plugin on our Host (RHEL8).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We get these message when we want to backup the MaxDB:&lt;/P&gt;&lt;UL class="well alert-error"&gt;&amp;nbsp;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:&lt;/UL&gt;&lt;P&gt;We created a user on the system called snapadm and configured sudo and PATH-variable:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[snapadm@sapaexqv01 ~]$ echo $PATH&lt;BR /&gt;/home/snapadm/.local/bin:/home/snapadm/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sapdb/QEX/db/bin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;##Sudo-User for SnapCenter&lt;BR /&gt;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&lt;BR /&gt;Cmnd_Alias PRECHECKCMD = sha224:sZ/BzfT0pc81O1JeEF7gQA7ykrBrvYKj0L3xLA== /home/snapadm/.sc_netapp/Linux_Prechecks.sh&lt;BR /&gt;snapadm ALL=(ALL) NOPASSWD:SETENV: HPPLCMD, PRECHECKCMD&lt;BR /&gt;Defaults:snapadm !visiblepw&lt;BR /&gt;Defaults:snapadm !requiretty&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With snapadm I can check the database like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[snapadm@sapaexqv01 ~]$ dbmcli -d QEX -u control,password db_state&lt;BR /&gt;OK&lt;BR /&gt;State&lt;BR /&gt;ONLINE&lt;/P&gt;&lt;P&gt;See also the attached File to see our SnapCenter-Config&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope I get help here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards Christoph Greiner&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:40:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/SCC-00164-Application-quiesce-for-the-plug-in-MAXDB-failed-with-exit-code-1-and/m-p/162503#M13098</guid>
      <dc:creator>C_Greiner</dc:creator>
      <dc:date>2025-06-04T10:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: SCC-00164: Application quiesce for the plug-in [MAXDB] failed with exit code [-1] and with error</title>
      <link>https://community.netapp.com/t5/Data-Protection/SCC-00164-Application-quiesce-for-the-plug-in-MAXDB-failed-with-exit-code-1-and/m-p/162547#M13099</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry to hear that you are having an issue with trying to back up a MaxDB with SnapCenter.&amp;nbsp; Can you tell me what version of SnapCenter and MaxDB you are running?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 03:24:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/SCC-00164-Application-quiesce-for-the-plug-in-MAXDB-failed-with-exit-code-1-and/m-p/162547#M13099</guid>
      <dc:creator>darb0505</dc:creator>
      <dc:date>2021-01-05T03:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: SCC-00164: Application quiesce for the plug-in [MAXDB] failed with exit code [-1] and with error</title>
      <link>https://community.netapp.com/t5/Data-Protection/SCC-00164-Application-quiesce-for-the-plug-in-MAXDB-failed-with-exit-code-1-and/m-p/162553#M13100</link>
      <description>&lt;P&gt;Hello Team Netapp,&lt;/P&gt;&lt;P&gt;SnapCenter Server Version 4.4&amp;nbsp;&lt;/P&gt;&lt;P&gt;Build = 4.4.0.5053&lt;/P&gt;&lt;P&gt;SnapCenter-Plugin Package 1.0 for Linux&lt;/P&gt;&lt;P&gt;MaxDB-Version = 7.9.09.05&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanx&lt;/P&gt;&lt;P&gt;Best Regards Christoph Greiner&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 08:08:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/SCC-00164-Application-quiesce-for-the-plug-in-MAXDB-failed-with-exit-code-1-and/m-p/162553#M13100</guid>
      <dc:creator>C_Greiner</dc:creator>
      <dc:date>2021-01-05T08:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: SCC-00164: Application quiesce for the plug-in [MAXDB] failed with exit code [-1] and with error</title>
      <link>https://community.netapp.com/t5/Data-Protection/SCC-00164-Application-quiesce-for-the-plug-in-MAXDB-failed-with-exit-code-1-and/m-p/162556#M13101</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for getting us this information.&amp;nbsp; Based on the version of SnapCenter and MaxDB, this issue seems to be related to a known issue with the plugin failing to quiesce.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can reference the following KB: &lt;A href="https://kb.netapp.com/Advice_and_Troubleshooting/Data_Protection_and_Security/SnapCenter/Quiesce_hangs_during_SnapCenter_MaxDB_backup%2C_then_times_out" target="_self"&gt;Quiesce hangs during SnapCenter MaxDB backup, then times out&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let us know if you have any questions regarding the KB or the solution in the KB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 11:47:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/SCC-00164-Application-quiesce-for-the-plug-in-MAXDB-failed-with-exit-code-1-and/m-p/162556#M13101</guid>
      <dc:creator>darb0505</dc:creator>
      <dc:date>2021-01-05T11:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: SCC-00164: Application quiesce for the plug-in [MAXDB] failed with exit code [-1] and with error</title>
      <link>https://community.netapp.com/t5/Data-Protection/SCC-00164-Application-quiesce-for-the-plug-in-MAXDB-failed-with-exit-code-1-and/m-p/162784#M13102</link>
      <description>&lt;P&gt;Hello Netapp,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we created 2 scripts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/opt/NetApp/snapcenter/spl/scripts/prequiesce.sh:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;#!/bin/bash&lt;BR /&gt;export HOME="/home/snapadm"&lt;BR /&gt;/sapdb/DEX/db/bin/dbmcli -d DEX -u control,password background_server_start na_bg_DEX&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/opt/NetApp/snapcenter/spl/scripts/postquiesce.sh:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#!/bin/bash&lt;BR /&gt;export HOME="/home/snapadm"&lt;BR /&gt;/sapdb/DEX/db/bin/dbmcli -d DEX -u control,password background_server_exit na_bg_DEX&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The User snapadm can execute this scripts sucessful on OS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But in the snapcenter we become this error:&lt;/P&gt;&lt;DIV&gt;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.)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Can anybody help me out?&lt;/DIV&gt;&lt;DIV&gt;Best Regards&lt;/DIV&gt;&lt;DIV&gt;Christoph Greiner&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 11:09:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/SCC-00164-Application-quiesce-for-the-plug-in-MAXDB-failed-with-exit-code-1-and/m-p/162784#M13102</guid>
      <dc:creator>C_Greiner</dc:creator>
      <dc:date>2021-01-11T11:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: SCC-00164: Application quiesce for the plug-in [MAXDB] failed with exit code [-1] and with error</title>
      <link>https://community.netapp.com/t5/Data-Protection/SCC-00164-Application-quiesce-for-the-plug-in-MAXDB-failed-with-exit-code-1-and/m-p/162789#M13103</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you specified the&amp;nbsp;&lt;FONT face="inherit"&gt;DBMCLICMD in the resource&amp;nbsp;&lt;/FONT&gt;parameters(In Snapcenetr)?&lt;/P&gt;&lt;P&gt;the error indicates that this option is not specified.&lt;/P&gt;&lt;P&gt;this should include the path to the dbmcli&lt;/P&gt;&lt;P&gt;you are also welcome to open a case for this issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 14:02:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/SCC-00164-Application-quiesce-for-the-plug-in-MAXDB-failed-with-exit-code-1-and/m-p/162789#M13103</guid>
      <dc:creator>RamiB</dc:creator>
      <dc:date>2021-01-11T14:02:18Z</dc:date>
    </item>
  </channel>
</rss>

