SCCM 2012, RHEL clients, and Windows CA PKI

Greetings

I have a standalone primary 2012 SP1 installation that is working great. I've also configured and deployed PKI to this infrastructure.  All working great.  I now want to add RHEL clients.  I've followed the basic steps below and have successfully been able to install the client and see it in the console, however, that's as far as it goes.  It never populates inventory and in fact, the only log file on the linux client shows multiple failures, where it looks like once the install is complete, there are communication problems between the client and Management Point..  It also appears to be attempting to retrieve policy over http. 

There is so little actual documentation about this, I'm hoping some Mirosoft folks can help me out.  What kinda of cert do I need to use for linux clients?  Are there documented steps for this functionality?  If so, can you share them?  Is anybody doing this yet, tried it yet, gave up on it yet?

  1. Set up and get working PKI for windows and SCCM.
  2. On the CA make a new certificate template for linux clients thats a copy of the windows client template and make the private key exportable. (dont' know if this is appropriate or not)
  3. Generate a CSR on the linux client : openssl req -newkey rsa:2048 -nodes -keyout host.key -out host.csr -subj /CN=host.domain.com
  4. Issue a cert using the contents of the CSR on the Windows CA Cert Server website, using the new linux template.
  5. Rename the issued host.cer file to host.crt, then copy to linux client.
  6. Combine host.key, host.crt, and your CA chain (all of it if you have a subordinate CA as well)  to create a .pfx file : openssl pkcs12 -export -in host.crt -inkey host.key -certfile allrootschain.cer -name host -passout pass:testpassword -out host.pfx
  7. Install SCCM client : ./install -mp fqdn.sccm-mp.domain.com -sitecode 123 -UsePKICert host.pfx -certpw testpassword -httpsport 443 -NoCRLCheck ccm-RHEL6x64.1.0.0.4008.tar

================The only log file on the client /var/opt/microsoft/scxcm.log================

*
* System Center 2012 SP1 - Configuration Manager
* Build number: 1.0.0-4008 Labeled_Build
* Process id: 7130
* Process started: 2013-02-07T19:07:35,211Z
*
* Log format: <date> <severity>     [<code module>:<line number>:<process id>:<thread id>] <message>
*
2013-02-07T19:08:37,645Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1843:7130:140135090903008] InvalidatePolicyCookie() Failed to find DataStore Instance for namespace: /opt/microsoft/configmgr/root/ccm/policy/machine/requestedconfig//unknown
2013-02-07T19:08:37,649Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {be5c2019-c158-4dcc-9e28-708c69bcccbd}
2013-02-07T19:08:37,656Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {28e2fbee-9001-4973-899b-e7fd688135a8}
2013-02-07T19:08:37,666Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {10cad0fd-b2da-4e0b-b77d-af3cc59a4d08}
2013-02-07T19:08:37,675Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {c7293788-8ae8-4ba4-ae59-c97c87c0dd9e}
2013-02-07T19:08:37,686Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {ec631a35-e849-48a8-975c-8eb805ea71e3}
2013-02-07T19:08:37,699Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {bfd4af36-de61-4e55-8c96-3a3d6f93e9ed}
2013-02-07T19:08:37,714Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {98d86c26-e9a8-41c5-a60f-55094771cea7}
2013-02-07T19:08:37,731Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {42a776c4-713e-453a-bc4d-149eb299b033}
2013-02-07T19:08:37,749Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {497bc180-4eaf-499e-bf45-4c3154ba857d}
2013-02-07T19:08:37,769Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {8264ac68-2aec-46bb-a9d1-9727e2200c54}
2013-02-07T19:08:37,791Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {030fdbc5-b836-466a-8753-6159741bdc93}
2013-02-07T19:08:37,816Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {f374e78e-a01a-4282-89da-46b5c2fbe481}
2013-02-07T19:08:37,843Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {9e0bcbb0-0e4a-4c64-9486-0aad65b0aeeb}
2013-02-07T19:08:37,870Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {feb0e9ec-df78-4a6c-bf00-b28386733437}
2013-02-07T19:08:37,900Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {33b5b279-fa6c-4a04-a824-a9a9f034d1e4}
2013-02-07T19:08:37,934Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {57f1af02-d02b-4588-a57b-fd73981f072a}
2013-02-07T19:08:37,974Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {b0216886-a45e-47cd-be37-0ccc739d45e4}
2013-02-07T19:08:38,010Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {6517be93-7e03-482d-be03-e46078312cd2}
2013-02-07T19:08:38,048Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {5f68d546-5db7-46d5-aec8-43e8bf0e046b}
2013-02-07T19:08:38,087Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {cdb273bd-ba29-4268-8eaf-c09a149fbc60}
2013-02-07T19:08:38,128Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {337d2909-b6b0-4532-a668-997cb93dc3d9}
2013-02-07T19:08:38,171Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {68995291-275e-431d-aeb8-e0edaa35de94}
2013-02-07T19:08:38,214Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {22dbba16-4ee0-4de8-9c92-f6bf814d0a12}
2013-02-07T19:08:38,260Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {5ae38950-147c-4108-bdf2-1df5034645a1}
2013-02-07T19:08:38,308Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {395dc070-7cc9-4936-a5bc-80826d7965dd}
2013-02-07T19:08:38,358Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {b7c0a744-5ac3-4800-800c-e6491c904446}
2013-02-07T19:08:38,410Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {13234e9d-67eb-4c04-8607-f93051487d48}
2013-02-07T19:08:38,464Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {9c3ee9a2-2b20-4dc1-bcb8-d2fa5b0ccf14}
2013-02-07T19:08:38,519Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {ac8d3375-bd2e-498d-812a-e27fa59caa01}
2013-02-07T19:08:38,574Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {778a4784-a5d9-4e15-9fa8-5071463c94e9}
2013-02-07T19:08:38,632Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {0ad272f2-ce96-413f-baac-cb2738562f42}
2013-02-07T19:08:38,693Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {d5ceee0f-cc49-448d-ad42-f607676d8e27}
2013-02-07T19:08:38,756Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {d8a4bef6-3c8e-4686-94e5-073ccc356bbb}
2013-02-07T19:08:38,819Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {6c9c5966-3647-45f3-83f2-9ab3f02f2e53}
2013-02-07T19:08:38,889Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1724:7130:140135090903008] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {011113a7-c5f1-4500-90d2-e54dc83b8203}
2013-02-07T19:08:38,954Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1651:7130:140135090903008] CheckAndCleanPolicyAnnouncement() Validated Policy assignment namespace: root/ccm/policy/machine/requestedconfig/unknown
2013-02-07T19:08:39,322Z Warning    [scx.client.scheduler.ScheduledMessageManager:122:7130:140135090903008] Schedule with Id : {00000000-0000-0000-0000-000000000041} cannot be added. The endpoint : PolicyAgent_Cleanup is not supported.
2013-02-07T19:08:39,347Z Warning    [scx.client.scheduler.ScheduledMessageManager:122:7130:140135090903008] Schedule with Id : {00000000-0000-0000-0000-000000000040} cannot be added. The endpoint : PolicyAgent_Cleanup is not supported.
2013-02-07T19:08:39,376Z Error      [scx.client.agents.InventoryAgentState:1257:7130:140134976155392] CInvState::GetOrCreateActionStatus: ExecQuery() Failed to retrieve Action Status.
2013-02-07T19:08:39,377Z Warning    [scx.client.agents.inventory.InvDataStore:413:7130:140134975897344] CInvDataStore::OpenReports: EnumerateReports failed.  Continuing with FULL report.
2013-02-07T19:08:40,001Z Error      [scx.client.Agents.Inventory.CollectionTask:1495:7130:140134976155392] NanoWBEM status return was MI_RESULT_NOT_FOUND
2013-02-07T19:08:41,000Z Warning    [scx.client.Agents.Inventory.CollectionTask:836:7130:140134976155392] NanoWBEM collection task failed for class win32_computersystemproduct (NanoWBEM references as win32_computersystemproduct).  Class will not be included in report.
2013-02-07T19:08:41,001Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1862:7130:140134976155392] GetAllMatches -- Record did not have all properties.
2013-02-07T19:08:41,001Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1864:7130:140134976155392] Query was: SELECT EncodedSigningPublicKey  FROM CCM_ClientSecurityInformation
2013-02-07T19:08:41,001Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1865:7130:140134976155392] Missing Properties: EncodedSigningPublicKey
2013-02-07T19:08:41,003Z Warning    [scx.client.Agents.Inventory.CollectionTask:768:7130:140134976155392] Generated class ccm_discoverydata with query "SELECT PlatformID  FROM CCM_DiscoveryData" could not be found.
2013-02-07T19:08:41,003Z Warning    [scx.client.Agents.Inventory.CollectionTask:768:7130:140134976155392] Generated class ccm_computersystem with query "SELECT Domain  FROM CCM_ComputerSystem" could not be found.
2013-02-07T19:08:41,004Z Error      [scx.client.Agents.Inventory.CollectionTask:1495:7130:140134976155392] NanoWBEM status return was MI_RESULT_NOT_FOUND
2013-02-07T19:08:42,000Z Warning    [scx.client.Agents.Inventory.CollectionTask:836:7130:140134976155392] NanoWBEM collection task failed for class sms_bios (NanoWBEM references as sms_bios).  Class will not be included in report.
2013-02-07T19:08:48,000Z Warning    [scx.client.Agents.Inventory.CollectionTask:768:7130:140134976155392] Generated class sms_authority with query "SELECT Name  FROM SMS_Authority" could not be found.
2013-02-07T19:08:48,001Z Error      [scx.client.Agents.Inventory.CollectionTask:1495:7130:140134976155392] NanoWBEM status return was MI_RESULT_NOT_FOUND
2013-02-07T19:08:49,000Z Warning    [scx.client.Agents.Inventory.CollectionTask:836:7130:140134976155392] NanoWBEM collection task failed for class ccm_desktopmachine (NanoWBEM references as ccm_desktopmachine).  Class will not be included in report.
2013-02-07T19:08:49,000Z Warning    [scx.client.Agents.Inventory.CollectionTask:768:7130:140134976155392] Generated class ccm_adsiteinfo with query "SELECT ADSiteName  FROM CCM_ADSiteInfo" could not be found.
2013-02-07T19:08:49,000Z Warning    [scx.client.Agents.Inventory.CollectionTask:768:7130:140134976155392] Generated class ccm_ipv6prefixnetworkadapterconfiguration with query "SELECT IPv6Prefix  FROM CCM_IPv6PrefixNetworkAdapterConfiguration" could not be found.
2013-02-07T19:08:49,001Z Warning    [scx.client.Agents.Inventory.CollectionTask:768:7130:140134976155392] Generated class ccm_ipv6networkadapterconfiguration with query "SELECT IPv6Address  FROM CCM_IPv6NetworkAdapterConfiguration" could not be found.
2013-02-07T19:08:49,001Z Warning    [scx.client.Agents.Inventory.CollectionTask:768:7130:140134976155392] Generated class ccm_extnetworkadapterconfiguration with query "SELECT FQDN  FROM CCM_ExtNetworkAdapterConfiguration" could not be found.
2013-02-07T19:08:49,001Z Warning    [scx.client.Agents.Inventory.CollectionTask:768:7130:140134976155392] Generated class ccm_networkadapterconfiguration with query "SELECT IPSubnet  FROM CCM_NetworkAdapterConfiguration" could not be found.
2013-02-07T19:08:50,001Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1862:7130:140134976155392] GetAllMatches -- Record did not have all properties.
2013-02-07T19:08:50,001Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1864:7130:140134976155392] Query was: SELECT EncodedSigningPublicKey  FROM CCM_ClientSecurityInformation
2013-02-07T19:08:50,001Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1865:7130:140134976155392] Missing Properties: EncodedSigningPublicKey
2013-02-07T19:08:50,003Z Error      [scx.client.agents.InventoryAgentState:953:7130:140134976155392] Inventory: Collection task failed to completed successfully. No report will be sent.
2013-02-07T19:08:50,013Z Error      [scx.client.agents.InventoryAgentState:864:7130:140134976155392] CInvState::CheckInventoryAgentConfig: Get() failed (HW)
2013-02-07T19:08:50,013Z Error      [scx.client.agents.InventoryAgentState:872:7130:140134976155392] CInvState::CheckInventoryAgentConfig: Get 'Enabled' failed (HW)
2013-02-07T19:08:50,013Z Warning    [scx.client.agents.InventoryAgentState:881:7130:140134976155392] CInvState::CheckInventoryAgentConfig: Hardware inventory agent is disabled
2013-02-07T19:08:50,013Z Warning    [scx.client.agents.InventoryAgentState:319:7130:140134976155392] Request to perform inventory, but Inventory agent is either disabled or invalid.
2013-02-07T19:13:39,026Z Warning    [scx.client.agents.policy.PolicyMessageHandler:88:7130:140134974865152] Processing of User policies are not supported.
2013-02-07T19:13:39,309Z Error      [scx.core.client.agent.policy.PolicyEvaluation:350:7130:140134974865152] Policy Assignment instance was not found under namespace unknown
2013-02-07T19:13:41,748Z Warning    [scx.client.scheduler.ScheduledMessageManager:122:7130:140134976155392] Schedule with Id : {00000000-0000-0000-0000-000000000031} cannot be added. The endpoint : SWMTRReportGen is not supported.
2013-02-07T19:13:43,268Z Warning    [scx.client.scheduler.ScheduledMessageManager:122:7130:140134972542720] Schedule with Id : {00000000-0000-0000-0000-000000000061} cannot be added. The endpoint : PeerDPManager is not supported.
2013-02-07T19:13:43,269Z Warning    [scx.client.scheduler.ScheduledMessageManager:122:7130:140134972284672] Schedule with Id : {00000000-0000-0000-0000-000000000062} cannot be added. The endpoint : PeerDPManager is not supported.
2013-02-07T19:13:43,284Z Error      [scx.client.agents.InventoryAgentState:1257:7130:140134973316864] CInvState::GetOrCreateActionStatus: ExecQuery() Failed to retrieve Action Status.
2013-02-07T19:13:43,287Z Warning    [scx.client.agents.inventory.InvDataStore:413:7130:140134973832960] CInvDataStore::OpenReports: EnumerateReports failed.  Continuing with FULL report.
2013-02-07T19:13:44,001Z Error      [scx.client.Agents.Inventory.CollectionTask:1495:7130:140134973316864] NanoWBEM status return was MI_RESULT_NOT_FOUND
2013-02-07T19:13:45,000Z Warning    [scx.client.Agents.Inventory.CollectionTask:836:7130:140134973316864] NanoWBEM collection task failed for class win32_computersystemproduct (NanoWBEM references as win32_computersystemproduct).  Class will not be included in report.
2013-02-07T19:13:45,001Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1862:7130:140134973316864] GetAllMatches -- Record did not have all properties.
2013-02-07T19:13:45,001Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1864:7130:140134973316864] Query was: SELECT EncodedSigningPublicKey  FROM CCM_ClientSecurityInformation
2013-02-07T19:13:45,001Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1865:7130:140134973316864] Missing Properties: EncodedSigningPublicKey
2013-02-07T19:13:45,004Z Warning    [scx.client.Agents.Inventory.CollectionTask:768:7130:140134973316864] Generated class ccm_computersystem with query "SELECT Domain  FROM CCM_ComputerSystem" could not be found.
2013-02-07T19:13:45,005Z Error      [scx.client.Agents.Inventory.CollectionTask:1495:7130:140134973316864] NanoWBEM status return was MI_RESULT_NOT_FOUND
2013-02-07T19:13:45,021Z Warning    [scx.client.scheduler.ScheduledMessageManager:122:7130:140134975381248] Schedule with Id : {00000000-0000-0000-0000-000000000114} cannot be added. The endpoint : UpdateStore is not supported.
2013-02-07T19:13:45,022Z Warning    [scx.client.scheduler.ScheduledMessageManager:122:7130:140134976155392] Schedule with Id : {00000000-0000-0000-0000-000000000113} cannot be added. The endpoint : ScanAgent is not supported.
2013-02-07T19:13:45,022Z Warning    [scx.client.scheduler.ScheduledMessageManager:122:7130:140134974349056] Schedule with Id : {00000000-0000-0000-0000-000000000108} cannot be added. The endpoint : UpdatesDeploymentAgent is not supported.
2013-02-07T19:13:45,546Z Error      [scx.client.messaging.Messenger:1055:7130:140134974865152] Error decrypting a payload
2013-02-07T19:13:45,547Z Error      [scx.client.agents.policy.RequestPolicyBody:227:7130:140134974865152] Policy Download Request Failed of http://MP.FQDN/SMS_MP/.sms_pol?{1a10294c-e457-4bd9-8bcf-cde36f8428ff}.1_00
2013-02-07T19:13:45,547Z Error      [scx.client.agents.policy.RequestPolicyBody:228:7130:140134974865152] Failed to decrypt encrypted payload
2013-02-07T19:13:45,547Z Warning    [scx.client.agents.policy.RequestPolicyBody:132:7130:140134974865152] BuildRequestResponse failed.  This is not fatal unless it happens on all the policies
2013-02-07T19:13:46,001Z Warning    [scx.client.Agents.Inventory.CollectionTask:836:7130:140134973316864] NanoWBEM collection task failed for class sms_bios (NanoWBEM references as sms_bios).  Class will not be included in report.
2013-02-07T19:13:48,607Z Warning    [scx.client.scheduler.ScheduledMessageManager:122:7130:140134974349056] Schedule with Id : {00000000-0000-0000-0000-000000000032} cannot be added. The endpoint : SrcUpdateMgr is not supported.
2013-02-07T19:13:52,000Z Warning    [scx.client.Agents.Inventory.CollectionTask:768:7130:140134973316864] Generated class sms_authority with query "SELECT Name  FROM SMS_Authority" could not be found.
2013-02-07T19:13:52,000Z Error      [scx.client.Agents.Inventory.CollectionTask:1495:7130:140134973316864] NanoWBEM status return was MI_RESULT_NOT_FOUND
2013-02-07T19:13:53,000Z Warning    [scx.client.Agents.Inventory.CollectionTask:836:7130:140134973316864] NanoWBEM collection task failed for class ccm_desktopmachine (NanoWBEM references as ccm_desktopmachine).  Class will not be included in report.
2013-02-07T19:13:53,000Z Warning    [scx.client.Agents.Inventory.CollectionTask:768:7130:140134973316864] Generated class ccm_adsiteinfo with query "SELECT ADSiteName  FROM CCM_ADSiteInfo" could not be found.
2013-02-07T19:13:53,000Z Warning    [scx.client.Agents.Inventory.CollectionTask:768:7130:140134973316864] Generated class ccm_ipv6prefixnetworkadapterconfiguration with query "SELECT IPv6Prefix  FROM CCM_IPv6PrefixNetworkAdapterConfiguration" could not be found.
2013-02-07T19:13:53,000Z Warning    [scx.client.Agents.Inventory.CollectionTask:768:7130:140134973316864] Generated class ccm_ipv6networkadapterconfiguration with query "SELECT IPv6Address  FROM CCM_IPv6NetworkAdapterConfiguration" could not be found.
2013-02-07T19:13:53,001Z Warning    [scx.client.Agents.Inventory.CollectionTask:768:7130:140134973316864] Generated class ccm_extnetworkadapterconfiguration with query "SELECT FQDN  FROM CCM_ExtNetworkAdapterConfiguration" could not be found.
2013-02-07T19:13:53,001Z Warning    [scx.client.Agents.Inventory.CollectionTask:768:7130:140134973316864] Generated class ccm_networkadapterconfiguration with query "SELECT IPSubnet  FROM CCM_NetworkAdapterConfiguration" could not be found.
2013-02-07T19:13:54,001Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1862:7130:140134973316864] GetAllMatches -- Record did not have all properties.
2013-02-07T19:13:54,002Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1864:7130:140134973316864] Query was: SELECT EncodedSigningPublicKey  FROM CCM_ClientSecurityInformation
2013-02-07T19:13:54,002Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1865:7130:140134973316864] Missing Properties: EncodedSigningPublicKey
2013-02-07T19:13:54,035Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:2237:7130:140134974349056] Attempt to SaveClass() without a class name is not allowed!
2013-02-07T19:13:57,345Z Warning    [scx.client.scheduler.ScheduledMessageManager:122:7130:140134973316864] Schedule with Id : {00000000-0000-0000-0000-000000000120} cannot be added. The endpoint : OOBMgmt is not supported.
2013-02-07T19:13:59,270Z Error      [scx.client.scheduler.Schedule:313:7130:140134973316864] Failed to create and initialize trigger for schedule {00000000-0000-0000-0000-000000000224}
2013-02-07T19:13:59,270Z Error      [scx.client.scheduler.Schedule:167:7130:140134973316864] Schedule activation failed.  Schdule is invalid.
2013-02-07T19:13:59,270Z Error      [scx.client.scheduler.ScheduledMessageManager:115:7130:140134973316864] Failed to initialize Schedule with Id : {00000000-0000-0000-0000-000000000224}
2013-02-07T19:14:00,517Z Warning    [scx.client.scheduler.ScheduledMessageManager:122:7130:140134973316864] Schedule with Id : {00000000-0000-0000-0000-000000000121} cannot be added. The endpoint : DCMAgent is not supported.
2013-02-07T19:14:02,565Z Warning    [scx.client.scheduler.ScheduledMessageManager:122:7130:140134973316864] Schedule with Id : {00000000-0000-0000-0000-000000000122} cannot be added. The endpoint : DCMAgent is not supported.
2013-02-07T19:14:03,827Z Error      [scx.client.scheduler.ScheduleToken:660:7130:140134973316864] Schedule was not recurring, and the firing time is in the past.  Schedule will not be fired.
2013-02-07T19:14:03,827Z Warning    [scx.client.scheduler.Schedule:126:7130:140134973316864] Schedule has no more firing times in the future.  Schedule is ignored.
2013-02-07T19:14:03,827Z Error      [scx.client.scheduler.ScheduledMessageManager:115:7130:140134973316864] Failed to initialize Schedule with Id : AU520000-AU500004-3B5BFFE2 - {27b69441-2a2e-4dd8-86ba-b58568e87142}
2013-02-07T19:14:06,012Z Warning    [scx.client.scheduler.ScheduledMessageManager:122:7130:140134974091008] Schedule with Id : {00000000-0000-0000-0000-000000000116} cannot be added. The endpoint : StateMessageManager is not supported.
2013-02-07T19:14:06,013Z Warning    [scx.client.scheduler.ScheduledMessageManager:122:7130:140134974607104] Schedule with Id : {00000000-0000-0000-0000-000000000112} cannot be added. The endpoint : StateMessageManager is not supported.
2013-02-07T19:14:06,014Z Warning    [scx.client.scheduler.ScheduledMessageManager:122:7130:140134975381248] Schedule with Id : {00000000-0000-0000-0000-000000000111} cannot be added. The endpoint : StateMessageManager is not supported.
2013-02-07T19:14:06,015Z Warning    [scx.client.scheduler.ScheduledMessageManager:122:7130:140134973316864] Schedule with Id : {00000000-0000-0000-0000-000000000115} cannot be added. The endpoint : StateMessageManager is not supported.
2013-02-07T19:14:13,269Z Warning    [scx.client.agent.SoftwareDist.SoftDistPolicy:1550:7130:140134976155392] Unable to obtain BOOL instance information for key ADV_ExpirationTimeIsGMT because key was not present in policy.
2013-02-07T19:14:13,269Z Warning    [scx.client.agent.SoftwareDist.SoftDistPolicy:1550:7130:140134976155392] Unable to obtain BOOL instance information for key ADV_RebootLogoffNotification because key was not present in policy.
2013-02-07T19:14:13,270Z Warning    [scx.client.agent.SoftwareDist.SoftDistPolicy:1550:7130:140134976155392] Unable to obtain BOOL instance information for key DistributeOnDemand because key was not present in policy.
2013-02-07T19:14:13,275Z Error      [scx.client.agents.softwaredist.RejectPolicyMgr:354:7130:140134976155392] Failed to query WMI for rejected policy. The query was select * from CCM_RejectedPolicy where AdvertisementID = "AU520000" and ProgramID = "Configuration Manager Client Upgrade Program" and PackageID = "AU500004" and User = "System"
2013-02-07T19:28:41,167Z Warning    [scx.client.agents.policy.PolicyMessageHandler:88:7130:140134975123200] Processing of User policies are not supported.
2013-02-07T19:28:43,451Z Error      [scx.core.client.agent.policy.PolicyEvaluation:350:7130:140134975123200] Policy Assignment instance was not found under namespace unknown
2013-02-07T19:28:49,721Z Error      [scx.client.messaging.Messenger:1055:7130:140134975123200] Error decrypting a payload
2013-02-07T19:28:49,721Z Error      [scx.client.agents.policy.RequestPolicyBody:227:7130:140134975123200] Policy Download Request Failed of http://MP.FQDN/SMS_MP/.sms_pol?{1a10294c-e457-4bd9-8bcf-cde36f8428ff}.1_00
2013-02-07T19:28:49,721Z Error      [scx.client.agents.policy.RequestPolicyBody:228:7130:140134975123200] Failed to decrypt encrypted payload
2013-02-07T19:28:49,721Z Warning    [scx.client.agents.policy.RequestPolicyBody:132:7130:140134975123200] BuildRequestResponse failed.  This is not fatal unless it happens on all the policies

