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 > problem with storage manager while using onbar

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-18-04, 01:01
mariadasun mariadasun is offline
Registered User
 
Join Date: Nov 2004
Posts: 26
Thumbs up problem with storage manager while using onbar

hi
i am not ablte to initialize the ISM informix storage manager server , since there is alreay some other storagemanger is configured , i guess ISM only compatible with onbar utility.

the falowing error s raised when i initialize the ISM server (ism_startup -iniit)

how can i come out of it , making only one storage manager.

start_ism: ISM daemons are already running.
ism_startup: Initializing the ISM server.
create failed: A group already exists named 'ISMDiskData'
create failed: save set of /dev/null would be specified by two
create failed: There is already a `NSR label' with name `ISMDiskData'
create failed: There is already a `NSR pool' with name `ISMDiskData'
create failed: A group already exists named 'ISMDiskLogs'
create failed: save set of /dev/null would be specified by two
create failed: There is already a `NSR label' with name `ISMDiskLogs'
create failed: There is already a `NSR pool' with name `ISMDiskLogs'
create failed: A group already exists named 'ISMData'
create failed: save set of /dev/null would be specified by two
create failed: There is already a `NSR label' with name `ISMData'
create failed: There is already a `NSR pool' with name `ISMData'
create failed: A group already exists named 'ISMLogs'
create failed: save set of /dev/null would be specified by two
create failed: There is already a `NSR label' with name `ISMLogs'
create failed: There is already a `NSR pool' with name `ISMLogs'
create failed: A group already exists named 'ISMData Clone'
create failed: save set of /dev/null would be specified by two
create failed: There is already a `NSR label' with name `ISMData Clone'
create failed: There is already a `NSR pool' with name `ISMData Clone'
create failed: A group already exists named 'ISMLogs Clone'
Reply With Quote
  #2 (permalink)  
Old 11-22-04, 10:21
lgaxiola lgaxiola is offline
Registered User
 
Join Date: Aug 2004
Posts: 99
Hi,

You cant use ISM if there is another storage manager installed. To use ISM you would have to uninstall whichever storage manager you are using. If that is not the case then to reinitialize ISM without getting all those error messages you just need to rm all the directories under $INFORMIXDIR/ism (applogs, cores, index, logs, mm, res, tmp) and running ism_startup -init. Just remember thar if by any chance you have already a configuration with ISM you will loose it.

Luis Torres
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