Integrating Citrix XenServer and HP Data Protector

Restore all the files backed up in the selected session into the default storage repository. The
backup was performed in
offline mode. Create a debug file.
Mode = "allOffline"
url =
username = "user"
password = "myPassword"
vmName = []
debug = True
sr = ""
http://tpc227.company.com
Restore the virtual machines Debian and vm2, which were backed up in
online mode, into
the default storage repository and create a debug file.
Mode = "online"
url =
username = "user"
password = "myPassword"
vmName = ["Debian", "vm2"]
debug = True
sr = ""
http://tpc227.company.com
Restore all the virtual machines present in the XenServer, without changing their power state.
Create a debug file.
Mode = "allOnline"
url =
username = "user"
password = "myPassword"
vmName = []
debug = False
sr = ""
http://tpc227.company.com
Restore the Debian and vm2 virtual machines, which were backed up using the
offline
mode, into storage repository “Shared Storage” (see
Figure 5). Create a debug file.
Mode = "offline"
url =
username = "user"
password = "myPassword"
vmName = ["Debian", "vm2"]
debug = True
sr = "Shared Storage"
http://tpc227.company.com
Figure 5 Available storage repositories
Restore the Debian virtual machine, which was originally backed up using the online mode,
into the “Removable storage” storage repository. Do not create a debug file.
12