Siebel Application Deployment Manager Guide > Configuring and Administering the ADM Framework > Process of Configuring the ADM Framework after Installing Siebel Management Server and Siebel Management Agent >

Deploying a Sample ADM Package


This topic describes how you deploy a sample package to verify that ADM and the Siebel Management Server function correctly. For more information on the overall deployment process, see Overview of the ADM Deployment Process.

To deploy a sample package using ADM

  1. Verify that the deploy_enterprise_name.bat file, which is located in the following directory, correctly references the packages directory for ADM:

    \\MgmtSrvrInstallDir\

    For example, the file must contain an entry similar to the following:

    set ADM_PACK_LOC=C:\SBA_80\MgmtSrvrInstallDir\ADM\packages

  2. Open a command window, and navigate to the Siebel Management Server installation directory.
  3. Execute the following command:

    deploy_enterprise_name load username password sample package_location

    where:

    • enterprise_name is the name of the Siebel Enterprise Server.
    • username is the Siebel user name.
    • password is the Siebel user password.
    • package_location is the location of the ADM package. This parameter is mandatory. An error is displayed if the package location is not specified.

      This command loads the package, sample, into the database.

  4. Execute the following command:

    deploy_enterprise_name create username password sample

    This command creates an ADM deployment session for the package, sample.

  5. Execute the following command:

    deploy_enterprise_name copy username password sample

    This command completes the deployment of the package, sample.

  6. Execute the following command:

    deploy_enterprise_name activate username password sample

    This command activates the application customizations contained in the deployment package, sample.

  7. Execute the following command:

    deploy_enterprise_name status username password sample

    This command displays the deployment status summary of the deployment package, sample.

NOTE:  If you need to redeploy the sample package in case of errors, redo the copy command. If you want to redeploy, you must acknowledge the session, and create a new session, regardless of whether the first attempt was successful. If you want to redeploy to another Siebel Enterprise Server, you need to use the appropriate batch file, and start from the create command, because the package has already been loaded.

Sample output of successful sample package deployment using ADM:

The following is an example of the output you would receive for a successful deployment of the sample package using ADM:

C:\adm\mgmtsrvr>deploy_siebel load SADMIN SADMIN sample

Success Package 'sample' has been successfully loaded into database.

C:\adm\mgmtsrvr>deploy_siebel create SADMIN SADMIN sample

Success Session was created successfully for package 'sample'.

C:\adm\mgmtsrvr>deploy_siebel validate SADMIN SADMIN sample

Package Name sample

All validation succeeded.

Validation rules of deployment types that are deployed to same server have been

merged. Please check log for details.

C:\adm\mgmtsrvr>deploy_siebel valent SADMIN SADMIN sample

Failure option 'sample' not found.

C:\adm\mgmtsrvr>deploy_siebel copy SADMIN SADMIN sample -async

Success Deployment for package 'sample' started.

C:\adm\mgmtsrvr>deploy_siebel status_detail SADMIN SADMIN sample

Package Name sample

Enterprise Name siebel

Session Number 466

Session Status Deployment Started

Session Execution Status Not Running

Group ID Group Name Unit ID Unit Name

Start Time Last Modified S

tatus Execution Status Server Name

941 File Group - Reports - Application Server 51444 file/AppServer/

reports/ENU/sample.rox 1/19/07 2:28:15 PM 1/19/07 2:28:35 PM D

eployment Complete Not Running siebel

942 File Group - Webmaster 51439 file/AppServer/

webmaster/enu/images/ebus.gif 1/19/07 2:28:40 PM 1/19/07 2:28:59 PM M

igration Complete Not Running siebel

942 File Group - Webmaster 51441 file/AppServer/

webmaster/enu/images/image_1.gif 1/19/07 2:28:40 PM 1/19/07 2:29:00 PM M

igration Complete Not Running siebel

942 File Group - Webmaster 51443 file/AppServer/

webmaster/enu/images/image_3.gif 1/19/07 2:28:40 PM 1/19/07 2:29:00 PM M

igration Complete Not Running siebel

942 File Group - Webmaster 51438 file/AppServer/

webmaster/enu/files/main.css 1/19/07 2:28:40 PM 1/19/07 2:29:00 PM M

igration Complete Not Running siebel

942 File Group - Webmaster 51440 file/AppServer/

webmaster/enu/images/globe77_d.gif 1/19/07 2:28:40 PM 1/19/07 2:29:00 PM M

igration Complete Not Running siebel

942 File Group - Webmaster 51442 file/AppServer/

webmaster/enu/images/image_2.gif 1/19/07 2:28:40 PM 1/19/07 2:29:00 PM M

igration Complete Not Running siebel

943 Repository Group 51437 repository/busv

c.sif 1/19/07 2:28:36 PM 1/19/07 2:29:24 PM D

eployment Complete Not Running siebel

943 Repository Group 51436 repository/bcs.

sif 1/19/07 2:29:28 PM 1/19/07 2:29:42 PM D

eployment Complete Not Running siebel

944 Database Group 51435 database/42-5FN

ZY_Responsibility.xml 1/19/07 2:28:21 PM 1/19/07 2:29:14 PM D

eployment Complete Not Running siebel

Total Number of Units 10

Total Units Completed 4

Total Units Not Started 0

Total Units Failed 0

Total Units Running 0

C:\adm\mgmtsrvr>deploy_siebel activate SADMIN SADMIN sample

Success Command completed successfully.

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