Install the Verba Central Solution on a Server
- Refer to the Verba Deployment Guide for instructions on how to perform the following:
- Create a Trusted Application Pool/Server in the Skype Topology Builder.
- Logon on to the Verba Server.
- Download your Verba Install Kit from Verba customer care (requires login) and place it on your servers..
- Execute the installer.
- Accept the License terms
Install the Verba Agent on the Sonus SBA
- Log on to your SBA using Remote Desktop.
- Copy the installer software (VerbaAdditionalRoles.msi) onto the SBA.
The account running the Installer must have have additional privileges:
Local Administrator
RTCUniversalServerAdmins
Permissions to log on as a service
Figure : Log on as a service
Click Next to start the installer.
Figure : Start the installer
- Click Next to accept the license terms.
Select the Server Type Media Collector & Lync Filter.
Figure : Select the server type
Enter the ID and Password for the Service Account being used.
Figure : Service Credentials
Enter the IP address for the Verba Server.
Figure : Enter the IP Address
Select the ASM IP Address.
Figure : Server IP Address
Verify the Service Account user.
Figure : Service Account
- Click Next to skip the Email Alerts configuration.
Click Install.
Figure : Click Install
Click Finish.
Figure : Finish
Register the Verba Components into the Skype Environment
Open the Skype for Business Management Shell from the Start Menu and enter the following command to create a new Server Application on the Skype Front-End Server for the Verba Filter Service:
New-CsServerApplication
-Identity
"Service:Registrar:SBA.TestVerba.ads/VerbaLyncFilter"
-Uri
http://www.verba.com/LyncFilter
-Enabled
$True
-Critical
$False
New-CsServerApplication
-Identity
"Service:Registrar:SBA.TestVerba.ads/LyncChatRecorder"
-Uri
http://www.verba.com/LyncChatRecorder
-Enabled
$True
-Critical
$False