File and Object Storage

 View Only
Expand all | Collapse all

the GPFS Cluster cannot be started (tracedev.ko)

  • 1.  the GPFS Cluster cannot be started (tracedev.ko)

    Posted Wed February 24, 2021 09:43 AM

    After i run ./spectrumscale install

    it come out that mmgetstate showed GPFS is down

    cat /var/adm/ras/mmfs.log.latest

    2021-02-24_17:26:52.055+0800: runmmfs starting (27824)

    2021-02-24_17:26:52.074+0800: [I] Removing old /var/adm/ras/mmfs.log.* files:

    2021-02-24_17:26:52.109+0800: runmmfs: [I] Unloading modules from /lib/modules/4.18.0-240.15.1.el8_3.x86_64/extra

    2021-02-24_17:26:52.259+0800: runmmfs: [I] Loading modules from /lib/modules/4.18.0-240.15.1.el8_3.x86_64/extra

    insmod: ERROR: could not insert module /lib/modules/4.18.0-240.15.1.el8_3.x86_64/extra/tracedev.ko: Required key not available

    2021-02-24_17:26:52.292+0800: runmmfs: [I] Unloading modules from /lib/modules/4.18.0-240.15.1.el8_3.x86_64/extra

    2021-02-24_17:26:52.489+0800: runmmfs: [S] error in loading or unloading the mmfs kernel extension

    2021-02-24_17:26:52.499+0800: runmmfs: [I] stopping GPFS

    show i run

    # remove signature from module

    objcopy -R .module_sig tracedev.ko

    readelf -S tracedev.ko | grep module_sig

    ->no output shown

    rerun the ./spectrumscale install

    the cluster still cannot be started



    #SpectrumScale
    #Support
    #SupportMigration


  • 2.  RE: the GPFS Cluster cannot be started (tracedev.ko)

    Posted Wed February 24, 2021 09:55 AM

    # cat /usr/lpp/mmfs/src/config/env.mcr

    #define GPFS_ARCH_X86_64

    #define GPFS_LINUX

    LINUX_DISTRIBUTION := REDHAT_AS_LINUX

    #define LINUX_KERNEL_VERSION 41800240

    #define LINUX_KERNEL_VERSION_VERBOSE 418000240015001

    KERNEL_BUILD_DIR := /usr/src/kernels/4.18.0-240.15.1.el8_3.x86_64

    DEFINE_GPFS_ENC = -DGPFS_CRYPTO_KERNEL_SKCIPHER



    #SpectrumScale
    #Support
    #SupportMigration