These are the general reasons I have seen in the past for changing out of Deployment Server.
Anything I have left out? Please let me know if you find one
- The machine is far too old and ready for retirement.
- Hardware problem with can’t be solve without changing to new one.
- Inaccurate sizing at the beginning and having disk space issue.
- JDE upgrade, different sizing, and hence changing to new machine.
- IT Outsourcing.
- One the new machine, install all the require software stated in MTR, e.g. Visual Studio.
- On the new machine, configure the Windows Environment Variables.
- On the new machine, install the Deployment Server CD, choose to install System only.
- Copy JDEdwardsOneWorld or PeopleSoft folder from old machine and overwrite the new machine.
- Export JDEdwards and ODBC.INI registry from old machine. Make changes to the drive path and deployment server name, imports them into the new machine’s registry.
- Share JDE folder with appropriate Windows security.
- Update the Planner database.
Update f9650 set MMMKEY='new machine' where MMMKEY='old machine';
Update f9651 set MDMKEY='new machine', MDSERSHP='[new drive]:\jdedwardsoneworld\b7334' where MDMKEY='old machine';
Update f00942 set EMMKEY ='new machine' where EMMKEY ='old machine';
Update f00945 set RMMKEY ='new machine' where RMMKEY ='old machine'; - Update JDE tables
Update jde7334.sys7334.f00942 set EMMKEY ='new machine' where EMMKEY ='old machine';Update jde7334.sys7334.f00945 set RMMKEY ='new machine' where RMMKEY ='old machine';
Update jde7334.obj7334.f9861 set SIMKEY ='new machine' where SIMKEY ='old machine';
Update jde7334.sys7334.f9650 set MMMKEY='new machine' where MMMKEY='old machine';
Update jde7334.sys7334.f9650 set MMDEPSRVNM='new machine' where MMDEPSRVNM ='old machine';
Update jde7334.sys7334.f9651 set MDMKEY='new machine', MDSERSHP='[new drive]:\jdedwardsoneworld\b7334' where MDMKEY='old machine';
Update jde_pd7334.pd7334.f983051 set VRMKEY ='new machine' where VRMKEY ='old machine';
Update jde_py7334.py7334.f983051 set VRMKEY ='new machine' where VRMKEY ='old machine';
Update jde_dv7334.dv7334.f983051 set VRMKEY ='new machine' where VRMKEY ='old machine'; - Update the various INF files.
- Test the package assembly, package build and package deploy functions.
- For workstations and terminal servers, update the JDE.INI. (includes all the user profile's JDE.INI)
[EVEREST]ServerHelpPath=\\\B7334\Helps - For workstations and terminal servers, update the Registry by changing the old machine name to new machine name.
- Remove the JDE folder share for old machine.
Anything I have left out? Please let me know if you find one
No comments:
Post a Comment