SnapCenter 6.0 Cmdlet Reference Guide For Windows ( CA08871-610en )
SnapCenter PowerShell requirements
SnapCenter Windows disk management cmdlets
Get-SdStorageConnectionSetting
Get-SdVolumeCloneSplitEstimate
Invoke-SdHostVolumeSpaceReclaim
Remove-SdStorageConnectionSetting
SnapCenter data protection cmdlets
Catalog-SmBackupWithOracleRMAN
Get-SmBackupsForPointInTimeRecovery
Get-SmDataCollectionEmsSchedule
Get-SmMultiFactorAuthentication
Invoke-DiagnosticLogCollection
Invoke-SmPrimaryBackupsExistenceCheck
Invoke-SmTechRefreshPrimaryStorage
Invoke-SmTechRefreshSecondaryStorage
New-SmMultifactorAuthenticationMetadata
Refresh-SmSyncSnapMirrorBackups
Remove-SmResourceCredentialName
Set-SmDataCollectionEmsSchedule
Set-SmMultiFactorAuthentication
Set-SmRepositoryConfigSettings
Configure-SmDatabase
Configures database in SnapCenter.
Syntax
Configure-SmDatabase [-PluginCode] <PluginCode> [-ResourceId] <String> [-HDBSQLOSUser] <String> [-HDBUserStoreKey] <String>
Detailed Description
Configure database settings in SnapCenter.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|
Examples
Example: Configuring HANA resource
Configure-SmDatabase -PluginCode HANA -ResourceId "test" -HDBSQLOSUser "test" -HDBUserStoreKey "test"
This example shows how to configure database credentials for HANA Database.
Successfully updated the database configuration details.