DevTech101

DevTech101

Ops Center

Integrating Oracle Ops Center Alert Notifications With Nagios

Contents 1 This document address how to disable nagios notification’s with Ops Center 1.1 Nagios notification overview 1.2 Nagios notifications 1.2.1 Methods to disable Nagios notifications remotely 1.2.2 Center and Nagios 1.2.2.1 Ops Center configuration 1.3 Scripts used to disable/enable Nagios 1.4 Example to enable/disable nagios with curl This document address how to disable nagios …

Integrating Oracle Ops Center Alert Notifications With Nagios Read More »

Oracle Enterprise Manager, ASM Tips and Tricks

Contents 1 To set system password 2 EM Cloud control help 3 EM cloud control process order 4 How to deploy a plugin 5 References To set system password ALTER USER system IDENTIFIED BY password; EM Cloud control help #To stop Oracle Management Service GUI only emctl stop oms # To stop all services emctl …

Oracle Enterprise Manager, ASM Tips and Tricks Read More »

Oracle Ops Center ZFS, Device fail-over Scripts

Contents 1 Ops Center scripts 1.1 Script to keep ZFS datatset while zone failover 1.1.1 Create the directory 1.1.2 Add the below script 1.2 Script to keep a device while zone failover 1.2.1 Create the directory Ops Center scripts Script to keep ZFS datatset while zone failover The below steps will keep a zone ZFS …

Oracle Ops Center ZFS, Device fail-over Scripts Read More »

Oracle Ops Center ASR Blacklist Bug Workaround

How to clear / blacklist an ASR entry in Ops Center Workaround for a bug if the serial number start with a “0” SQL> DELETE FROM asr_activation WHERE serial_number = ‘0929FM104E’; SQL> INSERT INTO asr_activation (serial_number,request_status,asr_status_cached,create_dtt) VALUES (‘0929FM104E’,’blacklisted’,’blacklisted’,sysdate); SQL> SELECT * FROM asr_activation WHERE SERIAL_NUMBER LIKE ‘0929FM104E’; You might also like this. Oracle Ops Center …

Oracle Ops Center ASR Blacklist Bug Workaround Read More »

How to clear an Oracle Enterprise Manager Ops Center stuck job

Solution to clear an Oracle Enterprise Manager Ops Center stuck job Solution Notes The solution below should work with any stuck job not willing to disappear, i.e. if you try stopping the job from the UI or CLI and its not working. The issue and solution below are even for the latest Oracle Enterprise Manager …

How to clear an Oracle Enterprise Manager Ops Center stuck job Read More »

To enable Ops Cenetr domain model (debug)

http://emoc1.domain.com:8072/xvm/ cacaoadm set-param -i oem-ec java-flags="-d64 -Xms200M -Xmx8192M -server -XX:StringTableSize=27001 -XX:PermSize=128m -XX:MaxPermSize=384m -Xss256k -XX:+UseParallelOldGC -Dsun.security.pkcs11.enable-solaris=false -Djava.endorsed.dirs=/usr/lib/cacao/lib/endorsed -Dxvmserver=false" #cacaoadm get-param -i oem-ec java-flags java-flags=-d64 -Xms200M -Xmx8192M -server -XX:StringTableSize=27001 -XX:PermSize=128m -XX:MaxPermSize=384m -Xss256k -XX:+UseParallelOldGC -Dsun.security.pkcs11.enable-solaris=false -Djava.endorsed.dirs=/usr/lib/cacao/lib/endorsed -Dxvmserver=false -Dcom.sun.cacao.debug