If your terminal starts to misbehave e.g. not echoing characters etc.
Check current terminal values:
stty -a
Reset terminal to some sort of sane value:
stty sane
http://e-docs.bea.com/wls/docs81/admin_ref/index.html
For all your weblogic 8.1 command-line needs. If you thought BEA’s site design was bad, try finding anything now Oracle has taken over! :-))
VALIDATECLUSTERCONFIG
Parses the domain’s configuration file and reports any errors in the configuration of cluster-related elements.
You can run this command only on a WebLogic Server host that can access the domain’s configuration file through the host’s file system.
Syntax
java [ SSL Arguments ] weblogic.Admin
[-url URL]
[ User Credentials [...]
Don’t forget to add classpath (-cp switch)!
$ java utils.MulticastTest -n name -a address [-p portnumber]
[-t timeout] [-s send] [-l timetolive]
Argument
Definition
-n name
Required. A name that identifies the sender of the sequenced messages. Use a different name for each test process you start.
-a address
The multicast address on which: (a) the sequenced messages should be [...]
Variables that affect MyIsam/innodb performance:
http://www.mysqlperformanceblog.com/2006/06/08/mysql-server-variables-sql-layer-or-storage-engine-specific/
Apparently, it’s pretty good…
http://www.mysqlperformanceblog.com/2007/01/08/innodb-vs-myisam-vs-falcon-benchmarks-part-1/
Continue reading about Mysql Falcon storage engine vs. MyIsam/InnoDB
Unfortunately, not updated since 2003.
http://cocoamysql.sourceforge.net/
but free - and effective!
There’s also navicat, but it costs…
Mysql report generates reports on mysql variables, status for performance/management.
Basically, it provides an easy-to-read report of the
SHOW /*!50002 GLOBAL */ STATUS;
command in mysql (which is what you have to do to guarantee return of ‘global’ rather than session variables as they changed the default with some version. <sigh>
http://dev.mysql.com/doc/refman/5.0/en/server-status-variables.html
Download here:
http://hackmysql.com/mysqlreport
Continue reading about Mysql report - reports on mysql itself
How to install Weblogic with no prompts for automation
http://edocs.bea.com/platform/docs81/install/silent.html#1058613
Example file to follow…
BEA docs on creating a domain in Weblogic 8.1
http://edocs.bea.com/wls/docs81/adminguide/createdomain.html