Restarting the ems service, Discovering the status of the ems service, Backing up the database – Clear-Com Concert for Newsroom User Manual
Page 24: 4 restarting the ems service, 5 discovering the status of the ems service, 6 backing up the database
24
Server Installation Guide
4.2.4 Restarting the EMS service
To restart (stop and then start) the EMS service, type:
# sudo service ems restart
The following output is returned:
Stopping EMS service: [ OK ]
Starting EMS service: [ OK ]
4.2.5 Discovering the status of the EMS service
To discover the status of the EMS, type
# service ems status
Output similar to the following is returned (the output indicates if EMS is running or stopped):
Concert EMS (pid 31533) is running…
Concert EMS is stopped.
Note:
The pid is the Linux process identification number.
4.2.6 Backing up the database
When you back up the EMS, you are backing up the entire Concert database, including user accounts,
conference and channel configurations.
The default location for database backups is /var/www/html/database/ and can be accessed directly from a
browser by entering the URL
Username=admin
Password=admin
Note:
The backup and restore operation is also executable through the web-based CMI (Concert Management
Interface). For more information, see the Database section in the Concert Administrator Guide.
To back up EMS (the Concert system), type:
# sudo service ems backup
The following output is returned:
Dumping database contents to file
‘/var/www/html/database/[yyyy-mm-dd]_[00h00m00s].sql.gz’
Note:
The name of the backup file contains the date ([yyyy-mm-dd]) and time ([00h00m00s]) of the backup.