Posted: Fri May 16, 2014 5:29 am Post subject: GetEnv node ia9c support pac
Centurion
Joined: 02 Apr 2010 Posts: 104 Location: Charlotte
Hi We are using the Get Env node in WMB 6.x and currently in WMB 8.x in zLinux.
Recently we are observing that during some installs the environmental varialbles are sucessfully exported until few broker restarts and it observed it will only load when the broker is allowed to stop for some time(This may be due to broker not completely down and memory is reloaded).
Would some body have issues similar to this and encountered only in WMB 8.x also any ideas why it is taking so long? _________________ skr_wmb
Posted: Fri May 16, 2014 6:23 am Post subject: Re: GetEnv node ia9c support pac
Grand Master
Joined: 20 May 2001 Posts: 1033 Location: Hungary
sravan wrote:
... the environmental varialbles are sucessfully exported until few broker restarts and it observed it will only load when the broker is allowed to stop for some time(This may be due to broker not completely down and memory is reloaded).
This is not an error but a standard operating system behavior. If you create an environment variable after a process starting, this variable won't be available for this process.
You can define anytime your environment variables, but your process cannot reach them without restarting. Explanation:
- mqsireload not enough, because its ancestor (bipbroker) was not stopped
- on Unix: a new login is recommended and check the environment variables before restart broker
- on Windows: a service restart not enough, because all the services inherit System variables setting from Service Manager process (services.exe) - have to reboot your Windows box
Joined: 02 Apr 2010 Posts: 104 Location: Charlotte
Thanks Tibor -
Is there a way to make message broker is completly stopped before restarting the environment variables as we observed it is taking few times to load the variables in some of the broker instances. _________________ skr_wmb
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum