< Back

Enable-AzureRmHDInsightOperationsManagementSuite

Tue Jan 29, 2019 9:47 pm

NAME Enable-AzureRmHDInsightOperationsManagementSuite



SYNOPSIS

Enables Operations Management Suite (OMS) in a HDInsight cluster and relevant logs will be sent to the OMS workspace specified during enable.





SYNTAX

Enable-AzureRmHDInsightOperationsManagementSuite [-Name] <String> [-WorkspaceId] <String> [-PrimaryKey] <String> [-DefaultProfile

<IAzureContextContainer>] [-ResourceGroupName <String>] [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Enable-AzureRmHDInsightOperationsManagementSuite cmdlet enables Operations Management Suite (OMS) in a Azure HDInsight cluster.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Name <String>

The name of the cluster to enable Operations Management Suite(OMS).



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName, ByValue)

Accept wildcard characters? false



-PrimaryKey <String>

The primary key of the Operations Management Suite(OMS) workspace.



Required? true

Position? 2

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ResourceGroupName <String>

The resource group of the cluster.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-WorkspaceId <String>

The id of the Operations Management Suite(OMS) workspace.



Required? true

Position? 1

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

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).



INPUTS

System.String







OUTPUTS

Microsoft.Azure.Management.HDInsight.Models.OperationResource







NOTES









Example 1



PS C:\\> Enable-AzureRmHDInsightOMS -Name testcluster -WorkspaceId 1d364e89-bb71-4503-aa3d-a23535aea7bd -PrimaryKey <key for workspace

1d364e89-bb71-4503-aa3d-a23535aea7bd>



ErrorInfo :



State : Succeeded



RequestId : 1417ad86-d055-48cd-9d68-a5c19a212a3a



StatusCode : OK



Operations Management Suite (OMS) will be enabled on the HDInsight cluster and relevant logs will be sent to the OMS workspace with id

1d364e89-bb71-4503-aa3d-a23535aea7bd





Example 2



PS C:\\> Enable-AzureRmHDInsightOMS -Name testcluster -ResourceGroupName testrg -WorkspaceId 1d364e89-bb71-4503-aa3d-a23535aea7bd -PrimaryKey <key

for workspace 1d364e89-bb71-4503-aa3d-a23535aea7bd>



ErrorInfo :



State : Succeeded



RequestId : 1417ad86-d055-48cd-9d68-a5c19a212a3a



StatusCode : OK



Operations Management Suite (OMS) will be enabled on the HDInsight cluster and relevant logs will be sent to the OMS workspace with id

1d364e89-bb71-4503-aa3d-a23535aea7bd







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... ementsuite