delete_siebel

Deletes one or more Siebel Enterprise instances and their associated targets, such as Siebel servers, component groups, components, work flows, and so on.

Format

emcli delete_siebel 
      -enterprise=<Siebel_enterprise_1>,<Siebel_enterprise_2> 
      [-out_file='<output_file>'] 
      [<-debug>]

[ ]  indicates that the parameter is optional

Options

  • enterprise

    Target name of the Siebel enterprise as seen in the Enterprise Manager console. If multiple enterprises need to be deleted at the same time, provide a comma-separated ( , ) value.

  • out_file

    Fully-qualified path of the output file. The output of the command is redirected to this file.

    If you include this option, the list of deleted targets are printed in the file. If you do not include this option, the list is printed on the console directly.

  • debug

    Executes in verbose mode and generates debug log messages in the output.

Examples

This example deletes the Siebel Enterprise instances from Cloud Control. The output of the command is redirected to the deletion_output.txt file.

emcli delete_siebel 
      -enterprise=SBA80_ent1.example.com,SBA78_ent2.us.example.com 
      -out_file='c:\emcli\deletion_output.txt'