IP Address Insights with CLI

My previous post on IP Address Insights I mentioned it wasn’t yet available with CLI but I was wrong! It was there, just my Cloud Shell CLI version wasn’t the latest so didn’t have the command yet available. If you have 3.40.2 and above, the following commands are now available: oci network ipam list-ip-inventory oci…

Exadata & metric_iorm.pl

Our case where to gather information was actually related to two disks going OFFLINE at the same time. As I wasn’t sure if this is normal Exadata behavior I went and created Service Request for this. This is what we saw one day: 4_1 2017-01-04T18:54:05+01:00 warning “Data hard disk entered confinement offline status. The LUN…

Automated sundiag.sh for Exadata nodes

We recently had to collect sundiag.sh output to one of our Service Requests and I followed note “Oracle Exadata Diagnostic Information required for Disk Failures and some other Hardware issues (Doc ID 761868.1)“. And while there isn’t too much of work involved I thought perhaps I could reduce few steps. Below is short script which creates…