Discussion:
hi Cant load informix online 5.2 on linux -8 ( rpm file)
(too old to reply)
RATHER
2003-12-27 05:57:45 UTC
Permalink
Hello friends

REcently i download Informix online5.2 ffrom iiug.org site for Liunx.
Now i am trying to load this online5.2 version on linux 8. I have already
user informix created and am giving the followin coomand from the root.

rpm -i --relocate /opt/informix=$INFORMIXDIR 110197612040731.RPM

THIS gives me the following error:

ERROR: INFORMIXDIR doest match the target directry name provided in the rpm
command. If you are not installing this product in the default INFORMIXDIR
name for Linux (/opt/informix), You must provide your INFORMIX dIRECTORY
name with the -- prefix ( rpm 2.x Syntax) or -- relocated ( rpm 3.x Syntax)
paramater in your rpm -i command line.
then again i used the following also but gives me the same error:

rpm -i --prefix /usr/informix 110197612040731.RPM

So pleaes anyone suggest me what t do next.

REgards

RATHORE



sending to informix-list
Andreas Breitfeld
2003-12-29 12:33:20 UTC
Permalink
Hi,

this looks like a known rpm bug in RedHat Linux 8, see
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=75057 for more
information.

The bug should be fixed in rpm-4.2-0.42 .

Solution:

The following workarounds are possible:

1. Using rpm for the installation, the package can only be installed into
/opt/informix directory. In order to do so you need to set two environment
variables like this:
export RPM_INSTALL_PREFIX=/opt/informix
export INFORMIXDIR=/opt/informix

2. To install the package into a directory other than /opt/informix , you
have to convert the package from rpm format to cpio format:
rpm2cpio online.rpm > online.cpio

Then install the resulting cpio package the same way as on other platforms,
i.e. with commands like the following:
cpio -idumv < online.cpio
installonline

Andreas
Post by RATHER
Hello friends
REcently i download Informix online5.2 ffrom iiug.org site for Liunx.
Now i am trying to load this online5.2 version on linux 8. I have already
user informix created and am giving the followin coomand from the root.
rpm -i --relocate /opt/informix=$INFORMIXDIR 110197612040731.RPM
ERROR: INFORMIXDIR doest match the target directry name provided in the
rpm
command. If you are not installing this product in the default INFORMIXDIR
name for Linux (/opt/informix), You must provide your INFORMIX dIRECTORY
name with the -- prefix ( rpm 2.x Syntax) or -- relocated ( rpm 3.x
Syntax) paramater in your rpm -i command line.
rpm -i --prefix /usr/informix 110197612040731.RPM
So pleaes anyone suggest me what t do next.
REgards
RATHORE
sending to informix-list
Tsutomu Ogiwara
2003-12-29 01:03:07 UTC
Permalink
Hi RATHER.

Probably this is a rpm bug.
Upgrade your rpm or use rpm for Redhat 7.3 (rpm Version 4.0.4).
OR
Search google.

I do not test, but how about the following ?
Use rpm2cpio, un-rpm to /opt/informix.
Move /opt/informix to your targer directory.
Execute installonline.

Regards.

--
Tsutomu Ogiwara from Tokyo Japan.
ICQ#:168106592
Subject: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Date: Sat, 27 Dec 2003 08:57:45 +0300
Hello friends
REcently i download Informix online5.2 ffrom iiug.org site for Liunx.
Now i am trying to load this online5.2 version on linux 8. I have already
user informix created and am giving the followin coomand from the root.
rpm -i --relocate /opt/informix=$INFORMIXDIR 110197612040731.RPM
ERROR: INFORMIXDIR doest match the target directry name provided in the
rpm
command. If you are not installing this product in the default
INFORMIXDIR
name for Linux (/opt/informix), You must provide your INFORMIX dIRECTORY
name with the -- prefix ( rpm 2.x Syntax) or -- relocated ( rpm 3.x Syntax)
paramater in your rpm -i command line.
rpm -i --prefix /usr/informix 110197612040731.RPM
So pleaes anyone suggest me what t do next.
REgards
RATHORE
sending to informix-list
_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

sending to informix-list
Fernando Ortiz
2003-12-29 14:47:40 UTC
Permalink
Hi,

As Tsutomu said it's a bug in the RPM package of Red Hat 8, I know two
workarounds:

1. - When you get the error message type 'OVERRIDE', (all caps and without
the apostrophe).

2 .
export RPM_INSTALL_PREFIX=/opt/informix
export INFORMIXDIR=/opt/informix
install without any relocation

HTH




----- Original Message -----
From: "RATHER" <***@yahoo.co.uk>
To: <informix-***@iiug.org>
Sent: Friday, December 26, 2003 11:57 PM
Subject: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by RATHER
Hello friends
REcently i download Informix online5.2 ffrom iiug.org site for Liunx.
Now i am trying to load this online5.2 version on linux 8. I have already
user informix created and am giving the followin coomand from the root.
rpm -i --relocate /opt/informix=$INFORMIXDIR 110197612040731.RPM
ERROR: INFORMIXDIR doest match the target directry name provided in the
rpm
Post by RATHER
command. If you are not installing this product in the default
INFORMIXDIR
Post by RATHER
name for Linux (/opt/informix), You must provide your INFORMIX dIRECTORY
name with the -- prefix ( rpm 2.x Syntax) or -- relocated ( rpm 3.x
Syntax)
Post by RATHER
paramater in your rpm -i command line.
rpm -i --prefix /usr/informix 110197612040731.RPM
So pleaes anyone suggest me what t do next.
REgards
RATHORE
sending to informix-list
sending to informix-list
RATHER
2003-12-30 05:19:02 UTC
Permalink
Hi all
And Thanks Mr Tsutomu and mr Fernando Ortiz,

I am trying to install in different filesystem thatn /opt/informix
i have created /usr/informix and want ot install it in the " /usr/infomix "
directory.
not in /opt/informix.
Any more sugesstion please.

Thanks nad Regards

Happy new year to all Over here and there.

RATHORE

