FILE_SPECIFICATION - UEMLoad configuration option
Description
The FILE_SPECIFICATION option specifies the name of a file whose presence should be detected and monitored by UEM Server.
An absolute path or a path relative to the UEM Server working directory, as defined in the component definition, also can be specified by this option.
Note
This option is valid only for events with an EVENT_TYPE of FILE.
Usage
Specification Method | Parameter / Value | IBM i | HP NonStop | UNIX | Windows | z/OS |
---|---|---|---|---|---|---|
Command Line, Short Form | n/a | |||||
Command Line, Long Form | -filespec filename | |||||
Definition File Keyword | filespec filename |
Values
filename is the name of the file to be monitored by UEM.
If filename contains spaces, it must be enclosed in double ( " ) quotation marks.
UNIX
If filename contains spaces, it must be enclosed in either single ( ' ) or double ( " ) quotation marks.
Wildcards
The following wildcards can be specified as part of filename.
- * Match zero, one or more characters.
- ? Match zero or one character.