| copyright |
|
||
|---|---|---|---|
| lastupdated | 2026-07-17 | ||
| keywords | Power edge router migration, PER migration, migration, manual PER migration | ||
| subcollection | power-iaas |
{{site.data.keyword.attribute-definition-list}}
{: #migrate-ws-per}
{{site.data.keyword.off-prem-fname}} in [{{site.data.keyword.off-prem}}]{: tag-blue}
Power Edge Router (PER) is enabled for all Power Virtual Server data centers except CHE01.
If you configured your workspace network without using a support ticket, you can use self-service automation to complete your PER migration.
You must have access to Direct Link to complete your PER migration. For more information about required access roles, see Access role requirements for Power Virtual Server. {: note}
You can use the ibmcloud pi workspace action CLI command to automate the migration of an existing network to PER. For more information, see Migrating to PER.
If you manually configured your subnets and Direct Link through a support ticket, migrate your workspace to PER by opening a support ticket.
{: #determine-dl-config}
If you are unsure whether you manually configured subnets and Direct Link for your workspace, complete the following steps to verify your configuration method.
{: #identify-cloud-connections}
To confirm that you have an automatically configured Cloud connection, check the following two conditions:
-
The connection appears on the Cloud connections page in the {{site.data.keyword.powerSys_notm}} workspace. To verify, complete the following steps:
-
Log in to the IBM Cloud catalog{: external}.
-
In the search box, type Power Virtual Server, and click the Power Virtual Server tile.
-
Click Workspaces in the navigation panel. The Workspaces page with a list of existing workspaces is displayed.
-
From the Workspaces page, select your workspace.
-
Click Cloud connections in the left navigation panel. The Cloud connections page is displayed.
If the Cloud connections option does not appear, your workspace is already PER-enabled, and this procedure does not apply to you. If your connections are listed here, continue to the next condition.
-
-
The Direct Link details page displays the message "This Direct Link is read-only". To verify, complete the following steps:
-
Log in to the IBM Cloud console{: external}.
-
From the navigation menu, select Infrastructure > Network > Direct link. The Direct Link page is displayed.
-
Click the Direct Link connection that has the same name as your Cloud connection.
-
In the Details section, check for the read-only message.
-
If both conditions are met, your Direct Link connection was automatically configured through Cloud connections. Use the self-service automation to migrate to PER.
{: #identify-manual-dl}
To confirm that you have a manually configured Direct Link 2.0, check the following conditions:
-
The connection does not appear on the Cloud connections page in the {{site.data.keyword.powerSys_notm}} workspace. To verify, complete the following steps:
-
Log in to the IBM Cloud catalog{: external}.
-
In the search box, type Power Virtual Server, and click the Power Virtual Server tile.
-
Click Workspaces in the navigation panel. The Workspaces page with a list of existing workspaces is displayed.
-
From the Workspaces page, select your workspace.
-
Click Cloud connections in the left navigation panel. The Cloud connections page is displayed.
If the Cloud connections option does not appear, your workspace is already PER-enabled. If no connections are listed or your Direct Link is not shown here, your Direct Link might be manually configured.
-
-
The Direct Link details page does not display the message "This Direct Link is read-only". To verify, complete the following steps:
-
Log in to the IBM Cloud console{: external}.
-
From the navigation menu, select Infrastructure > Network > Direct link.
-
Click the Direct Link connection.
-
In the Details section, verify that the read-only message is not displayed.
-
If both conditions are met, your Direct Link connection was manually configured through a support ticket. In this case, you must also migrate to PER by opening a support ticket.
{: #migrate-per-ticket}
To migrate your workspace to PER through a support ticket, complete the following steps:
-
Create a support case{: external} in the IBM Cloud Support Center.
-
Select {{site.data.keyword.powerSys_notm}} under Topic, and select Power VS Network Related under Subtopic.
-
In the Subject field, provide a brief description of your migration requirements.
-
In the Description box under additional information, provide the following information:
-
The CRN (cloud resource name) of the workspace that you want to migrate
-
The subnet configuration details for the workspace
-
The Direct Link connection details associated with the workspace subnets
The {{site.data.keyword.powerSys_notm}} operations team processes the support ticket by configuring PER and other network devices in parallel with the Direct Link configuration. When the PER configuration is complete, the team notifies you through a ticket update that the PER configuration is ready for your validation and testing.
-
-
Click Next:
-
Schedule a maintenance window during which you must provision the Transit Gateway to complete the PER network configuration. For more information, see PER use cases. To route the network traffic through PER, complete the following steps:
-
In the IBM Cloud console{: external}, from the navigation menu, select Infrastructure > Network > Direct link.
-
Click a Direct Link connection to open the connection details page.
-
Click the BGP tab and then open the Route Filter details.
-
Under Import route filters and Export route filters, select Deny all import routes to block the Direct Link routes and route traffic through the PER network.
Repeat the preceding steps for each Direct Link connection. If you encounter any PER connectivity issues, you can revert to the Direct Link path. To revert, select Permit all import routes to unblock the Direct Link routes, and then disconnect the workspace from the Transit Gateway.
-
-
After successful testing (for example, a ping test), delete the Direct Link connections and notify IBM by updating the ticket.
-
The {{site.data.keyword.powerSys_notm}} team marks the workspace as Migrated and closes the ticket.
After the workspace is migrated to the PER network through the ticketing process, continue to refer to the support ticket for network configuration information, including subnet creation, deletion, and gateway updates. Before you delete the pre-migration workspace, open a support ticket to remove the backend device configuration. Then, you can delete the workspace. {: important}
{: #fls-migrated-sub}
You can run FLS with the migrated workspace in two ways:
-
FLS works if you update the migrated subnets with DNS IP addresses.
Update the migrated subnet by adding DNS IP addresses, for example,
161.26.0.10or161.26.0.11.Run the following command:
```bash ibmcloud pi netu <network_id> --dns-servers "127.0.0.1 161.26.0.10 161.26.0.11" ``` {: .codeblock}Where
127.0.0.1refers to the local stub resolver on the virtual server instance. -
For existing virtual server instances that are deployed by using migrated subnets, add the following DNS IP addresses, or the specific DNS IP addresses for your environment, to the
/etc/resolv.conffile:nameserver 161.26.0.10nameserver 161.26.0.11
{: #add-info-per-mig}
If you need to make additional changes after the migration that requires backend device configuration, complete the following actions:
-
Create a subnet: In the {{site.data.keyword.powerSys_notm}} user interface, create the subnet, and then open a support ticket so that the {{site.data.keyword.powerSys_notm}} operations team can configure the subnet on the backend devices.
-
Update or delete a subnet: First, open a support ticket so that the {{site.data.keyword.powerSys_notm}} operations team can update or remove the configuration on the backend devices. Then, update or delete the subnet in the {{site.data.keyword.powerSys_notm}} user interface.