AVEVA system plattform 2023 R2 : Galaxy Undeployed still OCMC plattform manager shows the galaxy and not allowing to deploy or undeploy further galaxy..

Hii,

As mentioned in subject line,  Praviously galaxy is undeployed...in IDE status of the galaxy componant shows the undeployed state, however when trying to deploy, deployement fails giving error messege that plattform is already deployed...

On checking in OCMC, under plattform manager only galaxy name can be seen but no plattform can be seen running/stopped condition.

We tried to remove local plattform from OCMc but its not woeking..

I restarted the services bootstrap and galaxy repository but still problem unresolved.

Please help 

regards

Hemant

Parents
  • We have seen this issue on every v.2023 R2 upgrade on our GR nodes.  It appears to be an installation issue where the updated SystemManager.dll is not properly registered.  Here is the solution we use:

    Try to Unregister the platform manager dll then register it again following below steps:

    1. Confirm if SystemManager.dll is present in "\Program Files (x86)\ArchestrA\Framework\Bin" folder after deployment.
    2. Close the SMC/OCMC.
    3. Run the Command prompt console in administrator mode.
    4. Unregister aaPlatformManager.dll component by executing the following command in the command console window

    c:\>regsvr32/u "C:\Program Files (x86)\ArchestrA\Framework\Bin\SystemManager.dll"

    1. Register aaPlatformManager.dll component by executing the following command in the command console window.

    c:\>regsvr32 "C:\Program Files (x86)\ArchestrA\Framework\Bin\SystemManager.dll"

    1. Open the SMC/OCMC.
Reply
  • We have seen this issue on every v.2023 R2 upgrade on our GR nodes.  It appears to be an installation issue where the updated SystemManager.dll is not properly registered.  Here is the solution we use:

    Try to Unregister the platform manager dll then register it again following below steps:

    1. Confirm if SystemManager.dll is present in "\Program Files (x86)\ArchestrA\Framework\Bin" folder after deployment.
    2. Close the SMC/OCMC.
    3. Run the Command prompt console in administrator mode.
    4. Unregister aaPlatformManager.dll component by executing the following command in the command console window

    c:\>regsvr32/u "C:\Program Files (x86)\ArchestrA\Framework\Bin\SystemManager.dll"

    1. Register aaPlatformManager.dll component by executing the following command in the command console window.

    c:\>regsvr32 "C:\Program Files (x86)\ArchestrA\Framework\Bin\SystemManager.dll"

    1. Open the SMC/OCMC.
Children
No Data