Chinaunix首页 | 论坛 | 博客
  • 博客访问: 666931
  • 博文数量: 156
  • 博客积分: 6010
  • 博客等级: 准将
  • 技术积分: 1201
  • 用 户 组: 普通用户
  • 注册时间: 2007-05-05 20:08
文章分类

全部博文(156)

文章存档

2010年(13)

2008年(39)

2007年(104)

我的朋友

分类: 系统运维

2007-06-08 05:24:10

MISC
LINUX(RedHat)
SOLARIS
Tru64
Startup script /etc/rc.d/rc /sbin/init.d /sbin/init.d
Kernel /boot/vmlinuz /kernel/genunix /vmunix
Kernel Parameters sysctl -a sysdef -i sysconfig
dxkerneltuner
Reconfigure the kernel cd /usr/src/linux 
make mrproper 
make menuconfig 
make dep 
make clean 
make bzimage
make install
make modules
make modules_install

cp arch/i386\
/boot/bzImage /boot\
/vmlinuz-2.2.16
mkinitrd /boot/initrd-2.2.16.img 2.2.16
vi /etc/lilo.conf
lilo

vi /etc/system
reboot
doconfig
List modules lsmod modinfo  
Load module insmod modload  
Unload module rmmod modunload  
Initialize system netconf sys-unconfig netsetup
Physical RAM free prtconf uerf | grep memory
Kernel Bits getconf WORD_BIT isainfo -kv 64
Crash utility crash kdbx
Trace System Calls strace truss
Machine model uname -m uname -imp uname -p
OS Level uname -r uname -r sizer -v
Run Level runlevel who -r who -r
Core dump files   /var/crash/`uname -n`  
Boot single user {lilo}
control-x
linux S

{grub}
c
kernel vmlinuz-2.4.9-13 single   ro root=/dev/hda8
initrd /initrd-2.4.9-13.img
boot
ok boot -s >>> boot -fl s
Maintenance mode   ok boot -as  
Interrupt Key   Stop-A control-P
Return to console   ok go  
Timezone Management /etc/sysconfig/clock /etc/TIMEZONE
/etc/default/init
/etc/svid3_tz
timezone
NTP Daemon /etc/ntp.conf
/etc/rc.d/init.d/xntpd
/etc/inet/ntp.conf
/etc/init.d/xntpd
rcmgr set XNTPD_CONF YES
/sbin/init.d/xntpd

阅读(1632) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~