cancel
Showing results for 
Search instead for 
Did you mean: 

GEN_DATA file list directive for UNIX/Linux Performance Tuning

Nicolai
Moderator
Moderator
Partner    VIP   

Hello Everyone.

Stumped upon this tech note today and wanted to share it with you. Works on Solaris and Linux only. The tool works really great and can produce huge amount of random data in very short time. You can even "restore"  the random generated data, however the restored data will be verified but else ignored.

Documentation: How to use the GEN_DATA file list directives with NetBackup for UNIX/Linux Clients for Performance Tuning

http://www.symantec.com/docs/TECH75213

1 ACCEPTED SOLUTION

Accepted Solutions

Nicolai
Moderator
Moderator
Partner    VIP   

If the NEW_STREAM directive is used as first directive status 69 is returned.

Will Work:

GEN_DATA
GEN_KBSIZE=2000000
GEN_MAXFILES=20
GEN_PERCENT_RANDOM=50

Will fail:

NEW_STREAM
GEN_DATA
GEN_KBSIZE=2000000
GEN_MAXFILES=20
GEN_PERCENT_RANDOM=50

Policy VS bpbackup:

Data generated by bpbackup can't be restored, the job go active in the GUI but never do anything. Work as intended if the data is generated by a policy.

View solution in original post

4 REPLIES 4

Andy_Welburn
Level 6

Duly bookmarked that link....may come in handy sometime soon.

RiaanBadenhorst
Level 6
Partner    VIP    Accredited Certified

Sweet!!

Mouse
Moderator
Moderator
Partner    VIP    Accredited Certified

Would be great to have it for Windows too

Nicolai
Moderator
Moderator
Partner    VIP   

If the NEW_STREAM directive is used as first directive status 69 is returned.

Will Work:

GEN_DATA
GEN_KBSIZE=2000000
GEN_MAXFILES=20
GEN_PERCENT_RANDOM=50

Will fail:

NEW_STREAM
GEN_DATA
GEN_KBSIZE=2000000
GEN_MAXFILES=20
GEN_PERCENT_RANDOM=50

Policy VS bpbackup:

Data generated by bpbackup can't be restored, the job go active in the GUI but never do anything. Work as intended if the data is generated by a policy.