Siebel Application Deployment Manager Guide > Deploying a Siebel ADM Package >

Reviewing the Siebel ADM Package on the Management Server


This topic describes the Siebel Application Deployment Manager (ADM) commands that review and administer the ADM packages loaded into the ADM local database.

Using the ADM command-line interface, you can do the following. Most of these tasks use the deploy_enterprise_name.bat batch file.

  • 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.
  • List items that have not completed deployment or restoration.
  • Delete an ADM package from the Siebel Management Server.
  • Purge package-related information from the ADM local database. This operation uses the purge_package.bat batch file.

To list ADM packages in the Management Server

  • At the ADM command-line prompt, enter:

    deploy_enterprise_name list username password

    For more information about the syntax elements of this command, see About the Siebel ADM Command-Line Interface Syntax.

    The output lists the ADM packages loaded in the ADM local database in the order that they are added, with the latest packages at the bottom of the list.

To list an ADM package's contents

  • At the ADM command-line prompt, enter:

    deploy_enterprise_name list_detail username password package_name

    For more information about the syntax elements of this command, see About the Siebel ADM Command-Line Interface Syntax.

    The output lists the deployment units in the specified ADM package loaded in the ADM local 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

    For more information about the syntax elements of this command, see About the Siebel ADM Command-Line Interface Syntax.

    The ADM package and any associated sessions are removed from the ADM local database.

To list items that have not completed deployment or restoration

To purge ADM package-related information from the ADM local database

  1. Stop the Management Server.
  2. At the ADM command-line prompt, enter:

    purge_packages /d number_of_days /u username /p password

    where:

    • number_of_days is the number of days of information to keep. All packages older than the number of days specified are deleted.
    • username is the Siebel user name.
    • password is the Siebel password.

      The purge_packages command deletes package and session data from the database. Only sessions that are in an acknowledged state are deleted.

Siebel Application Deployment Manager Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.