ISA with a not very certain informix installation
Please help me,
I cant connect ISA to my IDS (probably the IDS is installed poorly)
My ISA config is
INFORMIXSERVER instance2
INFORMIXDIR /usr/informix
ONCONFIG onconfig
END
INFORMIXSERVER instance1
INFORMIXDIR /usr/informix
ONCONFIG onconfig
END
Then ISA reports
Server Host Status Up Time Memory Version
instance1 local Off-Line IBM Informix Dynamic Server Version 10.00.UC3R1TL Software Serial Number AAA#B000000
instance2 local Off-Line IBM Informix Dynamic Server Version 10.00.UC3R1TL Software Serial Number AAA#B000000
Please help me?
History:
I’ve downloaded from IBM.com and installed for the first time IDS 10.0 with its 90 days trial period (that proves to be 180 days for I cant explain why).
I’ve initialized a cocked file as ‘echo > /usr/data/root_chunk’ and give Informix:Informix ownerships 660.
# ls /usr/data/ -l
total 30029
drw-rw---- 2 informix informix 80 Jan 11 17:09 .
drwxr-xr-x 14 root root 456 Jan 10 20:01 ..
-rw-rw---- 1 informix informix 30720000 Jan 11 17:12 root_chunk
I’ve run through the onmonitor -> Initialize lots of times with messages “Cannot initialize shared memory” and at some point of wondering through onconfig and sqlhosts and changing misc data the Initialization process accepted it in the end. Thus I’m not certain if the current one will do me any good.
Configurations that are now and are probably wrong now are:
####ONCONFIG
ROOTNAME root_chunk # Root dbspace name
ROOTPATH /usr/data/root_chunk # Path for device containing root dbspace
ROOTOFFSET 0 # Offset of root dbspace into device (Kbytes)
ROOTSIZE 30000 # Size of root dbspace (Kbytes)
……
SERVERNUM 0 # Unique id corresponding to a OnLine instance
DBSERVERNAME instance1 # Name of default database server
DBSERVERALIASES instance2 # List of alternate dbservernames
NETTYPE soctcp,1,150,NET
….
####SQLHOSTS
instance1 onipcshm 127.0.0.1 dummy # For shared mem conn.
instance2 onsoctcp 127.0.0.1 informix_lop # For network conn.
Server at the beginning run as Quiescent mode and I gave onmode –m
Now the following might give a clue:
informix1:/usr/informix/etc # onstat
Your evaluation license will expire on 2006-07-09 00:00:00
IBM Informix Dynamic Server Version 10.00.UC3R1TL -- On-Line -- Up 00:06:42 -- 20036 Kbytes
Userthreads
address flags sessid user tty wait tout locks nreads nwrites
444fa018 ---P--D 1 root - 0 0 0 3 7019
444fa544 ---P--F 0 root - 0 0 0 0 21
444faa70 ---P--- 9 root - 0 0 0 0 0
444faf9c ---P--D 10 root - 0 0 0 0 0
444fb4c8 Y--P--D 12 root - 4407c130 0 0 0 0
444fb9f4 ---P--B 13 root - 0 0 0 0 0
444fbf20 ---P--- 14 root - 0 0 0 0 0
7 active, 128 total, 6 maximum concurrent
Profile
dskreads pagreads bufreads %cached dskwrits pagwrits bufwrits %cached
3 3 63 95.24 49 7040 36 0.00
isamtot open start read write rewrite delete commit rollbk
8 2 2 0 0 0 0 1 0
gp_read gp_write gp_rewrt gp_del gp_alloc gp_free gp_curs
0 0 0 0 0 0 0
ovlock ovuserthread ovbuff usercpu syscpu numckpts flushes
0 0 0 0.03 0.05 2 7
bufwaits lokwaits lockreqs deadlks dltouts ckpwaits compress seqscans
0 0 2 0 0 0 2 0
ixda-RA idx-RA da-RA RA-pgsused lchwaits
0 0 0 0 0
I Can create a database / table and execute queries from “dbaccess” tool. Cant tell if I can access it with perl/cpp/etc for I'm still waiting for trial approval on ESQL/C libs and havent installed them.
Regards,
Steven
Please help me,
I cant connect ISA to my IDS (probably the IDS is installed poorly)
My ISA config is
INFORMIXSERVER instance2
INFORMIXDIR /usr/informix
ONCONFIG onconfig
END
INFORMIXSERVER instance1
INFORMIXDIR /usr/informix
ONCONFIG onconfig
END
Then ISA reports
Server Host Status Up Time Memory Version
instance1 local Off-Line IBM Informix Dynamic Server Version 10.00.UC3R1TL Software Serial Number AAA#B000000
instance2 local Off-Line IBM Informix Dynamic Server Version 10.00.UC3R1TL Software Serial Number AAA#B000000
Please help me?
History:
I’ve downloaded from IBM.com and installed for the first time IDS 10.0 with its 90 days trial period (that proves to be 180 days for I cant explain why).
I’ve initialized a cocked file as ‘echo > /usr/data/root_chunk’ and give Informix:Informix ownerships 660.
# ls /usr/data/ -l
total 30029
drw-rw---- 2 informix informix 80 Jan 11 17:09 .
drwxr-xr-x 14 root root 456 Jan 10 20:01 ..
-rw-rw---- 1 informix informix 30720000 Jan 11 17:12 root_chunk
I’ve run through the onmonitor -> Initialize lots of times with messages “Cannot initialize shared memory” and at some point of wondering through onconfig and sqlhosts and changing misc data the Initialization process accepted it in the end. Thus I’m not certain if the current one will do me any good.
Configurations that are now and are probably wrong now are:
####ONCONFIG
ROOTNAME root_chunk # Root dbspace name
ROOTPATH /usr/data/root_chunk # Path for device containing root dbspace
ROOTOFFSET 0 # Offset of root dbspace into device (Kbytes)
ROOTSIZE 30000 # Size of root dbspace (Kbytes)
……
SERVERNUM 0 # Unique id corresponding to a OnLine instance
DBSERVERNAME instance1 # Name of default database server
DBSERVERALIASES instance2 # List of alternate dbservernames
NETTYPE soctcp,1,150,NET
….
####SQLHOSTS
instance1 onipcshm 127.0.0.1 dummy # For shared mem conn.
instance2 onsoctcp 127.0.0.1 informix_lop # For network conn.
Server at the beginning run as Quiescent mode and I gave onmode –m
Now the following might give a clue:
informix1:/usr/informix/etc # onstat
Your evaluation license will expire on 2006-07-09 00:00:00
IBM Informix Dynamic Server Version 10.00.UC3R1TL -- On-Line -- Up 00:06:42 -- 20036 Kbytes
Userthreads
address flags sessid user tty wait tout locks nreads nwrites
444fa018 ---P--D 1 root - 0 0 0 3 7019
444fa544 ---P--F 0 root - 0 0 0 0 21
444faa70 ---P--- 9 root - 0 0 0 0 0
444faf9c ---P--D 10 root - 0 0 0 0 0
444fb4c8 Y--P--D 12 root - 4407c130 0 0 0 0
444fb9f4 ---P--B 13 root - 0 0 0 0 0
444fbf20 ---P--- 14 root - 0 0 0 0 0
7 active, 128 total, 6 maximum concurrent
Profile
dskreads pagreads bufreads %cached dskwrits pagwrits bufwrits %cached
3 3 63 95.24 49 7040 36 0.00
isamtot open start read write rewrite delete commit rollbk
8 2 2 0 0 0 0 1 0
gp_read gp_write gp_rewrt gp_del gp_alloc gp_free gp_curs
0 0 0 0 0 0 0
ovlock ovuserthread ovbuff usercpu syscpu numckpts flushes
0 0 0 0.03 0.05 2 7
bufwaits lokwaits lockreqs deadlks dltouts ckpwaits compress seqscans
0 0 2 0 0 0 2 0
ixda-RA idx-RA da-RA RA-pgsused lchwaits
0 0 0 0 0
I Can create a database / table and execute queries from “dbaccess” tool. Cant tell if I can access it with perl/cpp/etc for I'm still waiting for trial approval on ESQL/C libs and havent installed them.
Regards,
Steven