Forum Discussion

Dominique_Epp's avatar
11 years ago

Using BEMCLI to list current storage state ?

I need to determine current state of storage devices in a storage pool, i.e. online or offline, using BEMCLI. The following command does not list this information and I can't find the way to resolv...
  • Biker_Dude's avatar
    11 years ago

    This command will return the State of the device:

    Get-BEDiskStorageDevice "<insert_disk_storage_name_here>" | Select-Object -ExpandProperty Servers

    Third from the top of the return data will be 'IsOnline'.