CA Client Automation

 View Only
Expand all | Collapse all

Windows 10 IoT install

  • 1.  Windows 10 IoT install

    Posted Nov 07, 2022 04:08 AM
    Hello community,

    We will deploy Windows 10 IoT clients within our organization and need to manage them through Client Automation. Is Windows 10 IoT supported? I don't see it in the compatibility matrix.

    Up to this point we have been managing only Linux computers with Client Automation, and a 64-bit agent was introduced in the 14.03 release. Is there still no 64-bit agent for Windows?

    We need to build a fully patched Windows 10 agent install image. What is the best way?


  • 2.  RE: Windows 10 IoT install

    Broadcom Employee
    Posted Nov 08, 2022 06:27 AM
    Hi Joakim,



    Windows 10 I0T is binary equivalent to Windows 10 Enterprise and is
    supported.



    The main reason the Linux Agent was ported to 64 bit was due to having to
    install 32bit compatibility libraries. On Windows we do not have the same
    problem. We still have a 64bit Client Automation on the development plan
    but it has not been prioritized.



    Rgds,

    Steve







    Rgds,

    Steve.

    *Steven Parker*
    Senior Principal Engineering Solutions Architect

    Broadcom Software


    Tel: +44 1344 323753
    Mobile: +44 7710 040564
    Steven.Parker@broadcom.com <steven.parker@broadcom.com>

    This transactional email is solely for the purpose of conducting Broadcom's
    business relations with the recipient's organization. Any personal data
    processed to manage this communication and to confirm its delivery to the
    intended recipient is covered by the Broadcom Privacy Policy
    <https: www.broadcom.com/company/legal/privacy/policy="">. Recipients may
    exercise their privacy rights by using this tool
    <https: privacyportal.onetrust.com/webform/8153b982-ae11-46a0-b7c2-6e4e3b591d72/73e008aa-42d7-4712-a51d-f809b7e2e3c9="">
    .

    --
    This electronic communication and the information and any files transmitted
    with it, or attached to it, are confidential and are intended solely for
    the use of the individual or entity to whom it is addressed and may contain
    information that is confidential, legally privileged, protected by privacy
    laws, or otherwise restricted from disclosure to anyone else. If you are
    not the intended recipient or the person responsible for delivering the
    e-mail to the intended recipient, you are hereby notified that any use,
    copying, distributing, dissemination, forwarding, printing, or copying of
    this e-mail is strictly prohibited. If you received this e-mail in error,
    please return the e-mail to the sender, delete it from your computer, and
    destroy any printed copy of it.




  • 3.  RE: Windows 10 IoT install

    Posted Nov 08, 2022 01:29 PM
    Thank you Steve!

    Could you please also tell me what is the best way to build a Windows 10 agent install image, including all the latest (CU4) patches? We are looking for the most efficient way to deploy Client Automation to +1000 Windows boxes, ideally with just one command. How do we achieve that?

    Joakim


  • 4.  RE: Windows 10 IoT install

    Broadcom Employee
    Posted Nov 09, 2022 07:23 AM
    Hi Joachim,



    https://techdocs.broadcom.com/us/en/ca-enterprise-software/business-management/clarity-client-automation/14-0/release-information-14-0-2/new-features-and-enhancements-of-14-0-2.html#concept.dita_9f853d61008ed14b195de26152f4a02db0b51792_SimplifiedMasterImageUpdate



    Place a copy of the CU4 Agent Package in your master image and update the
    “InstallTestFixes.bat” to run the same command as SD uses to install the
    package “ DeployWrapper.exe /INST ApplyPtfInstall /PTF=99111509.jcl /SILENT
    /INSTALLNEW /OUTPUTFILE=%temp%\99111509.log”



    Rgds,

    Steve.

    *Steven Parker*
    Senior Principal Engineering Solutions Architect

    Broadcom Software


    Tel: +44 1344 323753
    Mobile: +44 7710 040564
    Steven.Parker@broadcom.com <steven.parker@broadcom.com>

    This transactional email is solely for the purpose of conducting Broadcom's
    business relations with the recipient's organization. Any personal data
    processed to manage this communication and to confirm its delivery to the
    intended recipient is covered by the Broadcom Privacy Policy
    <https: www.broadcom.com/company/legal/privacy/policy="">. Recipients may
    exercise their privacy rights by using this tool
    <https: privacyportal.onetrust.com/webform/8153b982-ae11-46a0-b7c2-6e4e3b591d72/73e008aa-42d7-4712-a51d-f809b7e2e3c9="">
    .

    --
    This electronic communication and the information and any files transmitted
    with it, or attached to it, are confidential and are intended solely for
    the use of the individual or entity to whom it is addressed and may contain
    information that is confidential, legally privileged, protected by privacy
    laws, or otherwise restricted from disclosure to anyone else. If you are
    not the intended recipient or the person responsible for delivering the
    e-mail to the intended recipient, you are hereby notified that any use,
    copying, distributing, dissemination, forwarding, printing, or copying of
    this e-mail is strictly prohibited. If you received this e-mail in error,
    please return the e-mail to the sender, delete it from your computer, and
    destroy any printed copy of it.




  • 5.  RE: Windows 10 IoT install

    Posted Nov 15, 2022 02:07 PM
    Thanks Steve,

    I think I got the procedure but what's unclear is the placement of the CU4 deploywrapper applyptfinstall command. Where in InstallTestFixes.bat do I put it? Right after the popd command?

    REM ######################## Install Test Fixes start ################################################
    echo %date% %time% Current Directory is %cd% >> %logfile% 2>&1
    echo %date% %time% Coying %~dp0\sd_api.dll to "%tInstallDirProduct%bin\" >> %logfile% 2>&1

    dir "%~dp0\sd_api.dll" >> %logfile% 2>&1

    copy /Y sd_api.dll "%tInstallDirProduct%bin\"

    echo %ERRORLEVEL% error level for sdapi >> %logfile% 2>&1

    REM ######################## Install Test Fixes End ################################################

    echo %date% %time% Current Directory is %cd% >> %logfile% 2>&1
    echo %date% %time% Current Directory is %cd% >> %logfile% 2>&1
    set ccnfregdbFileName=%tInstallDirProduct%bin\ccnfregdb.exe
    echo %date% %time% Checking if %ccnfregdbFileName% file exists >> %logfile% 2>&1
    IF EXIST "%ccnfregdbFileName%" (
    echo %date% %time% ccnfregdb exists. Running ccnfregdb import to configuration files! >> %logfile% 2>&1
    echo %date% %time% Executing caf start which is needed to import configuration file >> %logfile% 2>&1
    caf start >> %logfile% 2>&1
    echo %date% %time% Checking if ccngregdb process already running, only one instance is allowed at a time >> %logfile% 2>&1
    CALL :processStateCheckAndWaitForClosure "ccnfregdb.exe" 30 60
    echo %date% %time% Running ccnfregdb -f %~dp0\sdConfig_sep.xml -s -e -cr -o >> %logfile% 2>&1
    ccnfregdb -f %~dp0\sdConfig_sep.xml -s -e -cr
    CALL :processStateCheckAndWaitForClosure "ccnfregdb.exe" 30 60
    caf stop >> %logfile% 2>&1
    ) ELSE (
    echo %date% %time% ccnfregdb is missing,considering as a non manager machine and hence skipping import ccnf config file >> %logfile% 2>&1
    )
    popd
    echo %date% %time% Current Directory is %cd% >> %logfile% 2>&1
    echo %date% %time% Ending of InstallTestFixes.bat execution >> %logfile% 2>&1
    exit /B
    REM ######################## Post Install Actions End ################################################


  • 6.  RE: Windows 10 IoT install

    Broadcom Employee
    Posted Nov 16, 2022 05:09 AM
    Yes, you can add your own lines of script after the popd command.



    Rgds,

    Steve.

    *Steven Parker*
    Senior Principal Engineering Solutions Architect

    Broadcom Software


    Tel: +44 1344 323753
    Mobile: +44 7710 040564
    Steven.Parker@broadcom.com <steven.parker@broadcom.com>

    This transactional email is solely for the purpose of conducting Broadcom's
    business relations with the recipient's organization. Any personal data
    processed to manage this communication and to confirm its delivery to the
    intended recipient is covered by the Broadcom Privacy Policy
    <https: www.broadcom.com/company/legal/privacy/policy="">. Recipients may
    exercise their privacy rights by using this tool
    <https: privacyportal.onetrust.com/webform/8153b982-ae11-46a0-b7c2-6e4e3b591d72/73e008aa-42d7-4712-a51d-f809b7e2e3c9="">
    .

    --
    This electronic communication and the information and any files transmitted
    with it, or attached to it, are confidential and are intended solely for
    the use of the individual or entity to whom it is addressed and may contain
    information that is confidential, legally privileged, protected by privacy
    laws, or otherwise restricted from disclosure to anyone else. If you are
    not the intended recipient or the person responsible for delivering the
    e-mail to the intended recipient, you are hereby notified that any use,
    copying, distributing, dissemination, forwarding, printing, or copying of
    this e-mail is strictly prohibited. If you received this e-mail in error,
    please return the e-mail to the sender, delete it from your computer, and
    destroy any printed copy of it.




  • 7.  RE: Windows 10 IoT install

    Posted Nov 29, 2022 01:24 PM
    Hello again Steve,

    We have been using only static ip addresses for the agents so far. Is DHCP assigned agent ip supported as well?


  • 8.  RE: Windows 10 IoT install

    Broadcom Employee
    Posted Nov 30, 2022 05:50 AM
    Yes, The Agents support DHCP.



    Rgds,

    Steve.

    *Steven Parker*
    Senior Principal Engineering Solutions Architect

    Broadcom Software


    Tel: +44 1344 323753
    Mobile: +44 7710 040564
    Steven.Parker@broadcom.com <steven.parker@broadcom.com>

    This transactional email is solely for the purpose of conducting Broadcom's
    business relations with the recipient's organization. Any personal data
    processed to manage this communication and to confirm its delivery to the
    intended recipient is covered by the Broadcom Privacy Policy
    <https: www.broadcom.com/company/legal/privacy/policy="">. Recipients may
    exercise their privacy rights by using this tool
    <https: privacyportal.onetrust.com/webform/8153b982-ae11-46a0-b7c2-6e4e3b591d72/73e008aa-42d7-4712-a51d-f809b7e2e3c9="">
    .

    --
    This electronic communication and the information and any files transmitted
    with it, or attached to it, are confidential and are intended solely for
    the use of the individual or entity to whom it is addressed and may contain
    information that is confidential, legally privileged, protected by privacy
    laws, or otherwise restricted from disclosure to anyone else. If you are
    not the intended recipient or the person responsible for delivering the
    e-mail to the intended recipient, you are hereby notified that any use,
    copying, distributing, dissemination, forwarding, printing, or copying of
    this e-mail is strictly prohibited. If you received this e-mail in error,
    please return the e-mail to the sender, delete it from your computer, and
    destroy any printed copy of it.




  • 9.  RE: Windows 10 IoT install

    Posted Feb 20, 2023 02:22 AM

    Hi Steve,

    We use dtsagent for file transfers, just realized that it is not installed by default on Windows. How do I include dtsagent in the base install?




  • 10.  RE: Windows 10 IoT install

    Posted Feb 21, 2023 03:28 AM

    Under WindowsProductFiles_x86 on the install DVD there is an AgentDTS folder. Can it be merged into the install image?




  • 11.  RE: Windows 10 IoT install

    Broadcom Employee
    Posted Feb 21, 2023 05:28 AM

    Hi Joakim,

    In the same CMD file as you are installing the CU5 patch you can install the DTS Agent using the AgentDTS folder from the DVD.

    You need to perform the DTS install before the CU5 install. 

    The command to install the DTS Agent is "start /wait msiexec /i agtDTS.msi /l*v "%temp%\dtsagent.log" ALLUSERS=1 /qn".

    Rgds,

    Steve



    ------------------------------
    Senior Principal Engineering Solutions Architect
    Broadcom
    ------------------------------



  • 12.  RE: Windows 10 IoT install

    Posted Feb 21, 2023 07:06 AM

    Thanks Steve,

    So I copy all the contents in the AgentDTS folder into the TestFixes folder in the install image? Including the sub-folders "program files" and "reginfo"? There is already a reginfo folder in TestFixes containing 2 files with the same name as in AgentDTS; itemproc.dat and rsw.dat. What to do with them?




  • 13.  RE: Windows 10 IoT install

    Broadcom Employee
    Posted Feb 21, 2023 07:54 AM
    You do not need the reginfo directory from the agentdts folder.



    Rgds,

    Steve.



    Rgds,

    Steve.

    *Steven Parker*
    Senior Principal Engineering Solutions Architect

    Broadcom Software


    Tel: +44 1344 323753
    Mobile: +44 7710 040564
    Steven.Parker@broadcom.com <steven.parker@broadcom.com>

    This transactional email is solely for the purpose of conducting Broadcom's
    business relations with the recipient's organization. Any personal data
    processed to manage this communication and to confirm its delivery to the
    intended recipient is covered by the Broadcom Privacy Policy
    <https: www.broadcom.com/company/legal/privacy/policy="">. Recipients may
    exercise their privacy rights by using this tool
    <https: privacyportal.onetrust.com/webform/8153b982-ae11-46a0-b7c2-6e4e3b591d72/73e008aa-42d7-4712-a51d-f809b7e2e3c9="">
    .

    --
    This electronic communication and the information and any files transmitted
    with it, or attached to it, are confidential and are intended solely for
    the use of the individual or entity to whom it is addressed and may contain
    information that is confidential, legally privileged, protected by privacy
    laws, or otherwise restricted from disclosure to anyone else. If you are
    not the intended recipient or the person responsible for delivering the
    e-mail to the intended recipient, you are hereby notified that any use,
    copying, distributing, dissemination, forwarding, printing, or copying of
    this e-mail is strictly prohibited. If you received this e-mail in error,
    please return the e-mail to the sender, delete it from your computer, and
    destroy any printed copy of it.




  • 14.  RE: Windows 10 IoT install

    Posted Feb 21, 2023 08:03 AM

    Do I need program files? It only contains some certificates and a camconfig.post file




  • 15.  RE: Windows 10 IoT install

    Broadcom Employee
    Posted Feb 21, 2023 10:32 AM
    Probably not, but I do not have time to test it at the moment.



    Rgds,

    Steve.

    *Steven Parker*
    Senior Principal Engineering Solutions Architect

    Broadcom Software


    Tel: +44 1344 323753
    Mobile: +44 7710 040564
    Steven.Parker@broadcom.com <steven.parker@broadcom.com>

    This transactional email is solely for the purpose of conducting Broadcom's
    business relations with the recipient's organization. Any personal data
    processed to manage this communication and to confirm its delivery to the
    intended recipient is covered by the Broadcom Privacy Policy
    <https: www.broadcom.com/company/legal/privacy/policy="">. Recipients may
    exercise their privacy rights by using this tool
    <https: privacyportal.onetrust.com/webform/8153b982-ae11-46a0-b7c2-6e4e3b591d72/73e008aa-42d7-4712-a51d-f809b7e2e3c9="">
    .

    --
    This electronic communication and the information and any files transmitted
    with it, or attached to it, are confidential and are intended solely for
    the use of the individual or entity to whom it is addressed and may contain
    information that is confidential, legally privileged, protected by privacy
    laws, or otherwise restricted from disclosure to anyone else. If you are
    not the intended recipient or the person responsible for delivering the
    e-mail to the intended recipient, you are hereby notified that any use,
    copying, distributing, dissemination, forwarding, printing, or copying of
    this e-mail is strictly prohibited. If you received this e-mail in error,
    please return the e-mail to the sender, delete it from your computer, and
    destroy any printed copy of it.