Are you talking about 4 Database Instances, or 4 complete different databases.
In either case i suggest keept your database files on seperate LUN's or disks for performance reasons.
Technically it will work on one LUN/DISK but this makes no sense because your I-O to that specific LUN will be...
Best thing is use syslog-ng.
But you will be able to split your messages separated by the hostname in files like messages.hostname if you run the following script in the background.
tail -f /var/adm/messages | while read a
do
x=$a
host=`echo $x |awk ' {...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.