Install a Hotfix in a Single Host Installation
-
Stop
Exalead CloudView.
-
Go to
<INSTALLDIR>/tools
-
Run the following script:
./hotfix.[sh|bat] install <ZIPFILE>
-
If specified in the
README file, run:
./hotfix.[sh|bat] -datadir <DATADIR> install <ZIPFILE>
-
Start
Exalead CloudView.
Install a Hotfix in a Multihost Deployment
-
Stop Exalead CloudView on the primary and secondary servers.
-
On the secondary server, go to
<INSTALLDIR>/tools
-
Run the following script:
./hotfix.[sh|bat] install <ZIPFILE>
-
If specified in the
README file, run:
./hotfix.[sh|bat] -datadir <DATADIR> install <ZIPFILE>
-
On the primary server, go to
<INSTALLDIR>/tools
-
Run the following script:
./hotfix.[sh|bat] install <ZIPFILE>
-
If specified in the
README file, run:
./hotfix.[sh|bat] -datadir <DATADIR> install <ZIPFILE>
-
Start Exalead CloudView on the primary and secondary servers.
Uninstall a Hotfix
-
Go to
<INSTALLDIR>/tools
-
Run the following script:
./hotfix.[sh|bat] uninstall <HOTFIX_ID>
-
If you deployed the hotfix on the
DATADIR , run:
./hotfix.[sh|bat] -datadir <DATADIR> uninstall <HOTFIX_ID>
Get the List of Hotfixes Installed
-
Go to
<INSTALLDIR>/tools
-
Run the following script:
./hotfix.[sh|bat] list
You can also display the list of installed hotfixes in Administration Console
> Help > About CloudView.
Rollback a Hotfix Installation
-
Go to
<INSTALLDIR>/tools
-
Run the following script:
./hotfix.[sh|bat] recover
|