Topic:
My IESX_CONFIG files are corrupt. How do I get a new default set?
Description:
Solution:
You can either put the new ones in your old location or make a new directory and point the software to look at those. If you want to make a new directory: mkdir /newdir cp $GF_PATH/ies_files/da_info_key_dat.bin /newdir/da_info_key.dat cp $GF_PATH/ies_files/da_info_key_fpb.bin /newdir/da_info_key.fpb cp $GF_PATH/ies_files/da_info_key_idx.bin /newdir/da_info_key.idx cp $GF_PATH/ies_files/iesx_dev_key_dat.bin /newdir/iesx_dev_key.dat cp $GF_PATH/ies_files/iesx_dev_key_fpb.bin /newdir/iesx_dev_key.fpb cp $GF_PATH/ies_files/iesx_dev_key_idx.bin /newdir/iesx_dev_key.idx chmod 777 /newdir setenv IESX_CONFIG /newdir If you want the /newdir to be the default place the software looks you'll have to modify the $GF_HOME/iesx/iesx_setup_site.csh and change the variable setting there.
Last Modified on: 16-FEB-01