![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| remote variable | nimrodman | Shell Programming and Scripting | 1 | 03-27-2008 10:59 PM |
| populate variable from remote result | hcclnoodles | Shell Programming and Scripting | 2 | 02-19-2007 05:44 AM |
| Do I need to reboot after installation of s/w and set the env variable | srangu | AIX | 1 | 05-12-2006 05:40 AM |
| Retreiving environment variable from remote system | bschnair | UNIX for Dummies Questions & Answers | 0 | 04-04-2006 04:03 PM |
| Accessing remote machine via an enviroment variable | ElCaito | UNIX for Dummies Questions & Answers | 4 | 02-14-2006 09:04 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Do I need to remote 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 |
|
||||
|
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; |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|