Hulenv inquiry commands
To inquire the fields of the System Environment Settings that are used by the HULFT daemon, use the hulenv inquiry command for each daemon.
Each of these commands outputs to the specified file the fields of the System Environment Settings that each daemon uses.
Send Hulenv Inquiry Command
hulclustersnd -query outfilename [-m] [-a] [-timeout timeout]
Receive Hulenv Inquiry Command
hulclusterrcv -query outfilename [-m] [-a] [-timeout timeout]
Observe Hulenv Inquiry Command
hulclusterobs -query outfilename [-m] [-a] [-timeout timeout]
Parameter explanation
- outfilename
-
Inquiry result output file name (optional)
Specify an alphanumeric string within 256 bytes. For the file name, specify using the absolute path.
You cannot specify '-m,' '-a,' or '-timeout' for the file name in 'outfilename.'
The output format is the same as the System Environment Settings file (hulenv.conf).
- -m
-
Display of error messages (optional)
The command outputs error messages.
If you omit this parameter, the command outputs only the message of the argument check error.
- -a
-
Additional output only for fields that can be inquired (optional)
When you specify this parameter, in addition to the fields that can be both inquired and restored, the command also outputs the fields that can only be inquired in the specified file.
If you omit this parameter, the command outputs only the fields that can be both inquired and restored.
- -timeout timeout
-
Daemon response time-out (sec.) (optional)
Specify a value from '10' to '3600.' When the specified time elapses, even if the inquiry processing for the daemon is not completed, the command returns control. Note that in this case, the command does not return the result of the System Environment Settings inquiry processing.
If you omit this parameter, '10' is set.