Today is: 29 July, 2010

ZCM10 - Manually removing a primary server

This process should remove a defunct primary server from the ZENWorks Configuration Management database if an uninstall is unsuccesful or a server fails/crashes.
 
According to a Novell Forum post, webservices are needed to remove defunct servers.  The <NAME_OR_IP> should be the FQDN or IP address of a working primary server.  The defunct server guid can be obtained from the device's summary page in the web console.
 
Unconfigure defunct primary server

  1. Go to https://<NAME_OR_IP>/zenworks-zoneconfigadmin/?test
  2. Search for the delete method [boolean delete(java.lang.String arg0)] or go directly to https://<NAME_OR_IP>/zenworks-zoneconfigadmin/?test=28
  3. Specify the defunct server's guid for arg0
  4. Invoke the web service

Remove device from ZONE

  1. Go to https://<NAME_OR_IP>/zenworks-deviceadmin/?test
  2. Search for the delete method [boolean delete(java.lang.String arg0)] or go directly to https://<NAME_OR_IP>/zenworks-deviceadmin/?test=38
  3. Specify the defunct server's guid for arg0
  4. Invoke the web service