February 8th, 2013 3:44am

Here is documentation on setting up a Linux client with PKI 

http://technet.microsoft.com/en-us/library/jj573947#BKMK_SecurityforLnU

If the MP that you specify on the commandline is not SSL enabled, the client will still communicate with it, get a list of MPs to determine if there is an MP that supports SSL. Otherwise it will still communicate with the MP using the issued PKI cert instead of creating a self-signed certificate.

Default logging will only show WARNINGS and ERRORS. You can enable more detailed tracing by changing the log level to INFO instead of WARNING.

Free Windows Admin Tool Kit Click here and download it now
February 8th, 2013 7:33pm

John

Thanks for the reply!  It helped me get all the certs worked out, i'll have extra steps to add now.  i feel a lot more confident in my cert now, however, my scxcm.log still looks the same as it did before.  how do i change the log level to INFO?

Todd

February 8th, 2013 10:41pm

Changing log level is documented on TechNet :-)

http://technet.microsoft.com/en-us/library/c6675aac-4bb8-4b4b-9075-06b4ecec2a18#BKMK_LogFilesforLnU

Free Windows Admin Tool Kit Click here and download it now
February 9th, 2013 12:24am

John

Thanks for the links to everything.  I think my problem was the cert on the CA.  Once I duplicated the Workstation Template, set the private key to be exportable, and set the subject to "supply in the request", I was able to get the right cert.  Also changing the logging level helped me see that it was actually succeeding in some things, while failing on others.  My above steps remained nearly the same after all, and I now have two RHEL6 x64 clients communicating via PKI with my SCCM 2012 SP1 HTTPS only site server.  Many thanks!

