Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

If one is going to perform maintenance on the IEPM data base, such as creating indexes, dropping indexes, optimizing the database, etc. The following steps should be taken to assure that no access is attempted while the database is undergoing modification.

Remove the crontab: Log onto the iepm account and execute 'crontab -l > /tmp/crontab'

Shut down all the servers and daemons that would access the data base: $bandsrc/utils/kill-all-servers

Perform the maintenance, and when done with the maintenance reload the crontab: crontab /tmp/crontab

Reloading the crontab will restart all the servers and daemons within 10 minutes.

It is not necessary to shut down mysql, but if you want to, use the following commands 

Anchor
shutdown
shutdown

To stop mysql: mysqladmin -u root -p shutdown
Anchor
restart
restart

To restart mysql: sudo mysqld_safe &