Dynamic Reconfiguration User's Guide 2.5.1 |
Contents
![]() ![]() |
Chapter 3 DR User Interface | > 3.5 DR service commands |
dr_message <message file> <message ID> |
The message specified by the <message ID> in the <message file> will be sent to stdout. Typically it should be used by the connection scripts to show the progress.
The connection scripts have to print out messages through dr_message or dr_query. Standard output or standard error should not be used.
Exit Status
0: successfully executed
>0: failed
Please check the error message shown by the command or the console message.
Example:
dr_message hme 0001
start configuration of hme.
dr_message hme 0002 0
configure the devices. Device number 0.
dr_message hme 0003 /pci@83,4000/network@1,1
Fail to detach /pci@83,4000/network@1,1.
The content of the message file /etc/opt/FJSVdr/message/C/hme is:
0001:"start configuration of hme."
0002:"configure the devices. Device number #."
0003:"Fail to detach ######."
Contents
![]() ![]() |