...
To increase the storage space for any of the log or database filesytems in Yarnman.
Info |
---|
Please contact support if you have any queries on appropriate disk space |
2.5.X process
Log in to Yarnman using ssh
Type df which will show you the size of the filesystems. Note the space in var/lib/couchdb. If this is more than 50% used it is recommended to increase space so that less than 50% of the filesystem is used
...
From time to time - particularly before/ after migrating very large CUCM clusters using Wrangler or when multiple discoveries are run, it is prudent to compact the couchdb database
Warning |
---|
Do not run a database compaction when there is less that 30% disk space available, increase disk space before as the compaction process does temporarily consume additional |
In 2.5.x
Log in to Yarnman using ssh
Type cd /opt/yarnlab/yarnman
type sudo node ./scripts/compactdb.js
...