![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need Help to Reboot to Mac OS X | philomaximus | UNIX for Dummies Questions & Answers | 4 | 05-20-2007 09:00 PM |
| different between soft reboot and hard reboot | seelan3 | SUN Solaris | 3 | 09-20-2006 11:12 PM |
| Do I need to remote after installation of s/w and set the env variable | srangu | AIX | 1 | 05-12-2006 01:42 AM |
| installation of Solaris: installation bypasses network config. | cadmiumgreen | SUN Solaris | 2 | 07-15-2005 07:31 PM |
| reboot | guest100 | UNIX for Dummies Questions & Answers | 1 | 12-12-2001 03:11 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Do I need to reboot after installation of s/w and set the env variable
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 |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
You sould only need to reboot after kernel patches or firmware is applied. When you set environment variables you just need to login as that user again to see the changes. Either export on hte command line for immediate change or set it in the .profile of the user for permanent chages for that user, or for global changes you can edit /etc/profile or /etc/environment.
export MYVAR=new setting; |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|