Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Scratch pool list command line

Status
Not open for further replies.

Frbutler

Technical User
Nov 2, 2005
243
US
What is the command line to show media in a certain media pool?
I recently inherited the Netbackup job and do not know a lot about command line switches within NBU

Thanks,
 
Here is the usage for the command vmpool. Also I suggest you download the "Commands for UNIX and Windows" ma nual from symantec. You can find the link to the downloads in the FAQs area of this forum.

vmpool [-h <EMM_server> | <volume_database_host>]
{
-list_all [-b | -bx] |
-list_scratch |
-add <pool_name> "<description>" <host> <uid> <gid> |
-change <pool_name> "<description>" <host> <uid> <gid> |
-delete <pool_name> |
-set_scratch <pool_name> |
-unset_scratch <pool_name>

(NetBackup 6.0 Enterprise Media Manager options)
-list_catalog_backup |
-set_catalog_backup <pool_name> |
-unset_catalog_backup <pool_name>
}


Bob Stump
VERITAS
"Ain't it the truth? Ain't it the truth?" Bert Lahr, Wizard of Oz 1939
 
Simply click on the tab above called FAQs
and then go to the online documentation tab




Bob Stump
VERITAS
"Ain't it the truth? Ain't it the truth?" Bert Lahr, Wizard of Oz 1939
 
could be...I've never used that command.



Bob Stump
VERITAS
"Ain't it the truth? Ain't it the truth?" Bert Lahr, Wizard of Oz 1939
 
vmquery -b -pn SCRATCH
assuming the name of your scratchpool is SCRATCH

/johnny
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top