NETVIEW DMA 1.2 FOR WINDOWS NT TO TME 10 SOFTWARE DISTRIBUTION 3.1.3 FOR ________________________________________________________________________ WINDOWS NT MIGRATION SCENARIO _____________________________ This scenario explains how to migrate from the NetView DMA 1.2 for Windows NT client to the TME 10 Software Distribution 3.1.3 for Windows NT client. ENVIRONMENT ___________ This scenario requires the following: o An AIX server with TME 10 Software Distribution 3.1.3 or later for AIX installed o A Windows NT client with NetView Distribution Manager 1.2 for Windows NT installed. GENERAL ASSUMPTION To complete this scenario, you must have the following: o The Software Distribution LCD4-0491-01 CD-ROM o The XR21382 CSD CD-ROM. o The MIGPINOT.ZIP file. o The TME 10 Software Distribution 3.1.3 code images stored on the Windows NT client. Or you can use a remote directory that you can access from a workstation on which NetView DMA 1.2 is installed. Step 1. Downloading the TME 10 Software Distribution Code Images Download the Software Distribution code images from the LCD4-0491-01 CD-ROM to the Windows NT client, as described below: 1. Insert the Software Distribution LCD4-0491-01 CD-ROM in the Windows NT client machine. This scenario assumes that the drive letter corresponding to the CD-ROM is F: 2. Create the D:\SD_IMG directory on the Windows NT client. 3. From a command prompt type: xcopy F:\SD4WNT95\*.* D:\SD_IMG\SD4WNT95\ /s /e When you complete this step, the following structure is created under the D:\SD_IMG directory: (C) Copyright IBM Corp. 1993, 1997 1 D:\SD_IMG\| |\SD4WNT95\| | . | .. | SETUP.EXE | SETUP.INS | SRBASE.Z | CLBASE.Z | ..... | ..... |\ SRC STEP 2. APPLYING THE XR21382 CSD TO THE DOWNLOADED IMAGES To apply the XR21382 CSD to the downloaded images perform the following steps: 1. Insert the XR21382 CSD CD-ROM in the Windows NT client machine. 2. Open a command prompt session. 3. From a command prompt type: xcopy F:\SD4WNT95\*.* D:\SD_IMG\SD4WNT95\*.* /s /e STEP 3. APPLYING THE MIGPINOT.ZIP FILE TO THE DOWNLOADED IMAGES To apply the MIGPINOT.ZIP to the downloaded images perform the following steps: 1. Go on the D drive and enter: CD \ 2. Then enter: PKUNZIP -d MIGPINOT.ZIP When you complete this step, the following directory structure is created under the D:\MIGPINOT\ directory: 2 Pristine and Migration Scenarios D:\MIGPINOT\| |\SD4W31\| | . | .. | SDMIG.BAT |\UPDATE |\NVDM12 |\NVDMCFG |\W31C |\DKAM31 |\SD4WNT95\| | . | .. | SDMIG.BAT |\UPDATE |\NVDM12 |\NVDMCFG |\WNTC 3. To update the downloaded images with the MIGPINOT.ZIP files enter: XCOPY \MIGPINOT\SD4WNT95\*.* \SD_IMG\SD4WNT95\*.* /s /e 4. Change the current directory to D:\SD_IMG\SD4WNT95 and create the migration change file by entering the following command: SDMIG.BAT D:\SD_IMG\SD4WNT95 D:\SD_IMG\SD4WNT95 When you complete this step, the following directory structure is created under the D:\SD_IMG directory: D:\SD_IMG\| |\SD4WNT95\| | . | .. | NTPRE.PRO | NTMIG.PRO | NTPOST.PRO | \UPDATE | \NVDM12 | \NVDMCFG | ..... STEP 4. USING THE NTMIG.PRO PROFILE AND THE MIGPIN.BAT FILE Use the NTMIG.PRO profile to migrate and the MIGPIN.BAT to update the configuration. The following is an example of the NTMIG.PRO profile. 3 +---------------------------------------------------------------------------+ | | | GLOBAL NAME: IBM.SD4WNT.CLIENT.REF.3132.MIGRATION | | DESCRIPTION: SD 3.1.3 Client for Windows NT (XR21382) | | CHANGE FILE TYPE: WINGEN | | COMPRESSION TYPE: LZW | | POST-INSTALL: $(FILEPATH)bin\migpin.bat | | | | OBJECT: | | SOURCE NAME: D:\SD_IMG\SD4WNT95\update\wntc\*.* | | TARGET NAME: $(FILEPATH)BIN\*.* | | TYPE: FILE | | ACTION: COPY | | INCLUDE SUBDIRS: NO | | OBJECT: | | SOURCE NAME: D:\SD_IMG\SD4WNT95\update\wntc\*.cat | | TARGET NAME: $(FILEPATH)*.cat | | TYPE: FILE | | ACTION: COPY | | INCLUDE SUBDIRS: NO | | OBJECT: | | SOURCE NAME: D:\SD_IMG\SD4WNT95\update\nvdm12\*.* | | TARGET NAME: $(FILEPATH)BIN\*.* | | TYPE: FILE | | ACTION: COPY | | INCLUDE SUBDIRS: NO | | # ----------- GUI code - remove the number sign (#) to install it | | #OBJECT: | | #SOURCE NAME: D:\SD_IMG\SD4WNT95\update\guintc\*.* | | #TARGET NAME: $(FILEPATH)BIN\*.* | | #TYPE: FILE | | #ACTION: COPY | | #INCLUDE SUBDIRS: NO | | # -- Documentation files - remove the number sign (#) to install them | | #OBJECT: | | #SOURCE NAME: D:\SD_IMG\SD4WNT95\update\doc\*.* | | #TARGET NAME: $(FILEPATH)BIN\*.* | | #TYPE: FILE | | #ACTION: COPY | | #INCLUDE SUBDIRS: NO | | | +---------------------------------------------------------------------------+ The GUI and the documentation components are commented out in the profile. Remove the number sign (#) if you want to install the GUI and the documentation components. The following is an example of the D:\SD_IMG\SD4WNT95\UPDATE\NVDMCFG\MIGPIN.BAT file: 4 Pristine and Migration Scenarios +---------------------------------------------------------------------------+ | | | start /w %NVDMBASE%\bin\sdconf.exe CHECK_TCP_PORT | | start /w %NVDMBASE%\bin\dpfupd.exe /MOD:%NVDMBASE%\bin\file.mod | | | +---------------------------------------------------------------------------+ NOTE: The MIGPIN.BAT refers to the file.mod file. This is a dummy file name ________ required because the DPFUPD.EXE DiskCamera executable requests a modification file to update Windows NT Registry. STEP 5. USING THE NTPRE.PRO PROFILE Use the NTPRE.PRO profile to prepare the environment for the migration. The following is an example of the NTPRE.PRO profile. +---------------------------------------------------------------------------+ | | | GLOBAL NAME: IBM.SD4WNT.CLIENT.PREMIG.REF.3132.MIGRATION | | DESCRIPTION: CF to migrate from NVDM 1.2 for Windows NT | | CHANGE FILE TYPE: WINGEN | | COMPRESSION TYPE: LZW | | | | OBJECT: | | SOURCE NAME: D:\SD_IMG\SD4WNT95\update\nvdmcfg\SDCONF.EXE | | TARGET NAME: $FILEPATH)bin\SDCONF.EXE | | TYPE: FILE | | ACTION: COPY | | | | OBJECT: | | SOURCE NAME: | | SOURCE NAME: D:\SD_IMG\SD4WNT95\update\nvdmcfg\migpin.bat | | TARGET NAME: $(FILEPATH)bin\migpin.bat | | TYPE: FILE | | ACTION: COPY | | | | OBJECT: | | SOURCE NAME: D:\SD_IMG\SD4WNT95\deltareg.cus | | TARGET NAME: $(FILEPATH)bin\deltareg | | TYPE: FILE_WITH_TOKENS | | ACTION: COPY | | | | OBJECT: | | SOURCE NAME: D:\SD_IMG\SD4WNT95\sdwnt.bat | | TARGET NAME: $(FILEPATH)bin\sdwnt.bat | | TYPE: FILE | | ACTION: COPY | | | +---------------------------------------------------------------------------+ 5 +---------------------------------------------------------------------------+ | | | OBJECT: | | SOURCE NAME: D:\SD_IMG\SD4WNT95\update\nvdmcfg\migntgui.mod | | TARGET NAME: $(FILEPATH)bin\migntgui.mod | | TYPE: FILE_WITH_TOKENS | | ACTION: COPY | | | | OBJECT: | | SOURCE NAME: D:\SD_IMG\SD4WNT95\update\nvdmcfg\migntdoc.mod | | TARGET NAME: $(FILEPATH)bin\migntdoc.mod | | TYPE: FILE_WITH_TOKENS | | ACTION: COPY | | | | OBJECT: | | SOURCE NAME: D:\SD_IMG\SD4WNT95\update\dkamnt\*.* | | TARGET NAME: $(FILEPATH)BIN\*.* | | TYPE: FILE | | ACTION: COPY | | | +---------------------------------------------------------------------------+ STEP 6. USING THE NTPOST.PRO PROFILE AND THE SDWNT.BAT FILE Use the NTPOST.PRO profile to delete the NetView Distribution Manager 1.2 files. The following is an example of the NTPOST.PRO profile. 6 Pristine and Migration Scenarios +---------------------------------------------------------------------------+ | | | GLOBAL NAME: IBM.SD4WNT.CLIENT.POSTMIG.REF.3132.MIGRATION | | DESCRIPTION: CF to delete old NVDM for Windows NT files | | CHANGE FILE TYPE: GEN | | COMPRESSION TYPE: LZW | | POST-INSTALL: $(FILEPATH)bin\sdwnt.bat | | | | OBJECT: | | SOURCE NAME: D:\SD_IMG\SD4WNT95\update\nvdmcfg\deltareg.del | | TARGET NAME: $(FILEPATH)bin\deltareg | | TYPE: FILE | | ACTION: COPY | | | | OBJECT: | | TARGET NAME: $(FILEPATH)bin\FNDCMA1.EXE | | TYPE: FILE | | ACTION: DELETE | | | | OBJECT: | | TARGET NAME: $(FILEPATH)bin\FNDPCFA.EXE | | TYPE: FILE | | ACTION: DELETE | | | | OBJECT: | | TARGET NAME: $(FILEPATH)bin\FNDPCFI.EXE | | TYPE: FILE | | ACTION: DELETE | | | | OBJECT: | | TARGET NAME: $(FILEPATH)bin\FNDPCFR.EXE | | TYPE: FILE | | ACTION: DELETE | | | | OBJECT: | | TARGET NAME: $(FILEPATH)bin\FNDPCFT.EXE | | TYPE: FILE | | ACTION: DELETE | | | | OBJECT: | | TARGET NAME: $(FILEPATH)bin\FNDPCFT1.EXE | | TYPE: FILE | | ACTION: DELETE | | | | | +---------------------------------------------------------------------------+ 7 +---------------------------------------------------------------------------+ | | | OBJECT: | | TARGET NAME: $(FILEPATH)bin\FNDPCFU.EXE | | TYPE: FILE | | ACTION: DELETE | | | | OBJECT: | | TARGET NAME: $(FILEPATH)bin\FNDSACT.EXE | | TYPE: FILE | | ACTION: DELETE | | | | OBJECT: | | TARGET NAME: $(FILEPATH)bin\FNDSACT1.EXE | | TYPE: FILE | | ACTION: DELETE | | | | OBJECT: | | TARGET NAME: $(FILEPATH)bin\FNDWACAT.CAT | | TYPE: FILE | | ACTION: DELETE | | | | OBJECT: | | TARGET NAME: $(FILEPATH)bin\NVDMWUPD.EXE | | TYPE: FILE | | ACTION: DELETE | | | +---------------------------------------------------------------------------+ 8 Pristine and Migration Scenarios +---------------------------------------------------------------------------+ | | | OBJECT: | | TARGET NAME: $(FILEPATH)bin\FNDMSG.CAT | | TYPE: FILE | | ACTION: DELETE | | | | OBJECT: | | TARGET NAME: $(FILEPATH)bin\FNDMSG1.CAT | | TYPE: FILE | | ACTION: DELETE | | | | OBJECT: | | TARGET NAME: $(FILEPATH)bin\TOOLM210.DLL | | TYPE: FILE | | ACTION: DELETE | | | | OBJECT: | | TARGET NAME: $(FILEPATH)bin\SVM210.DLL | | TYPE: FILE | | ACTION: DELETE | | | | OBJECT: | | TARGET NAME: $(FILEPATH)bin\NVDMGI.HLP | | TYPE: FILE | | ACTION: DELETE | | | +---------------------------------------------------------------------------+ Use the SDWNT.BAT file to migrate the NetView Distribution Manager 1.2 files and to put the GUI and documentation icons in the folder. The following is an example of the D:\SD_IMG\SD4WNT95\SDWNT.BAT file. start /w %NVDMBASE%\bin\sdconf.exe MIGRATE WINNT rem rem ****comment out the statement below to not install any icon ****** rem start /w %NVDMBASE%\bin\dpfupd.exe /MOD:%NVDMBASE%\bin\file.mod rem rem ***** comment out the statement below to install GUI ************** rem start /w %NVDMBASE%\bin\dpfupd.exe /MOD:%NVDMBASE%\bin\migntgui.mod rem rem ***** comment out the statement below to install DOC ************** rem start /w %NVDMBASE%\bin\dpfupd.exe /MOD:%NVDMBASE%\bin\migntdoc.mod rem rem ****** remove NVDM 1.2 old Services ********* start /w %NVDMBASE%\bin\fndrm.exe "NetViewDMA" start /w %NVDMBASE%\bin\fndrm.exe "NetViewDMA Activator" Use the SDWNT.bat file in the following way: 1. To not install any icon remove the rem command from the following statement: rem start /w %NVDMBASE%\bin\dpfupd.exe /MOD:%NVDMBASE%\bin\file.mod 9 2. To install the GUI icon remove the rem command from the following statement: rem start /w %NVDMBASE%\bin\dpfupd.exe /MOD:%NVDMBASE%\bin\migntgui.mod 3. To install the documentation remove the rem command from the following statement: rem start /w %NVDMBASE%\bin\dpfupd.exe /MOD:%NVDMBASE%\bin\migntdoc.mod 4. To install the GUI icon and the documentation remove the rem command from the following statements: rem start /w %NVDMBASE%\bin\dpfupd.exe /MOD:%NVDMBASE%\bin\migntgui.mod rem start /w %NVDMBASE%\bin\dpfupd.exe /MOD:%NVDMBASE%\bin\migntdoc.mod STEP 7. USING THE UPDDELTA.EXE FILE Use the UPDDELTA.EXE file to customize the DELTAREG file. From the D:\SD_IMG\SD4WNT95 directory enter the following command: upddelta D:\SD_IMG\SD4WNT95 where is the directory in which the NetView Distribution Manager 1.2 for Windows NT is installed, for example C:\IBMNVDMA. After you run the UPDDELTA.EXE file, the deltareg.cus file is created. This file contains the customer environment settings. STEP 8. BUILDING THE CHANGE FILES IN THE NETVIEW DISTRIBUTION MANAGER 1.2 FOR WINDOWS NT ENVIRONMENT To build the IBM.SD4WNT.CLIENT.PREMIG.REF.3132.MIGRATION and the IBM.SD4WNT.CLIENT.REF.3132.MIGRATION change files in the NetView Distribution Manager 1.2 for Windows NT environment, do the following: 1. Change the current directory to D:\SD_IMG\SD4WNT95. 2. Enter the following commands from the NetView Distribution Manager 1.2 for Windows NT command prompt: nvdm bld ntpre.pro nvdm bld ntmig.pro STEP 9. ADDING THE CFGDIR INSTALLATION PARAMETER To add the CFGDIR= installation parameter to each NetView Distribution Manager 1.2 for Windows NT target, enter the following command from the TME 10 Software Distribution 3.1.3 for AIX server: 10 Pristine and Migration Scenarios nvdm addpm ¤| | -a‡ -i > "CFGDIR=" where is the directory in which the NetView Distribution Manager 1.2 for Windows NT is installed, for example C:\IBMNVDMA. If the NetView Distribution Manager 1.2 for Windows NT has been installed in different directories for each target, enter the ADDPM command specifying each target name. If you create groups of targets that have NetView Distribution Manager 1.2 for Windows NT installed in the same directory, enter the ADDPM command specifying the group name. If each target of the network has the NetView Distribution Manager 1.2 for Windows NT installed in the same directory, enter the ADDPM command specifying -A. STEP 10. VERIFYING THE TARGET OPERATING SYSTEM To verify that the target operating system is WINDOWS_NT, enter the following command: nvdm lstg -l If the target operating system is different from WINDOWS_NT, you must change it by entering the following command: nvdm updtg -y WINDOWS_NT STEP 11. INSTALLING THE CHANGE FILES In Step 8 you created two change files that are stored under the repository of the TME 10 Software Distribution for AIX server with the following change file names: o IBM.SD4WNT.CLIENT.PREMIG.REF.3132.MIGRATION o IBM.SD4WNT.CLIENT.REF.3132.MIGRATION 1. To install the change files, enter the following commands from the TME 10 Software Distribution for AIX server: nvdm inst IBM.SD4WNT.CLIENT.PREMIG.REF.3132.MIGRATION -w nvdm inst IBM.SD4WNT.CLIENT.REF.3132.MIGRATION -n -vs -w 2. Enter the following command to see whether the installations have completed correctly: nvdm lscm IBM.SD4WNT.CLIENT.PREMIG.REF.3132.MIGRATION -w nvdm lscm IBM.SD4WNT.CLIENT.REF.3132.MIGRATION -w 11 The change management status of the change files will be as follows if the installation completed successfully: IBM.SD4WNT.CLIENT.PREMIG.REF.3132.MIGRATION installed removable active IBM.SD4WNT.CLIENT.REF.3132.MIGRATION installed not removable inactive If the installation has been executed successfully, perform an activate request on the NetView Distribution Manager 1.2 for Windows NT client to make the code changes active. To perform this activate request, enter the following command from the TME 10 Software Distribution for AIX server command line: nvdm act -w -f During the execution of this step, the workstation will reboot twice automatically in order to make the code changes active. STEP 12. BUILDING THE IBM.SD4WNT.CLIENT.POSTMIG.REF.3132.MIGRATION CHANGE FILE ON THE WINDOWS NT CLIENT To build the IBM.SD4WNT.CLIENT.POSTMIG.REF.3132.MIGRATION change file on the Windows NT client, enter the following from the D:\SD_IMG\SD4WNT95 directory: nvdm bld NTPOST.PRO STEP 13. INSTALLING THE IBM.SD4WNT.CLIENT.POSTMIG.REF.3132.MIGRATION CHANGE FILE IN THE WINDOWS NT CLIENT In step 11 you built the IBM.SD4WNT.CLIENT.POSTMIG.REF.3132.MIGRATION change file that is stored under the repository of the TME 10 Software Distribution for AIX server. To install the change file, enter the following command from the TME 10 Software Distribution for AIX server: nvdm inst IBM.SD4WNT.CLIENT.POSTMIG.REF.3132.MIGRATION -w -n After you have installed the change file, enter the following command to see whether the installation completed correctly: nvdm lscm IBM.SD4WNT.CLIENT.POSTMIG.REF.3132.MIGRATION -w The change management status of the change file will be has follows if the installation completed successfully: IBM.SD4WNT.CLIENT.POSTMIG.REF.3132.MIGRATION installed not removable active NOTE: When the migration is completed, the NetView DMA services and the NetView DMA Activator services will be disabled but not deleted. 12 Pristine and Migration Scenarios