Manually changing your cmi credentials, Controlling the iv-r application, List of available iv-r commands – Clear-Com Concert for Newsroom User Manual
Page 26: Starting the iv-r service, Stopping the iv-r service, 3 controlling the iv-r application, 10 manually changing your cmi credentials, 1 list of available iv-r commands, 2 starting the iv-r service, 3 stopping the iv-r service
26
Server Installation Guide
4.2.10
Manually changing your CMI credentials
The CMI credentials are normally modified through the CMI (see the Concert Administrator Guide).
Alternatively, the username and password may be set by executing the following command within a terminal:
htpasswd -bc /etc/httpd/conf/.htpasswd [username] [password]
Replace [username] and [password] with the new username and password desired.
For example: htpasswd -bc /etc/httpd/conf/.htpasswd admin admin
4.3 Controlling the IV-R application
The IV-R (Instant Voice-Router) application is the Concert media router. The IV-R:
Maintains a dynamic connection with all the Concert Clients in the system.
Maintains conference routing tables for the Concert Clients.
Forwards incoming audio or text messages for participants in direct calls, chats, conferences and
channels.
4.3.1 List of available IV-R commands
For a list of available commands for the IV-R, type:
# sudo service ivr
The following list is returned:
Usage: sudo service ivr {start|stop|restart|status|showip|collect}
4.3.2 Starting the IV-R service
To start the IV-R, type:
# sudo service ivr start
The following output is returned:
Starting IVR service: [ OK ]
4.3.3 Stopping the IV-R service
To stop the IV-R, type:
# sudo service ivr stop
The following output is returned:
Stopping IVR service: [ OK ]