On Apr 15, 2009, at 1:20 PM, bowergo wrote:
> Other than deleting and re-creating the host is there any way to do  
> this?

If you remove the OS product assigned to the device, it will be  
remodeled the next time you model the device. You can manually clear  
it out using zendmd. Run "zendmd" as the zenoss user, and enter the  
following commands into the >>> prompt.

find("deviceName").setOSProductKey("")
commit()

If you want to do all Linux devices, you could do so as follows.

for d in dmd.Devices.Server.Linux.getSubDevices(): d.setOSProductKey("")
commit()

_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to