17029. 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.

17029.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\service_migration readme.txt Fri Oct 7 07:11:04 2016 UTC

17029.2 Comparison summary

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

17029.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

17029.4 Active regular expressions

No regular expressions were active.

17029.5 Comparison detail

        1   This servi ce_migrati on directo ry is used  to store  pre/post m igration s cripts
        2   to be exec uted durin g service_ migration.   Once Web Logic Serv er has det ected
        3   a service  needs to b e migrated , it will  first use  Node Manag er to exec ute the
        4   specified  post scrip t on the m achine whe re the ser ver and se rvice were  located.
        5   Then it wi ll notify  the Node M anager loc ated on th e new mach ine hostin g the new
        6   server to  execute th e specifie d pre scri pt.  The p ost script  should cl ean up
        7   any extern al resourc es utilize d by the m igrating s ervice ena bling thos e
        8   resources  to be util ized on an other mach ine, or ag ain at a l ater date.   The
        9   pre script  should pr epare any  resources  necessary  for the se rvice to m igrate and
        10   activate.
        11  
        12   In some ca ses, scrip ts may nee d to dismo unt the di sk from th e previous  server
        13   and mount  it on the  backup ser ver. These  scripts a re configu red on the
        14   Node Manag er, using  the PreScr ipt() and  PostScript () methods  in the
        15   Migratable TargetMBea n, or usin g the Admi nistration  Console.  In other c ases, a
        16   script may  be needed  to move ( not copy)  a custom f ile store  directory  to the 
        17   backup ser ver. The o ld configu red file s tore direc tory shoul d not be l eft for 
        18   the next t ime the mi gratable t arget is h osted by t he old ser ver; there fore, the 
        19   WebLogic a dministrat or should  delete or  move the f iles to an other dire ctory.
        20  
        21   Optionally , you may  also want  to use pre /post-migr ation scri pts to per form any 
        22   unmounting  and mount ing of sha red storag e, as need ed.