![Cisco ASR 9000 Serie Configuration Manuals Download Page 168](http://html.mh-extra.com/html/cisco/asr-9000-serie/asr-9000-serie_configuration-manuals_66679168.webp)
This error means that the process name was not known.
(_cerr_sub_num = 425, _cerr_sub_err = 14) SYSMGR_ERROR_TOO_BIG
(outside the valid limit)
This error means that an object size exceeded its maximum.
(_cerr_sub_num = 425, _cerr_sub_err = 15) SYSMGR_ERROR_INVALID_OP
(Invalid operation for
this process)
This error means that the operation was invalid for the process.
action_program
Allows a Tcl script to run a POSIX process (program), optionally with a given argument string, environment
string, Standard Input (stdin) pathname, Standard Output (stdout) pathname, or Standard Error (stderr)
pathname. This Tcl command extension is supported only in Software Modularity images.
Syntax
action_program path ? [argv ?] [envp ?] [stdin ?] [stdout ?] [stderr ?]
Arguments
(Mandatory) Pathname of a program to run.
path
(Optional) Argument string of the program.
argv
(Optional) Environment string of the program.
envp
(Optional) Pathname for stdin.
stdin
(Optional) Pathname for stdout.
stdout
(Optional) Pathname for stderr.
stderr
Result String
None
Set _cerrno
Yes
(_cerr_sub_err =
2)
FH_ESYSERR
(generic/unknown error from OS/system)
This error means that the operating system reported an error. The POSIX errno value that is reported with the
error should be used to determine the cause of the operating system error.
(_cerr_sub_err = 14)
FH_ENOSUCHACTION
(unknown action type)
Cisco ASR 9000 Series Aggregation Services Router System Monitoring Configuration Guide, Release 4.2.x
152
Configuring and Managing Embedded Event Manager Policies
Embedded Event Manager Action Tcl Command Extensions