Modifying the configuration files

Log in with the RPP Migration administrator login and update the shell configuration files (.profile, .kshrc, or .login).

The environment variables MIGDIR, COBPATH, and PATH will be created or modified:

   MIGDIR=$HOME/migratx
   export MIGDIR
   COBPATH=$MIGDIR/system/gnt:$COBPATH
   export COBPATH
   PATH=$MIGDIR/system/proc:$PATH
   export PATH

After these updates, restart the configuration initialization by typing '. .profile', and use the UNIX command 'set' to check that the modifications were taken into account in the configuration files.

If the environment variables are not correctly initialized, log out and then log in again with the RPP Migration administrator's account.


Feedback