Just wanted to put down the consolidated and updated final steps that ended up working for me.  All actions on the Linux host are done as root.

  1. Set up and get working PKI for windows and SCCM.  http://technet.microsoft.com/en-us/library/gg682023.aspx
  2. On the CA make a new certificate template for linux clients thats a copy of the Workstation Template and make the private key exportable, also make the Subject "Supply in the request".Issue the new template.  This part doesnt have a section in the above document like the Windows and Mac clients do.
  3. Generate a CSR on the linux client : openssl req -newkey rsa:2048 -nodes -keyout host.key -out host.csr -subj /CN=host.domain.com
  4. Issue a cert using the contents of the CSR on the Windows CA Cert Server website, using the new Linux template.  Choose base64 when you download or you will have to convert the DER separately. You can save it as host.cer.
  5. Copy host.cer from step 4 to the Linux host and combine host.key, host.cer, and your CA chain (all of it if you have a subordinate CA as well, mine was provided as base64)  to create a .pfx file : openssl pkcs12 -export -in host.cer -inkey host.key -certfile allrootschainbase64.cer -name host -passout pass:hostcertpassword -out host.pfx
  6. Install SCCM client : ./install -mp fqdn.sccm-mp.domain.com -sitecode 123 -UsePKICert <full path to host.pfx> -certpw hostcertpassword -httpsport 443 -NoCRLCheck ccm-RHEL6x64.1.0.0.4008.tar
  7. Once installation is successful, edit /opt/microsoft/configmgr/etc/scxcm.conf and change each instance of the tag MODULE to the desired log level.  Replace WARNING with INFO.
  8. In a separate ssh window tail the log file: tail -f /var/opt/microsoft/scxcm.log  (to make it readable make the window as large as possible, the lines in the log are long.)
  9. Run /opt/Microsoft/configmgr/bin/ccmexec rs hinv to begin a hardware inventory.
  10. Run /opt/Microsoft/configmgr/bin/ccmexec rs policy to begin a policy retrieval.
  11. Monitor the tail from step 8, when hinv is complete Inventory: Successfully sent report will be in the log.
  12. Monitor the tail from step 8, you should see multiple entries for ++++Policy Evaluation TRUE and policy ID is being applied and Policy Evaluation:  Policy bodies downloaded
  13. Refresh the SCCM console and look for the host.  Add the Client Certificate column and Operating System column to the All systems collection view.
  14. Load resource explorer for the host in the console and see populated data about the host.
  15. Once data is successfully populated in SCCM for the host reverse the change in step 7 and edit /opt/microsoft/configmgr/etc/scxcm.conf and change each instance of the tag MODULE to the desired log level.   Default is WARNING, however ERROR will produce the smallest log file.

 Todd


  • Marked as answer by Todd Mote Monday, February 11, 2013 7:04 PM
  • Edited by Todd Mote Thursday, April 18, 2013 2:35 PM
