sql>show parameter async; NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ disk_asynch_io boolean TRUE tape_asynch_io boolean TRUE
/root>uname -a Linux NQMPMS 2.6.9-42.EL #1 SMP Wed Jul 12 23:25:09 EDT 2006 ia64 ia64 ia64 GNU/Linux /root>cat /etc/sysctl.conf # # WARNING !!! # # Sysctl.conf is under the control of PRIMEQUEST System Parameter Check Tool. # # Please see System Parameter Check Tool User's Guide for more details. # # Kernel sysctl configuration file for Red Hat Linux # # For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and # sysctl.conf(5) for more details. # Controls IP packet forwarding net.ipv4.ip_forward = 0 # Controls source route verification net.ipv4.conf.default.rp_filter = 1 # Do not accept source routing net.ipv4.conf.default.accept_source_route = 0 # Controls the System Request debugging functionality of the kernel kernel.sysrq = 0 # Controls whether core dumps will append the PID to the core filename. # Useful for debugging multi-threaded applications. kernel.core_uses_pid = 1 # This file was restored by System Parameter Check Tool. # Backup file is saved in /var/opt/FJSVparam/backup/sysctl.conf.debug.20070125153117. # Please see System Parameter Check Tool User's Guide for more details. kernel.shmall = 2097152 kernel.shmmax = 2147483648 kernel.shmmni = 4096 kernel.sem = 250 32000 100 128 fs.file-max = 1642827 net.ipv4.ip_local_port_range = 1024 65000 net.core.rmem_default = 1048576 net.core.rmem_max = 1048576 net.core.wmem_default = 262144 net.core.wmem_max = 262144 # This file was restored by System Parameter Check Tool. # Backup file is saved in /var/opt/FJSVparam/backup/sysctl.conf.debug.20070213192933. # Please see System Parameter Check Tool User's Guide for more details. /root>cat /proc/sys/vm/pagecache cat: /proc/sys/vm/pagecache: No such file or directory On 2/21/07, Ujang Jaenudin <[EMAIL PROTECTED]> wrote: > > selain /proc/sys/vm/pagecache > bisa paste kan output: > > SQL> show parameter async; > $ uname -a > $ cat /etc/sysctl.conf > $ cat /proc/sys/vm/pagecache > > -- > regards > ujang > > [Non-text portions of this message have been removed] > > > [Non-text portions of this message have been removed]

