2 Replies Latest reply on Mar 4, 2013 12:09 PM by garethahealy

    Removing container

    garethahealy

      I have a container that FMC cant uninstall/remove for some reason. Is there a manual way to delete it? since when i click delete in FMC, it says its been removed. But the underlying files still remain on the server.

       

      If i also try to manually delete the files, they are re-created automatically.

       

      The reason i want to do this, as i believe it failed to install correctly the first time (the status is 'Installing' but the logs say it is doing nothing) and thus i cant create any new containers on that server as they also all go into the same state of 'Installing' but never completing.

       

      Hope that all makes sense.

       

      V: 7.1.0.fuse-047

      All servers are RHEL 6.3 x64

        • 1. Re: Removing container
          stlewis

          Ah, there's probably still a running karaf instance on that machine.  I usually do "ps -deaf | grep karaf" to find these, once you kill it you should be able to clean up the files.  If it's still showing up in FMC I believe you can also use "container-delete --force" to clean it's entries out of the fabric registry.

          • 2. Re: Removing container
            garethahealy

            Stan,

             

            Thanks, that solved it.