Restart SAM-FS Stager

This post simply provides the steps necessary to restart the SAM-FS stager cleanly

  1. Stop robotic daemons
    # samd stop
  2. Remove existing stager requests and state files
    # cd /var/opt/SUNWsamfs/stager
    # rm stagereqs
    # rm state
    # cd streams
    # rm *
  3. Kill stager related procs. Also, if there are any defunct procs, kill those as well.
    # pkill -9 sam-stagerd
  4. Restart robotic daemons
    # samd start