Restarting the EMC Backup and Recover Appliance (EBRA) server
Sometimes the EMC Backup and Recover Appliance (EBRA) server fails to allow you to perform simple tasks like adding clients; If this occurs then we simply need to restart the EBR server.
This is achievable under NetWorker release 8.1 and 8.2 with the following command line on the EBR (VBA) appliance:
- Open a putty session to the VBA appliance
- User: root
- Password: 8RttoTriz
- Run the command
ebrserver.pl --restart
to restart the ebrserver (note, it is a double hyphen on the restart flag) - After the restart, try to connect to the appliance from the vSphere web client
Occasionally, a simple restart of the ebrserver doesn't resolve the problem. If this is the case, then the following additional steps are required:
- Open a new putty session to the VBA appliance
- Run
dpnctl start
; wait for the command to finish - Run
dpnctl status
; check that all services are up and enabled - Run
ebrserver.pl --restart
(note the double hyphen on the restart flag)
If a restore of the ebrserver still doesn't resolve the issue, then we must initialized the ebrserver:-
- Run
ebserver.pl --init
(note the double hyphen on the init flag)