|   
      hostdata delete
Deletes a hostdata entry and its data.  The syntax is: 
 	hostdata delete hostdata_name_list [-entry] [-local] 
Options 
-entry Only the configuration information that dced keeps is deleted, not the actual hostdata.
 
-local Specifies that the command should operate on the local dced hostdata object while the dced object is in a partial-service state.
 
Description The hostdata_name_list argument is a list of names of hostdata entries to be deleted in the order specified.  If the -entry option is 
present, only the configuration information that dced keeps is deleted, not the actual hostdata.  This oepration returns an empty string on success.
 
Privileges Required You must have d (delete) permission to the hostdata container on the host.
 
Examples 
dcecp> hostdata delete file1 dcecp>
 
 
 
 |