February 9th, 2013 7:24am

Todd,

Thanks for putting this together!  I have a similar configuration, but seem to be getting something wrong.  First, after setting the "Supply in the Request", I am not clear how this certificate can get posted so it is selected from CA authority (I have my own subordinate CA to work with).   Also, on the CA chain in step #5--do I simply download the cert as well as the cert chain from the CA authority website?  I did this, and copied both cert and chain (a pk7 file) as base64 and copied everything over, then ran

openssl pkcs12 -export -in host.cer -inkey host.key -certfile mychain.pk7 -name <Linux name> -passout pass:<pwd> -out host.pfx

the install is

./install -mp <mp> -sitecode NXG -UsePKICert host.pfx -certpw <pwd> -httpsport 443 -NoCRLCheck ccm-RHEL5x64....

The install fails, "Certificate file does not exist or the location is not readable.  Failed to import the Client Signing Certificate

Can you see what I am doing wrong?

Thanks,

David

Free Windows Admin Tool Kit Click here and download it now
April 2nd, 2013 2:48am

David

Sorry for not seeing this earlier!  I was actually looking for something else and just happened to reread my own post..  :)  I think the error is just what it means, it can't find the cert.  I should edit my post, my internal notes and documentation says <full path to cert> for the host .pfx cert.  Give that a try.

Todd

April 18th, 2013 2:35pm

So I am having this same issue. I got the cert issue resolved but am having the same errors about inventory in the log. See below:

