The Get-Hosts command enables you to list all hosts of a given scenario.
Get-Hosts [-Name] <String>
The scenario name.
Example: List the hosts of a given scenario in an auto-sized format table
Get-Hosts "File Server 1" |FT -auto
Scenario Name Role Parent State IP Port
-------- ---- ---- ------ ----- -- ----
File Server 1 192.168.1.152 Master -- Running 192.168.1.152 25000
File Server 1 192.168.1.153 Replica 1192.168.1.152 Running 192.168.1.153 25000
Copyright © 2015 Arcserve.
All rights reserved.
|
|