Hi,
Remember that journaling can not be disabled in mirrored environments. If you are working on a mirrored environment you need to look at purge strategies.
Kind regards
Hi,
Great tool, just for nostalgic ones, just by replacing
os.makedirs('./' + FILEPREFIX + 'charts', exist_ok=True)
to
if (not os.path.exists('./' + FILEPREFIX + 'charts/vmstat')): os.makedirs('./' + FILEPREFIX + 'charts/vmstat')
And the code will work with Python 2 (Tested in my Fedora 25 box with Python 2.7).
Cheers
Certifications & Credly badges:
Carlos has no Certifications & Credly badges yet.
Global Masters badges:
Carlos has no Global Masters badges yet.
Followers:
Carlos has no followers yet.
Following:
Carlos has not followed anybody yet.
Hi,
Either ZSTU
http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=...
or ZMIRROR if you're in a mirror configuration
http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=...
Cheers