<nbu_dir_path>bmrconfig [-resource resourceType [-platform win | hp | aix | solaris | linux] [-manager ldm | lvm | native | sfw | svm | vxvm] [-operation add | change | clearly | delete | display | list | map]]
<nbu_dir_path>bmrconfig -operation initialize -resource disk | network | all -client clientName -configuration configName -sourceconfiguration source_configName
<nbu_dir_path>bmrconfig -operation initialize -resource disk | network | all -client clientName -configuration configName -sourceclient source_clientName -sourceconfiguration source_configName
The bmrconfig command changes a configuration's system, network, volume, driver, and NetBackup settings. The read-only current configuration and discovered configuration cannot be changed. Use the bmrs command to create a copy of a configuration that you can change.
The operation to perform. Operations are as follows:
add - adds a resource to the configuration
change - changes specific attributes of a resource
clearly - removes all resources except disks from a disk group
delete - removes a resource from the configuration
display - prints high-level information about the resource
help - prints the required resources and the optional attributes and values
initialize - initializes a configuration's hardware from a discovered configuration
list - prints all the instances of the specified resource type
map - maps a resource that includes dependent resources, from the original configuration to the working configuration
verify - checks that a config has sufficient data for a restore to succeed
The type of the resource on which the operation is performed. Resource types are as follows:
accesspath - a Windows access path
disk - a physical storage device
diskgroup - a logical grouping of disks
diskset - a Solaris Volume Manager disk set
driveletter - a Windows drive letter
filesystem - a file system for UNIX, Linux, and Windows
hotsparepool - a set of the slices that are used for SVM failover
license - a product license key
logicaldrive - a Windows extended partition; first one implicitly adds container
logicalvolume - an AIX or HP-UX logical volume
metadb - an SVM database replica slice
mountpoint - a path that serves as an access point to a volume
multidevice - a Linux multidevice
nativedisk - Solaris Native disk resource
nativepart - Solaris Native partition resource
nic - a network interface card
nicpkg - a network interface card driver
partition - Windows primary partition
physical volume - an AIX or HP-UX physical volume
slice - a Solaris slice; equivalent to volume
softpart - an SVM soft partition
List the physical volumes in a configuration for client aixp31:
# bmrconfig -operation list -resource physical volume -configuration current -client aixp31
Map Native partitions on Solaris:
# bmrconfig -op map -re nativepart -name /dev/dsk/c1t0d0p1 -client client1 -config config1 -attributes disk=/dev/dsk/c1t1d0p0 percent=50 partid=191 active=true
List the volume groups in a configuration for client aixp31:
# bmrconfig -operation list -resource volume group -configuration current -client aixp31
Display the attributes of a volume group for client aixp31:
# bmrconfig -operation display -resource volume group -configuration current -client aixp31 -name rootvg
Initialize the new configuration with the discovered hardware for client aixp31:
# bmrconfig -operation initialize -resource config -configuration mynew -client aixp31 -sourceconfiguration discover
Add a volume group to a configuration for client aixp31:
# bmrconfig -operation add -configuration mynew -client aixp31 -resource volume group -name rootvg -attributes physical volume=hdisk1
Add a disk to a volume group for client aixp31 (requires a full list of physical volumes to be specified):
# bmrconfig -operation modify -configuration my new -client aixp31 -resource volume group -name rootvg -attributes physical volume=hdisk1 physical volume=hdisk0
Remove a physical volume from a volume group for client aixp31:
# bmrconfig -operation modify -configuration my new -client aixp31 -resource volume group -name rootvg -attributes physical volume=hdisk0
Map a volume group from the original configuration for client aixp31:
# bmrconfig -operation map -configuration my new -client aixp31 -resource volume group -name rootvg