2 migrating a domain – Oracle Audio Technologies E10898-02 User Manual
Page 49
Migrating a Domain
Domain Live Migration
6-5
2.
Add the following entry to the /etc/fstab file:
myfileserver:/vol/vol1/data/ovs /OVS/remote nfs
defaults 0 0
3.
Mount the shared virtual disk:
# mount /OVS/remote
6.2 Migrating a Domain
To migrate a domain from one computer to another identical computer:
1.
Create a shared virtual disk to use during the domain migration. See
"Creating a Shared Virtual Disk for Live Migration"
. Each computer involved with
the domain migration must have access to the shared virtual disk in the same way,
either as an NFS or a SAN virtual disk.
2.
On the Oracle VM Server that contains the existing domain, migrate the domain to
to the remote computer with the following command:
# xm migrate
mydomain
myremotecomputer
The domain is migrated to the remote computer.
To perform live migration of the domain, use the command:
# xm migrate -l
mydomain
myremotecomputer