Using the AR System Deployment Management console
This topic describes how to navigate the AR System Deployment Management Console, to enable you to migrate workflow customizations and code across environments.
Opening the AR System Deployment Management Console
- In a browser, go to the following URL:
http://<midtierserver>:<port>/arsys/forms/<servername> - Log on with appropriate permissions. For more information, see BMC-Remedy-Deployment-Application-roles-and-permissions.
- Select AR System Administration > AR System Deployment Management Console.
Overview of the AR System Deployment Management Console
AR System Deployment Management Console
The following table lists what you can do in each of the functional areas.
AR System Deployment Management Console functional areas
Functional area | Description |
---|---|
AR System Deployment Management Console header | |
Filter By State | Select the state to determine which packages are displayed in the Deployment Management panel. |
Filter By Last Modified Date | Select the date to determine which packages are displayed in the Deployment Management panel. |
Navigation pane | |
Manage package | Provides options that enable you to manage your package. For more information, see Manage package. |
Operations | Provides options that enable you to perform operations such as building or deploying a package. For more information, see Operations. |
Transfer Package | Provides options that enable you to perform import and export operations on a package. For more information, see Transfer package. |
Administration | For more information, see Administration. |
Deployment Management Console panel | |
Package table | Lists the packages created. |
Manage package
The following table describes the links in the navigation pane to manage the package:
Link | Description |
---|---|
Create | Allows you to package together a set of workflow definitions, data and Service Request Management objects, that you have created using the standard AR System development tools. This package is used to move the workflow and data between systems. For more information, Defining-a-package. |
View | Allows the user to view and modify the contents of a package. To view a package, select the package from the table and click View. Note: You can only modify the package with status as Draft. A status is an intermittent stage during the deployment of a package. |
Delete | Deletes the package. To delete a package, select the package from the table and click Delete. |
Copy | Creates a new package with same contents from selected package. The version number is incremented and State field is set to Draft. To create a copy of a package, select the package from the table and click Copy. For more information, see Defining-a-package. |
Operations
The following table describes the links to the operations performed on a package:
Links | Description |
---|---|
Build | Validates and incorporates the package contents. If the build process is successful, the status of the package is updated to Ready to Deploy. You cannot modify the package or the package contents after the build is successful. To build the package, select the package from the table and click Build. Note: Before you build the package, ensure that you validate the package by adding rules to the package. For more information to validate the package, see Defining-a-package |
Deploy | Extracts the contents package and imports the content to BMC Remedy AR System. If the package is deployed successfully, the status of the package is updated to Deployed. To deploy a package, select the package from the table with status Ready to Deploy and click Deploy. Note: When the deployment of a package that has multiple content types is partially successful (some of the content types are successfully deployed and some are failed), the state of the overall package on the Deployment Management Console is displayed as Deployed with Errors however,only the successfully deployed components are deployed and the other components for which deployment is not successful are not deployed. A state is the current condition or situation of a deployment package. |
Rollback | Allows to restore the objects in a package to the pre-deployment state if any issues are found during validation of the package after the package is deployed successfully or if an error occurs while deploying the package. To rollback a package, select the deployed package from the table and click Rollback, the status of the package is updated to Rollback. Note:
|
Transfer package
This option enables you to perform import and export operations on a package:
Links | Description |
---|---|
Export | Exports the package to a specified location. For more information, see Exporting a package Note: You can export the package if the package is built successfully or if you perform rollback. |
Import | Imports the package to the console from a specified location. For more information, see Importing a package |
Administration
The following table provides links to the administrative activity performed on the package:
Links | Description |
---|---|
Application Configuration | Ability to validate the package against the set of analyzer rules. For more information, see Validating a package |
View Activity Log | Records all the activities and errors for the package. For more information, see Viewing activity log files. |
Overview of the BMC_DEPLOYMENT_PACKAGES folder
The BMC_DEPLOYMENT_PACKAGES folder is automatically created on the target server when a package deploy or rollback operation is triggered from the AR System Deployment Management console. The folder is created at the location below:
<Install directory> \BMC Software\ARSystem\Arserver\Db\BMC_DEPLOYMENT_PACKAGES
This folder is a temporary working directory. You can safely delete this folder or the content of this folder after successful package deployment or rollback. Do not delete this folder or the content of this folder when the package deployment or rollback is in progress.
Related topic
Creating-and-deploying-a-package-using-BMC-Remedy-Deployment-Application