Restart SAM-FS Stager
This post simply provides the steps necessary to restart the SAM-FS stager cleanly
- Stop robotic daemons
# samd stop
- Remove existing stager requests and state files
# cd /var/opt/SUNWsamfs/stager # rm stagereqs # rm state # cd streams # rm *
- Kill stager related procs. Also, if there are any defunct procs, kill those as well.
# pkill -9 sam-stagerd
- Restart robotic daemons
# samd start