Hi Miroslav,

Thanks for your help, I got some small questions:

- what parameter name in the spacewalk.rhn_config_parameter table should store the DNS? There is no match on the value/name columns with values like '%xe%', '%NOC%' or '%pulse%'.
- is it possible for spacewalk to use shared server process connetions? All connections are now dedicated and it uses almost all sessions at the moment. Does spacewalk do heavy actions or are all actions on the database short and small?
- can I change the permissions on the file so it can not be overwritten with a restart? (a nasty hack)

Kind regards,

Michiel


Miroslav Suchý said the following on 9/30/2008 11:25 AM:
Michiel van Es wrote:
  
Hi,

Does anyone know from RH how I can change the DSN?
I want to use the spacewalk monitoring feature but I get an oracle error
( I think the default is that the monitoring is doing a oracle call to
localhost and I placed the oracle server on an other server)

Thanks for any help where I can find the oracle dsn..
    

You mean DNS...

In
   /etc/NOCpulse.ini
replace
   name=xe
with something like
   [EMAIL PROTECTED]:port
or
  name=database=xe;host=hostname;port=port

Beware - if you directly replace it in NOCpulse.ini, the content of the
file is rewritten during monitoring restart with values, which are
stored in DB in table  rhn_config_parameter. You probably want to modify
  the values stored in db as well.

--
Miroslav Suchy
RHN Satellite Engineering, Red Hat
  

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Spacewalk-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-list

Reply via email to