migrateBSpaceData command-line utility

Use the migrateBSpaceData command-line utility to migrate the Business Space data.

Synopsis

migrateBSpaceData [options] -host host_name -port SOAP_Port_Number -user user_name -password password

Description

The migrateBSpaceData command-line utility migrates the Business Space data for an installation with the Business Space server host name specified by hostname, Business Space server port number specified by SOAP Port Number, Business Space administrative user ID specified by username, and password specified by password.
Note: In a stand-alone environment, SOAP Port Number refers to the SOAP port number of your Business Space server, while in a network deployment environment, SOAP Port Number refers to the SOAP port number of any cluster member in the cluster.

Required parameters

-host host_name
Specifies the host name.
-port SOAP_Port_Number
Specifies the SOAP port number.
-user user_name
Specifies the administrator user name.
-password password
Specifies the administrator password.

Optional parameters

-server server_name
Use this option in a stand-alone environment to specify the server name (for migration from version 6.x to version 8.0).
-node node_name
Use this option in a stand-alone environment to specify the node (for migration from version 6.x to version 8.0).
-cluster cluster_name
Use this option in an ND environment to specify the cluster (for migration from version 6.x to version 8.0).

If there is no cluster in the ND environment, you can set this option to none. For example, -cluster none.

-dbcopy
Specifies that you are copying Business Space data from version 7.0.x to version 8.0.
-dbupgrade
Specifies that you are upgrading Business Space data from version 7.0.x to version 8.0.

Examples

If you are migrating from version 6.x to version 8.0, use the following examples.
  • In a stand-alone environment, to migrate Business Space data with a Business Space server host 'localhost', port '8880', Business Space administrative user ID 'admin' and password 'admin,' use one of the following commands:
    • For Linux operating systemFor UNIX operating system
      migrateBSpaceData.sh -host localhost -port 8880 -user admin -password admin -server server1 
         -node leoNode01 
    • For Windows operating system
      migrateBSpaceData.bat -host localhost -port 8880 -user admin -password admin -server server1 
         -node leoNode01 
  • In an ND environment, to migrate Business Space data with a Business Space server host 'localhost', port '8880', Business Space administrative user ID 'admin' and password 'admin,' use one of the following commands:
    • For Linux operating systemFor UNIX operating system
      migrateBSpaceData.sh -host localhost -port 8880 -user admin -password admin -cluster cluster1 
    • For Windows operating system
      migrateBSpaceData.bat -host localhost -port 8880 -user admin -password admin -cluster cluster1 

If you are migrating from version 7.0.x to version 8.0, use the following examples, for both stand-alone and ND environments.

  • Use the script for your operating system to copy the Business Space data from V7.0.x to v8.0:
    • For Windows operating systemmigrateBSpaceData.bat -host localhost -port 8880 -user admin -password admin -dbcopy
    • For Linux operating systemFor UNIX operating systemmigrateBSpaceData.sh -host localhost -port 8880 -user admin -password admin -dbcopy
  • Use the script for your operating system to upgrade the Business Space data from V7.0.x to v8.0:
    • For Windows operating systemmigrateBSpaceData.bat -host localhost -port 8880 -user admin -password admin -dbupgrade
    • For Linux operating systemFor UNIX operating systemmigrateBSpaceData.sh -host localhost -port 8880 -user admin -password admin -dbupgrade