Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Problem: Migration frozen

Likely Issue is that diskspace for logs or couchdb partitions are at 100%l

To confirm issue:

  1. Open SSH session to Yarnman server

  2. Type df which will show space used by filesystems on server. If either of /var/lib/couchdb or /var/log use are at 100%, diskspace need to be increased.

  3. To increase diskspace, open vSphere client for the VM in question and increase diskspace as required


Note: any snapshots must be removed before increasing hard disk space on the VM.

  1. Next, go back to SSH session on the Yarnman server and increase the available space on required partition as follows

    1. Type cd /opt/yarnlab/yarnman ;then

    2. sudo ./scripts/resize-disk.sh var-lib-couchdb to increase space on /var/lib/couchdb partition; or

    3. sudo ./scripts/resize-disk.sh var-log to increase space on /var/log partition

  2. If the space issue encountered was on the /var/lib/couchdb partition it would be prudent to also compact database

  3. To compact couchdb database

    1. Type cd /opt/yarnlab/yarnman ;then

    2. sudo node ./scripts/compactdb.js

  4. Restart migration from where frozen


  • No labels