----- Original Message -----
From: "Fernando Ortiz" <***@lacorona.com.mx>
To: "RATHER" <***@yahoo.co.uk>; <informix-***@iiug.org>
Sent: Monday, December 29, 2003 5:47 PM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by Fernando Ortiz
Hi,
As Tsutomu said it's a bug in the RPM package of Red Hat 8, I know two
1. - When you get the error message type 'OVERRIDE', (all caps and without
the apostrophe).
2 .
export RPM_INSTALL_PREFIX=/opt/informix
export INFORMIXDIR=/opt/informix
install without any relocation
HTH
----- Original Message -----
Sent: Friday, December 26, 2003 11:57 PM
Subject: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by RATHER
Hello friends
REcently i download Informix online5.2 ffrom iiug.org site for Liunx.
Now i am trying to load this online5.2 version on linux 8. I have
already
Post by Fernando Ortiz
Post by RATHER
user informix created and am giving the followin coomand from the root.
rpm -i --relocate /opt/informix=$INFORMIXDIR 110197612040731.RPM
ERROR: INFORMIXDIR doest match the target directry name provided in the
rpm
Post by RATHER
command. If you are not installing this product in the default
INFORMIXDIR
Post by RATHER
name for Linux (/opt/informix), You must provide your INFORMIX
dIRECTORY
Post by Fernando Ortiz
Post by RATHER
name with the -- prefix ( rpm 2.x Syntax) or -- relocated ( rpm 3.x
Syntax)
Post by RATHER
paramater in your rpm -i command line.
rpm -i --prefix /usr/informix 110197612040731.RPM
So pleaes anyone suggest me what t do next.
REgards
RATHORE
sending to informix-list
sending to informix-list
Neil Truby
2003-12-30 10:30:16 UTC
Permalink
Install it in /opt/informix as required to do by the bug, then use find
. -print | cpio -pvd or some other method to copy the contents of
/opt/informix to /usr/informix.
Post by RATHER
Hi all
And Thanks Mr Tsutomu and mr Fernando Ortiz,
I am trying to install in different filesystem thatn /opt/informix
i have created /usr/informix and want ot install it in the " /usr/infomix "
directory.
not in /opt/informix.
Any more sugesstion please.
Thanks nad Regards
Happy new year to all Over here and there.
RATHORE
----- Original Message -----
Sent: Monday, December 29, 2003 5:47 PM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by Fernando Ortiz
Hi,
As Tsutomu said it's a bug in the RPM package of Red Hat 8, I know two
1. - When you get the error message type 'OVERRIDE', (all caps and without
the apostrophe).
2 .
export RPM_INSTALL_PREFIX=/opt/informix
export INFORMIXDIR=/opt/informix
install without any relocation
HTH
----- Original Message -----
Sent: Friday, December 26, 2003 11:57 PM
Subject: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by RATHER
Hello friends
REcently i download Informix online5.2 ffrom iiug.org site for Liunx.
Now i am trying to load this online5.2 version on linux 8. I have
already
Post by Fernando Ortiz
Post by RATHER
user informix created and am giving the followin coomand from the root.
rpm -i --relocate /opt/informix=$INFORMIXDIR 110197612040731.RPM
ERROR: INFORMIXDIR doest match the target directry name provided in the
rpm
Post by RATHER
command. If you are not installing this product in the default
INFORMIXDIR
Post by RATHER
name for Linux (/opt/informix), You must provide your INFORMIX
dIRECTORY
Post by Fernando Ortiz
Post by RATHER
name with the -- prefix ( rpm 2.x Syntax) or -- relocated ( rpm 3.x
Syntax)
Post by RATHER
paramater in your rpm -i command line.
rpm -i --prefix /usr/informix 110197612040731.RPM
So pleaes anyone suggest me what t do next.
REgards
RATHORE
sending to informix-list
sending to informix-list
Ronald Cole
2003-12-31 09:01:13 UTC
Permalink
Post by Neil Truby
Install it in /opt/informix as required to do by the bug, then use find
. -print | cpio -pvd or some other method to copy the contents of
/opt/informix to /usr/informix.
Have symbolic links fallen completely out of fashion?
--
Forte International, P.O. Box 1412, Ridgecrest, CA 93556-1412
Ronald Cole <***@forte-intl.com> Phone: (760) 499-9142
President, CEO Fax: (760) 499-9152
My GPG fingerprint: C3AF 4BE9 BEA6 F1C2 B084 4A88 8851 E6C8 69E3 B00B
Neil Truby
2003-12-31 14:05:40 UTC
Permalink
Post by Ronald Cole
Post by Neil Truby
Install it in /opt/informix as required to do by the bug, then use find
. -print | cpio -pvd or some other method to copy the contents of
/opt/informix to /usr/informix.
Have symbolic links fallen completely out of fashion?
Not sure they ever were *in* fashion for usage as dozy as spanning file
systems, or adding unneessary confusion ....
Art S. Kagel
2003-12-30 15:23:46 UTC
Permalink
On Tue, 30 Dec 2003 00:19:02 -0500, RATHER wrote:

Just install in /opt/informix and use the old 'tar trick' to move the files.
As root:

cd /opt
tar cf - informix | (cd /usr; tar xvf -)
cd /usr/informix
rm -fr /opt/informix

Art S. Kagel
Post by RATHER
Hi all
And Thanks Mr Tsutomu and mr Fernando Ortiz,
I am trying to install in different filesystem thatn /opt/informix i have
created /usr/informix and want ot install it in the " /usr/infomix "
directory.
not in /opt/informix.
Any more sugesstion please.
Thanks nad Regards
Happy new year to all Over here and there.
RATHORE
----- Original Message -----
2003 5:47 PM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by Fernando Ortiz
Hi,
As Tsutomu said it's a bug in the RPM package of Red Hat 8, I know two
1. - When you get the error message type 'OVERRIDE', (all caps and without
the apostrophe).
2 .
export RPM_INSTALL_PREFIX=/opt/informix
export INFORMIXDIR=/opt/informix
install without any relocation
HTH
----- Original Message -----
Sent: Friday, December 26, 2003 11:57 PM Subject: hi Cant load informix
online 5.2 on linux -8 ( rpm file)
Post by RATHER
Hello friends
REcently i download Informix online5.2 ffrom iiug.org site for Liunx. Now
i am trying to load this online5.2 version on linux 8. I have
already
Post by Fernando Ortiz
Post by RATHER
user informix created and am giving the followin coomand from the root.
rpm -i --relocate /opt/informix=$INFORMIXDIR 110197612040731.RPM
ERROR: INFORMIXDIR doest match the target directry name provided in the
rpm
Post by RATHER
command. If you are not installing this product in the default
INFORMIXDIR
Post by RATHER
name for Linux (/opt/informix), You must provide your INFORMIX
dIRECTORY
Post by Fernando Ortiz
Post by RATHER
name with the -- prefix ( rpm 2.x Syntax) or -- relocated ( rpm 3.x
Syntax)
Post by RATHER
paramater in your rpm -i command line.
rpm -i --prefix /usr/informix 110197612040731.RPM
So pleaes anyone suggest me what t do next.
REgards
RATHORE
sending to informix-list
sending to informix-list
David Williams
2003-12-30 20:00:31 UTC
Permalink
Post by Art S. Kagel
Just install in /opt/informix and use the old 'tar trick' to move the files.
cd /opt
tar cf - informix | (cd /usr; tar xvf -)
cd /usr/informix
rm -fr /opt/informix
Art S. Kagel
and fix links under /lib or /usr/lib or /nsr or....
RATHER
2003-12-31 13:49:37 UTC
Permalink
yeh all symbolic lins have fallen completely,

