HP Serveur lame HP ProLiant BL465c Gen8 User Manual

Page 209

Advertising
background image

#1

"Multiple specification is not allowed" means that multiple entries cannot be specified in the
command definition section (CMD).

#2

The

[PRE_PROC]

,

[RESYNC_PROC]

,

[SPLIT_PROC]

,

[FINISH_PROC]

, and

[POST_PROC]

can be defined in any order.

#3

This item can be omitted if there is no command to be executed within the user processing section.

#4

This item can be used more than once within a user script file.

#5

Within the

[CMD]

item,

CMDLINE

,

ENV

,

END_CODE

,

TIMEOUT

,

PARENT_STAT

, and

LOCATION

can be defined in any order.

#6

For these characters, one-byte characters and two-byte characters are not distinguished.

#7

Within the same user processing section, the execution status of the parent command does not
change even if the result of the preceding command is an error. For error processing of the
command specified in

CMDLINE

, specify a script containing error processing in

CMDLINE

.

#8

Pay attention to the timeout value setting because if you specify

TIMEOUT=0

, the parent command

will not terminate unless the command specified in

CMDLINE

terminates.

#9

The

[RESYNC_PROC]

,

[SPLIT_PROC]

, and

[FINISH_PROC]

specifications are valid only for

backing up an SQL Server database. For any other type of database, the sections are ignored
even if specified.

#10

Use the Edit File Type window of Explorer to check whether the application file name associated
with the extension (file type) contains a space character. If it does, enclose the application file
name with double quotation marks (

"

). For example, if the file name is

C:\Program Files\

abc\abc.exe %1

, change it to

"C:\Program Files\abc\abc.exe" %1

.

#11

For details about the commands that can be specified, see

Commands that can be specified in

user pre-processing and user post-processing

” on page 210.

Application Agent CLI User Guide

209

Advertising