Knowledge Base
The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides

|
Export configured components from a vFabric Application Director 1.0 appliance to a 5.0 appliance (2041633)
Details
Solution
- Download and save the ConversionUtility.jar file to the vFabric Application Director 1.0 appliance from the latest vFabric Application Director product download site.
- Start the vFabric Application Director Conversion
Utility from the vFabric Application Director 1.0 appliance.
java -jar ./ConversionUtility.jar
Note: Log in the vFabric Application Director server with the http://DarwinServerIP:8080/darwin URL.
For more information, see Start the CLI in an Appliance. - Export
an application blueprint and associated services.
export-package --exportFilePath ExportFilePath --applicationVersion ApplicationVersionSpecification
Note: If the application version contains spaces, you must put the application version in double quotation marks.
For example to export test-blueprint application 1.0.1-1, type export-package --exportFilePath test-blueprint.xml --applicationVersion test:1.0.1-1
The vFabric Application Director Conversion Utility exports the associated services included in the application blueprint. - (Optional) Export services and custom tasks from the
vFabric
Application Director catalog.
export-package --exportFilePath ExportFilePath --serviceVersion ServiceVersionList --scriptTaskVersion ALL
For implementation details, see Using the CLI Export Command. - Log out of the vFabric Application Director 1.0 appliance.
- Log in the vFabric
Application Director 5.0 CLI from the appliance or
remotely.
For more information, see Start the CLI in an Appliance or Start the CLI Remotely. - Import the packages to the vFabric
Application Director 5.0 appliance.
import-package --importFilePath ImportFilePath --conflictResolutionAction SKIP
For example to import the test-blueprint application, type import-package --importFilePath test-blueprint.xml -- conflictResolutionAction SKIP
For implementation details, see the Using the Import Command. - Log in the vFabric
Application Director 5.0 Web interface.
For more information see, Log In to vFabric Application Director. - Verify
that the application blueprint, service, or custom task is available.
Keywords
Request a Product Feature
To request a new product feature or to provide feedback on a VMware product, please visit the Request a Product Feature page.
Actions
KB:
- Updated:
- Categories:
- Languages:
- Product Family:
- Product(s):
- Product Version(s):

