New HPOVUnmanagedDevice - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

New-HPOVUnmanagedDevice

Create an Unmanaged Device.

SYNTAX

New-HPOVUnmanagedDevice [-Name] <String> [-Model] <String> [-MaxPower] <Int32> [-Height] <Int32> [-MacAddress] <String> [-IPv4Address] <String> [-IPv6Address] <String> [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

HPE OneView provides administrators with the capability to define unmanaged devices to them place within Racks, in order to provide a more realistic and complete data center layout. Creating a device does not provide the ability to manage it from HPE OneView. The administrator will need to specify static characteristics of the device being added. The unmanaged device can then be assigned into the appropriate rack manually.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one HPOneView.Appliance.Connection object or Name property value.

Default Value: ${Global:ConnectedSessions} | ? Default

Aliases Appliance
Required? true
Position? named
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? false
Accept wildcard characters?    False

-Height <Int32>

Rack Unit height of the Unmanaged Device.

Aliases None
Required? true
Position? named
Default value 1
Accept pipeline input? false
Accept wildcard characters?    False

-IPv4Address <String>

Provide the IPv4 Address value of the management interface. This value does not provide a method for an HPE OneView appliance to communicate with the management interface.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-IPv6Address <String>

Provide the IPv6 Address value of the management interface. This value does not provide a method for an HPE OneView appliance to communicate with the management interface.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-MacAddress <String>

Provide the management interface L2 address.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-MaxPower <Int32>

The maximum power consumption of the Unmanaged Device.

Aliases None
Required? true
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters?    False

-Model <String>

The device model.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-Name <String>

The name of the Unmanaged Device.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)

Input Types

None. You cannot pipe objects to this cmdlet.

Return Values

HPOneView.UnmanagedResource [System.Management.Automation.PSCustomObject]

Newly created Unmanaged Device resource

Examples

 -------------------------- EXAMPLE 1 --------------------------

New-HPOVUnmanagedDevice -name "Unmanaged-SRVR1" -model "ProLiant DL380 G6" -height 2 -maxpower 750 -IPv4Address 10.154.1.10

Create a new unmanaged server device.

 -------------------------- EXAMPLE 2 --------------------------

New-HPOVUnmanagedDevice -name "HPN5900CP1" -model "HPN 5900CP" -height 1 -maxpower 260 -IPv4Address 172.18.254.99 "MyAppliance.domain.com"

Create a new unmanaged switch device.

Related Links


Top

HPE OneView 4.00 Library

New-HPOVUnmanagedDevice

Create an Unmanaged Device.

SYNTAX

New-HPOVUnmanagedDevice [-Name] <String> [-Model] <String> [-MaxPower] <Int32> [-Height] <Int32> [-MacAddress] <String> [-IPv4Address] <String> [-IPv6Address] <String> [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

HPE OneView provides administrators with the capability to define unmanaged devices to them place within Racks, in order to provide a more realistic and complete data center layout. Creating a device does not provide the ability to manage it from HPE OneView. The administrator will need to specify static characteristics of the device being added. The unmanaged device can then be assigned into the appropriate rack manually.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one HPOneView.Appliance.Connection object or Name property value.

Default Value: ${Global:ConnectedSessions} | ? Default

Aliases Appliance
Required? true
Position? named
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? false
Accept wildcard characters?    False

-Height <Int32>

Rack Unit height of the Unmanaged Device.

Aliases None
Required? true
Position? named
Default value 1
Accept pipeline input? false
Accept wildcard characters?    False

-IPv4Address <String>

Provide the IPv4 Address value of the management interface. This value does not provide a method for an HPE OneView appliance to communicate with the management interface.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-IPv6Address <String>

Provide the IPv6 Address value of the management interface. This value does not provide a method for an HPE OneView appliance to communicate with the management interface.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-MacAddress <String>

Provide the management interface L2 address.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-MaxPower <Int32>

The maximum power consumption of the Unmanaged Device.

Aliases None
Required? true
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters?    False

-Model <String>

The device model.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-Name <String>

The name of the Unmanaged Device.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)

Input Types

None. You cannot pipe objects to this cmdlet.

Return Values

HPOneView.UnmanagedResource [System.Management.Automation.PSCustomObject]

Newly created Unmanaged Device resource

Examples

 -------------------------- EXAMPLE 1 --------------------------

New-HPOVUnmanagedDevice -name "Unmanaged-SRVR1" -model "ProLiant DL380 G6" -height 2 -maxpower 750 -IPv4Address 10.154.1.10

Create a new unmanaged server device.

 -------------------------- EXAMPLE 2 --------------------------

New-HPOVUnmanagedDevice -name "HPN5900CP1" -model "HPN 5900CP" -height 1 -maxpower 260 -IPv4Address 172.18.254.99 'MyAppliance.domain.com'

Create a new unmanaged switch device.

Related Links


Top
⚠️ **GitHub.com Fallback** ⚠️