vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 9.40 FC2xa HPUX 11.11 OK, this is a first for me. My unix admin team is receiving the following error when executing the "RUN_AS_ROOT.server": Performing root portion of installation of Informix Dynamic Server ... etc/brand: Cannot open /usr/informix/bin/oninit Of course, the original error did not include the full path to bin/oninit since the script cd's to INFORMIXDIR but I thought I would hard code the full dir. Anyway, is this a perm issue or what. TIA for any insight. |
| ||||
| Darren_Jacobs@carmax.com wrote: > 9.40 FC2xa > HPUX 11.11 > > OK, this is a first for me. My unix admin team is receiving the following > error when executing the "RUN_AS_ROOT.server": > > Performing root portion of installation of Informix Dynamic Server ... > > etc/brand: Cannot open /usr/informix/bin/oninit > > Of course, the original error did not include the full path to bin/oninit > since the script cd's to INFORMIXDIR but I thought I would hard code the > full dir. Anyway, is this a perm issue or what. > > TIA for any insight. $INFORMIXDIR needs to be set in the environment of the users doing the RUN_AS_ROOT bit. as well as $PATH setting with $INFORMIXDIR/bin.. |