I’ve recently been evaluating iSCSI target drivers on my Mac. I tried several and I won’t bore you with those details but one, iSCSI Initiator X from KernSafe, did cause some issues following the evaluation. I wanted to capture the steps I needed to follow when I noticed severe performance issues following my evaluation period.
Continue readingCategory: Uncategorized
Oracle archive log cleanup script
Here’s a quick bash script to clean up archive logs older than a week. It reads the Oracle SIDs from /etc/oratab and invokes rman for each SID. One could put this in cron to be run once a day to keep disk space usage in check.