17039. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/11/2017 10:47:23 AM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

17039.1 Files compared

# Location File Last Modified
1 Tue Apr 11 15:47:23 2017 UTC
2 PS_PPS_Weblogic_Domain\install\domain_template.jar\bin stopNodeManager.sh Fri Oct 7 07:11:04 2016 UTC

17039.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 29
Removed 0 0

17039.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

17039.4 Active regular expressions

No regular expressions were active.

17039.5 Comparison detail

        1   #!/bin/sh
        2  
        3   # WARNING:  This file  is create d by the C onfigurati on Wizard.
        4   # Any chan ges to thi s script m ay be lost  when addi ng extensi ons to thi s configur ation.
        5  
        6   # ******** ********** ********** ********** ********** ********** ********** *****
        7   #  This sc ript is us ed to stop  the NodeM anager for  this doma in.
        8   #  This sc ript shoul d be used  only when  node manag er is conf igured per  domain.
        9   #  This sc ript sets  the follow ing variab les before  stopping 
        10   #  the nod e manager:
        11  
        12   #  WL_HOME     - The  root direc tory of yo ur WebLogi c installa tion
        13   #  NODEMGR _HOME  - T he product  name. Her e it will  product na me and dom ain name
        14   #  ******* ********** ********** ********** ********** ********** ********** ******
        15  
        16   WL_HOME="@ WL_HOME"
        17  
        18   NODEMGR_HO ME="@DOMAI N_HOME/nod emanager"
        19   export NOD EMGR_HOME
        20  
        21   DOMAIN_HOM E="@DOMAIN _HOME"
        22  
        23   ROOT_DIREC TORY="@DOM AIN_HOME"
        24   export ROO T_DIRECTOR Y
        25  
        26   #  stop no de manager
        27  
        28   ${WL_HOME} /server/bi n/stopNode Manager.sh
        29