ALOM notes
From Brandonhutchinson.com
(Difference between revisions)
(→Clearing mgt_mailalert) |
(→Clearing mgt_mailalert) |
||
| Line 5: | Line 5: | ||
=== Clearing mgt_mailalert === | === Clearing mgt_mailalert === | ||
| - | Set '''mgt_mailalert''' to '''""''' to clear all email addresses. | + | Set '''mgt_mailalert''' to '''""''' to clear all email addresses. Example: |
# '''./scadm show mgt_mailalert''' | # '''./scadm show mgt_mailalert''' | ||
mgt_mailalert="user1@example.com 2 user2@example.com 2" | mgt_mailalert="user1@example.com 2 user2@example.com 2" | ||
| Line 11: | Line 11: | ||
# '''./scadm set mgt_mailalert ""''' | # '''./scadm set mgt_mailalert ""''' | ||
| - | # ./scadm show mgt_mailalert | + | # '''./scadm show mgt_mailalert''' |
mgt_mailalert="" | mgt_mailalert="" | ||
Current revision
ALOM 1.6.6 bug with mgt_mailalert
- ALOM 1.6.6 has a bug that does not allow an email address longer than 32 characters. The scadm and setsc interfaces both exhibit this problem.
Clearing mgt_mailalert
Set mgt_mailalert to "" to clear all email addresses. Example:
# ./scadm show mgt_mailalert mgt_mailalert="user1@example.com 2 user2@example.com 2" # ./scadm set mgt_mailalert "" # ./scadm show mgt_mailalert mgt_mailalert=""
