- Log in to post comments
User bio
404 bio not found
Member since Dec 9, 2015
Posts:
Carlos has not published any posts yet.
Replies:
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
- Log in to post comments
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
- Log in to post comments
Certifications & Credly badges:
Carlos has no Certifications & Credly 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