Discussion:
[Linux-ha-dev] [Patch] oracle RA - Change of the judgment of the check_mon_user processing.
r***@ybb.ne.jp
2014-07-22 02:57:04 UTC
Permalink
Hi All,

Consideration when NLS_LANG is set for other languages in oracle resource agent is necessary.
I attached a patch.

Best Regards,
Hideo Yamauchi.
Dejan Muhamedagic
2014-07-22 09:53:54 UTC
Permalink
Post by r***@ybb.ne.jp
Hi All,
Consideration when NLS_LANG is set for other languages in oracle resource agent is necessary.
I attached a patch.
The patch looks good. I wonder if this string is also
translated:

415 if echo "$output" | grep -w "EXPIRED" >/dev/null; then

Also, could you verify if common_sql_filter() need modifications?

Cheers,

Dejan
Post by r***@ybb.ne.jp
Best Regards,
Hideo Yamauchi.
_______________________________________________________
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/
r***@ybb.ne.jp
2014-07-22 11:45:33 UTC
Permalink
Hi Dejan,

Thank you for comments.
 
415        if echo "$output" | grep -w "EXPIRED" 
Post by Dejan Muhamedagic
/dev/null; then
 
Also, could you verify if common_sql_filter() need modifications?
I will confirm it once again tomorrow.
I send a patch once again, if necessary.


Best Regards,
Hideo Yamacuhi.



----- Original Message -----
Date: 2014/7/22, Tue 18:53
Subject: Re: [Linux-ha-dev] [Patch] oracle RA - Change of the judgment of the check_mon_user processing.
Post by Dejan Muhamedagic
Hi All,
Consideration when NLS_LANG is set for other languages in oracle resource
agent is necessary.
Post by Dejan Muhamedagic
I attached a patch.
The patch looks good. I wonder if this string is also
415        if echo "$output" | grep -w "EXPIRED"
Post by Dejan Muhamedagic
/dev/null; then
Also, could you verify if common_sql_filter() need modifications?
Cheers,
Dejan
Post by Dejan Muhamedagic
Best Regards,
Hideo Yamauchi.
_______________________________________________________
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/
Loading...