vCenter

 View Only
  • 1.  Force remediation?

    Posted Apr 24, 2009 02:37 PM

    We have a 3.5.u3 host that we remediated the other day and it hung during the remediation process for over an hour so we killed the process. It came back up showing fully compliant to our baseline. However it is not starting key services on boot so we're suspecting that patches didn't get appled properly.

    Is there any way we can force VUM to re-apply all the patches in the baseline again?

    Thanks!

    Mother's don't let your children do production support for a living!



  • 2.  RE: Force remediation?

    Broadcom Employee
    Posted Apr 24, 2009 02:49 PM

    Hi Ron,

    try to copy the specific patch that you want to apply to the host manually. Then use 'esxupdate' command to apply it. Not sur, but this could help - with this command you can try to remove it also

    thanks,

    petko



  • 3.  RE: Force remediation?

    Posted Apr 24, 2009 03:01 PM

    Our baseline has 69 patches in it.. I don't know which ones didn't apply properly.. it would seem to be an easy setting to add in VUM to force re-application of patches.

    Mother's don't let your children do production support for a living!



  • 4.  RE: Force remediation?
    Best Answer

    Posted Apr 27, 2009 06:19 PM

    Here is what I would do. Copy all 69 patches plus the contents.xml and contents.xml.sig files to a directory on the ESX host itself or to a VMFS datastore on the SAN. Log into the server via SSH. Change directories to the directory with the patches and run esxupdate -f --test update. This should tell you which patches in the depot will be applied, and with the -f option, all patches in the directory should get applied. Then run esxupdate -f update.

    Were you applying a specific update, such as Update 3 or Update 4?



  • 5.  RE: Force remediation?

    Posted Apr 27, 2009 06:26 PM

    Thanks that looks like a good alternative.. we found that the issue was some old software that hung during boot and was affecting key services.

    Thanks for the reply!

    Mother's don't let your children do production support for a living!