24 Mar
2011
24 Mar
'11
2:47 p.m.
On Thu, 2011-03-24 at 08:47 -0500, Root, Paul wrote:
Well first, if you are using wildcards in hostnames, you need a % before it.
HOST=%db* EXHOST=%*db*
Of course, those particular patterns (being regular expressions) probably won't work correctly. I might suggest: HOST=%^db EXHOST=%dl2
The * in glob-syntax is superfluous when dealing with regular expressions. These now read "any host that begins with db except those that have dl2 anywhere in the name"
-- Daniel J McDonald, CCIE # 2495, CISSP # 78281, CNX www.austinenergy.com