HP XP Command View Advanced Edition Software User Manual
Page 339
•
The FTP service on the backup server is started, and the system is set up so a user who has logged
onto the OS of the database server can log onto the FTP server and transfer files to the FTP server.
•
Data for which an online back up was performed from the primary volume to the secondary volume
was backed up to tape.
•
Two SQL Server instances (
INSTANCE_1
and
INSTANCE_2
) exist, and services are running on
database server (
hostB
).
•
The secondary volume is not always mounted. It is mounted on the E drive (drive character
E:
)
only while it is operating.
•
The primary volume configured as a pair with the secondary volume to be backed up will not be
backed up until the secondary volume is backed up onto tape.
•
The
cscript //H:Cscript
command is executed from the command prompt and the host
parameters are updated.
This example uses the following operation definition file, which is deployed in servers
hostA
and
hostB
, and has the name
_opid_SQL.dat
corresponding to the operation ID
opid_SQL
:
Contents of
_opid_SQL.dat
:
BACKUP_OBJECT=MSSQL
DB_SERVER_NAME=hostB
INSTANCE_NAME=DEFAULT
TARGET_NAME=USER_DB1
FTP_HOME_DIR=C:\FTP_ROOT
FTP_SUB_DIR=script
SET_DRM_HOSTNAME=0
This example uses the following host environment settings files. A host environment settings file is
deployed on both server
hostA
and
hostB
.
The host environment settings file used for
hostA
:
HOST_ROLE=BK
MAX_LOG_LINES=1000
The host environment settings file used for
hostB
:
HOST_ROLE=DB
MAX_LOG_LINES=1000
This example prepares the following user script file named
C:\Uscrip.txt
:
Contents of
C:\Uscrip.txt
:
LOCAL_BACKUP=YES
[RESYNC_PROC]
# Target pair volume: TC01,sql01
[CMD]
CMDLINE=C:\HORCM\etc\pairresync.exe -g TC01 -d sql01 -FBC 0
ENV=HORCMINST=0
ENV=HORCC_MRCF=
END_CODE=TERMINATE_NZ
TIMEOUT=10
[CMD]
CMDLINE=C:\HORCM\etc\pairevtwait.exe -g TC01 -d sql01 -s pair -t 600 -FBC 0
ENV=HORCMINST=0
Application Agent CLI User Guide
339