1 01/01/81 create_daemon_queues, cdq
2
3 Syntax: cdq Table_pathname -control_arguments
4
5
6 Function: creates daemon queues in an I/O daemon control directory.
7
8
9 Arguments:
10 Table_pathname
11 is the pathname of an I/O daemon tables segment produced by the
12 iod_tables_compiler. The queues specified in this segment are
13 created in its containing directory. If neither a pathname nor
14 -directory is given, the segment
15 >daemon_dir_dir>io_daemon_dir>iod_tables is used and the queues
16 are created in >daemon_dir_dir>io_daemon_dir.
17
18
19 Control arguments:
20 -directory Dir_path, -dr Dir_path
21 creates queues specified in the segment "iod_tables" in the
22 directory Dir_path.
23 -reset_access
24 resets the access in all queues to the default.
25
26
27 Access required: sma to the io daemon control directory and r to
28 the iod tables segment.