Back Up Data on the Master Host
-
Go to the
<DATADIR>\bindirectory. -
If your Exalead CloudView configuration uses a crawler, stop it using:
cvcommand <HOSTNAME>:<BASEPORT+11> /mami/crawl stopCrawl crawlerName=mycrawler
-
Freeze all build groups with the
cvcommandtool:-
Go to the
<DATADIR>\bindirectory. -
Freeze the services using the master freeze method. For
example:
cvcommand <HOSTNAME>:<BASEPORT+11> /mami/master freeze
Note: While in freeze mode, all push operations are suspended, no indexing jobs are created and trigger job conditions are ignored.
-
Go to the
-
Disable that processes using:
cvcommand <HOSTNAME>:<BASEPORT+11> /mami/indexing getBuildGroupStatus buildGroup=<BUILDGROUP>
-
Define the following to
enabled=”false”:PushServerStatus,AnalysisStatus,ImportStatus. -
Back up the
<DATADIR>and the<INSTALLDIR>. To reduce disk copy time, do not copy theDATADIR>/runfolder (containing logs). -
Unfreeze all build groups. For example:
cvcommand <HOSTNAME>:<BASEPORT+11> /mami/master unfreeze
-
You can now restart your crawler if your Exalead CloudView configuration uses one.
cvcommand <HOSTNAME>:<BASEPORT+11> /mami/crawl startCrawl crawlerName=mycrawler