Now what to do

regards

RATHORE
----- Original Message -----
From: "Ronald Cole" <***@forte-intl.com>
To: <informix-***@iiug.org>
Sent: Wednesday, December 31, 2003 12:01 PM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by Ronald Cole
Post by Neil Truby
Install it in /opt/informix as required to do by the bug, then use find
. -print | cpio -pvd or some other method to copy the contents of
/opt/informix to /usr/informix.
Have symbolic links fallen completely out of fashion?
--
Forte International, P.O. Box 1412, Ridgecrest, CA 93556-1412
President, CEO Fax: (760) 499-9152
My GPG fingerprint: C3AF 4BE9 BEA6 F1C2 B084 4A88 8851 E6C8 69E3 B00B
sending to informix-list
Mark D. Stock
2004-01-01 23:07:18 UTC
Permalink
Post by Neil Truby
Post by Ronald Cole
Post by Neil Truby
Install it in /opt/informix as required to do by the bug, then use find
. -print | cpio -pvd or some other method to copy the contents of
/opt/informix to /usr/informix.
Have symbolic links fallen completely out of fashion?
Not sure they ever were *in* fashion for usage as dozy as spanning file
systems, or adding unneessary confusion ....
Oh Neil! If that part of UNIX power confuses you, what does the rest do?
Try man ls, it has some wonderful options for removing your confusion.

If you want to meet the masters at trying to use symbolic links to confuse
you, then speak to Sun. ;-)

Cheers,
--
Mark.

+----------------------------------------------------------+-----------+
| Mark D. Stock mailto:***@MydasSolutions.com |//////// /|
| Mydas Solutions Ltd http://MydasSolutions.com |///// / //|
| +-----------------------------------+//// / ///|
| |We value your comments, which have |/// / ////|
| |been recorded and automatically |// / /////|
| |emailed back to us for our records.|/ ////////|
+----------------------+-----------------------------------+-----------+

sending to informix-list
RATHER
2004-01-03 06:53:31 UTC
Permalink
hello friends.

How are you. As i said. I did open and loaded the rpm file into /opt/infomix
directory.
and then copied the all contents to /usr/infomrix directory. From
/usr/infomix i run from root . / installonline and the online started
installion with some warnings and finally displayed the messaged that
installation comeplete sucessfully.

But when logingin into usr/infomix bu user infomrix. i cannt run any command
like tbmonitor. dbaccess etc. it gives me the errore messeager like "
SEGMENTATION FAULT"

AND DO NOTHING.,


wHAT IS THIS. as the installion did not ask me any License or Key number.
Waiting for your respones early.

regards and Happy new year

RAthore
----- Original Message -----
From: "Mark D. Stock" <***@MydasSolutions.com>
To: "Neil Truby" <***@ardenta.com>
Cc: <informix-***@iiug.org>
Sent: Friday, January 02, 2004 2:07 AM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by Mark D. Stock
Post by Neil Truby
Post by Ronald Cole
Post by Neil Truby
Install it in /opt/informix as required to do by the bug, then use find
. -print | cpio -pvd or some other method to copy the contents of
/opt/informix to /usr/informix.
Have symbolic links fallen completely out of fashion?
Not sure they ever were *in* fashion for usage as dozy as spanning file
systems, or adding unneessary confusion ....
Oh Neil! If that part of UNIX power confuses you, what does the rest do?
Try man ls, it has some wonderful options for removing your confusion.
If you want to meet the masters at trying to use symbolic links to confuse
you, then speak to Sun. ;-)
Cheers,
--
Mark.
+----------------------------------------------------------+-----------+
| Mydas Solutions Ltd http://MydasSolutions.com |///// / //|
| +-----------------------------------+//// / ///|
| |We value your comments, which have |/// / ////|
| |been recorded and automatically |// / /////|
| |emailed back to us for our records.|/ ////////|
+----------------------+-----------------------------------+-----------+
sending to informix-list
sending to informix-list
Andrew Hamm
2004-01-04 23:34:20 UTC
Permalink
Post by RATHER
hello friends.
How are you. As i said. I did open and loaded the rpm file into
/opt/infomix directory.
and then copied the all contents to /usr/infomrix directory. From
/usr/infomix i run from root . / installonline and the online started
installion with some warnings and finally displayed the messaged that
installation comeplete sucessfully.
But when logingin into usr/infomix bu user infomrix. i cannt run any
command like tbmonitor. dbaccess etc. it gives me the errore
messeager like " SEGMENTATION FAULT"
AND DO NOTHING.,
wHAT IS THIS. as the installion did not ask me any License or Key
number. Waiting for your respones early.
Is this on RedHat by chance? If so find the option to RPM which allows you
to relocate the install. That's if you want to relocate...

Also, check out the settings for $LD_LIBRARY_PATH. Mine is

LD_LIBRARY_PATH=/usr/informix/lib:/usr/informix/lib/esql

Make sure $LD_LIBRARY_PATH, $INFORMIXDIR, $INFORMIXSERVER and $ONCONFIG are
exported. Make sure they have proper values. If in doubt, post your current
values.
RATHER
2004-01-06 05:13:45 UTC
Permalink
thnaks
and hello,
i go through many environments steetings. yeh i am using linux Red hat 8
No the problems are diferent.
When i run BDACCESS command it give me the following error " The type of
your terminal is unknown to the system."

I set the termcam and exported it in .bash_profile
when i check env command it shows TERM = xterm

I tried to set to TERM=VT100 or VT420
But still the same i can't find changes in env Environment variable which
is TERM=xterm

and i can't use keyborad arrow keys in TBMONITOR , When i prsess arrow key
to navigate through the menus it displays me control characters lie C^
C^M^ etc /.............................

So please need your sugestion and help to follow.

Your help is appreciated.

REGARDS

RATHORE


----- Original Message -----
From: "Andrew Hamm" <***@mail.com>
To: <informix-***@iiug.org>
Sent: Monday, January 05, 2004 2:34 AM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by Andrew Hamm
Post by RATHER
hello friends.
How are you. As i said. I did open and loaded the rpm file into
/opt/infomix directory.
and then copied the all contents to /usr/infomrix directory. From
/usr/infomix i run from root . / installonline and the online started
installion with some warnings and finally displayed the messaged that
installation comeplete sucessfully.
But when logingin into usr/infomix bu user infomrix. i cannt run any
command like tbmonitor. dbaccess etc. it gives me the errore
messeager like " SEGMENTATION FAULT"
AND DO NOTHING.,
wHAT IS THIS. as the installion did not ask me any License or Key
number. Waiting for your respones early.
Is this on RedHat by chance? If so find the option to RPM which allows you
to relocate the install. That's if you want to relocate...
Also, check out the settings for $LD_LIBRARY_PATH. Mine is
LD_LIBRARY_PATH=/usr/informix/lib:/usr/informix/lib/esql
Make sure $LD_LIBRARY_PATH, $INFORMIXDIR, $INFORMIXSERVER and $ONCONFIG
are
Post by Andrew Hamm
exported. Make sure they have proper values. If in doubt, post your
current
Post by Andrew Hamm
values.
sending to informix-list
s***@gmail.com
2015-03-17 12:58:39 UTC
Permalink
did you find a solution please it's urgent

