Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Do I need to remote after installation of s/w and set the env variable

Status
Not open for further replies.

srangu

Programmer
Jun 24, 2005
2
US
Hi,
I have installed ODWEK software on AIX box and set the environment variables like: PATH,LIBPATH,LD_LIBRARY_PATH,CLASSPATH.
My question here is do I need to reboot the system to take these changes or is there anyother workaround. I heard that there is 'export'. But I don't know how far it works.
The reason why we don't want to reboot the box is because we have lot more applications running on that server and that is the production box.
Please help me out.
Thanks
Subha
 
You do not have to reboot.
If you are exporting the variables in ~/.profile or /etc/environment, then you just have to logoff and back in again - or just dot the file(s)
. /etc/profile
. ~/.profile


"If you always do what you've always done, you will always be where you've always been."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top