Oberon || Compiler & Tools || Library || Module Index || Search Engine


Ulm's Oberon System:
onsstat


NAME

onsstat - print status information about an ONS node

SYNOPSIS

onsstat [-a authfile] path

DESCRIPTION

onsstat prints status information about the node to be found at path. In case this node is an extension of CommandNodes.Node (see CommandNodes), this is attempted by sending a ``status'' command. Otherwise, Names.GetStatus is used to provide some status information.

Following option is supported:

-a authfile
specifies a file containing a persistent object of type Shards.Lid that is to be used for the inquiry.

ENVIRONMENT

UnixNames is used to find the shared Oberon name space. This module considers the environment variable ONS_ROOT to find the Oberon name server.

SEE ALSO

onsshut
terminate a node
onsmkdir
create a directory within the Oberon name space
onswait
block until a path becomes valid

Edited by: borchert, last change: 2004/09/20, revision: 1.1, converted to HTML: 2004/09/20

Oberon || Compiler & Tools || Library || Module Index || Search Engine