1753792 Members
3253 Online
108799 Solutions
New Discussion юеВ

Whats this process ?

 
SOLVED
Go to solution
steven Burgess_2
Honored Contributor

Whats this process ?

Hi all

Does any one know what the below omniback process is doing

/opt/omni/lbin/rds -d

Thanks in advance

Steve
take your time and think things through
14 REPLIES 14
Pete Randall
Outstanding Contributor

Re: Whats this process ?

It's a database maintenance thing, I think.

Pete

Pete
Helen French
Honored Contributor

Re: Whats this process ?

Hi Steven:

This document may be helpful (TKB #A5514374):

http://us-support2.external.hp.com/cki/bin/doc.pl/sid=d2e0e4840317f5fad7/screen=ckiDisplayDocument?docId=200000032876750

HTH,
Shiju

Life is a promise, fulfill it!
A. Clay Stephenson
Acclaimed Contributor

Re: Whats this process ?

Its one of the OmniBack processes. You don't want to kill it.
If it ain't broke, I can fix that.
steven Burgess_2
Honored Contributor

Re: Whats this process ?

Hmm

stm reports that it is spinning -

root 1371 1 0 May 5 ? 78:44 /opt/omni/lbin/rds -d

Is there any way to stop and start it ?

Steve

take your time and think things through
MANOJ SRIVASTAVA
Honored Contributor

Re: Whats this process ?

Hi Steven


You may also like to look at
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x8dcca2db8513d6118ff40090279cd0f9,00.html


to reduce load you may look at renice , or when in Omniback there is a database purge and you want to run something else you may cancel the purge and schedule it foe sometime alter.


Manoj Srivastava
Pete Randall
Outstanding Contributor
Solution

Re: Whats this process ?

/sbin/init.d/omni stop
/sbin/init.d/omni start
should do it.

Pete

Pete
Helen French
Honored Contributor

Re: Whats this process ?

Hi Steven(again):

I think you need to shutdown and start Omniback then:

# /opt/omni/sbin/omnisv.sh stop

# /opt/omni/sbin/omnisv.sh start

HTH,
Shiju

Life is a promise, fulfill it!
Jeff Schussele
Honored Contributor

Re: Whats this process ?

Hi Steven,

Along with xomni, mmd & crs - rds is one of the core Omniback daemon processes.
Don't know *exactly* what it's doing - just know it has to be running for Omniback to work.

See the following thread:

http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x9ae5660142b2d5118ff10090279cd0f9,00.html


Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Rita C Workman
Honored Contributor

Re: Whats this process ?

You can stop and restart Omniback..
1.Check and make sure no backups are running.

Stop:
/opt/omni/sbin/omnisv.sh stop

Start:
/opt/omni/sbin/omnisv.sh start

Then I ALWAYS run:
/opt/omni/sbin/omnidbutil -clear
(to clear off anything hanging in OBII)

Check Status:
/opt/omni/sbin/omnisv.sh status

As was mentioned there are certain processes that are up and running all the time..
/opt/omni/lbin/mmd
/opt/omni/lbin/crs
/opt/omni/lbin/rds -d

Rgrds,
Rita

** Note on OBII ver 4 you change omnisv.sh to just omnisv *