HP A.06.11 User Manual
Page 253
4.
Create SAP DB/MaxDB media, grouping them under the same name
(media_group_name). The number of created media should equal the
parallelism you plan to use for backup. To create a medium medium_name,
run the following command, depending on the SAP DB/MaxDB version:
• For MaxDB version 7.6:
medium_put media_group_name/medium_name pipe_name type
backup_type [size [block_size [overwrite [autoloader
[os_command [tool_type]]]]]]
• For other SAP DB/MaxDB versions:
medium_put media_group_name/medium_name pipe_name
medium_type backup_type
backup_type
can be one of the following:
• DATA for full backup
• PAGES for differential backup
• LOG for log backup
tool_type
must be the following:
• "BACK" for backup with Backint for MaxDB
IMPORTANT:
When creating SAP DB/MaxDB media for the purpose of a Data Protector
backup and restore, the media group name must begin with the "BACK"
string.
Example
The commands below create two media and two pipes (parallelism = 2) in the
media group BACKDP-Data[2].
Windows, MaxDB version 7.6:
medium_put BACKDP-Data[2]/1 \
\\.\Pipe\inst_name.BACKDP_Data[2].1 PIPE DATA 0 8 \
NO NO \" \" "BACK"
medium_put BACKDP-Data[2]/2 \
\\.\Pipe\inst_name.BACKDP_Data[2].2 PIPE DATA 0 8 \
NO NO \" \" "BACK"
Integration guide for Oracle and SAP
253