Problem: What environment variables must be set before cloning, assuming no prior EBS environment file is present?
Solution:
Here is a sample script to source before running post-clone steps. It sets up the location to the PERL and Java executables. Note the directories must be changed to reflect your environment.
export PERL5LIB=/u01/deltaora/iAS/Apache/perl/lib/5.00503: /u01/deltaora/iAS/Apache/perl/lib/site_perl/5.005:/u01/deltaappl/au/11.5.0/perl export PATH=.:/u01/deltaora/iAS/Apache/perl/bin:/u01/deltacomn/util/jre/1.1.8/bin:$PATH export LD_ASSUME_KERNEL=2.4.19
0 Comments.