Upgrade Linux Kernel on VCS installed
Hi all,
How i can update\upgrade linux kernel on my system, with VCS installed to the target system?
I update 2.6.32-71.el6.x86_64 to 2.6.32-279.el6.x86_64, but i have old kernel modules....
------------------------------------------
ls /etc/vx/kernel/
dmpaaa.ko.2.6.32-71.el6.x86_64 dmpCLARiiON.ko.2.6.32-71.el6.x86_64 dmpsvc.ko.2.6.32-71.el6.x86_64 vxio.ko.2.6.32-71.el6.x86_64
dmpaa.ko.2.6.32-71.el6.x86_64 dmpEngenio.ko.2.6.32-71.el6.x86_64 fdd.ko.2.6.32-71.el6.x86_64 vxodm.ko.2.6.32-71.el6.x86_64
dmpalua.ko.2.6.32-71.el6.x86_64 dmphuawei.ko.2.6.32-71.el6.x86_64 vxdmp.ko.2.6.32-71.el6.x86_64 vxportal.ko.2.6.32-71.el6.x86_64
dmpapf.ko.2.6.32-71.el6.x86_64 dmpjbod.ko.2.6.32-71.el6.x86_64 vxfs.ko.2.6.32-71.el6.x86_64 vxspec.ko.2.6.32-71.el6.x86_64
dmpapg.ko.2.6.32-71.el6.x86_64 dmpnetapp.ko.2.6.32-71.el6.x86_64 vxglm.ko.2.6.32-71.el6.x86_64
dmpap.ko.2.6.32-71.el6.x86_64 dmpsun7x10alua.ko.2.6.32-71.el6.x86_64 vxgms.ko.2.6.32-71.el6.x86_64
------------------------------------------
# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.3 (Santiago)
------------------------------------------
How i can generate new modules for kernel?!
UPD
[root@s-vrts-n2 ~]# lsmod
Module Size Used by
vxglm 289848 0
vxfen 297667 0
gab 283317 1 vxfen
llt 180985 5 gab
ipv6 322541 40
exportfs 4236 0
e1000e 222041 0
serio_raw 4818 0
i2c_i801 11231 0
sg 30124 0
iTCO_wdt 13934 0
iTCO_vendor_support 3088 1 iTCO_wdt
i5000_edac 8867 0
edac_core 46773 3 i5000_edac
i5k_amb 5105 0
ioatdma 58482 12
dca 7197 1 ioatdma
shpchp 33482 0
ext4 371331 3
mbcache 8144 1 ext4
jbd2 93312 1 ext4
sd_mod 39488 2
crc_t10dif 1541 1 sd_mod
sr_mod 16228 0
cdrom 39803 1 sr_mod
qla2xxx 400728 0
scsi_transport_fc 55235 1 qla2xxx
scsi_tgt 12173 1 scsi_transport_fc
ahci 40871 2
pata_acpi 3701 0
ata_generic 3837 0
ata_piix 22846 0
radeon 846316 1
ttm 82562 1 radeon
drm_kms_helper 34122 1 radeon
drm 250067 3 radeon,ttm,drm_kms_helper
i2c_algo_bit 5762 1 radeon
i2c_core 31276 5 i2c_i801,radeon,drm_kms_helper,drm,i2c_algo_bit
dm_mirror 14101 1
dm_region_hash 12170 1 dm_mirror
dm_log 10122 3 dm_mirror,dm_region_hash
dm_mod 81692 19 dm_mirror,dm_log
[root@s-vrts-n2 ~]# modinfo gab
filename: /lib/modules/2.6.32-279.el6.x86_64/veritas/vcs/gab.ko
license: Proprietary. Send bug reports to support@veritas.com
description: Group Membership and Atomic Broadcast 5.1.120.000-SP1PR2
author: VERITAS Software Corp.
srcversion: F43C75576C05662FB0ED8C8
depends: llt
vermagic: 2.6.32-71.el6.x86_64 SMP mod_unload modversions
parm: gab_logflag:int
parm: gab_numnids:maximum nodes in the cluster (1-128) (int)
parm: gab_numports:maximum gab ports allowed (1-32) (int)
parm: gab_flowctrl:queue depth that causes flow-control (1-128) (int)
parm: gab_logbufsize:internal log buffer size in bytes (8100-65400) (int)
parm: gab_msglogsize:maximum messages in internal message log (128-4096) (int)
parm: gab_isolate_time:maximum time to wait for isolated client (16000-240000) (int)
parm: gab_kill_ntries:number of times to attempt to kill client (3-10) (int)
parm: gab_kstat_size:Number of system statistics to maintain in GAB 60-240 (int)
parm: gab_conn_wait:maximum number of wait for CONNECTS message (1-256) (int)
parm: gab_ibuf_count:maximum number of intermediate buffers (0-32) (int)
[root@s-vrts-n2 ~]# uname -a
Linux s-vrts-n2.lab 2.6.32-279.el6.x86_64 #1 SMP Wed Jun 13 18:24:36 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
[root@s-vrts-n2 ~]#
Hi,
Going by the GAB info above, it would appear you are running VCS 5.1SP1PR2 with RHEL6.3.
RHEL6.3 should be supported with SFHA 5.1SP1RP3, here is the link to the release notes (check supported OS):
https://sort.symantec.com/documents/doc_details/sfha/5.1%20SP1%20RP3/Linux/ProductGuides/
Please note, that an issue has been found with running later RHEL 6.3 kernel updates
http://www.symantec.com/docs/TECH199665
cheers
tony