Use the UI to set the collector heap memory size to run the SolutionPack reports. Since the SolutionPack for Network Configuration Manager collects data from a large number of devices, you may need to increase the collector heap memory to a suitable level.
Procedure
- Log in to M&R with root privileges.
For example,
https://Frontend-hostname:58443/APG
- Go to
- Expand Configuration Files.
- Scroll to the conf/unix-services.properties file or the conf/win-services.properties file.
- Edit the conf/unix-services.properties or conf/win-services.properties file by setting the collector heap memory value in the memory.max parameter.
Set the value based on the Planner tool sizing information.
- Click Save.
- SSH to the M&R Collector host.
- Log in with root privileges to the M&R Collector host and navigate to the bin directory of the M&R installation.
- Update the collector service. In this case, the service is collector-manager emc-ncm. Type the command for your operating system from the bin directory of the M&R installation.
For UNIX, type:
./manage-modules.sh service update collector-manager emc-ncm
- Restart the collector service (collector-manager emc-ncm) that stopped as a result of the update command. Type the command for your operating system from the bin directory of the M&R installation.
For UNIX, type:
./manage-modules.sh service start collector-manager emc-ncm