Environment
Novell ZENworks 10 Configuration Management with Support Pack 1 - 10.1 ZENworks Control Center - ZCC
Situation
Trying to remove a ZCM Server object.
ZCM was not uninstalled from the server, it was just turned off. A new server using the same IP address, but a different name was put in its place.
Click on the server in /Devices/Servers/Deleted Servers and choosing the Delete action resulted in an error
Error: This object cannot be deleted: server_name. Probable cause: The object is a ZENworks Server. To remove a ZENworks Server, please uninstall ZENworks from that server.
Resolution
This is fixed in version 10.1.3 - see KB 7002526 "ZENworks 10
Configuration Management 10.1.3 - patch information and list of fixes"
which can be found at https://www.novell.com/support
Workaround:
Note: Your server will then be forever deleted. This cannot be undone, so please make sure the GUID is correct
Complete the following steps:
Workaround:
Note: Your server will then be forever deleted. This cannot be undone, so please make sure the GUID is correct
Complete the following steps:
- Using zman issue the following command:
- zman zsd<server-name>
- Example: zman zsd "/Devices/Servers/DeletedServersFolder/zendesk1" This will remove roles and retire the server.
- Open the ZCC console
- Click on the 'Devices' tab
- Click on the 'Servers' folder
- Click on the 'DeletedServersFolder'
- Click on the device link you wish to delete
- Copy the GUID for the device you wish to delete.
- example. 21c667e32e342deac1bf6dd7060ad1a
- Verify that this GUID is the GUID of the device you want to delete as these actions cannot be undone.
- select the method below from the list:
- boolean delete(java.lang.String arg0)throws com.novell.zenworks.datamodel.exceptions.RemoteDataModelException, java.rmi.RemoteException;
- Insert the GUID from step 7 into the textbox
- Click 'Invoke'
- select the method below from the list of hyperlinks:
- boolean delete(java.lang.String arg0)throws com.novell.zenworks.datamodel.exceptions.RemoteDataModelException,java.rmi.RemoteException;
- Insert the GUID from step 7 into the textbox
- Click 'Invoke'
Note: Your server will then be forever deleted. This cannot be undone, so please make sure the GUID is correct.