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 > findout which process belongs to which instance

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-24-04, 11:02
natlasr natlasr is offline
Registered User
 
Join Date: Mar 2004
Posts: 3
findout which process belongs to which instance

I have two instance are running in sun unix box. How do I find, which oninit belongs which instance. and also how to find if database is running in archive log mode or not

Thanks
Reply With Quote
  #2 (permalink)  
Old 03-24-04, 13:55
RobP RobP is offline
Registered User
 
Join Date: Mar 2004
Location: Netherlands
Posts: 183
On itself prettyu easy: onstat -g glo will print vp info like process id of the oninit processes.

What do you mean with archive log mode, do you mean you want to see if logical log backup is set up? In this case a onstat -c|grep LTAPEDEV will do. If it reads /dev/null (UNIX) or NUL (windows) then the answer is no, othwerwise yes.

Lots of fun,

Rob Prop
Reply With Quote
  #3 (permalink)  
Old 04-30-04, 13:51
sdw sdw is offline
Registered User
 
Join Date: Jan 2002
Location: FL
Posts: 3
Is there a way to identify the instance oninit process from the Unix prompt using the grep command?
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