DX Unified Infrastructure Management

 View Only
  • 1.  Robot Upgrade Package

    Posted Jul 14, 2017 07:10 AM

    Hi All,

     

    I have a query , that when we push robot upgrade packages from UIM, does it interferes with C++ components on Server End.



  • 2.  Re: Robot Upgrade Package
    Best Answer

    Broadcom Employee
    Posted Jul 14, 2017 11:08 AM

    the robot update package does have a dependency on the C++ runtime libraries like the CDM probe does.

    So this could potentially cause a restart of the servers.

     

    however the robot update is NOT calling for the newest version of the vs2010SP1 which caused a restart with the CDM probe.

     

    you can check the vs20*_redist in your archive

    you want to make sure they have the norestart flag in them.

    example:

    vs2010sp1_vcredist_x64\vs2010sp1_vcredist_x64.exe /q /norestart

     

    If you have version 1.01 in your archive then you should not have an issue with this.

     

    hope this helps