SCVMM 2012 Pro Tips
-
30 เมษายน 2555 22:28
Hi All,
How can I enable Pro Tips on VM/Host level? I can only find PRO configuration on host group level. Additional, Where can I find lastes VMM 2012 Guide? I need to confirm if I need to enable SCOM agent proxy on VMM2012 cluster monitoring.
Thanks.
Roger
ตอบทั้งหมด
-
1 พฤษภาคม 2555 8:04Any updates?
-
1 พฤษภาคม 2555 9:17ผู้ดูแล
Hi
Where can I find lastes VMM 2012 Guide?
http://www.microsoft.com/en-us/download/details.aspx?id=6346
I need to confirm if I need to enable SCOM agent proxy on VMM2012 cluster monitoring.
Yes. To monitor any cluster within SCOM, you need to enable agent proxy on each node.
How can I enable Pro Tips on VM/Host level?
You can't enable PRO for an individual host\vm - it is either the host group or the host cluster.
http://technet.microsoft.com/en-us/library/gg675109.aspx
Cheers
Graham
Regards Graham New System Center 2012 Blog! - http://www.systemcentersolutions.co.uk
View OpsMgr tips and tricks at http://systemcentersolutions.wordpress.com/ -
1 พฤษภาคม 2555 12:42
Thanks for your reply. Actually, I find the PRO TIPS info from the following blog:
http://blogs.technet.com/b/scvmm/archive/2011/04/14/operations-manager-integration-and-pro-improvements-in-scvmm-2012.aspx
In VMM 2012, we have introduced the concept of a PRO monitor configuration to give users fine grained control over the PRO monitors and resulting PRO Tips. Using the PRO monitor configuration, users can choose to enable or disable individual PRO monitor and auto-remediation for specific objects such as Host Group, Host Cluster, Cloud, Service instance or specific Virtual Machines. What’s more, we’ve allowed the Administrator to specify if Self-Service Users should receive PRO Tips for the objects they own!
Is this correct?
-
29 พฤษภาคม 2555 15:43
Yes that is correct. PRO state can be configured for a particular host (using Host Properties dialog) . Here is a sample script for your reference --
PS C:\> $PROMonitor = Get-SCPROMonitor -Name "System Center Virtual Machine Manager Maximum Dynamic Memory Monitor" -ManagementPackName "System Center Virtual Machine Manager PRO V2 HyperV Host Performance"
PS C:\> $VMHost = Get-SCVMHost -ComputerName "VMHost01.Contoso.com"
PS C:\> $PROMonitorConfig = Get-SCPROMonitorConfiguration -PROMonitor $PROMonitor -VMHost $VMHost
PS C:\> Set-SCPROMOnitorConfiguration -PROMonitorConfiguration $PROMonitorConfig -MonitoringEnabled $True -AutomaticMode $True[Disclaimer] This posting is provided "AS IS" with no warranties, and confers no rights. User assumes all.
- ทำเครื่องหมายเป็นคำตอบโดย M FawziMVP, Moderator 13 ตุลาคม 2555 11:23
-
13 ตุลาคม 2555 11:23ผู้ดูแลAs this thread has been quiet for a while, we assume that the issue has been resolved. At this time, we will mark it as 'Answered' as the previous steps
should be helpful for many similar scenarios.
If the issue still persists and you want to return to this question, please reply this post directly so we will be notified to follow it up. You can also
choose to unmark the answer as you wish.
In addition, we'd love to hear your feedback about the solution. By sharing your experience you can help other community members facing similar problems.
Thanks!
Mohamed Fawzi | http://fawzi.wordpress.com
- แก้ไขโดย M FawziMVP, Moderator 13 ตุลาคม 2555 11:23