If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > oninit -i fails

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-31-02, 20:26
b_ravindra_74 b_ravindra_74 is offline
Registered User
 
Join Date: Sep 2002
Location: Bellevue,WA
Posts: 20
oninit -i fails

i am getting the error
ld.so.1: oninit: fatal: iosm09a.so: open failed: No such file or directory
killed

when trying to initialise the database server with oninit -i

what is the problem?

thanks
ravindra
Reply With Quote
  #2 (permalink)  
Old 11-01-02, 03:16
dananio dananio is offline
Registered User
 
Join Date: Mar 2002
Posts: 112
re

I think you Env. var. LD_LIBRARY_PATH lose some value , informixs' library ( $INFORMIXDIR/lib )
Reply With Quote
  #3 (permalink)  
Old 11-01-02, 03:18
dananio dananio is offline
Registered User
 
Join Date: Mar 2002
Posts: 112
re

you must run command oninit -i for first time of seting up database ,
if another time you run it , everything is gone !!!
Reply With Quote
  #4 (permalink)  
Old 11-07-02, 04:32
SkuRal SkuRal is offline
Registered User
 
Join Date: Oct 2002
Posts: 6
Hi
You would not want to use the -i parameter in oninit if you're not intending to build the complete system from scratch !!!

The -i parameter recreates the rootdbs for the instance, wiping out the whole system.

to get an instance from off-line to quiecent mode, use oninit -s
to get an instance up to ONLINE, use oninit without parameters.

your system must be fully configured to do this.

/Ralph
Reply With Quote
  #5 (permalink)  
Old 11-11-02, 14:58
zathrus zathrus is offline
Registered User
 
Join Date: Oct 2002
Posts: 6
Are you creating this database for the first time or are you upgrading? It really makes a difference.
Reply With Quote
  #6 (permalink)  
Old 12-18-02, 03:53
axepert axepert is offline
Registered User
 
Join Date: Dec 2002
Posts: 4
According to the IBM Informix Dynamic Server 9.30.FC1 PRODUCT RELEASE (http://www-3.ibm.com/software/data/informix/pubs/library/notes/machnote/ids_solaris_9_30.txt)


6. Optical

The name of the IBM Informix shared library for Optical on Solaris is
iosm09a.so. This library must be located /usr/lib/sparcv9/iosm09a.so
(or must have a link provided in /usr/lib/sparcv9). Refer to the Guide
to the Optical Subsystem for more information about enabling optical
functionality.

Check that you have the iosm09a.so library installed

Rgds,
axepert (who happens to be facing the same problem too!)
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On