2013-04-30T21:22:17,285Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1843:29048:47416481226784] InvalidatePolicyCookie() Failed to find DataStore Instance for namespace: /opt/microsoft/configmgr/root/ccm/policy/machine/requestedconfig//unknown
2013-04-30T21:22:26,325Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1651:29048:47416481226784] CheckAndCleanPolicyAnnouncement() Validated Policy assignment namespace: root/ccm/policy/machine/requestedconfig/unknown
2013-04-30T21:22:26,947Z Warning    [scx.client.scheduler.ScheduledMessageManager:122:29048:47416481226784] Schedule with Id : {00000000-0000-0000-0000-000000000041} cannot be added. The endpoint : PolicyAgent_Cleanup is not supported.
2013-04-30T21:22:26,953Z Warning    [scx.client.scheduler.ScheduledMessageManager:122:29048:47416481226784] Schedule with Id : {00000000-0000-0000-0000-000000000040} cannot be added. The endpoint : PolicyAgent_Cleanup is not supported.
2013-04-30T21:22:26,981Z Warning    [scx.client.agents.inventory.InvDataStore:413:29048:47416554291520] CInvDataStore::OpenReports: EnumerateReports failed.  Continuing with FULL report.
2013-04-30T21:22:28,001Z Error      [scx.client.Agents.Inventory.CollectionTask:1495:29048:47416554033472] NanoWBEM status return was MI_RESULT_NOT_FOUND
2013-04-30T21:22:29,000Z Warning    [scx.client.Agents.Inventory.CollectionTask:836:29048:47416554033472] NanoWBEM collection task failed for class win32_computersystemproduct (NanoWBEM references as win32_computersystemproduct).  Class will not be included in report.
2013-04-30T21:22:29,004Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1862:29048:47416554033472] GetAllMatches -- Record did not have all properties.
2013-04-30T21:22:29,004Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1864:29048:47416554033472] Query was: SELECT EncodedSigningPublicKey  FROM CCM_ClientSecurityInformation
2013-04-30T21:22:29,004Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1865:29048:47416554033472] Missing Properties: EncodedSigningPublicKey
2013-04-30T21:22:29,012Z Warning    [scx.client.Agents.Inventory.CollectionTask:768:29048:47416554033472] Generated class ccm_computersystem with query "SELECT Domain  FROM CCM_ComputerSystem" could not be found.
2013-04-30T21:22:29,017Z Error      [scx.client.Agents.Inventory.CollectionTask:1495:29048:47416554033472] NanoWBEM status return was MI_RESULT_NOT_FOUND
2013-04-30T21:22:30,001Z Warning    [scx.client.Agents.Inventory.CollectionTask:836:29048:47416554033472] NanoWBEM collection task failed for class sms_bios (NanoWBEM references as sms_bios).  Class will not be included in report.
2013-04-30T21:22:36,000Z Warning    [scx.client.Agents.Inventory.CollectionTask:768:29048:47416554033472] Generated class sms_authority with query "SELECT Name  FROM SMS_Authority" could not be found.
2013-04-30T21:22:36,001Z Error      [scx.client.Agents.Inventory.CollectionTask:1495:29048:47416554033472] NanoWBEM status return was MI_RESULT_NOT_FOUND
2013-04-30T21:28:29,000Z Warning    [scx.client.Agents.Inventory.CollectionTask:768:29048:47416567103808] Generated class ccm_adsiteinfo with query "SELECT ADSiteName  FROM CCM_ADSiteInfo" could not be found.
2013-04-30T21:28:29,000Z Warning    [scx.client.Agents.Inventory.CollectionTask:768:29048:47416567103808] Generated class ccm_ipv6prefixnetworkadapterconfiguration with query "SELECT IPv6Prefix  FROM CCM_IPv6PrefixNetworkAdapterConfiguration" could not be found.
2013-04-30T21:28:29,001Z Warning    [scx.client.Agents.Inventory.CollectionTask:768:29048:47416567103808] Generated class ccm_ipv6networkadapterconfiguration with query "SELECT IPv6Address  FROM CCM_IPv6NetworkAdapterConfiguration" could not be found.
2013-04-30T21:28:29,001Z Warning    [scx.client.Agents.Inventory.CollectionTask:768:29048:47416567103808] Generated class ccm_extnetworkadapterconfiguration with query "SELECT FQDN  FROM CCM_ExtNetworkAdapterConfiguration" could not be found.
2013-04-30T21:28:29,001Z Warning    [scx.client.Agents.Inventory.CollectionTask:768:29048:47416567103808] Generated class ccm_networkadapterconfiguration with query "SELECT IPSubnet  FROM CCM_NetworkAdapterConfiguration" could not be found.
2013-04-30T21:28:30,013Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1862:29048:47416567103808] GetAllMatches -- Record did not have all properties.
2013-04-30T21:28:30,013Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1864:29048:47416567103808] Query was: SELECT EncodedSigningPublicKey  FROM CCM_ClientSecurityInformation
2013-04-30T21:28:30,013Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1865:29048:47416567103808] Missing Properties: EncodedSigningPublicKey
2013-04-30T21:28:30,095Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:2237:29048:47416554807616] Attempt to SaveClass() without a class name is not allowed!
2013-04-30T21:28:36,965Z Error      [scx.client.scheduler.Schedule:313:29048:47416567103808] Failed to create and initialize trigger for schedule {00000000-0000-0000-0000-000000000224}
2013-04-30T21:28:36,965Z Error      [scx.client.scheduler.Schedule:167:29048:47416567103808] Schedule activation failed.  Schdule is invalid.
2013-04-30T21:28:36,965Z Error      [scx.client.scheduler.ScheduledMessageManager:115:29048:47416567103808] Failed to initialize Schedule with Id : {00000000-0000-0000-0000-000000000224}
2013-04-30T21:28:44,065Z Warning    [scx.client.scheduler.ScheduledMessageManager:122:29048:47416565813568] Schedule with Id : {00000000-0000-0000-0000-000000000122} cannot be added. The endpoint : DCMAgent is not supported.
2013-04-30T21:28:46,269Z Warning    [scx.client.scheduler.ScheduledMessageManager:122:29048:47416565813568] Schedule with Id : {00000000-0000-0000-0000-000000000032} cannot be added. The endpoint : SrcUpdateMgr is not supported.
@                                                                                                                             

Free Windows Admin Tool Kit Click here and download it now
April 30th, 2013 9:30pm

Hi All,

I am having this issue, And i have collected Inventory of Linux machine. But I am unable to installed SCEP Client on Linux Machine. Please find the installation logs there is some error & warning showing.....

