Siebel Application Deployment Manager Guide > Deploying an ADM Package > Loading an ADM Package >

Reviewing the ADM Package on the Management Server


This topic describes the Application Deployment Manager (ADM) commands that review and administer the ADM packages loaded into the Siebel Management Server database. Using the ADM command-line interface, you can:

  • List ADM packages in the Siebel Management Server
  • List a specific ADM package in the Siebel Management Server
  • List an ADM package and its contents
  • Delete an ADM package from the Siebel Management Server

To list ADM packages in the Management Server

  • At the ADM command-line prompt, enter:

    deploy_enterprise_name list username password

    where:

    • enterprise_name is the name of the Siebel Enterprise Server.
    • username is the Siebel user name.
    • password is the Siebel password.

      The output lists the ADM packages loaded in the Siebel Management Server database.

To list an ADM package's contents

  • At the ADM command-line prompt, enter:

    deploy_enterprise_name list_detail username password package_name

    where:

    • enterprise_name is the name of the Siebel Enterprise Server.
    • username is the Siebel user name.
    • password is the Siebel password.
    • package_name is the name of the XML ADM package file.

      The output lists the deployment units in the specified ADM package loaded in the Siebel Management Server database.

To delete an ADM package from the ADM framework

  • At the ADM command-line prompt, enter:

    deploy_enterprise_name delete username password package_name

    where:

    • enterprise_name is the name of the Siebel Enterprise Server.
    • username is the Siebel user name.
    • password is the Siebel password.
    • package_name is the name of the XML ADM package file.

      The ADM package and any associated sessions are removed from the Siebel Management Server database.

Siebel Application Deployment Manager Guide Copyright © 2007, Oracle. All rights reserved.