Carmen Constantinescu
2004-01-06 08:10:43 UTC
Permalink
Hello Rather,

Try

TERM= ansi
export $TERM

Regards,
Carmen

----- Original Message -----
From: "RATHER" <***@yahoo.co.uk>
To: "Andrew Hamm" <***@mail.com>
Cc: <informix-***@iiug.org>
Sent: Tuesday, January 06, 2004 7:13 AM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by RATHER
thnaks
and hello,
i go through many environments steetings. yeh i am using linux Red hat 8
No the problems are diferent.
When i run BDACCESS command it give me the following error " The type of
your terminal is unknown to the system."
I set the termcam and exported it in .bash_profile
when i check env command it shows TERM = xterm
I tried to set to TERM=VT100 or VT420
But still the same i can't find changes in env Environment variable
which
Post by RATHER
is TERM=xterm
and i can't use keyborad arrow keys in TBMONITOR , When i prsess arrow
key
Post by RATHER
to navigate through the menus it displays me control characters lie C^
C^M^ etc /.............................
So please need your sugestion and help to follow.
Your help is appreciated.
REGARDS
RATHORE
----- Original Message -----
Sent: Monday, January 05, 2004 2:34 AM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by Andrew Hamm
Post by RATHER
hello friends.
How are you. As i said. I did open and loaded the rpm file into
/opt/infomix directory.
and then copied the all contents to /usr/infomrix directory. From
/usr/infomix i run from root . / installonline and the online started
installion with some warnings and finally displayed the messaged that
installation comeplete sucessfully.
But when logingin into usr/infomix bu user infomrix. i cannt run any
command like tbmonitor. dbaccess etc. it gives me the errore
messeager like " SEGMENTATION FAULT"
AND DO NOTHING.,
wHAT IS THIS. as the installion did not ask me any License or Key
number. Waiting for your respones early.
Is this on RedHat by chance? If so find the option to RPM which allows
you
Post by RATHER
Post by Andrew Hamm
to relocate the install. That's if you want to relocate...
Also, check out the settings for $LD_LIBRARY_PATH. Mine is
LD_LIBRARY_PATH=/usr/informix/lib:/usr/informix/lib/esql
Make sure $LD_LIBRARY_PATH, $INFORMIXDIR, $INFORMIXSERVER and $ONCONFIG
are
Post by Andrew Hamm
exported. Make sure they have proper values. If in doubt, post your
current
Post by Andrew Hamm
values.
sending to informix-list
sending to informix-list
RATHER
2004-01-06 11:26:27 UTC
Permalink
hi
Ok i will try this. But i would like to tell you that i am using linux 8 on
my persone l Computer which is a pantium 3 500 Mhz Process and 256 mb ram

----- Original Message -----
From: "Carmen Constantinescu" <***@wylog.com>
To: "RATHER" <***@yahoo.co.uk>; "Andrew Hamm" <***@mail.com>
Cc: <informix-***@iiug.org>
Sent: Tuesday, January 06, 2004 11:10 AM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by Carmen Constantinescu
Hello Rather,
Try
TERM= ansi
export $TERM
Regards,
Carmen
----- Original Message -----
Sent: Tuesday, January 06, 2004 7:13 AM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by RATHER
thnaks
and hello,
i go through many environments steetings. yeh i am using linux Red hat 8
No the problems are diferent.
When i run BDACCESS command it give me the following error " The type
of
Post by Carmen Constantinescu
Post by RATHER
your terminal is unknown to the system."
I set the termcam and exported it in .bash_profile
when i check env command it shows TERM = xterm
I tried to set to TERM=VT100 or VT420
But still the same i can't find changes in env Environment variable
which
Post by RATHER
is TERM=xterm
and i can't use keyborad arrow keys in TBMONITOR , When i prsess arrow
key
Post by RATHER
to navigate through the menus it displays me control characters lie C^
C^M^ etc /.............................
So please need your sugestion and help to follow.
Your help is appreciated.
REGARDS
RATHORE
----- Original Message -----
Sent: Monday, January 05, 2004 2:34 AM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by Andrew Hamm
Post by RATHER
hello friends.
How are you. As i said. I did open and loaded the rpm file into
/opt/infomix directory.
and then copied the all contents to /usr/infomrix directory. From
/usr/infomix i run from root . / installonline and the online
started
Post by Carmen Constantinescu
Post by RATHER
Post by Andrew Hamm
Post by RATHER
installion with some warnings and finally displayed the messaged
that
Post by Carmen Constantinescu
Post by RATHER
Post by Andrew Hamm
Post by RATHER
installation comeplete sucessfully.
But when logingin into usr/infomix bu user infomrix. i cannt run any
command like tbmonitor. dbaccess etc. it gives me the errore
messeager like " SEGMENTATION FAULT"
AND DO NOTHING.,
wHAT IS THIS. as the installion did not ask me any License or Key
number. Waiting for your respones early.
Is this on RedHat by chance? If so find the option to RPM which allows
you
Post by RATHER
Post by Andrew Hamm
to relocate the install. That's if you want to relocate...
Also, check out the settings for $LD_LIBRARY_PATH. Mine is
LD_LIBRARY_PATH=/usr/informix/lib:/usr/informix/lib/esql
Make sure $LD_LIBRARY_PATH, $INFORMIXDIR, $INFORMIXSERVER and
$ONCONFIG
Post by Carmen Constantinescu
Post by RATHER
are
Post by Andrew Hamm
exported. Make sure they have proper values. If in doubt, post your
current
Post by Andrew Hamm
values.
sending to informix-list
sending to informix-list
sending to informix-list
Jean Sagi
2004-01-06 13:38:30 UTC
Permalink
If anso doesn't work try vt100, or if you are inside X, use xterm.

