Last Update: 8-DEC-2010 Operating System: all Component: Movein Utility Base Level Required: PMDF V6.5 Other Requirements: none Platform Subdirectory File(s) to download -------- ------------ --------------------- OpenVMS Alpha [.VMS.ALPHA_EXE] MOVEIN.EXE OpenVMS I64 [.VMS.IA64_EXE] MOVEIN.EXE OpenVMS VAX [.VMS.VAX_EXE] MOVEIN.EXE Linux linux/bin/ movein Solaris SPARC solaris-sparc/bin/ movein Solaris x86 solaris-x86/bin/ movein Tru64 osf/bin/ movein all com pmdf.cld General info ------------ You will need to have a License PAK with a release date after the date of PMDFSHR.EXE or libpmdf.so to run PMDF. Note that this may apply to other images as well. Patches may be obtained from the anonymous FTP account on ftp.pmdf.process.com. Use FTP to connect to the host ftp.pmdf.process.com and login as the user anonymous. Use your e-mail address as the login password. Move to the pmdf_65_patches subdirectory: ftp> cd pmdf_65_patches Patches will be located in platform-specific sub-trees, as follows: Platform Subdirectory -------- ------------ OpenVMS vms Linux linux Solaris/SPARC solaris-sparc Solaris/x86 solaris-x86 Tru64 osf Windows windows When FTPing images, be sure to FTP them as binary. Before retrieving such an image with the GET command, be sure to put your FTP into binary mode with a command such as TYPE IMAGE or TYPE BINARY. The pmdf.cld file is a text file and should be FTP'ed as ASCII. Change history --------------- 8-DEC-2010 (ident V6.5-x5) Added the following features to the movein utility: the ability to move messages from one account to another within the same store type (for example, from one popstore account to another); and the ability to move messages from a msgstore account to another account, for example another msgstore account. Specify the keyword "msgstore" on the -source option (/SOURCE qualifier on OpenVMS) to move messages from a msgstore account to another account. To move messages from one account to another within the same store type, you must specify the -dstusername option (/DSTUSERNAME qualifier on OpenVMS) to specify the username to use for the destination account (by default the source username is used). To specify destination username in an input file, specify the destination username as the third item on the line. (D/E 9218) Installation ------------ OpenVMS Copy the image to the PMDF_EXE: directory. Ensure it has the same ownership & security/access as the previous version. Copy the pmdf.cld to the PMDF_COM: directory. Ensure it has the same ownership & security/access as the previous version. To use the new pmdf.cld file, use the following commands to compile it and update the system DCL tables: $ PMDF CLBUILD/OPTION_FILE/IMAGE_FILE=PMDF_COMMAND_DATA PMDF_COM:pmdf.cld $ INSTALL REPLACE PMDF_COMMAND_DATA $ SET COMMAND/TABLE=SYS$COMMON:[syslib]dcltables.exe - _$ /OUTPUT=SYS$COMMON:[syslib]dcltables.exe PMDF_COM:pmdf.cld $ INSTALL REPLACE SYS$LIBRARY:dcltables.exe And then log out of your terminal and start up a new session to pick up the new DCLTABLES. Unix Copy the image to the /pmdf/bin directory and issue the following commands: # chown pmdf:bin /pmdf/bin/migrate # chmod 755 /pmdf/bin/migrate Copy the pmdf.cld file to the /pmdf/lib directory and issue the following commands: # chown pmdf:bin /pmdf/lib/pmdf.cld # chmod 755 /pmdf/lib/pmdf.cld To use the new pmdf.cld file, compile it with the following command: # pmdf clbuild -option_file -image_file=PMDF_COMMAND_DATA \ /pmdf/lib/pmdf.cld