nternal set of URL or internal MP name for CMG
Question
hi Team I have 3 MPs, each i have installed CMG connection point role
now i want to know which mp is having which MProle ID
in my case i have 3 MP role id MutualAuth/456,MutualAuth/498,MutualAuth/875
but i do not now which MP is 456
https://<CMG service name>/CCM_Proxy_MutualAuth/<MP Role ID>
Answers ( 9 )
Well https://snipboard.io/XDFs4E.jpg
And try this video to find out that https://www.youtube.com/watch?v=6RlSbTPBxDg
sorry you should not put it on resolved bucket .
Sorry, You should have replied on time …
You need to look into the Azure portal to find the unique DNS from there?
yeah checked on configuration blade , did not find
First of all why do you need 3 CMG?
Are you managing a hierarchy of 300000+ machines?
And how did you install 3 cmg with same name zyz?
I have 1 CAS , 4 Primay , 1 CMG, Now each primary have 3 CMG connection point role .
So for a site “ABC” I have 3 CMG connection point role on MP01,MP02 and MP03
it we check the internet MPs for Site “ABC” we shows like as below
https://zyz.com/CCM_Proxy_MutualAuth/983
https://zyz.com/CCM_Proxy_MutualAuth/731
https://zyz.com/CCM_Proxy_MutualAuth/789
now I want to know which INF proxy (MutualAuth/983, MP01 ,MutualAuth/731,MutualAuth/789) is mapped to MP01 .
Do you mean MP Role ID for CMG?
Have you tried the following PowerShell command
(Get-WmiObject -Namespace Root\Ccm\LocationServices -Class SMS_ActiveMPCandidate | Where-Object {$_.Type -eq “Internet”}).MP
yeah correct, but it shows my 3 MP.
https://zyz.com/CCM_Proxy_MutualAuth/983
https://zyz.com/CCM_Proxy_MutualAuth/731
https://zyz.com/CCM_Proxy_MutualAuth/789
Now I want to know Actual Server name, which one is 983.
hope my query is clear now, thanks
Query database view
select * from vProxy_Roles