N1 Grid Service Provisioning System 5.0 Operation and Provisioning Guide

Deployment Examples

You can use direct-run component procedures and generated plans to manage your applications.

Updating a Component

You can update a component to a newer version of that component. The newer component might reflect a product revision, a change to a file, or a directory that has new files added to it.

If you need to update a simple component, you only need to run the direct run install procedure. The install procedure will overwrite the old component version with the new version.

If you need to update a composite component (a component that references more than one simple component) and the set of referenced components are the same in each component version, you can run the direct run install procedure. The install procedure will overwrite each of the old simple components with the new versions.

If you need to update a composite component and the new version of the component contains a different set of referenced components, you will need to uninstall the old component version and install the new version. By uninstalling the old version, you prevent components that are no longer used or updated from cluttering your work space.

Downgrading to a Previous Component Version

Sometimes the upgrade of a component fails or you experience problems with the upgraded application. In such cases, you can downgrade to a reliable version of the component while you troubleshoot the new component version.

ProcedureHow to Downgrade to a Previous Component Version

Before You Begin

To redeploy a reliable component version, you must have Run Component Procedure and Allow on Host Set permissions on the folder that contains the component.

Steps
  1. Uninstall the broken component.

    1. From the component's Details page, click Run for the Default: Uninstall component procedure.

    2. From the plan's Run page, select the host from which you want to uninstall the component.

    3. Click Run Select Installations.

    4. Click Run Plan (Includes Preflight).

    By uninstalling the broken component version you ensure that old, unwanted files are removed from the system you deployed to.

  2. Select the component version that you need to roll back to.

    1. From the component's Details page, click Version History.

    2. From the Version History page, display the reliable component version by clicking Unhide and then click Details.

  3. Install the reliable version of the component.

Migrating a Component From One Server to Another

You can migrate a component from one server to another by simply uninstalling the component you want to move from its current host and reinstalling the component on the new host.

Grouping Simple Components in Container Components

You might want to create a container component if you need to deploy multiple simple components as a group to the same host or host set. Grouping simple components speeds deployment time and ensures that no component is forgotten when the set of components is deployed.

ProcedureHow to Create a Container Component

Before You Begin

To create a container component, you must have Create, Edit, Delete permission on the folder in which you want to create the component.

Steps
  1. From the Components page, create a new component.

    1. In the Component field, type the name of the new component.

    2. In the Type field, select System#container.

    3. In the Description field, type a description of the new component.

    4. Click Create.

  2. In the Referenced Components section, add components to the container.

    • If the components you need to reference already exist, click Reference Existing.

      The Reference Existing Components in Current Component window appears.

      1. Select the component that you want to reference in the container component and click Reference Checked Components.

        If you reference a component that contains component variables, the component variables are listed in a table before they are added to container component.

      2. If necessary, set the component variable's default value in the text field next to the component variable name.

      3. Click Continue to Reference Components.

        You are returned to the container component's Edit page. The referenced component is displayed in the Referenced Components table.

    • If the component you need to reference does not exist, click Check In New.

      Create the new component.

      For information about how to create a new component, see Chapter 2, Components, in N1 Grid Service Provisioning System 5.0 Plan and Component Developer’s Guide.

      After you have created the new component, the container component's Referenced Components table refreshes with the new component listed.

  3. If necessary, provide values for the component variables that need to be defined by the container component.

    If a component has a :[container....] substitution variable, the container component needs to define the value.