Chucho!
Post by RATHER
hi
Ok i will try this. But i would like to tell you that i am using linux 8 on
my persone l Computer which is a pantium 3 500 Mhz Process and 256 mb ram
----- Original Message -----
Sent: Tuesday, January 06, 2004 11:10 AM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by Carmen Constantinescu
Hello Rather,
Try
TERM= ansi
export $TERM
Regards,
Carmen
----- Original Message -----
Sent: Tuesday, January 06, 2004 7:13 AM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by RATHER
thnaks
and hello,
i go through many environments steetings. yeh i am using linux Red hat 8
No the problems are diferent.
When i run BDACCESS command it give me the following error " The type
of
Post by Carmen Constantinescu
Post by RATHER
your terminal is unknown to the system."
I set the termcam and exported it in .bash_profile
when i check env command it shows TERM = xterm
I tried to set to TERM=VT100 or VT420
But still the same i can't find changes in env Environment variable
which
Post by RATHER
is TERM=xterm
and i can't use keyborad arrow keys in TBMONITOR , When i prsess arrow
key
Post by RATHER
to navigate through the menus it displays me control characters lie C^
C^M^ etc /.............................
So please need your sugestion and help to follow.
Your help is appreciated.
REGARDS
RATHORE
----- Original Message -----
Sent: Monday, January 05, 2004 2:34 AM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by Andrew Hamm
Post by RATHER
hello friends.
How are you. As i said. I did open and loaded the rpm file into
/opt/infomix directory.
and then copied the all contents to /usr/infomrix directory. From
/usr/infomix i run from root . / installonline and the online
started
Post by Carmen Constantinescu
Post by RATHER
Post by Andrew Hamm
Post by RATHER
installion with some warnings and finally displayed the messaged
that
Post by Carmen Constantinescu
Post by RATHER
Post by Andrew Hamm
Post by RATHER
installation comeplete sucessfully.
But when logingin into usr/infomix bu user infomrix. i cannt run any
command like tbmonitor. dbaccess etc. it gives me the errore
messeager like " SEGMENTATION FAULT"
AND DO NOTHING.,
wHAT IS THIS. as the installion did not ask me any License or Key
number. Waiting for your respones early.
Is this on RedHat by chance? If so find the option to RPM which allows
you
Post by RATHER
Post by Andrew Hamm
to relocate the install. That's if you want to relocate...
Also, check out the settings for $LD_LIBRARY_PATH. Mine is
LD_LIBRARY_PATH=/usr/informix/lib:/usr/informix/lib/esql
Make sure $LD_LIBRARY_PATH, $INFORMIXDIR, $INFORMIXSERVER and
$ONCONFIG
Post by Carmen Constantinescu
Post by RATHER
are
Post by Andrew Hamm
exported. Make sure they have proper values. If in doubt, post your
current
Post by Andrew Hamm
values.
sending to informix-list
sending to informix-list
sending to informix-list
--
Atte,

Jesus Antonio Santos Giraldo
-----------------------------------
***@myrealbox.com
***@netscape.net

sending to informix-list
RATHER
2004-01-07 03:44:30 UTC
Permalink
hi
Thanks everboyd for help,

Now the online 5.2 is online but still remaining lot of thinks.
I used vt100, But every time i start terminal session i have to set the TERM
every time,then only i can use tbmonitor properly It goese back to its
"xterm " value when i logout from informix.. And after bringing the Onlines
5.2 to online mode. When i exit and try to use DBACCESS i can't
As soon as i apply DBACCESS it display me the error like :

529: cant attach to shard memory .....
123: ..............

So why is it like that. Need your help please.

thanks and regards

RATHORE

----- Original Message -----
From: "Jean Sagi" <***@myrealbox.com>
To: "RATHER" <***@yahoo.co.uk>
Cc: "Carmen Constantinescu" <***@wylog.com>; <informix-***@iiug.org>
Sent: Tuesday, January 06, 2004 4:38 PM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by Jean Sagi
If anso doesn't work try vt100, or if you are inside X, use xterm.
Chucho!
Post by RATHER
hi
Ok i will try this. But i would like to tell you that i am using linux 8
on
Post by Jean Sagi
Post by RATHER
my persone l Computer which is a pantium 3 500 Mhz Process and 256 mb
ram
Post by Jean Sagi
Post by RATHER
----- Original Message -----
Sent: Tuesday, January 06, 2004 11:10 AM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by Carmen Constantinescu
Hello Rather,
Try
TERM= ansi
export $TERM
Regards,
Carmen
----- Original Message -----
Sent: Tuesday, January 06, 2004 7:13 AM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by RATHER
thnaks
and hello,
i go through many environments steetings. yeh i am using linux Red hat
8
Post by Jean Sagi
Post by RATHER
Post by Carmen Constantinescu
Post by RATHER
No the problems are diferent.
When i run BDACCESS command it give me the following error " The type
of
Post by Carmen Constantinescu
Post by RATHER
your terminal is unknown to the system."
I set the termcam and exported it in .bash_profile
when i check env command it shows TERM = xterm
I tried to set to TERM=VT100 or VT420
But still the same i can't find changes in env Environment variable
which
Post by RATHER
is TERM=xterm
and i can't use keyborad arrow keys in TBMONITOR , When i prsess
arrow
Post by Jean Sagi
Post by RATHER
Post by Carmen Constantinescu
key
Post by RATHER
to navigate through the menus it displays me control characters lie
C^
Post by Jean Sagi
Post by RATHER
Post by Carmen Constantinescu
Post by RATHER
C^M^ etc /.............................
So please need your sugestion and help to follow.
Your help is appreciated.
REGARDS
RATHORE
----- Original Message -----
Sent: Monday, January 05, 2004 2:34 AM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by Andrew Hamm
Post by RATHER
hello friends.
How are you. As i said. I did open and loaded the rpm file into
/opt/infomix directory.
and then copied the all contents to /usr/infomrix directory. From
/usr/infomix i run from root . / installonline and the online
started
Post by Carmen Constantinescu
Post by RATHER
Post by Andrew Hamm
Post by RATHER
installion with some warnings and finally displayed the messaged
that
Post by Carmen Constantinescu
Post by RATHER
Post by Andrew Hamm
Post by RATHER
installation comeplete sucessfully.
But when logingin into usr/infomix bu user infomrix. i cannt run any
command like tbmonitor. dbaccess etc. it gives me the errore
messeager like " SEGMENTATION FAULT"
AND DO NOTHING.,
wHAT IS THIS. as the installion did not ask me any License or Key
number. Waiting for your respones early.
Is this on RedHat by chance? If so find the option to RPM which allows
you
Post by RATHER
Post by Andrew Hamm
to relocate the install. That's if you want to relocate...
Also, check out the settings for $LD_LIBRARY_PATH. Mine is
LD_LIBRARY_PATH=/usr/informix/lib:/usr/informix/lib/esql
Make sure $LD_LIBRARY_PATH, $INFORMIXDIR, $INFORMIXSERVER and
$ONCONFIG
Post by Carmen Constantinescu
Post by RATHER
are
Post by Andrew Hamm
exported. Make sure they have proper values. If in doubt, post your
current
Post by Andrew Hamm
values.
sending to informix-list
sending to informix-list
sending to informix-list
--
Atte,
Jesus Antonio Santos Giraldo
-----------------------------------
sending to informix-list
sending to informix-list
Tsutomu Ogiwara
2004-01-07 05:17:36 UTC
Permalink
Hi RATHER.

