suse linux 核心升級
以下內容由同事提供
Suse linux將其從2.6.16.60-0.54.5升級到2.6.16.60-0.66.1,主要解決伺服器經常僵死、宕機、無法重啟的問題。
升級步驟總結:
準備工作:
1、拷貝相關核心補丁和Ultrapath軟體到/home/software路徑下;
2、備份df -h及fdisk -l 命令的結果到其他伺服器;
3、備份/etc/fstab檔案;
升級過程:
1、升級核心
rpm -ivh compat-libstdc++-5.0.7-22.2.x86_64.rpm
rpm -ivh postgresql-libs-8.1.17-0.3.x86_64.rpm
rpm -ivh kernel-smp-2.6.16.60-0.66.1.x86_64.rpm
rpm -ivh vte-0.11.17-0.14.1.x86_64.rpm
2、採用reboot命令重啟機器,結果等了半個小時也沒有成功,手動poweroff,等機器穩定後進行手動重啟;
3、重啟後,系統引導介面出現了四個選項,系統預設進入了第一個選項 XXXX-0.66.1;
4、用root使用者登入圖形介面,安裝Ultrapath軟體,參考下圖,執行後,介面會提示系統已經安裝了多路徑軟體,是否要將其解除安裝,選擇y,下一步介面又提示是否確認系統核心為SUSE 10 SP3,選擇 y
5、緊接著介面提示選擇陣列介面的型別
6、第五步結束後介面會提示是否重啟系統,選擇n
7、修改系統核心引數
修改/boot/grub/menu.lst
mos5200db1:/boot/grub # moremenu.lst
# Modified by YaST2. Last modification onWed Feb 29 23:30:45 WIT 2012
default 4
timeout 8
##YaST - generic_mbr
gfxmenu (hd0,0)/boot/message
##YaST - activate
###Don't change this comment - YaST2identifier: Original name: linux###
title SUSE Linux Enterprise Server 10 SP3 -2.6.16.60-0.66.1
root (hd0,0)
kernel/boot/vmlinuz-2.6.16.60-0.66.1-smproot=/dev/disk/by-id/scsi-3600605b0040e2aa016c70d5f1e5f0601-part1 vga=0x314resume=/dev/disk/by-id/scsi-3600605
b0040e2aa016c70d5f1e5f0601-part2splash=silent showopts
initrd/boot/initrd-2.6.16.60-0.66.1-smp
###Don't change this comment - YaST2identifier: Original name: failsafe###
title Failsafe -- SUSE Linux EnterpriseServer 10 SP3 - 2.6.16.60-0.66.1
root (hd0,0)
kernel/boot/vmlinuz-2.6.16.60-0.66.1-smp root=/dev/disk/by-id/scsi-3600605b0040e2aa016c70d5f1e5f0601-part1vga=normal showopts ide=nodma apm=off acpi=of
f noresume edd=off 3
initrd/boot/initrd-2.6.16.60-0.66.1-smp
###Don't change this comment - YaST2identifier: Original name: linux-2.6.16.60-0.54.5-smp###
title SUSE Linux Enterprise Server 10 SP3
root (hd0,0)
kernel/boot/vmlinuz-2.6.16.60-0.54.5-smproot=/dev/disk/by-id/scsi-3600605b0040e2aa016c70d5f1e5f0601-part1vga=0x314 resume=/dev/disk/by-id/scsi-3600
605b0040e2aa016c70d5f1e5f0601-part2splash=silent showopts
initrd/boot/initrd-2.6.16.60-0.54.5-smp
###Don't change this comment - YaST2identifier: Original name: failsafe-2.6.16.60-0.54.5-smp###
title Failsafe -- SUSE Linux EnterpriseServer 10 SP3
root (hd0,0)
kernel/boot/vmlinuz-2.6.16.60-0.54.5-smproot=/dev/disk/by-id/scsi-3600605b0040e2aa016c70d5f1e5f0601-part1 vga=0x314showopts ide=nodma apm=off acpi=off
noresume edd=off 3
initrd/boot/initrd-2.6.16.60-0.54.5-smp
title Linux with UltraPath
root(hd0,0)
kernel/boot/vmlinuz-2.6.16.60-0.66.1-smproot=/dev/disk/by-id/scsi-3600605b0040e2aa016c70d5f1e5f0601-part1vga=0x314 resume=/dev/disk/by-id/scsi-3600605
b0040e2aa016c70d5f1e5f0601-part2splash=silent showopts
initrd/boot/mpp-2.6.16.60-0.66.1-smp.img
###UltraPath end, please don't change this!
把檔案menu.lst備份之後,將最後面的這個核心修改為2.6.16.60-0.66.1-smp,就行,其他的地方不需要修改。
8、root使用者下reboot重新啟動機器,僅過了一分鐘左右螢幕即變黑,接著進入系統初始化介面,最終進入了系統引導介面,上面有三個選項,此時系統預設進入引導選項Linux with Ultrapath
SuSE Linux 10 SP3
XXXXXXXXXXXXX(Failure)
Linux with Ultrapath
9、進入使用者登入介面,採用root使用者登入,執行 df -h和fdisk -l命令,檢視相關資訊是否正常,經檢查,與升級前一樣;
10、reboot命令,確認其是否能遠端重啟,驗證結果為可以遠端執行reboot,機器正常啟動;