NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Data Protection

Write Snapcreator output to standard out

michaeldparker
3,915 Views

We have a program called Tidal to which schedules jobs.  If a job fails and the program writes to standard out, Tidal can capture the output and send it to specified users.  I just recently put our snapcreator jobs into Tidal and when they fail, Tidal does not return any job failure details.  Is it possible to configure snapcreator to output the error details to standard out so that Tidal can capture the error details?

Thanks

Mike

1 ACCEPTED SOLUTION

ktenzer
3,915 Views

Hi Mike,

If you run Snap Creator with --verbose option then it will send messages to STDOUT. We send Error messages to both STDOUT and STDERR. Without --verbose we dont send anything to STDOUT only to log file.

./snapcreator --profile <profile> --action <action> --policy <policy> --verbose

For more detail you can use the --debug option as well

Regards,

Keith

View solution in original post

2 REPLIES 2

ktenzer
3,916 Views

Hi Mike,

If you run Snap Creator with --verbose option then it will send messages to STDOUT. We send Error messages to both STDOUT and STDERR. Without --verbose we dont send anything to STDOUT only to log file.

./snapcreator --profile <profile> --action <action> --policy <policy> --verbose

For more detail you can use the --debug option as well

Regards,

Keith

michaeldparker
3,915 Views

Awesome!  Thanks for the quick reply.  I was just wondering if the --verbose would do the trick and was going to dig around in the admin guide, but you saved me the trouble.   Thanks very much.

Public