Hello,
I am using Intel SCS 9.1. Machines are listed in SCS console but with status "Configuration Failed" and connection status "Not Discovered". I tried manual discovery by selecting the machine and "Discover data", I am getting below error.
Failed while calling
WS-Management call
GetAmtVersion (CIM_SoftwareIdentity.Get). Intel(R) AMT connection error
0xc000521f: An SSL error occurred. Verify the username and password, and the PSK or certificate settings, where applicable.
Valid certificate for PKI configuration not found.
What i did so far
1. Certificates are created in Subordinate CA. I went trough the certificate and validated the settings. Looks like verification are good. I used two documents as a reference to created certificates.
a) SCCMGuru - Integrating Configuration Manager 2012 R2 with Intel SCS 9.0 – Part 3 : Certification Authority | SCCM GURU
b) Intel SCS user guide - Section "9.2.5 Defining Enterprise CA Templates"
2. Did some research on this form and followed the suggestion of creating a basic low security profile
acuconfig.exe /lowsecurity /output console /verbose ConfigureViaRCSOnly <$SCSServerName> <ProfileName> /wmiuser domain\AMTAdmin /wmiuserpassword P@ssw0rd
(
)This test failed as well. I get below error
Exit with code
75.
Details: Failed to complete remote configuration of this Intel(R) AMT device.
Failed while calling
WS-Management call
GetAmtVersion (CIM_SoftwareIdentity.Get). Intel(R) AMT connection error
0xc000521f: An SSL error occurred. Verify the username and password, and the PSK or certificate settings, where applicable.
Valid certificate for PKI configuration not found.
My final intention is to get it working from SCCM 2012. Since i am unable to do it from SCCM, Started with SCS console to get at-lest few machines going and then think of getting it to work from SCCM.
Any suggestion to right direction is appreciated.
Thank you