Last active
January 11, 2017 15:32
-
-
Save ygorth/c3ab7d9322f242bb349ea77f62314b5c to your computer and use it in GitHub Desktop.
Troubleshooting: StorNext File System Client 5.3.2.1 - CVFS - RHEL 7 - Kernel PANIC
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Red Hat Enterprise Linux Server release 7.2 (Maipo) - Linux 3.10.0-327.el7.x86_64 | |
# StorNext File System Client: | |
## Client Revision 5.3.2.1 Build 64849 Branch branches_5.3.2.1 BuildId A | Built for Linux 3.10.0-121.el7.x86_64 x86_64 | |
## File: snfs_client_RedHat7_x86_64.bin | MD5: 74a80625170e85089b39c351fb4fe246 | |
# Troubleshooting: StorNext File System Client 5.3.2.1 - Kernel PANIC | |
# kdump | vmcore-dmesg.txt: | |
[ 675.569471] CVFS: Linux Interface Verification | |
[ 675.569476] CVFS: Build kernel level = "3.10.0-121.el7.x86_64" | |
[ 675.569477] CVFS: Install kernel level = "3.10.0-327.el7.x86_64" | |
[ 675.569479] CVFS: Linux Interface Verification Complete, 12 items. | |
[ 676.560981] BUG: unable to handle kernel paging request at 00007ffc22ea93f0 | |
[ 676.561026] IP: [<ffffffffa07b6c0c>] HAmonSmithInterval+0xc/0x160 [cvfs] | |
[ 676.561079] PGD 1027098067 PUD 1019e2b067 PMD 10283d2067 PTE 800000200c598067 | |
[ 676.561117] Oops: 0001 [#1] SMP | |
... | |
[ 676.561507] CPU: 2 PID: 4902 Comm: fsmpm Tainted: P OE ------------ 3.10.0-327.el7.x86_64 #1 | |
... | |
# Solution: | |
## SMAP or Supervisor Mode Access Prevention in kernel is "causing" this problem. | |
1. Make a backup copy of the grub.cfg and add a line to /etc/default/grub: | |
GRUB_CMDLINE_LINUX_DEFAULT="nosmap nosmep" | |
2. Assuming this is not an EFI boot machine: | |
$ grub2-mkconfig -o /boot/grub2/grub.cfg | |
$ reboot | |
$ systemctl restart cvfs | |
$ systemctl status cvfs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment