Exadata Cell sunuculardaki e-posta uyarı ayarlarını değiştirmek
Cell sunuculardaki e-posta uyarı ayarlarını değiştirmek için cellcli kullanılabilir.
Mevcut durumu öğrenmek için :
CellCLI> list cell detail ......... notificationMethod: mail notificationPolicy: critical,warning,clear ......... smtpFrom: "Oracle Database Machine" smtpFromAddr: exadata@firma.com.tr smtpPort: 25 smtpPwd: ****** smtpServer: 192.168.1.10 smtpToAddr: "sistem@firma.com.tr, admin@firma.com.tr" smtpUser: exadata smtpUseSSL: FALSE .....
Değiştirmek için:
CellCLI> ALTER CELL smtpServer='192.168.1.20', - smtpFromAddr='OracleSupport@firma.com.tr', - smtpFrom='Firma Oracle Support', - smtpToAddr='sistem1@firma.com.tr,sistem2@firma.com.tr', - smtpPwd='yeni_sifre', - notificationPolicy='critical,warning,clear', - notificationMethod='mail,snmp'
Test etmek için :
CellCLI> ALTER CELL VALIDATE mail Cell orclcel01 successfully altered
Test sonrasında “CELL orclcel01 Test Message” şeklinde konulu bir e-posta gelirse sorun yok demektir.
Uyarı e-postalarını kapatmak için :
CellCLI>alter cell notificationMethod=null
Uyarı e-postalarını açmak için:
CellCLI>alter cell notificationMethod='mail,snmp'
yada
CellCLI>alter cell notificationMethod='mail'
komutları kullanılabilir.