Dynamic Reconfiguration User's Guide 2.5.1
Contents PreviousNext

Chapter 3 DR User Interface> 3.5 DR service commands

3.5.2 dr_message

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 PreviousNext

All Rights Reserved, Copyright (C) FUJITSU LIMITED 2005