|
> Hello Paco,
> Hello mailing list,
>
> We have 96 WebLogic servers here, some of which have multiple
> instances and multiple versions of BEA WebLogic running & installed in
> parallel. My problem is that I wanted e.g. to monitor JDBC connection
> pools on all those machines. So for WebLogic 8.x this could be e.g. a
> script like this:
>
> ...
> cd /JDBCConnectionPoolRuntime
> dir
> @pools = $LAST
> for $pool in $pools do
> invoke $pool/testPool
> get $pool/State
> get $pool/ActiveConnectionsCurrentCount
> get $pool/WaitingForConnectionCurrentCount
> end
> ...
>
> Above script works tip top on WebLogic 8.x ... But on WebLogic 9.x all
> the structures are completely different and I am completely lost :-(
>
> So my humble question is: How would I need to modify above script so
> that it works in WebLogic 9.x too? I've spent the last few days
> trying things out but I haven't yet figured this out.
>
> Looking forward for help :)
>
> Regards,
> "DJ."
>
> Drazenko Djuricic
|