|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622 。
您需要 登录 才可以下载或查看,没有帐号?注册
x
本帖最后由 yanzi1150 于 2012/7/10 10:25 编辑
migrateBSpaceData command-line utilityUse the migrateBSpaceData command-line utility to migrate the Business Space data. SynopsismigrateBSpaceData [options] -host host_name -port SOAP_Port_Number -user user_name -password password
DescriptionThe 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_nameSpecifies the host name.-port SOAP_Port_NumberSpecifies the SOAP port number.-user user_nameSpecifies the administrator user name.-password passwordSpecifies the administrator password.
Optional parameters-serverserver nameUse this option in a stand-alone environment to specify the server name (for migration from version 6.x to version 7.5).-nodenode nameUse this option in a stand-alone environment to specify the node (for migration from version 6.x to version 7.5).-clustercluster nameUse this option in an ND environment to specify the cluster (for migration from version 6.x to version 7.5).If there is no cluster in the ND environment, you can set this option to none. For example, -cluster none. -dbcopySpecifies that you are copying Business Space data from version 7.0.x to version 7.5.-dbupgradeSpecifies that you are upgrading Business Space data from version 7.0.x to version 7.5.
ExamplesIf you are migrating from version 6.x to version 7.5, 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:
 migrateBSpaceData.sh -host localhost -port 8880 -user admin -password admin -server server1 -node leoNode01 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:
 migrateBSpaceData.sh -host localhost -port 8880 -user admin -password admin -cluster cluster1 migrateBSpaceData.bat -host localhost -port 8880 -user admin -password admin -cluster cluster1
If you are migrating from version 7.0.x to version 7.5, 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 v7.5:
 migrateBSpaceData.bat -host localhost -port 8880 -user admin -password admin -dbcopy  migrateBSpaceData.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 v7.5:
 migrateBSpaceData.bat -host localhost -port 8880 -user admin -password admin -dbupgrade  migrateBSpaceData.sh -host localhost -port 8880 -user admin -password admin -dbupgrade
|
|