Copy the source system image to the destination system as described in "K.1.1 Copying Method for the System."
After copying the system image, refer to the manual of each product to change OS settings such as network settings and other MW settings.
Make the disks used by the GDS visible to the OS.
If you are copying a cloud environment, perform the following steps on the destination system after copying the system image.
1.Additional storage is restored from image and attached to virtual server
2.To inherit IP addresses between virtual servers, execute the following API and set the IP addresses as "allowed_address_pairs".
# curl -X PUT https://networking.jp-east-3.cloud.global.fujitsu.com/v2.0/ports/{ID of the created port} -H 'X-Auth-Token:XXX' -H 'Content-Type:application/json' -H 'Accept:application/json' -d '{"port":{ "allowed_address_pairs" : [{"ip_address":"takeover IP address""}]}}'