After the reinstallation of Redhat Enterprise Linux, the backup-ed home directories must
be restored. Transfer the backup files: a217_beams_<date>.tar.gz and
a217_pg_<date>.tar.gz to the reinstalled system and extract them:
[root@a217 ~]# cd /home
[root@a217 home]# tar –xzf a217_beams_<date>.tar.gz
[root@a217 home]# tar –xzf a217_pg_<date>.tar.gz
To setup the “beams” and “pg” environments, execute next commands:
[root@a217 ~]# cd /home/beams/.beams/setup
[root@a217 setup]# ./setup_mcc a217
That is all.