Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Veritas NetBackup™ Commands Reference Guide
  3. Appendix A. NetBackup Commands
  4. bmrs
Veritas NetBackup™ Commands Reference Guide

Name

bmrs — manage resources in the Bare Metal Restore database

SYNOPSIS

bmrs -operation delete -resource config -name configName -client clientName -resource client -name clientName -resource package -name packageName -resource srt -name srtName -resource discovertasklog -id idvalue -resource restoretasklog -id idvalue

bmrs -operation complete -resource discovertask -client clientName -status numericStatus -resource restoretask -client clientName -status numericStatus

bmrs -operation verify -resource srt -name srtName [-client clientName]

bmrs -operation copy -resource config -name configName -client clientName -destination newConfigName

bmrs -operation retrieve -resource config -client clientName -destination newConfigName [-enddate date] [-epochenddate eEnddate] [-policy policyName]

bmrs -operation import -resource config -path bundlePath [-client clientName] [-destination newConfigName]

bmrs -operation list -resource resourceName

On UNIX systems, the directory path to this command is /usr/openv/netbackup/bin/

On Windows systems, the directory path to this command is install_path\NetBackup\bin\

DESCRIPTION

The bmrs command manages resources in the Bare Metal Restore database. The bmrs command runs only on the master server.

OPTIONS

-client clientName

Name of the Bare Metal Restore client.

-destination newConfigName

Name of the destination configuration to create.

-enddate date

The date for point-in-time restore configurations. If both -enddate and -epochenddate are specified, -epochenddate takes precedence.

The required date and time values format in NetBackup commands varies according to your locale. The /usr/openv/msg/.conf file (UNIX) and the install_path\VERITAS\msg\LC.CONF file (Windows) contain information such as the date-time formats for each supported locale. The files contain specific instructions on how to add or modify the list of supported locales and formats.

For more information about the locale of your system, see "About specifying the locale of the NetBackup installation" in the NetBackup Administrator's Guide, Volume II.

-epochenddate eEnddate

The date for the point-in-time restore configurations. This date is specified in the number of seconds since January 1, 1970. If both -enddate and -epochenddate are specified, -epochenddate takes precedence.

-id idvalue

Database record ID of the resource to use for this operation. It is either discoverTaskLogId or restoreTaskLogId.

-name value

Name of the resource to use for this operation: clientName, configName, packageName, or srtName.

-operation operationName

Possible operations are complete, copy, delete, import, list, retrieve, and verify.

-path bundlePath

Pathname to a bundle file that the bmrsavecfg command creates.

-policy policyName

Name of the policy to be used.

-resource resourceName

A resource on which to perform the operation. The allowed resources vary with operation specified. For -operation list, the following resources are supported:

bootserver
client
config
discovertask
discovertasklog
package
restoretask
restoretasklog
srt
-status numericStatus

A numeric completion status code, used internally by Bare Metal Restore.

EXAMPLES

Example 1 - List the configurations in the BMR database:

bmrs -operation list -resource config

Example 2 - Copy the current configuration (read-only) and create a new configuration (mynew) that you can edit for client aixp31:

bmrs -operation copy -resource config -name current -client aixp31 
-destination mynew

Example 3 - Delete configuration mynew for client aixp31:

bmrs -operation delete -resource config -name mynew -client aixp31

Example 4 - Verify the integrity of shared resource tree aixsrt:

bmrs -operation verify -resource srt -name aixsrt

NOTES

If you use NetBackup Access Management and your user credentials and the computer credentials expire, renew them before you perform prepare-to-restore operations. Use the bpnbat -Login command to renew your user credentials and the bpnbat -LoginMachine command to renew the computer credentials.

You can specify -? to display the command usage statement when it is the only option on the command line.

SEE ALSO

See bmrc.

Feedback

Was this page helpful?
Previous

bmrprep

Next

bmrsrtadm

Feedback

Was this page helpful?