Veritas NetBackup™ Commands Reference Guide
- Introduction
 - Appendix A. NetBackup Commands
- acsd
 - add_media_server_on_clients
 - backupdbtrace
 - backuptrace
 - bmrc
 - bmrconfig
 - bmrepadm
 - bmrprep
 - bmrs
 - bmrsrtadm
 - bp
 - bparchive
 - bpbackup
 - bpbackupdb
 - bpcatarc
 - bpcatlist
 - bpcatres
 - bpcatrm
 - bpcd
 - bpchangeprimary
 - bpclient
 - bpclimagelist
 - bpclntcmd
 - bpclusterutil
 - bpcompatd
 - bpconfig
 - bpdbjobs
 - bpdbm
 - bpdgclone
 - bpdown
 - bpduplicate
 - bperror
 - bpexpdate
 - bpfis
 - bpflist
 - bpgetconfig
 - bpgetdebuglog
 - bpimage
 - bpimagelist
 - bpimmedia
 - bpimport
 - bpinst
 - bpkeyfile
 - bpkeyutil
 - bplabel
 - bplist
 - bpmedia
 - bpmedialist
 - bpminlicense
 - bpnbat
 - bpnbaz
 - bppficorr
 - bpplcatdrinfo
 - bpplclients
 - bppldelete
 - bpplinclude
 - bpplinfo
 - bppllist
 - bpplsched
 - bpplschedrep
 - bppolicynew
 - bpps
 - bprd
 - bprecover
 - bprestore
 - bpretlevel
 - bpschedule
 - bpschedulerep
 - bpsetconfig
 - bpstsinfo
 - bpstuadd
 - bpstudel
 - bpstulist
 - bpsturep
 - bptestbpcd
 - bptestnetconn
 - bptpcinfo
 - bpup
 - bpverify
 - cat_convert
 - cat_export
 - cat_import
 - configurePorts
 - create_nbdb
 - csconfig
 - duplicatetrace
 - importtrace
 - jbpSA
 - jnbSA
 - ltid
 - mklogdir
 - nbauditreport
 - nbcatsync
 - NBCC
 - NBCCR
 - nbcertcmd
 - nbcertupdater
 - nbcomponentupdate
 - nbcplogs
 - nbdb_admin
 - nbdb_backup
 - nbdb_move
 - nbdb_ping
 - nbdb_restore
 - nbdb_unload
 - nbdbms_start_server
 - nbdbms_start_stop
 - nbdc
 - nbdecommission
 - nbdelete
 - nbdeployutil
 - nbdevconfig
 - nbdevquery
 - nbdiscover
 - nbdna
 - nbemm
 - nbemmcmd
 - nbexecute
 - nbfindfile
 - nbfirescan
 - nbftadm
 - nbftconfig
 - nbgetconfig
 - nbhba
 - nbholdutil
 - nbhypervtool
 - nbjm
 - nbkmsutil
 - nboraadm
 - nbpem
 - nbpemreq
 - nbperfchk
 - nbplupgrade
 - nbrb
 - nbrbutil
 - nbregopsc
 - nbreplicate
 - nbrestorevm
 - nbseccmd
 - nbsetconfig
 - nbsnapimport
 - nbsnapreplicate
 - nbsqladm
 - nbstl
 - nbstlutil
 - nbsu
 - nbsvrgrp
 - resilient_clients
 - restoretrace
 - stopltid
 - tl4d
 - tl8d
 - tl8cd
 - tldd
 - tldcd
 - tlhd
 - tlhcd
 - tlmd
 - tpautoconf
 - tpclean
 - tpconfig
 - tpext
 - tpreq
 - tpunmount
 - verifytrace
 - vltadm
 - vltcontainers
 - vlteject
 - vltinject
 - vltoffsitemedia
 - vltopmenu
 - vltrun
 - vmadd
 - vmchange
 - vmcheckxxx
 - vmd
 - vmdelete
 - vmoprcmd
 - vmphyinv
 - vmpool
 - vmquery
 - vmrule
 - vmupdate
 - vnetd
 - vxlogcfg
 - vxlogmgr
 - vxlogview
 - W2KOption
 
 
Name
nbdb_move — move location of the NBDB database files after installation
SYNOPSIS
 -data data_directory [-index index_directory] [-tlog log_directory] [-mlog log_directory] [-config_only] [-owner EMM | DBM | DARS] 
  
On UNIX systems, the directory path to this command is /usr/openv/db/bin/ 
On Windows systems, the directory path to this command is <install_path>\NetBackup\bin\ 
DESCRIPTION
nbdb_move moves the NBDB and the BMRDB database files from the default directory locations to customer-specified directories. This action separates data from indexes and transaction logs to improve performance. This command also moves database data files and transaction files to the following default location:
On UNIX systems: /usr/openv/db/data.
On Windows systems: install_path\NetBackupDB\data.
Note:
In a cluster environment, nbdb_move moves the database files to the desired location and changes the VXDBMS_NB_DATA entry in bp.conf on the active node. However, you must manually change the VXDBMS_NB_DATA entry in bp.conf on the inactive node.
OPTIONS
- -config_only
 Updates the configuration files with the directory locations specified. The database files are not moved. Use this option in a recovery operation when the database files were already relocated manually and need their configuration settings to be saved.
- -data data_directory
 Moves the main database files to the customer-specified directories that data_directory designates.
- -index index_directory
 Changes the directory of the index database files.
- -mlog log_directory
 Creates a mirrored transaction log and puts it in a designated directory location. If a mirrored log already exists, this command can be used to move it to a different location.
- -owner EMM | DBM | DARS]
 Moves the database data, index, or log files for a specified data space.
- -tlog log_directory
 Changes the transaction log directory.