InfoCenter Home > 6.6.0.2.2.4.5: Removing objects and applicationsThe wscp remove operation removes objects (and all references to those objects) from the domain. A live repository object must be stopped before being removed. The syntax of the remove operation is as follows: object_type remove object_name [-recursive] If the object to be removed contains other objects, removal fails unless you use the -recursive option. The -recursive option removes all instances of any object type that belongs to the containment hierarchy of the object instance being removed. For example, if a node instance is removed recursively, any object instance belonging to the containment hierarchy of the node object is also removed. The recursion takes place in a downward direction (removal of object instances below the specified object in the hierarchy). The following example command recursively removes components of an application server named AppServ: wscp> ApplicationServer remove /Node:AppNode/ApplicationServer:AppServ/ -recursive |
| ||
|