HP StorageWorks P9000 Command View Advanced Edition Suite Software 7.0 Mainframe Agent Installation and Configuration Guide (TB581-96014, November 2010)

#1
You cannot specify the directory containing the SQL Server database configuration definition file
(instance-name.dat, in which parameters are registered) for the VDI metafile storage directory.
#2
If nothing is specified for the UNDO file storage directory, and the drmsqlrestore command
or drmsqlrecover command is executed with the -undo option specified, an error message
appears, indicating that no parameters have been specified for the drmsqlinit command. The
same message will be displayed if Standby is specified for Recovery Mode, in the drmsqlrecovertool
dialog box.
If this error message is displayed, use the drmsqlinit command to set the UNDO file storage
directory. Note that you cannot specify the directory containing the SQL Server database config-
uration definition file (instance-name.dat, in which parameters are registered) for the UNDO
file storage directory.
#3
If nothing is specified for the transaction log backup file storage directory, and the drmsqllog-
backup command is executed, an error message appears, indicating that no parameters are set
for the drmsqlinit command. If this message is displayed, use the drmsqlinit command to
set the transaction log backup file storage directory.
Directories in which SQL Server schema definition files (with parameters registered as
instance-name.dat) are stored cannot be specified as storage directories for VDI metafiles or undo
files.
The parameters that this command registers are stored in the following location:
Application-Agent-installation-directory\DRM\conf\MSSQL\instance-name.dat
To delete instances that have registered parameters, delete name-of-instance-to-be-deleted.dat.
Arguments
-v
Displays the registered parameters.
instance-name
Specify the name of the SQL Server instance to be backed up. If the instance to be backed up is the
default, specify DEFAULT.
Return Values
0: Normal termination
Any value other than 0: Termination with an error
Examples
In this example, the command is used to set up the instance SQL1:
PROMPT> drmsqlinit SQL1
KAVX1100-I Enter the name of the storage directory for VDI metafiles: D:\MSSQL\Meta
KAVX1101-I Enter the timeout interval for VDI generation (in seconds, between 0 and 3600): 10
KAVX1102-I Enter the name of the storage directory for undo files: D:\MSSQL\Undo
KAVX1107-I Enter the name of the storage directory for the backup-log files: D:\MSSQL\tlog
KAVX1103-I SQL Server information has been updated.
PROMPT>
CLI Reference Guide 165