Operating System - HP-UX
1832789 Members
3274 Online
110045 Solutions
New Discussion

Re: Problem with FM_FLS_HOST

 
David Tang_1
Advisor

Problem with FM_FLS_HOST

Recently some server's FM_FLS_HOST in /etc/profile has been changed. Problem is if I use env when Direct connected, I am still getting the old FM_FLS_HOST. If telnet is used, the new FM_FLS_HOST us shown.
Anybody have any idea what's happening??
Thanks.
3 REPLIES 3
Vincente Fernandes
Valued Contributor

Re: Problem with FM_FLS_HOST

If you are doing any direct connect check in "/etc/profile" check your loop conditions or where does the loop stop. FM_FLS_HOST value is not read during direct connect. Put and echo statement before and after above variable just for debug purposes and see what values it sets during telnet and direct connect. What kind of interface are you using when doing direct connect? Could you let us know how you have define the above variable.
David Tang_1
Advisor

Re: Problem with FM_FLS_HOST

I have tried to mask the variable in the etc/profile. Once i masked it, it is no longer shown in env when using telnet, but the old setting is still shown when using Direct connect.
Could it be that the environment variable is taking from a different file?
David Tang_1
Advisor

Re: Problem with FM_FLS_HOST

well..i have sloved the problem. It seems like the X session is taking the reading from another file for env. The file used is /etc/vue/config/Xsession.d/sirius