*  $$<LinuxUNIXClient><10-17-2013 20:09:02.000+330><thread=0 (0x7fff83d39cd8)>
* System Center 2012 SP1 - Configuration Manager  $$<LinuxUNIXClient><10-17-2013 20:09:02.000+330><thread=0 (0x7fff83d39cd8)>
* Build number: 1.0.0-4648 Labeled_Build  $$<LinuxUNIXClient><10-17-2013 20:09:02.000+330><thread=0 (0x7fff83d39cd8)>
* Process id: 17817  $$<LinuxUNIXClient><10-17-2013 20:09:02.000+330><thread=0 (0x7fff83d39cd8)>
* Process started: 2013-10-17T14:38:58,674Z  $$<LinuxUNIXClient><10-17-2013 20:09:02.000+330><thread=0 (0x7fff83d39cd8)>
*  $$<LinuxUNIXClient><10-17-2013 20:09:02.000+330><thread=0 (0x7fff83d39cd8)>
* Log format: <date> <severity>     [<code module>:<line number>:<process id>:<thread id>] <message>  $$<LinuxUNIXClient><10-17-2013 20:09:02.000+330><thread=0 (0x7fff83d39cd8)>
*  $$<LinuxUNIXClient><10-17-2013 20:09:02.000+330><thread=0 (0x7fff83d39cd8)>
2013-10-17T14:39:02,842Z Error      [scx.client.FSP::SendDeploymentAssignmentFSPMessage:330:17817:47895252082688] A Fallback Status Point has not been specified.  Certificate Status Message will not be sent  $$<LinuxUNIXClient><10-17-2013 20:09:02.000+330><thread=47895252082688 (0x7fff83d39ff8)>
2013-10-17T14:39:04,026Z Error      [scx.client.FSP::SendDeploymentAssignmentFSPMessage:62:17817:47895252082688] A Fallback Status Point has not been specified.  Message with STATEID=500 will not be sent.  $$<LinuxUNIXClient><10-17-2013 20:09:04.000+330><thread=47895252082688 (0x7fff83d39768)>
2013-10-17T14:39:04,030Z Error      [scx.client.FSP::SendDeploymentAssignmentFSPMessage:62:17817:47895252082688] A Fallback Status Point has not been specified.  Message with STATEID=700 will not be sent.  $$<LinuxUNIXClient><10-17-2013 20:09:04.000+330><thread=47895252082688 (0x7fff83d39b98)>
2013-10-17T14:40:04,867Z Error      [scx.client.FSP::SendDeploymentAssignmentFSPMessage:330:17817:47895324766528] A Fallback Status Point has not been specified.  Certificate Status Message will not be sent  $$<LinuxUNIXClient><10-17-2013 20:10:04.000+330><thread=47895324766528 (0x2b8f7fd19408)>
2013-10-17T14:40:04,932Z Warning    [scx.client.scheduler.ScheduledMessageManager:143:17817:47895252082688] Schedule with Id : {00000000-0000-0000-0000-000000000041} cannot be added. The endpoint : PolicyAgent_Cleanup is not supported.  $$<LinuxUNIXClient><10-17-2013 20:10:04.000+330><thread=47895252082688 (0x7fff83d3a178)>
2013-10-17T14:40:05,010Z Warning    [scx.client.agents.policy.PolicyMessageHandler:97:17817:47895324766528] Processing of User policies are not supported.  $$<LinuxUNIXClient><10-17-2013 20:10:05.000+330><thread=47895324766528 (0x2b8f7fd19a88)>
2013-10-17T14:40:05,230Z Warning    [scx.client.agents.policy.PolicyMessageHandler:97:17817:47895324766528] Processing of User policies are not supported.  $$<LinuxUNIXClient><10-17-2013 20:10:05.000+330><thread=47895324766528 (0x2b8f7fd19a08)>
2013-10-17T14:40:05,506Z Warning    [scx.client.scheduler.ScheduledMessageManager:143:17817:47895252082688] Schedule with Id : {00000000-0000-0000-0000-000000000040} cannot be added. The endpoint : PolicyAgent_Cleanup is not supported.  $$<LinuxUNIXClient><10-17-2013 20:10:05.000+330><thread=47895252082688 (0x7fff83d3a178)>
2013-10-17T14:40:05,639Z Warning    [scx.client.agents.policy.PolicyMessageHandler:97:17817:47895462273344] Processing of User policies are not supported.  $$<LinuxUNIXClient><10-17-2013 20:10:05.000+330><thread=47895462273344 (0x2b8f8803ca88)>
2013-10-17T14:40:05,726Z Warning    [scx.client.agents.policy.PolicyMessageHandler:80:17817:47895462273344] Message for Validate assignment received, this is currently not supported  $$<LinuxUNIXClient><10-17-2013 20:10:05.000+330><thread=47895462273344 (0x2b8f8803ca88)>
2013-10-17T14:40:08,871Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1706:17817:47895462273344] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {452ff981-77d5-4d0c-bff9-8ffc8f9e2b94}  $$<LinuxUNIXClient><10-17-2013 20:10:08.000+330><thread=47895462273344 (0x2b8f8803b1d8)>
2013-10-17T14:40:09,743Z Error      [scx.client.agents.InventoryAgentState:933:17817:47895324250432] CInvState::CheckInventoryAgentConfig: Get() failed (HW)  $$<LinuxUNIXClient><10-17-2013 20:10:09.000+330><thread=47895324250432 (0x2b8f7fc99ca8)>
2013-10-17T14:40:09,746Z Warning    [scx.client.agents.inventory.InvDataStore:339:17817:47895324250432] CInvDataStore::OpenReports: EnumerateReports failed.  Continuing with FULL report.  $$<LinuxUNIXClient><10-17-2013 20:10:09.000+330><thread=47895324250432 (0x2b8f7fc99618)>
2013-10-17T14:40:09,748Z Error      [scx.client.agents.InventoryAgentState:1321:17817:47895324250432] CInvState::GetOrCreateActionStatus: ExecQuery() Failed to retrieve Action Status.  $$<LinuxUNIXClient><10-17-2013 20:10:09.000+330><thread=47895324250432 (0x2b8f7fc99538)>
2013-10-17T14:40:09,875Z Warning    [scx.client.Agents.Inventory.CollectionTask:1595:17817:47895324250432] OMI status return was MI_RESULT_NOT_FOUND (Provider may not have been implemented for Unix/Linux)  $$<LinuxUNIXClient><10-17-2013 20:10:09.000+330><thread=47895324250432 (0x2b8f7fc97848)>
2013-10-17T14:40:10,876Z Warning    [scx.client.Agents.Inventory.CollectionTask:851:17817:47895324250432] OMI collection task failed for class win32_computersystemproduct (OMI references as win32_computersystemproduct).  Class will not be included in report.  $$<LinuxUNIXClient><10-17-2013 20:10:10.000+330><thread=47895324250432 (0x2b8f7fc98898)>
2013-10-17T14:40:10,880Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1754:17817:47895324250432] GetAllMatches -- Record did not have all properties.  $$<LinuxUNIXClient><10-17-2013 20:10:10.000+330><thread=47895324250432 (0x2b8f7fc985b8)>
2013-10-17T14:40:10,881Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1756:17817:47895324250432] Query was: SELECT EncodedSigningPublicKey  FROM CCM_ClientSecurityInformation  $$<LinuxUNIXClient><10-17-2013 20:10:10.000+330><thread=47895324250432 (0x2b8f7fc985b8)>
2013-10-17T14:40:10,881Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1757:17817:47895324250432] Missing Properties: EncodedSigningPublicKey   $$<LinuxUNIXClient><10-17-2013 20:10:10.000+330><thread=47895324250432 (0x2b8f7fc985b8)>
2013-10-17T14:40:10,885Z Warning    [scx.client.Agents.Inventory.CollectionTask:791:17817:47895324250432] Generated class ccm_discoverydata with query "SELECT PlatformID  FROM CCM_DiscoveryData" could not be found.  $$<LinuxUNIXClient><10-17-2013 20:10:10.000+330><thread=47895324250432 (0x2b8f7fc98898)>
2013-10-17T14:40:10,885Z Warning    [scx.client.Agents.Inventory.CollectionTask:791:17817:47895324250432] Generated class ccm_computersystem with query "SELECT Domain  FROM CCM_ComputerSystem" could not be found.  $$<LinuxUNIXClient><10-17-2013 20:10:10.000+330><thread=47895324250432 (0x2b8f7fc98898)>
2013-10-17T14:40:17,902Z Warning    [scx.client.Agents.Inventory.CollectionTask:791:17817:47895324250432] Generated class sms_authority with query "SELECT Name  FROM SMS_Authority" could not be found.  $$<LinuxUNIXClient><10-17-2013 20:10:17.000+330><thread=47895324250432 (0x2b8f7fc98898)>
2013-10-17T14:40:17,903Z Warning    [scx.client.Agents.Inventory.CollectionTask:1595:17817:47895324250432] OMI status return was MI_RESULT_NOT_FOUND (Provider may not have been implemented for Unix/Linux)  $$<LinuxUNIXClient><10-17-2013 20:10:17.000+330><thread=47895324250432 (0x2b8f7fc97848)>
2013-10-17T14:40:18,903Z Warning    [scx.client.Agents.Inventory.CollectionTask:851:17817:47895324250432] OMI collection task failed for class ccm_desktopmachine (OMI references as ccm_desktopmachine).  Class will not be included in report.  $$<LinuxUNIXClient><10-17-2013 20:10:18.000+330><thread=47895324250432 (0x2b8f7fc98898)>
2013-10-17T14:40:18,904Z Warning    [scx.client.Agents.Inventory.CollectionTask:791:17817:47895324250432] Generated class ccm_adsiteinfo with query "SELECT ADSiteName  FROM CCM_ADSiteInfo" could not be found.  $$<LinuxUNIXClient><10-17-2013 20:10:18.000+330><thread=47895324250432 (0x2b8f7fc98898)>
2013-10-17T14:40:18,904Z Warning    [scx.client.Agents.Inventory.CollectionTask:791:17817:47895324250432] Generated class ccm_ipv6prefixnetworkadapterconfiguration with query "SELECT IPv6Prefix  FROM CCM_IPv6PrefixNetworkAdapterConfiguration" could not be found.  $$<LinuxUNIXClient><10-17-2013 20:10:18.000+330><thread=47895324250432 (0x2b8f7fc98898)>
2013-10-17T14:40:18,904Z Warning    [scx.client.Agents.Inventory.CollectionTask:791:17817:47895324250432] Generated class ccm_ipv6networkadapterconfiguration with query "SELECT IPv6Address  FROM CCM_IPv6NetworkAdapterConfiguration" could not be found.  $$<LinuxUNIXClient><10-17-2013 20:10:18.000+330><thread=47895324250432 (0x2b8f7fc98898)>
2013-10-17T14:40:18,904Z Warning    [scx.client.Agents.Inventory.CollectionTask:791:17817:47895324250432] Generated class ccm_extnetworkadapterconfiguration with query "SELECT FQDN  FROM CCM_ExtNetworkAdapterConfiguration" could not be found.  $$<LinuxUNIXClient><10-17-2013 20:10:18.000+330><thread=47895324250432 (0x2b8f7fc98898)>
2013-10-17T14:40:18,905Z Warning    [scx.client.Agents.Inventory.CollectionTask:791:17817:47895324250432] Generated class ccm_networkadapterconfiguration with query "SELECT IPSubnet  FROM CCM_NetworkAdapterConfiguration" could not be found.  $$<LinuxUNIXClient><10-17-2013 20:10:18.000+330><thread=47895324250432 (0x2b8f7fc98898)>
2013-10-17T14:40:19,907Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1754:17817:47895324250432] GetAllMatches -- Record did not have all properties.  $$<LinuxUNIXClient><10-17-2013 20:10:19.000+330><thread=47895324250432 (0x2b8f7fc989a8)>
2013-10-17T14:40:19,907Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1756:17817:47895324250432] Query was: SELECT EncodedSigningPublicKey  FROM CCM_ClientSecurityInformation  $$<LinuxUNIXClient><10-17-2013 20:10:19.000+330><thread=47895324250432 (0x2b8f7fc989a8)>
2013-10-17T14:40:19,907Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1757:17817:47895324250432] Missing Properties: EncodedSigningPublicKey   $$<LinuxUNIXClient><10-17-2013 20:10:19.000+330><thread=47895324250432 (0x2b8f7fc989a8)>
2013-10-17T14:40:19,977Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:2150:17817:47895324250432] Attempt to SaveClass() without a class name is not allowed!  $$<LinuxUNIXClient><10-17-2013 20:10:19.000+330><thread=47895324250432 (0x2b8f7fc97d78)>
2013-10-17T14:40:19,977Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:2150:17817:47895324250432] Attempt to SaveClass() without a class name is not allowed!  $$<LinuxUNIXClient><10-17-2013 20:10:19.000+330><thread=47895324250432 (0x2b8f7fc97d78)>
2013-10-17T14:40:20,430Z Warning    [scx.client.agents.inventory.InvDataStore:339:17817:47895324766528] CInvDataStore::OpenReports: EnumerateReports failed.  Continuing with FULL report.  $$<LinuxUNIXClient><10-17-2013 20:10:20.000+330><thread=47895324766528 (0x2b8f7fd17618)>
2013-10-17T14:40:20,436Z Error      [scx.client.agents.InventoryAgentState:1321:17817:47895324766528] CInvState::GetOrCreateActionStatus: ExecQuery() Failed to retrieve Action Status.  $$<LinuxUNIXClient><10-17-2013 20:10:20.000+330><thread=47895324766528 (0x2b8f7fd17538)>
2013-10-17T14:40:20,567Z Warning    [scx.client.Agents.Inventory.CollectionTask:1595:17817:47895324766528] OMI status return was MI_RESULT_NOT_FOUND (Provider may not have been implemented for Unix/Linux)  $$<LinuxUNIXClient><10-17-2013 20:10:20.000+330><thread=47895324766528 (0x2b8f7fd15848)>
2013-10-17T14:40:21,568Z Warning    [scx.client.Agents.Inventory.CollectionTask:851:17817:47895324766528] OMI collection task failed for class win32_computersystemproduct (OMI references as win32_computersystemproduct).  Class will not be included in report.  $$<LinuxUNIXClient><10-17-2013 20:10:21.000+330><thread=47895324766528 (0x2b8f7fd16898)>
2013-10-17T14:40:21,573Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1754:17817:47895324766528] GetAllMatches -- Record did not have all properties.  $$<LinuxUNIXClient><10-17-2013 20:10:21.000+330><thread=47895324766528 (0x2b8f7fd165b8)>
2013-10-17T14:40:21,573Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1756:17817:47895324766528] Query was: SELECT EncodedSigningPublicKey  FROM CCM_ClientSecurityInformation  $$<LinuxUNIXClient><10-17-2013 20:10:21.000+330><thread=47895324766528 (0x2b8f7fd165b8)>
2013-10-17T14:40:21,573Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1757:17817:47895324766528] Missing Properties: EncodedSigningPublicKey   $$<LinuxUNIXClient><10-17-2013 20:10:21.000+330><thread=47895324766528 (0x2b8f7fd165b8)>
2013-10-17T14:40:21,577Z Warning    [scx.client.Agents.Inventory.CollectionTask:791:17817:47895324766528] Generated class ccm_discoverydata with query "SELECT PlatformID  FROM CCM_DiscoveryData" could not be found.  $$<LinuxUNIXClient><10-17-2013 20:10:21.000+330><thread=47895324766528 (0x2b8f7fd16898)>
2013-10-17T14:40:21,577Z Warning    [scx.client.Agents.Inventory.CollectionTask:791:17817:47895324766528] Generated class ccm_computersystem with query "SELECT Domain  FROM CCM_ComputerSystem" could not be found.  $$<LinuxUNIXClient><10-17-2013 20:10:21.000+330><thread=47895324766528 (0x2b8f7fd16898)>
2013-10-17T14:40:27,778Z Warning    [scx.client.Agents.Inventory.CollectionTask:791:17817:47895324766528] Generated class sms_authority with query "SELECT Name  FROM SMS_Authority" could not be found.  $$<LinuxUNIXClient><10-17-2013 20:10:27.000+330><thread=47895324766528 (0x2b8f7fd16898)>
2013-10-17T14:40:27,779Z Warning    [scx.client.Agents.Inventory.CollectionTask:1595:17817:47895324766528] OMI status return was MI_RESULT_NOT_FOUND (Provider may not have been implemented for Unix/Linux)  $$<LinuxUNIXClient><10-17-2013 20:10:27.000+330><thread=47895324766528 (0x2b8f7fd15848)>
2013-10-17T14:40:28,779Z Warning    [scx.client.Agents.Inventory.CollectionTask:851:17817:47895324766528] OMI collection task failed for class ccm_desktopmachine (OMI references as ccm_desktopmachine).  Class will not be included in report.  $$<LinuxUNIXClient><10-17-2013 20:10:28.000+330><thread=47895324766528 (0x2b8f7fd16898)>
2013-10-17T14:40:28,780Z Warning    [scx.client.Agents.Inventory.CollectionTask:791:17817:47895324766528] Generated class ccm_adsiteinfo with query "SELECT ADSiteName  FROM CCM_ADSiteInfo" could not be found.  $$<LinuxUNIXClient><10-17-2013 20:10:28.000+330><thread=47895324766528 (0x2b8f7fd16898)>
2013-10-17T14:40:28,780Z Warning    [scx.client.Agents.Inventory.CollectionTask:791:17817:47895324766528] Generated class ccm_ipv6prefixnetworkadapterconfiguration with query "SELECT IPv6Prefix  FROM CCM_IPv6PrefixNetworkAdapterConfiguration" could not be found.  $$<LinuxUNIXClient><10-17-2013 20:10:28.000+330><thread=47895324766528 (0x2b8f7fd16898)>
2013-10-17T14:40:28,780Z Warning    [scx.client.Agents.Inventory.CollectionTask:791:17817:47895324766528] Generated class ccm_ipv6networkadapterconfiguration with query "SELECT IPv6Address  FROM CCM_IPv6NetworkAdapterConfiguration" could not be found.  $$<LinuxUNIXClient><10-17-2013 20:10:28.000+330><thread=47895324766528 (0x2b8f7fd16898)>
2013-10-17T14:40:28,780Z Warning    [scx.client.Agents.Inventory.CollectionTask:791:17817:47895324766528] Generated class ccm_extnetworkadapterconfiguration with query "SELECT FQDN  FROM CCM_ExtNetworkAdapterConfiguration" could not be found.  $$<LinuxUNIXClient><10-17-2013 20:10:28.000+330><thread=47895324766528 (0x2b8f7fd16898)>
2013-10-17T14:40:29,835Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1754:17817:47895324766528] GetAllMatches -- Record did not have all properties.  $$<LinuxUNIXClient><10-17-2013 20:10:29.000+330><thread=47895324766528 (0x2b8f7fd169a8)>
2013-10-17T14:40:29,835Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1756:17817:47895324766528] Query was: SELECT EncodedSigningPublicKey  FROM CCM_ClientSecurityInformation  $$<LinuxUNIXClient><10-17-2013 20:10:29.000+330><thread=47895324766528 (0x2b8f7fd169a8)>
2013-10-17T14:40:29,835Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1757:17817:47895324766528] Missing Properties: EncodedSigningPublicKey   $$<LinuxUNIXClient><10-17-2013 20:10:29.000+330><thread=47895324766528 (0x2b8f7fd169a8)>
2013-10-17T14:40:29,846Z Error      [scx.client.agents.InventoryAgentState:1025:17817:47895324766528] Inventory: Collection task failed to complete successfully. No report will be sent.  $$<LinuxUNIXClient><10-17-2013 20:10:29.000+330><thread=47895324766528 (0x2b8f7fd170c8)>
2013-10-17T14:40:29,967Z Error      [scx.client.agents.InventoryAgentState:933:17817:47895324250432] CInvState::CheckInventoryAgentConfig: Get() failed (HW)  $$<LinuxUNIXClient><10-17-2013 20:10:29.000+330><thread=47895324250432 (0x2b8f7fc99ca8)>
2013-10-17T14:40:30,235Z Warning    [scx.client.Agents.Inventory.CollectionTask:1595:17817:47895324250432] OMI status return was MI_RESULT_NOT_FOUND (Provider may not have been implemented for Unix/Linux)  $$<LinuxUNIXClient><10-17-2013 20:10:30.000+330><thread=47895324250432 (0x2b8f7fc97848)>
2013-10-17T14:40:31,236Z Warning    [scx.client.Agents.Inventory.CollectionTask:851:17817:47895324250432] OMI collection task failed for class win32_computersystemproduct (OMI references as win32_computersystemproduct).  Class will not be included in report.  $$<LinuxUNIXClient><10-17-2013 20:10:31.000+330><thread=47895324250432 (0x2b8f7fc98898)>
2013-10-17T14:40:31,242Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1754:17817:47895324250432] GetAllMatches -- Record did not have all properties.  $$<LinuxUNIXClient><10-17-2013 20:10:31.000+330><thread=47895324250432 (0x2b8f7fc985b8)>
2013-10-17T14:40:31,242Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1756:17817:47895324250432] Query was: SELECT EncodedSigningPublicKey  FROM CCM_ClientSecurityInformation  $$<LinuxUNIXClient><10-17-2013 20:10:31.000+330><thread=47895324250432 (0x2b8f7fc985b8)>
2013-10-17T14:40:31,242Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1757:17817:47895324250432] Missing Properties: EncodedSigningPublicKey   $$<LinuxUNIXClient><10-17-2013 20:10:31.000+330><thread=47895324250432 (0x2b8f7fc985b8)>
2013-10-17T14:40:31,255Z Warning    [scx.client.Agents.Inventory.CollectionTask:791:17817:47895324250432] Generated class ccm_computersystem with query "SELECT Domain  FROM CCM_ComputerSystem" could not be found.  $$<LinuxUNIXClient><10-17-2013 20:10:31.000+330><thread=47895324250432 (0x2b8f7fc98898)>
2013-10-17T14:40:37,276Z Warning    [scx.client.Agents.Inventory.CollectionTask:791:17817:47895324250432] Generated class sms_authority with query "SELECT Name  FROM SMS_Authority" could not be found.  $$<LinuxUNIXClient><10-17-2013 20:10:37.000+330><thread=47895324250432 (0x2b8f7fc98898)>
2013-10-17T14:40:37,278Z Warning    [scx.client.Agents.Inventory.CollectionTask:1595:17817:47895324250432] OMI status return was MI_RESULT_NOT_FOUND (Provider may not have been implemented for Unix/Linux)  $$<LinuxUNIXClient><10-17-2013 20:10:37.000+330><thread=47895324250432 (0x2b8f7fc97848)>
2013-10-17T14:40:38,278Z Warning    [scx.client.Agents.Inventory.CollectionTask:851:17817:47895324250432] OMI collection task failed for class ccm_desktopmachine (OMI references as ccm_desktopmachine).  Class will not be included in report.  $$<LinuxUNIXClient><10-17-2013 20:10:38.000+330><thread=47895324250432 (0x2b8f7fc98898)>
2013-10-17T14:40:38,278Z Warning    [scx.client.Agents.Inventory.CollectionTask:791:17817:47895324250432] Generated class ccm_adsiteinfo with query "SELECT ADSiteName  FROM CCM_ADSiteInfo" could not be found.  $$<LinuxUNIXClient><10-17-2013 20:10:38.000+330><thread=47895324250432 (0x2b8f7fc98898)>
2013-10-17T14:40:38,278Z Warning    [scx.client.Agents.Inventory.CollectionTask:791:17817:47895324250432] Generated class ccm_ipv6prefixnetworkadapterconfiguration with query "SELECT IPv6Prefix  FROM CCM_IPv6PrefixNetworkAdapterConfiguration" could not be found.  $$<LinuxUNIXClient><10-17-2013 20:10:38.000+330><thread=47895324250432 (0x2b8f7fc98898)>
2013-10-17T14:40:38,278Z Warning    [scx.client.Agents.Inventory.CollectionTask:791:17817:47895324250432] Generated class ccm_ipv6networkadapterconfiguration with query "SELECT IPv6Address  FROM CCM_IPv6NetworkAdapterConfiguration" could not be found.  $$<LinuxUNIXClient><10-17-2013 20:10:38.000+330><thread=47895324250432 (0x2b8f7fc98898)>
2013-10-17T14:40:38,278Z Warning    [scx.client.Agents.Inventory.CollectionTask:791:17817:47895324250432] Generated class ccm_extnetworkadapterconfiguration with query "SELECT FQDN  FROM CCM_ExtNetworkAdapterConfiguration" could not be found.  $$<LinuxUNIXClient><10-17-2013 20:10:38.000+330><thread=47895324250432 (0x2b8f7fc98898)>
2013-10-17T14:40:39,334Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1754:17817:47895324250432] GetAllMatches -- Record did not have all properties.  $$<LinuxUNIXClient><10-17-2013 20:10:39.000+330><thread=47895324250432 (0x2b8f7fc989a8)>
2013-10-17T14:40:39,334Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1756:17817:47895324250432] Query was: SELECT EncodedSigningPublicKey  FROM CCM_ClientSecurityInformation  $$<LinuxUNIXClient><10-17-2013 20:10:39.000+330><thread=47895324250432 (0x2b8f7fc989a8)>
2013-10-17T14:40:39,334Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:1757:17817:47895324250432] Missing Properties: EncodedSigningPublicKey   $$<LinuxUNIXClient><10-17-2013 20:10:39.000+330><thread=47895324250432 (0x2b8f7fc989a8)>
2013-10-17T14:40:39,469Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:2150:17817:47895324250432] Attempt to SaveClass() without a class name is not allowed!  $$<LinuxUNIXClient><10-17-2013 20:10:39.000+330><thread=47895324250432 (0x2b8f7fc97d78)>
2013-10-17T14:40:39,469Z Error      [scx.client.utilities.SCXDataStore.SCXDataStore:2150:17817:47895324250432] Attempt to SaveClass() without a class name is not allowed!  $$<LinuxUNIXClient><10-17-2013 20:10:39.000+330><thread=47895324250432 (0x2b8f7fc97d78)>
2013-10-17T14:45:05,930Z Warning    [scx.client.agents.policy.PolicyMessageHandler:97:17817:47895462789440] Processing of User policies are not supported.  $$<LinuxUNIXClient><10-17-2013 20:15:05.000+330><thread=47895462789440 (0x2b8f880baa08)>
2013-10-17T14:50:05,814Z Warning    [scx.client.agents.policy.PolicyMessageHandler:97:17817:47895462273344] Processing of User policies are not supported.  $$<LinuxUNIXClient><10-17-2013 20:20:05.000+330><thread=47895462273344 (0x2b8f8803ca08)>
2013-10-17T14:55:05,842Z Warning    [scx.client.agents.policy.PolicyMessageHandler:97:17817:47895324766528] Processing of User policies are not supported.  $$<LinuxUNIXClient><10-17-2013 20:25:05.000+330><thread=47895324766528 (0x2b8f7fd19a08)>
2013-10-17T14:55:08,700Z Error      [scx.client.agents.policy.PolicyAssignmentResponsePayload:1706:17817:47895462273344] ProcessPolicyCookie() Failed to find DataStore Instance for GUID: {5f77e9a7-4232-4e29-8659-93eeb53280d4}  $$<LinuxUNIXClient><10-17-2013 20:25:08.000+330><thread=47895462273344 (0x2b8f8803b1d8)>

October 17th, 2013 6:13pm

I followed Peter Van Der Woude's guide and it worked much easier than trying to use openssl in Debian  http://www.petervanderwoude.nl/post/how-to-install-clients-on-linux-computers-when-the-site-roles-require-https-communication-in-configmgr-2012/

The part missing for me was how to generate the PFX file from my Windows workstation with the private key matching for the Linux client. Create the cmlinuxclient.inf like in the guide with CN=<client.fqdn>.

certreq -new cmlinuxclient.inf cmlinuxclient3.req certreq -submit cmlinuxclient3.req cmlinuxclient3.cer certreq -accept cmlinuxclient3.cer



Free Windows Admin Tool Kit Click here and download it now
March 20th, 2015 4:40pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics