idisched(1M) DG/UX R4.11 idisched(1M)
NAME
idisched - schedule administrative commands
SYNOPSIS
idisched [ -d ] [ [ -p ping-seconds ] [ -r retry-minutes ] [ -R
retry-days ]
DESCRIPTION
Idisched accepts commands for remote hosts that cannot be contacted.
The daemon queues these commands and tries periodically to contact
the hosts to perform the commands.
Idisched accepts commands from any number of idi processes.
Output from commands executed by idisched is not displayed, but the
output and error messages are written to idisched's log file.
When a command is sent to idisched for later execution, idisched
saves the timeout value to be used as the timeout for subsequent
execution attempts.
You can view idisched's job queue and remove entries from the queue
with the admidisched(1M) command.
Options
-d Write debugging messages to standard output.
-p ping-seconds
Adjust the number of seconds to wait when "pinging" remote
hosts to determine if they are alive. The default is 2
seconds.
-r retry-minutes
Adjust the interval between attempts to contact down hosts.
The default is 2 minutes.
-R retry-days
Adjust the number of days to keep retrying commands. The
default is 0, meaning that commands are retried
indefinitely.
FILES
/var/spool/idisched/FIFO
The file used for communication between the
daemon and clients.
/var/spool/idisched/.SEQF
The file used for determining the next command
queue id number.
/var/spool/idisched/commands
The directory of queued commands.
/var/adm/log/idisched.output.log
The file containing the standard output of
commands run by idisched.
/var/adm/log/idisched.error.log
The file containing the standard error of
commands run by idisched.
SEE ALSO
idi(1), admidisched(1M), idid(1M).
Licensed material--property of copyright holder(s)