Administrator Guide

     Previous  Next    Open TOC in new window  Open Index in new window  View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Migrating, Backing Up, and Restoring Portal Objects

This chapter provides the steps you take to migrate (export and import), back up, and restore portal objects. It includes the following sections:

 


About Object Migration

Object migration lets you copy resources from one portal to another. You might want to do this for several reasons. You might have multiple portals to handle a global deployment or you might want to create multiple portals to separate development, testing, and production.

You can copy resources from one portal to another by creating migration packages, which can be used to:

Table 6-1 summarizes the features of object migration.

Table 6-1 Migration Features
Migration Feature
Description
Portal objects that can be included in the package
All objects
Collaboration and Publisher information
Can migrate Collaboration or Publisher information
Requests and approval
Users with at least Edit access to objects can request migration, but only members of the portal administrators group can approve objects for migration.
An administrator selects approved objects to add to a migration package, and can also add object to the package without making a migration request.
Users with the Access Utilities activity right can check the status of their migration requests.
Creating a migration package
Only users with access to the Access Utilities portal activity can create a migration package.
An administrator can add objects that do not have migration requests to a migration package (bypassing the request and approval process).
Object dependencies
Dependencies always maintained. Dependent objects can be included in a migration package, but do not need to be.
Unique universal identifiers (UUIDs) and their effect on subsequent importing migration packages
By default UUIDs are maintained, so that subsequent migrations overwrite previously migrated objects. However, if you do not want to overwrite previously migrated objects, you have the option of creating a new instance of the same object, with a new UUID.

Using Migration Packages

The Migration - Export utility in the portal lets you create migration packages. To import objects from a migration package, you use the Migration - Import utility.

There are several things you can do to make migration as easy and effective as possible:

 


Creating a Migration Package in the Portal

You can create a migration package that includes portal resources as well as Publisher and Collaboration information.

To create a migration package in the portal:

  1. Click Administration.
  2. In the Select Utility drop-down list, click Migration - Export.
  3. Add portal resources, and if applicable, Publisher and Collaboration information, as described in the online help.
  4. Click Finish. A status message is displayed as the migration package is being created. When the migration package is created, you can download it to your desktop.
  5. Note: If you are also migrating Collaboration or Publisher objects, those will be written to a .zip file on the machine where Collaboration or Publisher is installed. You must move this file from this location to the target location.

Creating a Migration Package Using a Command Line Tool

To create a migration package that includes portal resources:

  1. Log in to the host computer for the portal as the user who owns the portal installation.
  2. Use the command ptmigration.bat (for Windows) or ./ptmigration.sh (for Unix) with the following parameters:
  3. ./ptmigration.sh [username] [password] -export [migration package name] [log file name] <-exportdependencies>

    Where the parameters are as follows:

    Parameter
    Description
    migration package name
    Required. The name and path of the migration package to be created
    log file name
    Required. The name and path of the log file to be created. The path to the log file must be different from that of the migration package.
    -exportdependencies
    Optional. Use this parameter to export any additional objects upon which the objects you are exporting depend.

Note: You cannot export Collaboration or Publisher objects using the command line tool. To export those objects, use the Migration - Export utility in the portal's administrative UI. See Creating a Migration Package in the Portal.
  1. Press Enter. All objects approved for migration are exported into the migration package. The migration utility updates the migration status in the source portal.

 


Importing Objects in the Portal

To import objects, including Publisher and Collaboration information, from a migration package:

  1. Click Administration.
  2. In the Select Utility drop-down list, click Migration - Import.
  3. Upload the migration package, and select the objects you want to import, as described in the online help.
  4. Resolve any unresolved dependencies as described in the online help.
  5. Click Finish.

Importing Objects Using a Command Line Tool

To import portal resources from a migration package:

  1. Copy the migration package to the target portal host computer.
  2. Log in to the host computer for the portal as the user who owns the portal installation.
  3. Use the command ptmigration.bat (for Windows) or ./ptmigration.sh (for Unix) with the following parameters:
  4. ptmigration.bat [username] [password] -import [migration package name] [log file name] <-noacl> <-overwriteremoteservers> <-createnewobjectinstances>

    Where the parameters are as follows:

    Parameter
    Description
    migration package name
    Required. The name and path of the migration package to be created
    log file name
    Required. The name and path of the log file to be created. The path to the log file must be different from that of the migration package.
    -noacl
    Optional. Use this parameter if you do not want to import the Access Control Lists (security data) associated with the objects you are importing.
    -overwriteremoteservers
    Optional. Specifies that existing remote server objects should be overwritten by remote server objects in the migration package. The default is that existing remote servers are not overwritten.
    -createnewobjectinstances
    Optional. Use this parameter if you want to create new object instances instead of overwriting objects that may already exist on the importing portal.

  5. Press Enter. All the objects in the migration package are imported. The imported objects are located in the same folders on the target portal as on the source portal. Objects with missing dependencies will be skipped and not imported. Check the migration log to see which ones were skipped.

 


Backing Up and Restoring the Portal

You can back up your system without taking it offline.

To back up your portal:

  1. Back up your database according to your database vendor documentation and best practices.
  2. Back up your search collection to another location or tape backup.

To restore your portal to a previously saved state:

  1. Stop the Web service on all machines hosting the portal application.
  2. Stop the BEA ALI Automation Service on all Automation Services.
  3. Stop the BEA ALI Search service.
  4. If you need to rebuild your portal database, use your database software to restore from a previously saved database.
  5. Replace your search collection with backups as close as possible to the time of the database backup you are using.

Your database backup might not exactly match your search collection backup, so the restored database and search collection will be out of sync. To correct this, rebuild the search collection from scratch.

To rebuild the search collection:

  1. Reinstall the Search Service and select Overwrite the existing search index. For details, refer to the Installation and Upgrade Guide for AquaLogic Interaction.
  2. Configure the Search Service to run an update:
    1. Click Administration.
    2. From the Select Utility drop-down list, choose Search Service Manager.
    3. Under Search Repair Settings, change Next Repair Date to a time in the past.
    4. Click Administration.
    5. Click the Intrinsic Operations folder.
    6. Click a Search Update job and schedule it to run immediately.

  Back to Top       Previous  Next