If you want to use always vt100, xterm -tn vt100.

If you get the 529 error, execute tbstat -
Make sure status is Online.
RSAM Version AJ5.20.UC1 -- OnLine -- Up 00:01:39 -- 4836 Kb

-529 Cannot attach to shared memory.

This error message appears prior to Version 6.0. Your application
program is unable to initialize its connection to the database server
because you are using a shared-memory implementation. Either the
database shared memory has not been initialized, or the maximum number
of users has already started using the system. Check the accompanying
ISAM error code for more information.

-123 ISAM error: no shared memory.

This implementation of ISAM uses shared memory; however, the
shared-memory partition has not been established. Contact the system
administrator or the person who installed the product.

Regards.

--
Tsutomu Ogiwara from Tokyo Japan.
ICQ#:168106592
Post by RATHER
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Date: Wed, 7 Jan 2004 06:44:30 +0300
hi
Thanks everboyd for help,
Now the online 5.2 is online but still remaining lot of thinks.
I used vt100, But every time i start terminal session i have to set the
TERM
every time,then only i can use tbmonitor properly It goese back to its
"xterm " value when i logout from informix.. And after bringing the
Onlines
5.2 to online mode. When i exit and try to use DBACCESS i can't
529: cant attach to shard memory .....
123: ..............
So why is it like that. Need your help please.
thanks and regards
RATHORE
----- Original Message -----
Sent: Tuesday, January 06, 2004 4:38 PM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by Jean Sagi
If anso doesn't work try vt100, or if you are inside X, use xterm.
Chucho!
Post by RATHER
hi
Ok i will try this. But i would like to tell you that i am using linux
8
on
Post by Jean Sagi
Post by RATHER
my persone l Computer which is a pantium 3 500 Mhz Process and 256 mb
ram
Post by Jean Sagi
Post by RATHER
----- Original Message -----
Sent: Tuesday, January 06, 2004 11:10 AM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by Carmen Constantinescu
Hello Rather,
Try
TERM= ansi
export $TERM
Regards,
Carmen
----- Original Message -----
Sent: Tuesday, January 06, 2004 7:13 AM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by RATHER
thnaks
and hello,
i go through many environments steetings. yeh i am using linux Red
hat
8
Post by Jean Sagi
Post by RATHER
Post by Carmen Constantinescu
Post by RATHER
No the problems are diferent.
When i run BDACCESS command it give me the following error " The
type
Post by Jean Sagi
Post by RATHER
of
Post by Carmen Constantinescu
Post by RATHER
your terminal is unknown to the system."
I set the termcam and exported it in .bash_profile
when i check env command it shows TERM = xterm
I tried to set to TERM=VT100 or VT420
But still the same i can't find changes in env Environment variable
which
Post by RATHER
is TERM=xterm
and i can't use keyborad arrow keys in TBMONITOR , When i prsess
arrow
Post by Jean Sagi
Post by RATHER
Post by Carmen Constantinescu
key
Post by RATHER
to navigate through the menus it displays me control characters lie
C^
Post by Jean Sagi
Post by RATHER
Post by Carmen Constantinescu
Post by RATHER
C^M^ etc /.............................
So please need your sugestion and help to follow.
Your help is appreciated.
REGARDS
RATHORE
----- Original Message -----
Sent: Monday, January 05, 2004 2:34 AM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by Andrew Hamm
Post by RATHER
hello friends.
How are you. As i said. I did open and loaded the rpm file into
/opt/infomix directory.
and then copied the all contents to /usr/infomrix directory. From
/usr/infomix i run from root . / installonline and the online
started
Post by Carmen Constantinescu
Post by RATHER
Post by Andrew Hamm
Post by RATHER
installion with some warnings and finally displayed the messaged
that
Post by Carmen Constantinescu
Post by RATHER
Post by Andrew Hamm
Post by RATHER
installation comeplete sucessfully.
But when logingin into usr/infomix bu user infomrix. i cannt run
any
Post by Jean Sagi
Post by RATHER
Post by Carmen Constantinescu
Post by RATHER
Post by Andrew Hamm
Post by RATHER
command like tbmonitor. dbaccess etc. it gives me the errore
messeager like " SEGMENTATION FAULT"
AND DO NOTHING.,
wHAT IS THIS. as the installion did not ask me any License or Key
number. Waiting for your respones early.
Is this on RedHat by chance? If so find the option to RPM which
allows
Post by Jean Sagi
Post by RATHER
Post by Carmen Constantinescu
you
Post by RATHER
Post by Andrew Hamm
to relocate the install. That's if you want to relocate...
Also, check out the settings for $LD_LIBRARY_PATH. Mine is
LD_LIBRARY_PATH=/usr/informix/lib:/usr/informix/lib/esql
Make sure $LD_LIBRARY_PATH, $INFORMIXDIR, $INFORMIXSERVER and
$ONCONFIG
Post by Carmen Constantinescu
Post by RATHER
are
Post by Andrew Hamm
exported. Make sure they have proper values. If in doubt, post your
current
Post by Andrew Hamm
values.
sending to informix-list
sending to informix-list
sending to informix-list
--
Atte,
Jesus Antonio Santos Giraldo
-----------------------------------
sending to informix-list
sending to informix-list
_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail

