Where command is the name (including full path and parameters) of a command to be executed. Path is the name of a directory to import from the exported namespace available at address and index is the index (as shown when reading the cmd and ns files) of the command or directory to be removed from the configuration.
For example, to import /dis and /dev from a resource exporting a Styx (see intro(5)) namespace at address tcp!200.1.5.53!7003 and then run ls -l and du, the following commands would be used:
Reading the cmd and ns files will give the following output:
Once the client disconnects from (unmounts) the cpu, the selected namespaces will be imported and the commands executed. Note: A cpu does not have any namespace of its own. All required namespaces must be imported, for a simple command such as ls, the minimum recommended namespace to import would be: /chan /dev /dis /module
Register(1) may be used in conjunction with cpu to register it with a registry(4) and to export and serve its namespace across dial(2) network connections. Incoming connections may also be displayed visually using grid-monitor(1). For example:
grid/register [ options ... ] { grid/srv/cpu } | grid/srv/monitor 2 'CPU resource'
This set of commands is encapsulated within the shell script runcpu which will automatically register cpu with a registry(4) if possible and start up the graphical display to show connections to the resource. There is no need for the user to execute cpu outside of runcpu unless the namespace it provides is required to be accessible in a different way to that provided by grid-register(1).
GRID-CPU(4 ) | Rev: Sun Feb 22 17:41:21 GMT 2009 |