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 cldinstance
 - csconfig cldprovider
 - csconfig meter
 - csconfig throttle
 - duplicatetrace
 - importtrace
 - jbpSA
 - jnbSA
 - ltid
 - manageClientCerts
 - mklogdir
 - nbauditreport
 - nbcatsync
 - NBCC
 - NBCCR
 - nbcertcmd
 - nbcertupdater
 - nbcldutil
 - 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
 - nbhostidentity
 - nbhostmgmt
 - nbhypervtool
 - nbjm
 - nbkmsutil
 - nboraadm
 - nborair
 - nbpem
 - nbpemreq
 - nbperfchk
 - nbplupgrade
 - nbrb
 - nbrbutil
 - nbregopsc
 - nbreplicate
 - nbrestorevm
 - nbseccmd
 - nbsetconfig
 - nbsnapimport
 - nbsnapreplicate
 - nbsqladm
 - nbstl
 - nbstlutil
 - nbstop
 - 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
 - vwcp_manage
 - vxlogcfg
 - vxlogmgr
 - vxlogview
 - W2KOption
 
 
Name
nbhypervtool — NetBackup tool for Hyper-V
SYNOPSIS
nbhypervtool [listNbuCheckpoints | deleteNbuCheckpoints] [-vmname VM_display_name | -vmguid VM_guid]  [-server Hyper-V_server_name] [-d | -debug] [-version] [-h | -help] 
 
On Windows systems, the directory path to this command is install_path\NetBackup\bin\ 
DESCRIPTION
The nbhypervtool utility removes orphaned NetBackup WMI checkpoints (snapshots) of a Hyper-V virtual machine on Windows 2016 or later.
This command operates only on Windows systems.
Note:
For NetBackup 8.0: If a virtual machine checkpoint exists that NetBackup created for a previous WMI backup, NetBackup aborts the next WMI backup job for that virtual machine.
Note:
This command does not apply to VSS snapshots.
OPTIONS
- -d, -debug
 Enables debug logging.
- deleteNbuCheckpoints
 Deletes the existing NetBackup WMI checkpoints of the virtual machine.
- -h, -help
 Displays the available options for nbhypervtool.
- listNbuCheckpoints
 Lists the existing NetBackup WMI checkpoints of the virtual machine.
- -server Hyper-V_server_name
 The name of the Hyper-V server. The default is the local host.
- -version
 Displays the nbhypervtool version and exits.
- -vmguid VM_guid
 The globally unique identifier (GUID) of the virtual machine.
- -vmname VM_display_name
 The display name of the virtual machine.
EXAMPLES
Example 1 - List the existing NetBackup WMI checkpoints for a virtual machine by its display name:
nbhypervtool.exe listNbuCheckpoints -vmname VM1
Example 2 - List the existing NetBackup WMI checkpoints for a virtual machine by its GUID:
nbhypervtool.exe listNbuCheckpoints -vmguid 4c080c63-72b4-462b-b4b3-372e0f4cab04
Example 3 - Delete NetBackup WMI checkpoints for a virtual machine by its display name:
nbhypervtool.exe deleteNbuCheckpoints -vmname VM1
Example 4 - Delete NetBackup WMI checkpoints for a virtual machine by its GUID:
nbhypervtool.exe deleteNbuCheckpoints -vmguid 4c080c63-72b4-462b-b4b3-372e0f4cab04