An enclosure managed by Virtual Connect Manager (VCM) can be migrated into HPE OneView through the UI or through REST API. The Virtual Connect (VC) enclosure can be migrated to a new enclosure group or an existing enclosure group.
VCEM-managed enclosures can be migrated to HPE OneView through the VCEM GUI or a PowerShell module. See Prepare a VCEM enclosure for migration into HPE OneView for more information.
More information
| “Planning for enclosure migration from VCM into HPE OneView” in the HPE OneView User Guide |
| About migrating c7000 enclosures managed by other management systems |
-
Required privileges: HPE OneView Infrastructure administrator, Onboard Administrator, and VCM Domain Administrator.
-
OA and VCM credentials as well as the OA IP address for the enclosure.
-
For VCEM-managed enclosures: VCEM credentials to remove the Virtual Connect domain from the domain group using the VCEM web interface, or the HPE PowerShell module. See Prepare a VCEM enclosure for migration into HPE OneView for more information.
-
Back up and secure the VCM configuration (including the output from
show config -includepoolinfo). See VCM configuration backup acknowledgment for more information. -
Review the HPE OneView Support Matrix and verify the enclosure contains supported servers, interconnect modules, and mezzanine cards.
-
Assign server profiles before the migration or recreate server profiles after the migration, if applicable. See Server profile acknowledgment for more information.
-
Ensure network connectivity with OA and iLOs in the Virtual Connect domain.
-
Ensure all interconnect modules are present and powered on within the enclosure.
-
Determine if a migration is already in progress.
GET /rest/migratable-vc-domainsA collection of compatibility reports are returned along with the number of concurrently executing migrations and the ability to create a compatibility report or migrate an enclosure while other operations are in progress. The
migratabilityStatemust be MigrationValid to continue. -
Validate the enclosure configuration.
POST /rest/migratable-vc-domainsSee /rest/migratable-vc-domains for a list of required URIs. The enclosure VCM IP address is retrieved from Onboard Administrator (OA). The following URIs are optional.
A
tasks/{id}is returned identifying the compatibility report.
![[NOTE: ]](images/note.gif)
NOTE:
GET /rest/tasks/{id}until the validation task is completed.
Once the task has completed, a
/rest/migratable-vc-domains/{id}URI is returned. -
Retrieve a compatibility report using a
/rest/migratable-vc-domains/{id}URI obtained in step 2. -
Does the report indicate errors?
-
Yes, resolve compatibility errors. Repeat step 3 until all blocking issues are resolved.
-
-
Is this an offline migration?
-
Yes, power off the servers in the enclosure that is being migrated, and run a final compatibility report.
-
-
Respond to the acknowledgments and import the VC enclosure.
PUT /rest/migratable-vc-domains/{id}Include
migrationStateset to Migrated andAcknowledgementKeyfor each acknowledgment. -
Do you want to migrate another enclosure?
-
Check for the completion of the migrations.
GET /rest/migratable-vc-domainsThe
migrationSubStateshows Completed. If not, follow the proposed resolution.
-
Was the migration an offline migration?
-
Yes, power on the servers in the migrated enclosure.
-
-
Optional: Recreate server profiles in HPE OneView, if server profiles were not assigned to server hardware before migration.
-
Recreate the server profiles using the information from the VCMCLI
show config –includepoolinfocaptured before the migration. -
Enter the MAC, WWN, Serial Number, UUID information as “user specified” to retain the same values in HPE OneView that were present in the VCM server profile.
-
-
Perform the following best practices:
-
Back up the new configuration in HPE OneView.
-
Plan a reboot if one of the acknowledgements, such as an SR-IOV virtual function configuration, indicated a change which would impact your operation.
![[NOTE: ]](images/note.gif)
NOTE: During an in-service migration, some changes do not take effect until the servers are rebooted for the first time following a migration.
-
The migration tool detects if the features and hardware within a VCM-managed enclosure are compatible with HPE OneView. Each detected issue is grouped into a category such as hardware, domain, logical interconnect group, or server profile to identify the part of the Virtual Connect domain or HPE OneView system that is impacted. An issue is also given one of the following compatibility issue levels.
Resolving compatibility issues
-
Review each issue and suggested resolution.
![[NOTE: ]](images/note.gif)
NOTE: If performing an offline migration, resolve all non-power related issues first before powering down the server to limit application downtime.
-
Evaluate warnings to determine if action needs to be taken.
If the warning indicates that the issue will affect your use of the configuration, then take action. Otherwise, the warning can be ignored.
-
Resolve all blocking migration errors by modifying the configuration in VCM or HPE OneView.
Resolving an issue may require disabling a feature within Virtual Connect, changing a configuration in Virtual Connect, or in some cases, changing the HPE OneView logical interconnect group.
For example, if there is a mismatch with uplink sets and one of those uplink sets already exists in HPE OneView and 10 enclosures with the same configuration are to be migrated into the same enclosure group, update the uplink set in HPE OneView.
-
-
Re-execute the test compatibility report until all blocking issues are resolved.
-
Continue with the migration process.
More information
| About blocking issues during migration |
| About migrating c7000 enclosures managed by other management systems |