dbTalk Databases Forums  

Initializing ISM

comp.databases.informix comp.databases.informix


Discuss Initializing ISM in the comp.databases.informix forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jeremiah
 
Posts: n/a

Default Initializing ISM - 03-07-2011 , 03:35 PM






I am getting the following message when I try to initialize ism:

*** You need to set $INFORMIXDIR before running the ISM setup script.

I have $INFORMIXDIR set up. I am wondering why ISM won't let me
initialize.

Reply With Quote
  #2  
Old   
Jeremiah
 
Posts: n/a

Default Re: Initializing ISM - 03-07-2011 , 04:16 PM






The only other thing that was odd when I was installing IDS 11.7 was
that the onconfig I created did not belong to group informix. This was
corrected with chown. I also changed the owner of all the files I
created like the environment variable file. Other than that, I
followed the same steps I did when I installed on our test
environment.

On Mar 7, 3:35*pm, Jeremiah <yogensha.... (AT) gmail (DOT) com> wrote:
Quote:
I am getting the following message when I try to initialize ism:

*** You need to set $INFORMIXDIR before running the ISM setup script.

I have $INFORMIXDIR set up. I am wondering why ISM won't let me
initialize.

Reply With Quote
  #3  
Old   
Superboer
 
Posts: n/a

Default Re: Initializing ISM - 03-08-2011 , 02:32 AM



What os?? is it linux??? and if so
do you have ksh installed???

you can have a look in ism_startup since it is a script the first few
lines check for informixdir....

Superboer.

On 7 mrt, 23:16, Jeremiah <yogensha.... (AT) gmail (DOT) com> wrote:
Quote:
The only other thing that was odd when I was installing IDS 11.7 was
that the onconfig I created did not belong to group informix. This was
corrected with chown. I also changed the owner of all the files I
created like the environment variable file. Other than that, I
followed the same steps I did when I installed on our test
environment.

On Mar 7, 3:35*pm, Jeremiah <yogensha.... (AT) gmail (DOT) com> wrote:

I am getting the following message when I try to initialize ism:

*** You need to set $INFORMIXDIR before running the ISM setup script.

I have $INFORMIXDIR set up. I am wondering why ISM won't let me
initialize.

Reply With Quote
  #4  
Old   
Jeremiah
 
Posts: n/a

Default Re: Initializing ISM - 03-08-2011 , 08:48 AM



The OS is AIX 6.1. Upon digging a little further it looks as if sudo
is unable to see $INFORMIXDIR. I don't know if that makes sense. When
I run the file without sudo, it does seem to recognize $INFORMIXDIR
but of course it throws the message that I need to run it as root.

On Mar 8, 2:32*am, Superboer <superbo... (AT) t-online (DOT) de> wrote:
Quote:
What os?? is it linux??? and if so
do you have ksh installed???

you can have a look in ism_startup since it is a script the first few
lines check for informixdir....

Superboer.

On 7 mrt, 23:16, Jeremiah <yogensha.... (AT) gmail (DOT) com> wrote:

The only other thing that was odd when I was installing IDS 11.7 was
that the onconfig I created did not belong to group informix. This was
corrected with chown. I also changed the owner of all the files I
created like the environment variable file. Other than that, I
followed the same steps I did when I installed on our test
environment.

On Mar 7, 3:35*pm, Jeremiah <yogensha.... (AT) gmail (DOT) com> wrote:

I am getting the following message when I try to initialize ism:

*** You need to set $INFORMIXDIR before running the ISM setup script.

I have $INFORMIXDIR set up. I am wondering why ISM won't let me
initialize.

Reply With Quote
  #5  
Old   
Superboer
 
Posts: n/a

Default Re: Initializing ISM - 03-08-2011 , 08:57 AM



if it works:

sudo su -

and set your env properly

sounds like sudo does not have INFORMIXDIR set.

maybe sudo env > x may tell you that INFORMIXDIR is not set??


Superboer.


On 8 mrt, 15:48, Jeremiah <yogensha.... (AT) gmail (DOT) com> wrote:
Quote:
The OS is AIX 6.1. Upon digging a little further it looks as if sudo
is unable to see $INFORMIXDIR. I don't know if that makes sense. When
I run the file without sudo, it does seem to recognize $INFORMIXDIR
but of course it throws the message that I need to run it as root.

On Mar 8, 2:32*am, Superboer <superbo... (AT) t-online (DOT) de> wrote:

What os?? is it linux??? and if so
do you have ksh installed???

you can have a look in ism_startup since it is a script the first few
lines check for informixdir....

Superboer.

On 7 mrt, 23:16, Jeremiah <yogensha.... (AT) gmail (DOT) com> wrote:

The only other thing that was odd when I was installing IDS 11.7 was
that the onconfig I created did not belong to group informix. This was
corrected with chown. I also changed the owner of all the files I
created like the environment variable file. Other than that, I
followed the same steps I did when I installed on our test
environment.

On Mar 7, 3:35*pm, Jeremiah <yogensha.... (AT) gmail (DOT) com> wrote:

I am getting the following message when I try to initialize ism:

*** You need to set $INFORMIXDIR before running the ISM setup script.

I have $INFORMIXDIR set up. I am wondering why ISM won't let me
initialize.

Reply With Quote
  #6  
Old   
Malc
 
Posts: n/a

Default Re: Initializing ISM - 03-08-2011 , 08:58 AM



"it looks as if sudo
is unable to see $INFORMIXDIR"

errm...you *did* export it, didn't you?

Reply With Quote
  #7  
Old   
Jeremiah
 
Posts: n/a

Default Re: Initializing ISM - 03-08-2011 , 10:02 AM



Yes I did and it's being called from an environment file once you log
on via .profile. I'm working with our unix folk to solve the problem
right now.

On Mar 8, 8:58*am, Malc <mal... (AT) googlemail (DOT) com> wrote:
Quote:
"it looks as if sudo
is unable to see $INFORMIXDIR"

errm...you *did* export it, didn't you?

Reply With Quote
  #8  
Old   
Jeremiah
 
Posts: n/a

Default Re: Initializing ISM - 03-09-2011 , 11:13 AM



This is solved. Unix folk had to make changes in sudo's behavior.

On Mar 8, 10:02*am, Jeremiah <yogensha.... (AT) gmail (DOT) com> wrote:
Quote:
Yes I did and it's being called from an environment file once you log
on via .profile. I'm working with our unix folk to solve the problem
right now.

On Mar 8, 8:58*am, Malc <mal... (AT) googlemail (DOT) com> wrote:

"it looks as if sudo
is unable to see $INFORMIXDIR"

errm...you *did* export it, didn't you?

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.