NonStop Software

The nsdstop Source File

Previous Topic | Next Topic | Contents | Index
Getting Started Guide | Programmer's Guide | Reference Guide

nsdstop Source

The distribution nsdstop file:

#! /bin/sh 
# Script for shuting down the NSDOM pathway environment

# Tell pathmon to shut down.
gtacl -p pathcom \$${MY_PREFIX}ndm > /dev/null 2>&1 <<eof
    shutdown2, mode im, status ag
eof
# Just in case pathway wasn't configured, kill the pathmon process.
# If the shutdown above worked, this will have no effect since
# the pathmon process is gone.  Otherwise this gets rid of the
# pathmon process.
kill -s GUARDIAN /G/${MY_PREFIX}ndm > /dev/null 2>&1

Previous Topic | Next Topic | Contents | Top
Getting Started Guide | Programmer's Guide | Reference Guide
Bibliography | Glossary | Index
© Tandem, a division of Compaq. All rights reserved. Legal notices.