About external procedures

External procedures are the scripts that interact with the restore process during user exits. Using external procedures, you can minimize the interaction that is required for restores that are not automatic.

The following are the external procedure types:

Client-specific procedures take precedence over operating system procedures.

External procedures are started only if you do one of the following:

External procedures operate in the restore environment (a limited operating system environment during the restore process). Many of the commands and capabilities that are available with a complete operating system are not available in the restore environment.

UNIX external procedures execute as root. Windows external procedures execute as administrator.

External procedures are stored in the BMR database on the NetBackup master server. Use the bmrepadm command on the master server to manage external procedures.

Note:

Using external procedures requires a general knowledge of scripts.

More Information

About external procedure points and names

Managing external procedures

Specifying external procedures

About external procedure data transfer

About interaction with external procedures

About external procedure logging

About external procedure operational states

About external procedure exit codes

About external procedure environment variables