To verify which cartridges are disabled please follow these steps:
- Go to the Foglight installation directory: $FMS_HOME/bin
- Run the command: ./fglcmd.sh -cmd cartridge:list > cartridge.list
Note: depends on Foglight setup you might need to add the user, password and port. If you use the default values - foglight, foglight and 8080 - it will work like above
Example: ./fglcmd.sh -usr foglight -pwd foglight -port 8080 -cmd cartridge:list > cartridge.list
The output file "cartridge.list" will contain a list of all installed cartridges and their current status - here an example how it looks like if a cartridge is disabled:
------------------------------------
Name: Core-Administration
Version: 5.7.5.6
Build: 5.7.5.5-201606220221-396
Status: DEACTIVATED
------------------------------------
Name: Core-Dashboards
Version: 5.7.5.6
Build: 5.7.5.5-201606220221-396
Status: DEACTIVATED
-----------------------------------
...
- To enable the deactivated cartridges use the Foglight command line tool:
./fglcmd.sh -cmd cartridge:enable -n <cartridge name> -v <version>
You only need to enable the Core-Administration cartridge manually. Once it is enabled, the administration dashboards will be back and you can enable the remaining ones via Foglight UI: "Administration | Cartridges | Cartridge Inventory".
- The command you need to run:
./fglcmd.sh -usr foglight -pwd foglight -port 8080 -cmd cartridge:enable -n Core-Administration -v 5.7.5.6
Note: The version might differ in your setup - take it from the output of the first command.
Please do NOT disable any core cartridges, except Quest technical support advice to do.