Deleting Business Application using the makeBE script

Last published : Jun 19, 2026
You can delete an existing Business Application using the makeBE script. To delete a Business Application, you need to use the import option of the makeBE script. The import option uses an existing CSV file to delete a Business Application. The \<oper_type\> parameter (set to D) in the CSV file indicates the type of operation (delete).
To delete a Business Application using the makeBE script
  1. Log on to the Management Server as the administrator.
  2. Run the following commands on Management Server:
    • For UNIX Management Server: /opt/VRTSsfmh/bin> perl vomadm makeBE --import /tmp/Samplefile
    • For Windows Management Server: C:\Program Files\VERITAS\VRTSsfmh\bin>perl.exe vomadm makeBE --import C:\tmp\Samplefile.csv
A sample CSV file used for the delete operation is listed below. Note that the value of <oper_type>defined in CSV file is D. It indicates that delete operation is performed on the Business Application.
'TestBA','BA_description','Business Application description','D',
More Information
Related information