cancel
Showing results for 
Search instead for 
Did you mean: 

Getting all NBU Jobs in a file

Fabian_Schwarz
Level 4

Hi,

I'm looking for any way to catch all NBU jobs in a file.

Can I use the bpdbjobs -fast ?

I read anything about core dump generations using this parameter.  (NetBackupV7.6 - Linux)

2 ACCEPTED SOLUTIONS

Accepted Solutions

RiaanBadenhorst
Moderator
Moderator
Partner    VIP    Accredited Certified

bpdbjobs -most_columns should work fine.

View solution in original post

sdo
Moderator
Moderator
Partner    VIP    Certified

I've never used -fast in any of my scripts.

.

There are essentially three output styles from bpdbjobs reporting...

.

1) Plain text report:

How to customize the output of NetBackup bpdbjobs command on both Windows Master and UNIX Master

https://support.symantec.com/en_US/article.TECH181810.html

..this is ok for simple lists, but not much use really.

.

2) Comma delimited -most_columns:

DOCUMENTATION: In NetBackup 6.x and 7.x, what does the output of "bpdbjobs -most_columns" mean?

https://support.symantec.com/en_US/article.TECH65123.html

...you'll find most scripts use this format.

.

3) Comma delimited -all_columns:

Symantec NetBackup 7.5 Commands Reference Guide

https://support.symantec.com/en_US/article.DOC5182.html

...see page 111 onwards...

...this format can be tricky to parse due the embedded lists and the use of comma themselves within some fields, but does contain the most information, but can generate largish files, and can contain very long records.

View solution in original post

2 REPLIES 2

RiaanBadenhorst
Moderator
Moderator
Partner    VIP    Accredited Certified

bpdbjobs -most_columns should work fine.

sdo
Moderator
Moderator
Partner    VIP    Certified

I've never used -fast in any of my scripts.

.

There are essentially three output styles from bpdbjobs reporting...

.

1) Plain text report:

How to customize the output of NetBackup bpdbjobs command on both Windows Master and UNIX Master

https://support.symantec.com/en_US/article.TECH181810.html

..this is ok for simple lists, but not much use really.

.

2) Comma delimited -most_columns:

DOCUMENTATION: In NetBackup 6.x and 7.x, what does the output of "bpdbjobs -most_columns" mean?

https://support.symantec.com/en_US/article.TECH65123.html

...you'll find most scripts use this format.

.

3) Comma delimited -all_columns:

Symantec NetBackup 7.5 Commands Reference Guide

https://support.symantec.com/en_US/article.DOC5182.html

...see page 111 onwards...

...this format can be tricky to parse due the embedded lists and the use of comma themselves within some fields, but does contain the most information, but can generate largish files, and can contain very long records.