
RAFW_HOME\user\environments\ENV01\cells\CELL01\nodes\NODE01\augment\variables_augment.xml
For example, to run the action at the node scope, save the augment file to the augment directory at the node scope:
RAFW_HOME\user\environments\cells\CELL01\nodes\NODE01\augment\variables_augment.xml
For example to add a new WebSphere® variable, delete everything in the variables_augment.xml file except for the new <VariableSubstitutionEntry> element node and its parent element node.
Example: <?xml version="1.0" encoding="UTF-8"?> <Variables> <RAFW_variables> <VariableSubstitutionEntry description= "Variable created via augment mode in RAFW" symbolicName="AUGMENT_VAR" value="test"> </VariableSubstitutionEntry> </RAFW_variables> </Variables>