JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun QFS and Sun Storage Archive Manager 5.3 Reference Manual     Sun QFS and Sun Storage Archive Manager 5.3 Information Library
search filter icon
search icon

Document Information

Preface

1.  User Commands (Man Pages Section 1)

2.  Maintenance Commands (Man Pages Section 1M)

3.  Library Functions (Man Pages Section 3)

4.  Library Functions (Man Pages Section 3X)

5.  File Formats (Man Pages Section 4)

archiver.cmd(4)

defaults.conf(4)

devlog(4)

diskvols.conf(4)

fsalogd.cmd(4)

ftp.cmd(4)

hosts.fs(4)

hosts.fs.local(4)

inquiry.conf(4)

mcf(4)

notify.cmd(4)

nrecycler.cmd(4)

preview.cmd(4)

recycler.cmd(4)

releaser.cmd(4)

rft.cmd(4)

samdb.conf(4)

samfs.cmd(4)

sefdata(4)

sefsysevent(4)

shrink.cmd(4)

stager.cmd(4)

6.  Standards, Environment, and Macros (Man Pages Section 5)

7.  Device and Network Interfaces (Man Pages Section 7)

notify.cmd(4)

NAME
     notify.cmd - Sun QFS or SAM-QFS email subscriptions commands
     file

SYNOPSIS
     /etc/opt/SUNWsamfs/notify.cmd

AVAILABILITY
     SUNWsamfs

DESCRIPTION
     The Sun QFS or SAM-QFS system has the ability  to  inform  a
     user of certain events or conditions by generating a message
     and automatically sending email notifications.

     The /etc/opt/SUNWsamfs/notify.cmd stores the email addresses
     for the following notifications:  No space available on file
     system  (ENospace),  Recovery  Point  warnings   (DumpWarn),
     Recovery   Point   errors   (DumpInterrupted),  File  System
     exceeded its high water mark (HwmExceeded), ACSLS configura-
     tion  warnings  (AcslsWarn),  and ACSLS configuration errors
     (AcslsErr).

     The email subscriptions are added, modified and deleted only
     via  the SAM-QFS Manager software, a browser-based graphical
     user interface to the Sun QFS or SAM-QFS software.

     This file is created automatically  after  installation  and
     'root' is assigned as the default subscriber for all notifi-
     cations.

     If you would like to add, modify  or  delete  subscriptions,
     use   the  Email  Alerts  feature  in  the  SAM-QFS  Manager
     software.

     To  preserve  compatibility, the  email  subscriptions  for
     Archiving  is Interrupted, Recycling is complete, Library or
     Tape drive is down and, Requested volume is unavailable, are
     automatically added to the following:
     /etc/opt/SUNWsamfs/scripts/archiver.sh
     /etc/opt/SUNWsamfs/scripts/recycler.sh
     /etc/opt/SUNWsamfs/scripts/dev_down.sh
     /etc/opt/SUNWsamfs/scripts/load_notify.sh

MANUAL EDITING
     The /etc/opt/SUNWsamfs/notify.cmd consists of the  notifica-
     tion  type followed by the list of email addresses that have
     subscribed to it.

     Each notification type and its  respective  subscriber  list
     are  space  separated,  while  the email addresses are comma
     separated.

     It is is highly recommended that you only  use  the  SAM-QFS
     Manager  software  to  add, modify, or delete subscriptions,
     but if you must manually modify  this  file,  take  care  to
     preserve the formatting of this file.

EXAMPLE
     The following is  an  example  /etc/opt/SUNWsamfs/notify.cmd
     file:

         DumpInterrupted root, samadmin@xxx
         ENospace root
         HwmExceeded

     The above entries indicate that root  is  to  receive  email
     notifications  if  the  file system is full or if errors are
     encountered when taking recovery points.  There are no  sub-
     scribers  for the 'File System exceeded its high water mark'
     notification.

     To remove 'root' as a subscriber, the file should  now  read
     as follows:

         DumpInterrupted samadmin@xxx
         ENospace
         HwmExceeded

SEE ALSO
     sendtrap(1M).
     defaults.conf(4).