Option 1:
1. Open the Backup Exec console
2. Go to "Backup and Restore" tab and select "All Servers" group
3. Click on any server name in the list and select Ctrl+A to select all of them (alternatively you can select the first server, then press Shift button and click the last server from the list)
4. Once the servers are selected, select Ctrl+C to copy the list of servers (alternatively you can right-click and select "copy")
5. Open a file and paste the results to the file.
6. If you want to have only the list of server names, first you would need to hide other columns:
- right-click on any of column's name
- deselect all columns ("Server" column is grayed out and cannot be deselected)
- follow steps 3-5 from above
- right-click on any of column's name
- select again all the columns you would like to see (by default, the selected columns are: Server, Active Alerts, Status, Last 7 Days of Backup Jobs, Last Backup, Next Backup)
Option 2:
1. Go to "Start > All Programs > Veritas Backup Exec" and run "Backup Exec Management Command Line Interface".
2. Once the application loads (the "BEMCLI>" will be seen in the last line) type the following command:
Get-ExecutionPolicy -List
3. If the scope "LocalMachine" is not "RemoteSigned" under "ExecutionPolicy" type the following command:
Set-ExecutionPolicy RemoteSigned
4. Once the "LocalMachine" has the "ExecutionPolicy" as "RemoteSigned" you are ready to run the command:
Get-BEAgentServer > C:\Server-list.txt
This command will save all servers listed in "Backup and Restore" tab.
If it is required to have the list of the names only, please contact Veritas Technical Support for details.