Archives

You are currently viewing archive for February 2009

02/27: Windows > WFP

Category: MS tips
Posted by: hajime osako
Windows File Protection and Windows

Disabling Windows File Protection

You may disable WFP by setting the value SFCDisable (REG_DWORD) in HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion\ Winlogon. By default, SFCDisable is set to 0, which means WFP is active. Setting SFCDisable to 1 will disable WFP. Setting SFCDisable to 2 will disable WFP for the next system restart only (without a prompt to re-enable).
Category: Linux tips
Posted by: hajime osako
Core Dump Management on the Solaris OS

bash-3.00# coreadm -g /globalcore/core.%f.%p -e global
bash-3.00# coreadm -G all -I all
bash-3.00# coreadm

* Wait for the system/process to core dump
* When system returns:
a. dmesg
b. get a copy of /var/adm/messages and /var/log/syslog
c. get a copy of the system core if a system/kernel panic, from /var/crash and/or the pwd if a process dump
Category: Linux tips
Posted by: hajime osako
Category: Linux tips
Posted by: hajime osako
sanonosa システム管理コラム集: サーバのボトルネックはどうやって調べるか

load average: the number of avg waiting process for 1, 5, 15 minutes.

# vmstat 1 5
# /sbin/hdparm -tT /dev/sda # Check HD
# sar -I XALL 10 1000

障害の兆候を見逃さないためのサーバ監視

# /usr/lib/sa/sadc 1 2 /tmp/system-data
# /usr/bin/sar -A -f /tmp/system-data