sending to informix-list
s***@gmail.com
2015-03-17 12:50:01 UTC
Permalink
Post by Tsutomu Ogiwara
Hi RATHER.
If you want to use always vt100, xterm -tn vt100.
If you get the 529 error, execute tbstat -
Make sure status is Online.
RSAM Version AJ5.20.UC1 -- OnLine -- Up 00:01:39 -- 4836 Kb
-529 Cannot attach to shared memory.
This error message appears prior to Version 6.0. Your application
program is unable to initialize its connection to the database server
because you are using a shared-memory implementation. Either the
database shared memory has not been initialized, or the maximum number
of users has already started using the system. Check the accompanying
ISAM error code for more information.
-123 ISAM error: no shared memory.
This implementation of ISAM uses shared memory; however, the
shared-memory partition has not been established. Contact the system
administrator or the person who installed the product.
Regards.
--
Tsutomu Ogiwara from Tokyo Japan.
ICQ#:168106592
Post by RATHER
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Date: Wed, 7 Jan 2004 06:44:30 +0300
hi
Thanks everboyd for help,
Now the online 5.2 is online but still remaining lot of thinks.
I used vt100, But every time i start terminal session i have to set the
TERM
every time,then only i can use tbmonitor properly It goese back to its
"xterm " value when i logout from informix.. And after bringing the
Onlines
5.2 to online mode. When i exit and try to use DBACCESS i can't
529: cant attach to shard memory .....
123: ..............
So why is it like that. Need your help please.
thanks and regards
RATHORE
----- Original Message -----
Sent: Tuesday, January 06, 2004 4:38 PM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by Jean Sagi
If anso doesn't work try vt100, or if you are inside X, use xterm.
Chucho!
Post by RATHER
hi
Ok i will try this. But i would like to tell you that i am using linux
8
on
Post by Jean Sagi
Post by RATHER
my persone l Computer which is a pantium 3 500 Mhz Process and 256 mb
ram
Post by Jean Sagi
Post by RATHER
----- Original Message -----
Sent: Tuesday, January 06, 2004 11:10 AM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by Carmen Constantinescu
Hello Rather,
Try
TERM= ansi
export $TERM
Regards,
Carmen
----- Original Message -----
Sent: Tuesday, January 06, 2004 7:13 AM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by RATHER
thnaks
and hello,
i go through many environments steetings. yeh i am using linux Red
hat
8
Post by Jean Sagi
Post by RATHER
Post by Carmen Constantinescu
Post by RATHER
No the problems are diferent.
When i run BDACCESS command it give me the following error " The
type
Post by Jean Sagi
Post by RATHER
of
Post by Carmen Constantinescu
Post by RATHER
your terminal is unknown to the system."
I set the termcam and exported it in .bash_profile
when i check env command it shows TERM = xterm
I tried to set to TERM=VT100 or VT420
But still the same i can't find changes in env Environment variable
which
Post by RATHER
is TERM=xterm
and i can't use keyborad arrow keys in TBMONITOR , When i prsess
arrow
Post by Jean Sagi
Post by RATHER
Post by Carmen Constantinescu
key
Post by RATHER
to navigate through the menus it displays me control characters lie
C^
Post by Jean Sagi
Post by RATHER
Post by Carmen Constantinescu
Post by RATHER
C^M^ etc /.............................
So please need your sugestion and help to follow.
Your help is appreciated.
REGARDS
RATHORE
----- Original Message -----
Sent: Monday, January 05, 2004 2:34 AM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by Andrew Hamm
Post by RATHER
hello friends.
How are you. As i said. I did open and loaded the rpm file into
/opt/infomix directory.
and then copied the all contents to /usr/infomrix directory. From
/usr/infomix i run from root . / installonline and the online
started
Post by Carmen Constantinescu
Post by RATHER
Post by Andrew Hamm
Post by RATHER
installion with some warnings and finally displayed the messaged
that
Post by Carmen Constantinescu
Post by RATHER
Post by Andrew Hamm
Post by RATHER
installation comeplete sucessfully.
But when logingin into usr/infomix bu user infomrix. i cannt run
any
Post by Jean Sagi
Post by RATHER
Post by Carmen Constantinescu
Post by RATHER
Post by Andrew Hamm
Post by RATHER
command like tbmonitor. dbaccess etc. it gives me the errore
messeager like " SEGMENTATION FAULT"
AND DO NOTHING.,
wHAT IS THIS. as the installion did not ask me any License or Key
number. Waiting for your respones early.
Is this on RedHat by chance? If so find the option to RPM which
allows
Post by Jean Sagi
Post by RATHER
Post by Carmen Constantinescu
you
Post by RATHER
Post by Andrew Hamm
to relocate the install. That's if you want to relocate...
Also, check out the settings for $LD_LIBRARY_PATH. Mine is
LD_LIBRARY_PATH=/usr/informix/lib:/usr/informix/lib/esql
Make sure $LD_LIBRARY_PATH, $INFORMIXDIR, $INFORMIXSERVER and
$ONCONFIG
Post by Carmen Constantinescu
Post by RATHER
are
Post by Andrew Hamm
exported. Make sure they have proper values. If in doubt, post your
current
Post by Andrew Hamm
values.
sending to informix-list
sending to informix-list
sending to informix-list
--
Atte,
Jesus Antonio Santos Giraldo
-----------------------------------
sending to informix-list
sending to informix-list
_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail
sending to informix-list
Hello , can you please tell if you solved the problem or not , i'm having the same problem and i don't have a backup for the database , it's extremly urgent . thanks .
RATHER
2004-01-07 07:14:07 UTC
Permalink
hi
thnaks.

i did check tbstat -d tbstatus . system is online.
so how to solve this 529 and 123 error.

thanks and regards

RATHORE

