Table of Contents

Tips

Serial console

/etc/default/grub
  GRUB_CMDLINE_LINUX='console=tty0 console=ttyS0,9600n8'
  GRUB_TERMINAL="serial console"
  GRUB_SERIAL_COMMAND="serial --speed=9600 --unit=0"


grub.conf
default=0
timeout=5
serial --unit=0 --speed=115200
terminal --timeout=5 serial console
splashimage=(hd0,1)/grub/splash.xpm.gz
hiddenmenu
title Oracle Linux Server Unbreakable Enterprise Kernel (3.8.13-50.el6uek.x86_64)
	root (hd0,1)
	kernel /vmlinuz-3.8.13-50.el6uek.x86_64 ro root=UUID=88949c53-d30e-4826-93c8-d9a416133647 rd_NO_LUKS LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=auto rd_LVM_LV=ol/swap  KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet console=tty0 earlylprintk=ttyS0,115200 console=ttyS0,115200
	initrd /initramfs-3.8.13-50.el6uek.x86_64.img

# cat /etc/init/ttyS0.conf 
stop on runlevel [S016]
start on runlevel [23]
respawn
exec agetty -h -L -w /dev/ttyS0 115200 vt102

# echo "ttyS0" > /etc/securetty

Oracle Sun Server X3-2

Document

http://docs.oracle.com/cd/E22368_01/html/E27242/toc.html

iLOM
Oracle System Assistant

Performance

Disk I/O