升级SUSE到SP4 - 图文
更新时间:2023-09-13 16:47:01 阅读量: 教学研究 文档下载
- 升级SUSE到12.5推荐度:
- 相关推荐
Upgrade Suse 升级SUSE
以下做三个测试. 1. 直接升级kernel.
2. 安装新的kernel并保留旧的kernel 3.从SLES SP3升级到SP4
Issue:
The Linux kernel version is( 3.0.76-0.11-defaultoutdated), according to SAP NOTE 2084325:Linux Kernel lower than 3.0.80-0.5.1 can cause XFS filesystem data inconsistency after a reboot and, in the worst cases, a system standstill. Please see SAP NOTE 1867783 for details.
Recommendations: Upgrade to at least below according to Note 1557506
SLES 11.2 3.0.101-0.7.23.1 SLES 11.3 3.0.101-0.40
download:
https://download.suse.com/Download?buildid=VvbY-xM-FfE 下载 kernel-default 和 kernel-base 需要login有权限才能下载
Upgrade kernel directly
hana21:/ # ls /boot/
System.map-3.0.76-0.11-default boot.readme initrd message vmlinuz
backup_mbr config-3.0.76-0.11-default initrd-3.0.76-0.11-default symvers-3.0.76-0.11-default.gz vmlinuz-3.0.76-0.11-default
boot grub lost+found vmlinux-3.0.76-0.11-default.gz hana21:~ # cat /etc/SuSE-release
SUSE Linux Enterprise Server 11 (x86_64) VERSION = 11 PATCHLEVEL = 3
hana21:~ # ls
.ICEauthority .eclipse .gnome2 .hdb .pulse .ssh Desktop kernel-default-3.0.101-0.40.1.x86_64.rpm
.bash_history .esd_auth .gnome2_private .kbd .pulse-cookie .suse_register.log Documents kernel-default-base-3.0.101-0.40.1.x86_64.rpm
.config .exrc .gnupg .local .recently-used.xbel .viminfo bin .dbus .gconf .gstreamer-0.10 .mozilla .sdb .xsession-errors hdbstudio
.dmrc .gconfd .gvfs .nautilus .skel .xsession-errors.old inst-sys
hana21:~ # rpm -Uvh kernel-default-* ( just update kernel-default is enough )
Preparing...
########################################### [100%] 1:kernel-default-base
########################################### [ 50%]
Kernel image: /boot/vmlinuz-3.0.101-0.40-default Initrd image: /boot/initrd-3.0.101-0.40-default Root device: /dev/system/root_lv (mounted on / as ext3) Resume device: /dev/system/swap_lv find: `/lib/modules/3.0.101-0.40-default/kernel/drivers/scsi/device_handler': No such file or directory
modprobe: Module thermal not found.
WARNING: no dependencies for kernel module 'thermal' found. modprobe: Module processor not found.
WARNING: no dependencies for kernel module 'processor' found. modprobe: Module fan not found.
WARNING: no dependencies for kernel module 'fan' found. modprobe: Module mptspi not found.
WARNING: no dependencies for kernel module 'mptspi' found. modprobe: Module ata_generic not found.
WARNING: no dependencies for kernel module 'ata_generic' found. modprobe: Module dm_mirror not found.
WARNING: no dependencies for kernel module 'dm-mirror' found. modprobe: Module dm_snapshot not found.
WARNING: no dependencies for kernel module 'dm-snapshot' found. modprobe: Module linear not found.
WARNING: no dependencies for kernel module 'linear' found.
Kernel Modules: scsi_mod libata ata_piix dm-mod mbcache jbd ext3 crc-t10dif sd_mod
Features: acpi dm block lvm2 resume.userspace resume.kernel Bootsplash: SLES (800x600) 37594 blocks
2:kernel-default
########################################### [100%]
Kernel image: /boot/vmlinuz-3.0.101-0.40-default Initrd image: /boot/initrd-3.0.101-0.40-default Root device: /dev/system/root_lv (mounted on / as ext3) Resume device: /dev/system/swap_lv
Kernel Modules: hwmon thermal_sys thermal processor fan scsi_mod scsi_transport_spi mptbase mptscsih mptspi libata ata_piix
ata_generic dm-mod dm-log dm-region-hash dm-mirror dm-snapshot scsi_dh scsi_dh_rdac scsi_dh_emc scsi_dh_alua scsi_dh_hp_sw mbcache jbd ext3 linear crc-t10dif sd_mod
Features: acpi dm block lvm2 resume.userspace resume.kernel Bootsplash: SLES (800x600) 39174 blocks
hana21:~ # ls /boot/
System.map-3.0.101-0.40-default boot.readme initrd message vmlinuz
backup_mbr config-3.0.101-0.40-default initrd-3.0.101-0.40-default symvers-3.0.101-0.40-default.gz vmlinuz-3.0.101-0.40-default
boot grub lost+found vmlinux-3.0.101-0.40-default.gz hana21:~ # uname -a
Linux hana21 3.0.76-0.11-default #1 SMP Fri Jun 14 08:21:43 UTC 2013 (ccab990) x86_64 x86_64 x86_64 GNU/Linux
hana21:~ # reboot
Broadcast message from root (pts/0) (Thu Jan 14 01:50:22 2016):
The system is going down for reboot NOW!
hana21:~ # uname -a
Linux hana21 3.0.101-0.40-default #1 SMP Thu Sep 18 13:09:38 UTC 2014 (44b8c95) x86_64 x86_64 x86_64 GNU/Linux hana21:~ #
Using install instead of upgrade to keep original kernel
susetemp:~ # ll -h kernel-default-3.0.101-0.40.1.x86_64.rpm -rw-r--r-- 1 root root 23M Jan 18 17:44 kernel-default-3.0.101-0.40.1.x86_64.rpm
susetemp:~ # uname -a
Linux hana22.sst.com 3.0.76-0.11-default #1 SMP Fri Jun 14 08:21:43 UTC 2013 (ccab990) x86_64 x86_64 x86_64 GNU/Linux susetemp:~ # ll /boot/ total 19467
-rw-r--r-- 1 root root 2067870 Jun 14 2013 System.map-3.0.76-0.11-default
-rw-r--r-- 1 root root 512 Oct 23 03:55 backup_mbr lrwxrwxrwx 1 root root 1 Oct 23 03:51 boot -> . -rw-r--r-- 1 root root 1236 May 11 2013 boot.readme
-rw-r--r-- 1 root root 131683 Jun 14 2013 config-3.0.76-0.11-default
drwxr-xr-x 2 root root 1024 Oct 23 03:55 grub
lrwxrwxrwx 1 root root 26 Oct 23 03:55 initrd -> initrd-3.0.76-0.11-default
-rw-r--r-- 1 root root 8424214 Oct 23 03:55 initrd-3.0.76-0.11-default
drwx------ 2 root root 12288 Oct 23 03:47 lost+found -rw-r--r-- 1 root root 435712 Oct 23 03:55 message
-rw-r--r-- 1 root root 224012 Jun 14 2013 symvers-3.0.76-0.11-default.gz
-rw-r--r-- 1 root root 4605902 Jun 14 2013 vmlinux-3.0.76-0.11-default.gz
lrwxrwxrwx 1 root root 27 Oct 23 03:52 vmlinuz -> vmlinuz-3.0.76-0.11-default
-rw-r--r-- 1 root root 3941312 Jun 14 2013 vmlinuz-3.0.76-0.11-default
susetemp:~ # rpm -ivh kernel-default-3.0.101-0.40.1.x86_64.rpm error: Failed dependencies: kernel-default-base_x86_64 = 3.0.101-0.40.1 is needed by kernel-default-3.0.101-0.40.1.x86_64
susetemp:~ # scp hana21:/root/kernel-default-base-3.0.101-0.40.1.x86_64.rpm .
The authenticity of host 'hana21 (192.168.76.181)' can't be established.
ECDSA key fingerprint is
9c:77:95:51:50:66:61:bd:ec:fb:c3:e2:97:31:82:c5 [MD5].
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'hana21,192.168.76.181' (ECDSA) to the list of known hosts. Password:
kernel-default-base-3.0.101-0.40.1.x86_64.rpm 100% 15MB 7.4MB/s 00:02
susetemp:~ # ll -h kernel-default-base-3.0.101-0.40.1.x86_64.rpm -rw-r--r-- 1 root root 15M Jan 18 17:46 kernel-default-base-3.0.101-0.40.1.x86_64.rpm
susetemp:~ # rpm -ivh kernel-default-3.0.101-0.40.1.x86_64.rpm error: Failed dependencies:
kernel-default-base_x86_64 = 3.0.101-0.40.1 is needed by kernel-default-3.0.101-0.40.1.x86_64 susetemp:~ # rpm -ivh kernel-default-* Preparing...
########################################### [100%] 1:kernel-default-base
########################################### [ 50%] Scanning scripts ...
Resolve dependencies ...
Install symlinks in /lib/mkinitrd/setup ... Install symlinks in /lib/mkinitrd/boot ...
Kernel image: /boot/vmlinuz-3.0.101-0.40-default Initrd image: /boot/initrd-3.0.101-0.40-default Root device: /dev/system/root_lv (mounted on / as ext3) Resume device: /dev/system/swap_lv find: `/lib/modules/3.0.101-0.40-default/kernel/drivers/scsi/device_handler': No such file or directory
modprobe: Module thermal not found.
WARNING: no dependencies for kernel module 'thermal' found. modprobe: Module processor not found.
WARNING: no dependencies for kernel module 'processor' found. modprobe: Module fan not found.
WARNING: no dependencies for kernel module 'fan' found. modprobe: Module mptspi not found.
WARNING: no dependencies for kernel module 'mptspi' found. modprobe: Module ata_generic not found.
WARNING: no dependencies for kernel module 'ata_generic' found. modprobe: Module dm_mirror not found.
WARNING: no dependencies for kernel module 'dm-mirror' found. modprobe: Module dm_snapshot not found.
WARNING: no dependencies for kernel module 'dm-snapshot' found. modprobe: Module linear not found.
WARNING: no dependencies for kernel module 'linear' found.
Kernel Modules: scsi_mod libata ata_piix dm-mod mbcache jbd ext3 crc-t10dif sd_mod
Features: acpi dm block lvm2 resume.userspace resume.kernel Bootsplash: SLES (800x600) 37595 blocks
2:kernel-default
########################################### [100%]
Kernel image: /boot/vmlinuz-3.0.101-0.40-default Initrd image: /boot/initrd-3.0.101-0.40-default Root device: /dev/system/root_lv (mounted on / as ext3) Resume device: /dev/system/swap_lv
Kernel Modules: hwmon thermal_sys thermal processor fan scsi_mod scsi_transport_spi mptbase mptscsih mptspi libata ata_piix
ata_generic dm-mod dm-log dm-region-hash dm-mirror dm-snapshot scsi_dh scsi_dh_hp_sw scsi_dh_alua scsi_dh_rdac scsi_dh_emc mbcache jbd ext3 linear crc-t10dif sd_mod
Features: acpi dm block lvm2 resume.userspace resume.kernel Bootsplash: SLES (800x600) 39175 blocks
susetemp:~ # uname -a
Linux hana22.sst.com 3.0.76-0.11-default #1 SMP Fri Jun 14 08:21:43 UTC 2013 (ccab990) x86_64 x86_64 x86_64 GNU/Linux susetemp:~ # ll -h /boot/ total 38M
-rw-r--r-- 1 root root 2.0M Sep 24 2014 System.map-3.0.101-0.40-default
-rw-r--r-- 1 root root 2.0M Jun 14 2013 System.map-3.0.76-0.11-default
-rw-r--r-- 1 root root 512 Oct 23 03:55 backup_mbr lrwxrwxrwx 1 root root 1 Oct 23 03:51 boot -> . -rw-r--r-- 1 root root 1.3K May 11 2013 boot.readme
-rw-r--r-- 1 root root 129K Sep 23 2014 config-3.0.101-0.40-default
-rw-r--r-- 1 root root 129K Jun 14 2013 config-3.0.76-0.11-default
-rw-r--r-- 1 root root 0 Jan 18 17:47 do_purge_kernels drwxr-xr-x 2 root root 1.0K Jan 18 17:47 grub
lrwxrwxrwx 1 root root 27 Jan 18 17:47 initrd -> initrd-3.0.101-0.40-default
-rw-r--r-- 1 root root 8.1M Jan 18 17:47 initrd-3.0.101-0.40-default
-rw-r--r-- 1 root root 8.1M Oct 23 03:55 initrd-3.0.76-0.11-default
drwx------ 2 root root 12K Oct 23 03:47 lost+found -rw-r--r-- 1 root root 426K Oct 23 03:55 message
-rw-r--r-- 1 root root 221K Sep 24 2014 symvers-3.0.101-0.40-default.gz
-rw-r--r-- 1 root root 219K Jun 14 2013 symvers-3.0.76-0.11-default.gz
-rw-r--r-- 1 root root 4.5M Sep 24 2014 vmlinux-3.0.101-0.40-default.gz
-rw-r--r-- 1 root root 4.4M Jun 14 2013 vmlinux-3.0.76-0.11-default.gz
lrwxrwxrwx 1 root root 28 Jan 18 17:47 vmlinuz -> vmlinuz-3.0.101-0.40-default
-rw-r--r-- 1 root root 3.8M Sep 24 2014 vmlinuz-3.0.101-0.40-default
-rw-r--r-- 1 root root 3.8M Jun 14 2013 vmlinuz-3.0.76-0.11-default
susetemp:~ # reboot
hana22:~ # uname -a
Linux hana22 3.0.101-0.40-default #1 SMP Thu Sep 18 13:09:38 UTC 2014 (44b8c95) x86_64 x86_64 x86_64 GNU/Linux
Upgrade to SP4 from SP3
1. boot from SP4 DVD1
2. must select \
3. select \
正在阅读:
升级SUSE到SP4 - 图文09-13
走进拉贝故居 - 图文05-01
丘吉尔《我的早年生活》原文阅读04-18
妇产科题库答案06-09
B-2010-2011无机化学期末考试题10-16
“80后”县委书记、县长全录05-04
Pix4Dmapper作业指导(航测版)06-10
汽车蓄电池充电器毕业论文 - 图文09-16
8企业投融资决策及重组习题03-15
企业财务评价体系探讨05-31
- 《明天不封阳台》研讨课教学反思资料
- 日本国概况 教学及考核大纲资料
- 人教版历史(2016)上册教学设计-第17课 西晋的短暂统一和北方各
- 《尊严》教学设计资料
- 《最简单的有机化合物-甲烷》教学设计资料
- 《春》教学设计6课件资料
- 《景泰蓝的制作》教学设计课件资料
- 《和时间赛跑》教学设计资料
- 《熔化和凝固》教学设计资料
- 稻田养鱼教学设计课件资料
- 《光的折射》创新教学设计资料
- 网页设计教学反思
- 离子晶体教学设计资料
- 江苏省南通市2016届高三教学情况调研(三)物理试卷资料
- 江苏省南通市2016届高三物理下学期第三次教学情况调研测试试题资
- 《掌声》获奖教学设计资料
- 学院学习科学发展观分析材料
- 含小括号的加减乘除混合运算教学设计重点讲义资料
- 软件技术基础教学大纲资料
- 古代小说戏曲专题教学辅导(第4章至第6章)课件资料
- 升级
- 图文
- SUSE
- SP4
- 企业价值评估 - DCF法与EVA法的比较研究
- 《数学教学生活化》开题报告 - 图文
- 专题7 电解质溶液和电离平衡
- 简讯第十期大漆完小 - 图文
- 检察机关如何应对非法证据排除新规定
- 钙钛矿太阳能电池的制备
- 中国广播专用喇叭行业市场调查研究报告(目录) - 图文
- 数字电路与逻辑设计模拟题
- 省档案局关于印发《湖北省国家综合档案馆业务建设规范》的通知
- 电子电工类综合理论第一次月考试卷
- 蓝鸽听力
- 课后网 专题六 - 平抛运动和类平抛运动的处理
- 2016年上半年上海一级建筑设计知识复习指导:建筑构造试题
- 《关于60岁以上人员规避劳务风险》
- 关于城市生活垃圾分类处理的社会调查报告
- 大豆储存 - 图文
- 天猫 商业模式分析
- 命题逻辑习题
- 纵横公路工程造价软件操作
- 人教版小学语文五年级下册《 回顾 拓展七》优质课教学设计 - 4