----- Original Message -----
From: "Tsutomu Ogiwara" <***@hotmail.com>
To: <***@yahoo.co.uk>; <***@myrealbox.com>
Cc: <informix-***@iiug.org>
Sent: Wednesday, January 07, 2004 8:17 AM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by Tsutomu Ogiwara
Hi RATHER.
If you want to use always vt100, xterm -tn vt100.
If you get the 529 error, execute tbstat -
Make sure status is Online.
RSAM Version AJ5.20.UC1 -- OnLine -- Up 00:01:39 -- 4836 Kb
-529 Cannot attach to shared memory.
This error message appears prior to Version 6.0. Your application
program is unable to initialize its connection to the database server
because you are using a shared-memory implementation. Either the
database shared memory has not been initialized, or the maximum number
of users has already started using the system. Check the accompanying
ISAM error code for more information.
-123 ISAM error: no shared memory.
This implementation of ISAM uses shared memory; however, the
shared-memory partition has not been established. Contact the system
administrator or the person who installed the product.
Regards.
--
Tsutomu Ogiwara from Tokyo Japan.
ICQ#:168106592
Post by RATHER
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Date: Wed, 7 Jan 2004 06:44:30 +0300
hi
Thanks everboyd for help,
Now the online 5.2 is online but still remaining lot of thinks.
I used vt100, But every time i start terminal session i have to set the
TERM
every time,then only i can use tbmonitor properly It goese back to its
"xterm " value when i logout from informix.. And after bringing the
Onlines
5.2 to online mode. When i exit and try to use DBACCESS i can't
529: cant attach to shard memory .....
123: ..............
So why is it like that. Need your help please.
thanks and regards
RATHORE
----- Original Message -----
Sent: Tuesday, January 06, 2004 4:38 PM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by Jean Sagi
If anso doesn't work try vt100, or if you are inside X, use xterm.
Chucho!
Post by RATHER
hi
Ok i will try this. But i would like to tell you that i am using
linux
Post by Tsutomu Ogiwara
Post by RATHER
8
on
Post by Jean Sagi
Post by RATHER
my persone l Computer which is a pantium 3 500 Mhz Process and 256
mb
Post by Tsutomu Ogiwara
Post by RATHER
ram
Post by Jean Sagi
Post by RATHER
----- Original Message -----
Sent: Tuesday, January 06, 2004 11:10 AM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm
file)
Post by Tsutomu Ogiwara
Post by RATHER
Post by Jean Sagi
Post by RATHER
Post by Carmen Constantinescu
Hello Rather,
Try
TERM= ansi
export $TERM
Regards,
Carmen
----- Original Message -----
Sent: Tuesday, January 06, 2004 7:13 AM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm
file)
Post by Tsutomu Ogiwara
Post by RATHER
Post by Jean Sagi
Post by RATHER
Post by Carmen Constantinescu
Post by RATHER
thnaks
and hello,
i go through many environments steetings. yeh i am using linux Red
hat
8
Post by Jean Sagi
Post by RATHER
Post by Carmen Constantinescu
Post by RATHER
No the problems are diferent.
When i run BDACCESS command it give me the following error " The
type
Post by Jean Sagi
Post by RATHER
of
Post by Carmen Constantinescu
Post by RATHER
your terminal is unknown to the system."
I set the termcam and exported it in .bash_profile
when i check env command it shows TERM = xterm
I tried to set to TERM=VT100 or VT420
But still the same i can't find changes in env Environment
variable
Post by Tsutomu Ogiwara
Post by RATHER
Post by Jean Sagi
Post by RATHER
Post by Carmen Constantinescu
which
Post by RATHER
is TERM=xterm
and i can't use keyborad arrow keys in TBMONITOR , When i prsess
arrow
Post by Jean Sagi
Post by RATHER
Post by Carmen Constantinescu
key
Post by RATHER
to navigate through the menus it displays me control characters
lie
Post by Tsutomu Ogiwara
Post by RATHER
C^
Post by Jean Sagi
Post by RATHER
Post by Carmen Constantinescu
Post by RATHER
C^M^ etc /.............................
So please need your sugestion and help to follow.
Your help is appreciated.
REGARDS
RATHORE
----- Original Message -----
Sent: Monday, January 05, 2004 2:34 AM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm
file)
Post by Tsutomu Ogiwara
Post by RATHER
Post by Jean Sagi
Post by RATHER
Post by Carmen Constantinescu
Post by RATHER
Post by Andrew Hamm
Post by RATHER
hello friends.
How are you. As i said. I did open and loaded the rpm file into
/opt/infomix directory.
and then copied the all contents to /usr/infomrix directory.
From
Post by Tsutomu Ogiwara
Post by RATHER
Post by Jean Sagi
Post by RATHER
Post by Carmen Constantinescu
Post by RATHER
Post by Andrew Hamm
Post by RATHER
/usr/infomix i run from root . / installonline and the online
started
Post by Carmen Constantinescu
Post by RATHER
Post by Andrew Hamm
Post by RATHER
installion with some warnings and finally displayed the messaged
that
Post by Carmen Constantinescu
Post by RATHER
Post by Andrew Hamm
Post by RATHER
installation comeplete sucessfully.
But when logingin into usr/infomix bu user infomrix. i cannt run
any
Post by Jean Sagi
Post by RATHER
Post by Carmen Constantinescu
Post by RATHER
Post by Andrew Hamm
Post by RATHER
command like tbmonitor. dbaccess etc. it gives me the errore
messeager like " SEGMENTATION FAULT"
AND DO NOTHING.,
wHAT IS THIS. as the installion did not ask me any License or Key
number. Waiting for your respones early.
Is this on RedHat by chance? If so find the option to RPM which
allows
Post by Jean Sagi
Post by RATHER
Post by Carmen Constantinescu
you
Post by RATHER
Post by Andrew Hamm
to relocate the install. That's if you want to relocate...
Also, check out the settings for $LD_LIBRARY_PATH. Mine is
LD_LIBRARY_PATH=/usr/informix/lib:/usr/informix/lib/esql
Make sure $LD_LIBRARY_PATH, $INFORMIXDIR, $INFORMIXSERVER and
$ONCONFIG
Post by Carmen Constantinescu
Post by RATHER
are
Post by Andrew Hamm
exported. Make sure they have proper values. If in doubt, post
your
Post by Tsutomu Ogiwara
Post by RATHER
Post by Jean Sagi
Post by RATHER
Post by Carmen Constantinescu
Post by RATHER
current
Post by Andrew Hamm
values.
sending to informix-list
sending to informix-list
sending to informix-list
--
Atte,
Jesus Antonio Santos Giraldo
-----------------------------------
sending to informix-list
sending to informix-list
_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail
sending to informix-list
Tsutomu Ogiwara
2004-01-07 08:09:08 UTC
Permalink
Hi again.

Make sure program permission as below.

-rwsr-sr-- 1 root informix 516167 4ŒŽ 17 2003 tbinit
Do you have a set-uid and set-gid?
(i.e) chmod 6744 tbinit

Regards.
--
Tsutomu Ogiwara from Tokyo Japan.
ICQ#:168106592
Post by RATHER
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Date: Wed, 7 Jan 2004 10:14:07 +0300
hi
thnaks.
i did check tbstat -d tbstatus . system is online.
so how to solve this 529 and 123 error.
thanks and regards
RATHORE
----- Original Message -----
Sent: Wednesday, January 07, 2004 8:17 AM
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Post by Tsutomu Ogiwara
Hi RATHER.
If you want to use always vt100, xterm -tn vt100.
If you get the 529 error, execute tbstat -
Make sure status is Online.
RSAM Version AJ5.20.UC1 -- OnLine -- Up 00:01:39 -- 4836 Kb
-529 Cannot attach to shared memory.
This error message appears prior to Version 6.0. Your application
program is unable to initialize its connection to the database server
because you are using a shared-memory implementation. Either the
database shared memory has not been initialized, or the maximum number
of users has already started using the system. Check the accompanying
ISAM error code for more information.
-123 ISAM error: no shared memory.
This implementation of ISAM uses shared memory; however, the
shared-memory partition has not been established. Contact the system
administrator or the person who installed the product.
Regards.
--
Tsutomu Ogiwara from Tokyo Japan.
ICQ#:168106592
Post by RATHER
Subject: Re: hi Cant load informix online 5.2 on linux -8 ( rpm file)
Date: Wed, 7 Jan 2004 06:44:30 +0300
hi
Thanks everboyd for help,
Now the online 5.2 is online but still remaining lot of thinks.
I used vt100, But every time i start terminal session i have to set the
TERM
every time,then only i can use tbmonitor properly It goese back to its
"xterm " value when i logout from informix.. And after bringing the
Onlines
5.2 to online mode. When i exit and try to use DBACCESS i can't
529: cant attach to shard memory .....
123: ..............
So why is it like that. Need your help please.
thanks and regards
RATHORE
_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail

sending to informix-list
Loading...