You can use PowerShell cmdlets to change the EMS data collection schedule or the target storage virtual machine (SVM).
Steps
- From a PowerShell command line, enter the Open-SmConnection cmdlet.
- To change the EMS data collection target, enter the Set-SmDataCollectionEmsTarget cmdlet.
This cmdlet has the format:
Set-SmDataCollectionEmsTarget
-Target SVM_name
SVM_name is the name of the SVM you want to use for the target.
- To change the EMS data collection schedule, enter the Set-SmDataCollectionEmsSchedule cmdlet.
This cmdlet has the format:
Set-SmDataCollectionEmsSchedule
-RunAs RunAs_account_credentials
-DaysInterval
-StartDateTime
RunAs_account_credentials is the Run As account that you set up earlier.
This cmdlet changes the Windows Scheduler that triggers the data collection EMS process.