Originally posted by: 6K3S_John_Nguyen
Hi Thomas,
Thank you for your posts.
With regard to the issue you encountered, I think you might have missed the "." when running the command to source the environment:
[user1@host1 opt]
$ . $EGO_TOP/profile.platform
(found in step 8 in http://www.ibm.com/support/knowledgecenter/SSVH2B_1.1.0/install/install_linux_management.dita)
This command will automatically setup your current shell environment with the proper paths and environment variables, allowing you to run commands that start with "egosh" or "egoconfig". So you would not need to change the file permission of profile.platform using 'chmod +x'.
However, if the user logs out of the shell and then logs back in, they will be required to re-run the command above to source the environment again. Some of our users have added this command to their CLUSTERADMIN user's bash profile to eliminate this.
#SpectrumComputingGroup