Solve:Operations Storage Leak in Health Checks on start up.
search cancel

Solve:Operations Storage Leak in Health Checks on start up.

book

Article ID: 96562

calendar_today

Updated On:

Products

SOLVE:Operations Automation

Issue/Introduction

We noticed a storage leak on 2 systems that have the Solve:Operations in health checks added by Solve:Operations when it starts up. 

We're seeing the WSS size increasing by around 1 MB per hour - eventually system will start using aux storage (normally there is none on that system). 

Environment

Solve:Operations Automation Release11.9 
 

Cause

IBM APAR OA38553

A new feature in Netview V6 that creates a 2GB dataspace attached to the *MASTER* task which will gradually grow from 0 to 2 GB in size and is somewhat catastrophic to a system that isn't expecting this - the systems affected were previously quite happy to run in 2GB real memory with no paging 

This is the default behavior - and you can't turn the new feature off (though you can restrict the size of the dataspace to 512M) 

Resolution

This is the default behavior - and you can't turn the new feature off (though you can restrict the size of the dataspace to 512M).
 
For more information about how to limit the size of the dataspace, see OA38553.

Additional Information

If you issue this command on a SOLVE region it will show the storage used every hour (note the full stop after the 1, without that the default is to assume minutes and that will produce too much log output): 

SUB BSYS EVERY 1. KEEP=SYS CMD=SH BUFF 

You could put it in the NMREADY member so it gets executed at start-up and will be there even if the region is recycled.