Backup Exec Management Command Line Interface Help
Get-BEOpenStorageLogicalStorageUnit Cmdlet
Synopsis

Gets the logical storage units of an OpenStorage server.

Syntax
Get-BEOpenStorageLogicalStorageUnit [-BackupExecServer [<BEBackupExecServer>]] -LogonAccount [<BELogonAccount>] -ServerType [<String>] -HostServer [<String>] [<CommonParameters>]
Description

Gets the logical storage units of an OpenStorage server.

The values returned by Get-BEOpenStorageLogicalStorageUnit can be used as the value for the ServerType parameter for the New-BEOpenStorageDevice and New-BECloudStorageDevice commands.

Parameters

-HostServer <String>

Specifies the fully-qualified name of the OpenStorage server.


Required true
Position Named
Accepts pipeline input false
Accepts wildcard characters false


-ServerType <String>

Specifies the type of OpenStorage server.


Required true
Position Named
Accepts pipeline input false
Accepts wildcard characters false


-LogonAccount <BELogonAccount>

Specifies a Backup Exec logon account for the OpenStorage server.


Required true
Position Named
Accepts pipeline input false
Accepts wildcard characters false


-BackupExecServer <BEBackupExecServer>

Specifies the Backup Exec server where the OpenStorage server type is registered.


Required false
Position Named
Accepts pipeline input true (ByValue)
Accepts wildcard characters false


<CommonParameters>

For more information about common parameters, type "Get-Help about_commonparameters".

Input Type
BackupExec.Management.CLI.BEBackupExecServer

You can pipe a Backup Exec server object to Get-BEOpenStorageLogicalStorageUnit.

Return Value
System.String

The logical storage units on the OpenStorage server.

Example
C:\PS> Get-BEOpenStorageLogicalStorageUnit -HostServer "nirvanix.com" -ServerType "nirvanix" -LogonAccount ""

This command gets the logical storage units on the Nirvanix host server named "nirvanix.com" with the logon account "Logon Account 0001".

Related Links

New-BEOpenStorageDevice
New-BECloudStorageDevice