Add STEPLIB statements to the migrated Daemon's startup proc

Before you begin

Verify all of the migration output that is generated

About this task

Step 7 towards the goal: Migrating a job manager profile and its registered set of servers using the z/OS Configuration Migration Management Tool

Procedure

Add STEPLIB statements that include the previous version's load modules to the migrated Daemon's startup proc Use this step if you are running a mixed cell environment only. STEPLIB statements apply to WebSphere® Application Server Version 6.1 and earlier. If you are running with multiple nodes on the same LPAR, or if you are running with a node on the same LPAR as the migrated DMGR (which will create a mixed cell environment), you will need to add STEPLIB statements that include the previous version's load modules to the migrated Daemon's startup proc. This is due to the fact that the Daemon must run at the highest WebSphere Application Server level on that LPAR. This is necessary if for any reason you need to stop and restart the down level node agent or application server. For example, after migration of the DMGR, the BBO7DMN procedure was modified to include:
//*                                                                    
//STEPLIB  DD DISP=SHR,DSN=xxxxxxxx.SBBOLD2                    
//         DD DISP=SHR,DSN=xxxxxxxx.SBBOLOAD                   
//         DD DISP=SHR,DSN=xxxxxxxx.SBBOLPA
Where xxxxxxxx are pointers to the previous WebSphere Application Server level. This enables the Daemon to manage the migrated DMGR and previous level node agents.

What to do next

Start the Version 8.5 job manager
Task topic    

Terms and conditions for information centers | Feedback

Last updated: April 20, 2014 11:58 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-zos&topic=tmig_migrate_jobmgr_zos_step7
File name: tmig_migrate_jobmgr_zos_step7.html