root@ltciofvtr-s822l2-lp1:~# uname -a Linux ltciofvtr-s822l2-lp1 4.9.0-11-generic #12-Ubuntu SMP Mon Dec 12 16:16:45 UTC 2016 ppc64le ppc64le ppc64le GNU/Linux root@ltciofvtr-s822l2-lp1:~# cat /etc/default/kdump-tools # kdump-tools configuration # --------------------------------------------------------------------------- # USE_KDUMP - controls kdump will be configured # 0 - kdump kernel will not be loaded # 1 - kdump kernel will be loaded and kdump is configured # KDUMP_SYSCTL - controls when a panic occurs, using the sysctl # interface. The contents of this variable should be the # "variable=value ..." portion of the 'sysctl -w ' command. # If not set, the default value "kernel.panic_on_oops=1" will # be used. Disable this feature by setting KDUMP_SYSCTL=" " # Example - also panic on oom: # KDUMP_SYSCTL="kernel.panic_on_oops=1 vm.panic_on_oom=1" # USE_KDUMP=1 KDUMP_SYSCTL="kernel.panic_on_oops=1" # --------------------------------------------------------------------------- # Kdump Kernel: # KDUMP_KERNEL - A full pathname to a kdump kernel. # KDUMP_INITRD - A full pathname to the kdump initrd (if used). # If these are not set, kdump-config will try to use the current kernel # and initrd if it is relocatable. Otherwise, you will need to specify # these manually. KDUMP_KERNEL=/var/lib/kdump/vmlinuz KDUMP_INITRD=/var/lib/kdump/initrd.img # --------------------------------------------------------------------------- # vmcore Handling: # KDUMP_COREDIR - local path to save the vmcore to. # KDUMP_FAIL_CMD - This variable can be used to cause a reboot or # start a shell if saving the vmcore fails. If not set, "reboot -f" # is the default. # Example - start a shell if the vmcore copy fails: # KDUMP_FAIL_CMD="echo 'makedumpfile FAILED.'; /bin/bash; reboot -f" # KDUMP_DUMP_DMESG - This variable controls if the dmesg buffer is dumped. # If unset or set to 1, the dmesg buffer is dumped. If set to 0, the dmesg # buffer is not dumped. #KDUMP_COREDIR="/mnt/1/var/crash" #KDUMP_FAIL_CMD="reboot -f" #KDUMP_DUMP_DMESG= # KDUMP_NUM_DUMPS - This variable controls how many dump files are kept on # the machine to prevent running out of disk space. If set to 0 or unset, # the variable is ignored and no dump files are automatically purged. #KDUMP_COREDIR="/var/crash" #KDUMP_FAIL_CMD="reboot -f" #KDUMP_DUMP_DMESG= #KDUMP_NUM_DUMPS= # --------------------------------------------------------------------------- # Makedumpfile options: # MAKEDUMP_ARGS - extra arguments passed to makedumpfile (8). The default, # if unset, is to pass '-c -d 31' telling makedumpfile to use compression # and reduce the corefile to in-use kernel pages only. #MAKEDUMP_ARGS="-c -d 31" # --------------------------------------------------------------------------- # Kexec/Kdump args # KDUMP_KEXEC_ARGS - Additional arguments to the kexec command used to load # the kdump kernel # Example - Use this option on x86 systems with PAE and more than # 4 gig of memory: # KDUMP_KEXEC_ARGS="--elf64-core-headers" # KDUMP_CMDLINE - The default is to use the contents of /proc/cmdline. # Set this variable to override /proc/cmdline. # KDUMP_CMDLINE_APPEND - Additional arguments to append to the command line # for the kdump kernel. If unset, it defaults to # "irqpoll nr_cpus=1 nousb systemd.unit=kdump-tools.service ata_piix.prefer_ms_hyperv=0" #KDUMP_KEXEC_ARGS="" #KDUMP_CMDLINE="" #KDUMP_CMDLINE_APPEND="irqpoll nr_cpus=1 nousb systemd.unit=kdump-tools.service ata_piix.prefer_ms_hyperv=0" # --------------------------------------------------------------------------- # Architecture specific Overrides: # --------------------------------------------------------------------------- # Remote dump facilities: # SSH - username and hostname of the remote server that will receive the dump # and dmesg files. # SSH_KEY - Full path of the ssh private key to be used to login to the remote # server. use kdump-config propagate to send the public key to the # remote server # HOSTTAG - Select if hostname of IP address will be used as a prefix to the # timestamped directory when sending files to the remote server. # 'ip' is the default. # NFS - Hostname and mount point of the NFS server configured to receive # the crash dump. The syntax must be {HOSTNAME}:{MOUNTPOINT} # (e.g. remote:/var/crash) # NFS_TIMEO - Timeout before NFS retries a request. See man nfs(5) for details. # NFS_RETRANS - Number of times NFS client retries a request. See man nfs(5) for details. # SSH="" # # SSH_KEY="" # # HOSTTAG="hostname|[ip]" # # NFS="" # NFS_TIMEO="600" # NFS_RETRANS="3" NFS="9.47.67.119:/home/tools/var/crash/" root@ltciofvtr-s822l2-lp1:~# mount | grep mnt 9.47.67.119:/home/tools on /mnt type nfs4 (rw,relatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=9.47.67.159,local_lock=none,addr=9.47.67.119) root@ltciofvtr-s822l2-lp1:~# dpkg -s kdump-tools Package: kdump-tools Status: install ok installed Priority: optional Section: devel Installed-Size: 97 Maintainer: Louis Bouchard Architecture: all Source: makedumpfile Version: 1:1.6.1-1 Depends: debconf (>= 0.5) | debconf-2.0, init-system-helpers (>= 1.18~), kexec-tools (>= 1:2.0.10-2), makedumpfile, debconf, bsdmainutils, lsb-base (>= 3.0-6) Conffiles: /etc/default/grub.d/kdump-tools..ppc64el a8cdf14f1bec0de94332aca28cd10aa3 /etc/default/grub.d/kdump-tools.default 65e15dd8a1a38577e0e85d6ea6baa69c /etc/default/kdump-tools 8b4c5988052bf6fca995eb7c7c51049a /etc/init.d/kdump-tools fda7d54408837ebe7749aad2bc88b61e /etc/init/kdump-tools.conf c5e6e4c3eb8cd026a425ad51f399a837 /etc/kernel/postinst.d/kdump-tools 425aad9765cfbc8a5896b58e139c3268 /etc/kernel/postrm.d/kdump-tools a3cd441ae7104fe5bfc48338cc937123 Description: scripts and tools for automating kdump (Linux crash dumps) kdump-tools provides an init script and a configuration script for automating the use of kdump. It uses the makedumpfile utility to reduce the size of the /proc/vmcore file based on user preferences. . After installing, please see /usr/share/doc/kdump-tools/README.Debian for information on enabling and configuring kdump. root@ltciofvtr-s822l2-lp1:~# echo c > /proc/sysrq-trigger [ 3507.353028] sysrq: SysRq : Trigger a crash [ 3507.353119] Unable to handle kernel paging request for data at address 0x00000000 [ 3507.353196] Faulting instruction address: 0xc0000000006af628 [ 3507.353261] Oops: Kernel access of bad area, sig: 11 [#1] [ 3507.353312] SMP NR_CPUS=2048 [ 3507.353338] NUMA [ 3507.353364] PowerNV [ 3507.353392] Modules linked in: xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge stp llc kvm_hv kvm_pr kvm ebtable_filter ebtables rpcsec_gss_krb5 nfsv4 nfs fscache ip6table_filter ip6_tables iptable_filter vmx_crypto ipmi_powernv ipmi_msghandler leds_powernv powernv_rng powernv_op_panel uio_pdrv_genirq uio nfsd auth_rpcgss nfs_acl lockd grace sunrpc bonding lp parport ip_tables x_tables autofs4 mlx4_en ses enclosure scsi_transport_sas crc32c_vpmsum mlx5_core mlx4_core lpfc tg3 cxgb3 ipr devlink scsi_transport_fc mdio [ 3507.354310] CPU: 139 PID: 9525 Comm: bash Not tainted 4.9.0-11-generic #12-Ubuntu [ 3507.354386] task: c00000075ae22600 task.stack: c00000075aec8000 [ 3507.354450] NIP: c0000000006af628 LR: c0000000006b0698 CTR: c0000000006af600 [ 3507.354524] REGS: c00000075aecb9f0 TRAP: 0300 Not tainted (4.9.0-11-generic) [ 3507.354599] MSR: 9000000000009033 [ 3507.354764] CR: 28422222 XER: 20000000 [ 3507.354802] CFAR: c000000000008a60 DAR: 0000000000000000 DSISR: 42000000 SOFTE: 1 GPR00: c0000000006b0698 c00000075aecbc70 c00000000141a400 0000000000000063 GPR04: c0000007fcacade8 c0000007fcadfc40 c000000fff710000 0000000000023e98 GPR08: 0000000000000007 0000000000000001 0000000000000000 0000000000000001 GPR12: c0000000006af600 c000000007bce300 0000000010180df8 0000000010189e60 GPR16: 0000000010189ed8 00000000101511d0 000000001018bd88 000000001018de78 GPR20: 0000010003a47a48 0000000000000001 0000000010164540 0000000010163b70 GPR24: 00003ffff2eac144 00003ffff2eac140 c00000000137a3c0 0000000000000004 GPR28: c00000000137a780 0000000000000063 c0000000012edde8 0000000000000000 NIP [c0000000006af628] sysrq_handle_crash+0x28/0x30 [ 3507.355859] LR [c0000000006b0698] __handle_sysrq+0xe8/0x280 [ 3507.355909] Call Trace: [ 3507.355937] [c00000075aecbc70] [c0000000006b0678] __handle_sysrq+0xc8/0x280 (unreliable) [ 3507.356026] [c00000075aecbd10] [c0000000006b0dec] write_sysrq_trigger+0x6c/0x90 [ 3507.356116] [c00000075aecbd40] [c0000000003b8848] proc_reg_write+0x88/0xd0 [ 3507.356260] [c00000075aecbd70] [c00000000031910c] __vfs_write+0x3c/0x70 [ 3507.356406] [c00000075aecbd90] [c00000000031a374] vfs_write+0xd4/0x240 [ 3507.356544] [c00000075aecbde0] [c00000000031bed8] SyS_write+0x68/0x110 [ 3507.356684] [c00000075aecbe30] [c00000000000bd84] system_call+0x38/0xe0 [ 3507.356823] Instruction dump: [ 3507.356899] 60000000 60000000 3c4c00d7 3842ae00 7c0802a6 60000000 3d22001a 39498d60 [ 3507.357159] 39200001 912a0000 7c0004ac 39400000 <992a0000> 4e800020 3c4c00d7 3842add0 [ 3507.357424] ---[ end trace 421f1abb668fc1ec ]--- [ 3507.357518] [ 3507.357623] Sending IPI to other CPUs [ 3507.358780] IPI complete [ 3507.361215] kexec: waiting for cpu 0 (physical 32) to enter OPAL [ 3507.365428] kexec: waiting for cpu 1 (physical 33) to enter OPAL [ 0.000000] opal: OPAL detected ! [ 0.000000] Aligned nr_cpus to SMT=8, nr_cpu_ids = 8 [ 0.000000] Adjusted logical boot cpu id: logical 3 physical 227 [ 0.000000] Page sizes from device-tree: [ 0.000000] base_shift=12: shift=12, sllp=0x0000, avpnm=0x00000000, tlbiel=1, penc=0 [ 0.000000] base_shift=12: shift=16, sllp=0x0000, avpnm=0x00000000, tlbiel=1, penc=7 [ 0.000000] base_shift=12: shift=24, sllp=0x0000, avpnm=0x00000000, tlbiel=1, penc=56 [ 0.000000] base_shift=16: shift=16, sllp=0x0110, avpnm=0x00000000, tlbiel=1, penc=1 [ 0.000000] base_shift=16: shift=24, sllp=0x0110, avpnm=0x00000000, tlbiel=1, penc=8 [ 0.000000] base_shift=24: shift=24, sllp=0x0100, avpnm=0x00000001, tlbiel=0, penc=0 [ 0.000000] base_shift=34: shift=34, sllp=0x0120, avpnm=0x000007ff, tlbiel=0, penc=3 [ 0.000000] Using 1TB segments [ 0.000000] Initializing hash mmu with SLB [ 0.000000] Linux version 4.9.0-11-generic (buildd@bos01-ppc64el-021) (gcc version 6.2.1 20161124 (Ubuntu 6.2.1-5ubuntu1) ) #12-Ubuntu SMP Mon Dec 12 16:16:45 UTC 2016 (Ubuntu 4.9.0-11.12-generic 4.9.0) [ 0.000000] Found initrd at 0xc000000009790000:0xc00000000a5f1cf4 [ 0.000000] Using PowerNV machine description [ 0.000000] bootconsole [udbg0] enabled [ 0.000000] CPU maps initialized for 8 threads per core -> smp_release_cpus() spinning_secondaries = 159 <- smp_release_cpus() [ 0.000000] ----------------------------------------------------- [ 0.000000] ppc64_pft_size = 0x0 [ 0.000000] phys_mem_size = 0x48000000 [ 0.000000] dcache_bsize = 0x80 [ 0.000000] icache_bsize = 0x80 [ 0.000000] cpu_features = 0x37fc7aed18500249 [ 0.000000] possible = 0x7fffffff18500649 [ 0.000000] always = 0x0000000018100040 [ 0.000000] cpu_user_features = 0xdc0065c2 0xef000000 [ 0.000000] mmu_features = 0x7c004001 [ 0.000000] firmware_features = 0x0000000110000000 [ 0.000000] htab_address = 0xc000000047e00000 [ 0.000000] htab_hash_mask = 0x3fff [ 0.000000] physical_start = 0x8000000 [ 0.000000] ----------------------------------------------------- [ 0.000000] cma: Reserved 64 MiB at 0x0000000043000000 [ 0.000000] numa: Initmem setup node 0 [mem 0x00000000-0x47ffffff] [ 0.000000] numa: NODE_DATA [mem 0x47d3e300-0x47d47fff] [ 0.000000] numa: Initmem setup node 1 [ 0.000000] numa: NODE_DATA [mem 0x47d24600-0x47d2e2ff] [ 0.000000] numa: NODE_DATA(1) on node 0 [ 0.000000] numa: Initmem setup node 16 [ 0.000000] numa: NODE_DATA [mem 0x47d1a900-0x47d245ff] [ 0.000000] numa: NODE_DATA(16) on node 0 [ 0.000000] Initializing IODA2 PHB (/pciex@3fffe40000000) [ 0.000000] PCI host bridge /pciex@3fffe40000000 (primary) ranges: [ 0.000000] MEM 0x00003fe000000000..0x00003fe07ffeffff -> 0x0000000080000000 [ 0.000000] MEM 0x00003b0000000000..0x00003b0fffffffff -> 0x00003b0000000000 (M64 #0..15) [ 0.000000] Using M64 #15 as default window [ 0.000000] 256 (255) PE's M32: 0x80000000 [segment=0x800000] [ 0.000000] M64: 0x1000000000 [segment=0x10000000] [ 0.000000] Allocated bitmap for 2040 MSIs (base IRQ 0x800) [ 0.000000] Issue PHB reset ... [ 0.000000] Initializing IODA2 PHB (/pciex@3fffe40100000) [ 0.000000] PCI host bridge /pciex@3fffe40100000 ranges: [ 0.000000] MEM 0x00003fe080000000..0x00003fe0fffeffff -> 0x0000000080000000 [ 0.000000] MEM 0x00003b1000000000..0x00003b1fffffffff -> 0x00003b1000000000 (M64 #0..15) [ 0.000000] Using M64 #15 as default window [ 0.000000] 256 (255) PE's M32: 0x80000000 [segment=0x800000] [ 0.000000] M64: 0x1000000000 [segment=0x10000000] [ 0.000000] Allocated bitmap for 2040 MSIs (base IRQ 0x1000) [ 0.000000] Issue PHB reset ... [ 0.000000] Initializing IODA2 PHB (/pciex@3fffe40400000) [ 0.000000] PCI host bridge /pciex@3fffe40400000 ranges: [ 0.000000] MEM 0x00003fe200000000..0x00003fe27ffeffff -> 0x0000000080000000 [ 0.000000] MEM 0x00003b4000000000..0x00003b4fffffffff -> 0x00003b4000000000 (M64 #0..15) [ 0.000000] Using M64 #15 as default window [ 0.000000] 256 (255) PE's M32: 0x80000000 [segment=0x800000] [ 0.000000] M64: 0x1000000000 [segment=0x10000000] [ 0.000000] Allocated bitmap for 2040 MSIs (base IRQ 0x2800) [ 0.000000] Issue PHB reset ... [ 0.000000] Initializing IODA2 PHB (/pciex@3fffe40500000) [ 0.000000] PCI host bridge /pciex@3fffe40500000 ranges: [ 0.000000] MEM 0x00003fe280000000..0x00003fe2fffeffff -> 0x0000000080000000 [ 0.000000] MEM 0x00003b5000000000..0x00003b5fffffffff -> 0x00003b5000000000 (M64 #0..15) [ 0.000000] Using M64 #15 as default window [ 0.000000] 256 (255) PE's M32: 0x80000000 [segment=0x800000] [ 0.000000] M64: 0x1000000000 [segment=0x10000000] [ 0.000000] Allocated bitmap for 2040 MSIs (base IRQ 0x3000) [ 0.000000] Issue PHB reset ... [ 0.000000] Initializing IODA2 PHB (/pciex@3fffe42000000) [ 0.000000] PCI host bridge /pciex@3fffe42000000 ranges: [ 0.000000] MEM 0x00003ff000000000..0x00003ff07ffeffff -> 0x0000000080000000 [ 0.000000] MEM 0x00003d0000000000..0x00003d0fffffffff -> 0x00003d0000000000 (M64 #0..15) [ 0.000000] Using M64 #15 as default window [ 0.000000] 256 (255) PE's M32: 0x80000000 [segment=0x800000] [ 0.000000] M64: 0x1000000000 [segment=0x10000000] [ 0.000000] Allocated bitmap for 2040 MSIs (base IRQ 0x20800) [ 0.000000] Issue PHB reset ... [ 0.000000] Initializing IODA2 PHB (/pciex@3fffe42400000) [ 0.000000] PCI host bridge /pciex@3fffe42400000 ranges: [ 0.000000] MEM 0x00003ff200000000..0x00003ff27ffeffff -> 0x0000000080000000 [ 0.000000] MEM 0x00003d4000000000..0x00003d4fffffffff -> 0x00003d4000000000 (M64 #0..15) [ 0.000000] Using M64 #15 as default window [ 0.000000] 256 (255) PE's M32: 0x80000000 [segment=0x800000] [ 0.000000] M64: 0x1000000000 [segment=0x10000000] [ 0.000000] Allocated bitmap for 2040 MSIs (base IRQ 0x22800) [ 0.000000] Issue PHB reset ... [ 0.000000] Initializing IODA2 PHB (/pciex@3fffe42500000) [ 0.000000] PCI host bridge /pciex@3fffe42500000 ranges: [ 0.000000] MEM 0x00003ff280000000..0x00003ff2fffeffff -> 0x0000000080000000 [ 0.000000] MEM 0x00003d5000000000..0x00003d5fffffffff -> 0x00003d5000000000 (M64 #0..15) [ 0.000000] Using M64 #15 as default window [ 0.000000] 256 (255) PE's M32: 0x80000000 [segment=0x800000] [ 0.000000] M64: 0x1000000000 [segment=0x10000000] [ 0.000000] Allocated bitmap for 2040 MSIs (base IRQ 0x23000) [ 0.000000] Issue PHB reset ... [ 0.000000] OPAL nvram setup, 1048576 bytes [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x0000000047ffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000047ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000047ffffff] [ 0.000000] Could not find start_pfn for node 1 [ 0.000000] Initmem setup node 1 [mem 0x0000000000000000-0x0000000000000000] [ 0.000000] Could not find start_pfn for node 16 [ 0.000000] Initmem setup node 16 [mem 0x0000000000000000-0x0000000000000000] [ 0.000000] percpu: Embedded 3 pages/cpu @c000000047800000 s149144 r0 d47464 u262144 [ 0.000000] Built 3 zonelists in Node order, mobility grouping on. Total pages: 18414 [ 0.000000] Policy zone: DMA [ 0.000000] Kernel command line: root=UUID=c16cde7f-5068-42fb-bf70-78f72c91f8c6 ro irqpoll nr_cpus=1 nousb systemd.unit=kdump-tools.service ata_piix.prefer_ms_hyperv=0 elfcorehdr=155072K [ 0.000000] Misrouted IRQ fixup and polling support enabled [ 0.000000] This may significantly impact system performance [ 0.000000] PID hash table entries: 4096 (order: -1, 32768 bytes) [ 0.000000] Sorting __ex_table... [ 0.000000] Memory: 667200K/1179648K available (11456K kernel code, 1600K rwdata, 3312K rodata, 4416K init, 3035K bss, 446912K reserved, 65536K cma-reserved) [ 0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=8, Nodes=17 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=2048 to nr_cpu_ids=8. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8 [ 0.000000] NR_IRQS:512 nr_irqs:512 16 [ 0.000000] ICS OPAL backend registered [ 0.000004] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x761537d007, max_idle_ns: 440795202126 ns [ 0.001652] clocksource: timebase mult[1f40000] shift[24] registered [ 0.002801] Console: colour dummy device 80x25 [ 0.004467] console [hvc0] enabled [ 0.004467] console [hvc0] enabled [ 0.005585] bootconsole [udbg0] disabled [ 0.005585] bootconsole [udbg0] disabled [ 0.006979] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl [ 0.007169] pid_max: default: 32768 minimum: 301 [ 0.007508] Security Framework initialized [ 0.007555] Yama: becoming mindful. [ 0.007632] AppArmor: AppArmor initialized [ 0.007826] Dentry cache hash table entries: 131072 (order: 4, 1048576 bytes) [ 0.009151] Inode-cache hash table entries: 65536 (order: 3, 524288 bytes) [ 0.009923] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes) [ 0.010085] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes) [ 0.011417] ftrace: allocating 30366 entries in 12 pages [ 0.039934] EEH: PowerNV platform initialized [ 0.040028] POWER8 performance monitor hardware support registered [ 0.040110] power8-pmu: PMAO restore workaround active. [ 0.046585] Brought up 8 CPUs [ 0.046698] numa: Node 0 CPUs: [ 0.046831] numa: Node 1 CPUs: 0-7 [ 0.047032] numa: Node 16 CPUs: [ 0.050777] devtmpfs: initialized [ 0.207708] evm: security.selinux [ 0.207792] evm: security.SMACK64 [ 0.207856] evm: security.SMACK64EXEC [ 0.207918] evm: security.SMACK64TRANSMUTE [ 0.207990] evm: security.SMACK64MMAP [ 0.208052] evm: security.ima [ 0.208114] evm: security.capability [ 0.209679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.211195] NET: Registered protocol family 16 [ 0.211747] IBM eBus Device Driver [ 0.224027] cpuidle: using governor ladder [ 0.252065] cpuidle: using governor menu [ 0.252526] pstore: using zlib compression [ 0.252593] pstore: Registered nvram as persistent store backend [ 0.261412] PCI: Probing PCI hardware [ 0.261744] PCI host bridge to bus 0000:00 [ 0.261824] pci_bus 0000:00: root bus resource [mem 0x3fe000000000-0x3fe07ffeffff] (bus address [0x80000000-0xfffeffff]) [ 0.261988] pci_bus 0000:00: root bus resource [mem 0x3b0000000000-0x3b0fdfffffff 64bit pref] [ 0.262132] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.264300] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.264779] PCI host bridge to bus 0001:00 [ 0.264855] pci_bus 0001:00: root bus resource [mem 0x3fe080000000-0x3fe0fffeffff] (bus address [0x80000000-0xfffeffff]) [ 0.265020] pci_bus 0001:00: root bus resource [mem 0x3b1000000000-0x3b1fdfffffff 64bit pref] [ 0.265162] pci_bus 0001:00: root bus resource [bus 00-ff] [ 0.267328] pci 0001:00:00.0: PCI bridge to [bus 01-05] [ 0.270910] pci 0001:01:00.0: PCI bridge to [bus 02-05] [ 0.274609] pci 0001:03:00.0: VF(n) BAR0 space: [mem 0x00000000-0x0007ffff 64bit pref] (contains BAR0 for 8 VFs) [ 0.276018] pci 0001:03:00.0: VF BAR0: [mem 0x00000000-0x00ffffff 64bit pref] (expanded to 256 VFs for PE alignment) [ 0.278527] pci 0001:03:00.1: VF(n) BAR0 space: [mem 0x00000000-0x0007ffff 64bit pref] (contains BAR0 for 8 VFs) [ 0.279895] pci 0001:03:00.1: VF BAR0: [mem 0x00000000-0x00ffffff 64bit pref] (expanded to 256 VFs for PE alignment) [ 0.282389] pci 0001:03:00.2: VF(n) BAR0 space: [mem 0x00000000-0x0007ffff 64bit pref] (contains BAR0 for 8 VFs) [ 0.283757] pci 0001:03:00.2: VF BAR0: [mem 0x00000000-0x00ffffff 64bit pref] (expanded to 256 VFs for PE alignment) [ 0.286252] pci 0001:03:00.3: VF(n) BAR0 space: [mem 0x00000000-0x0007ffff 64bit pref] (contains BAR0 for 8 VFs) [ 0.287627] pci 0001:03:00.3: VF BAR0: [mem 0x00000000-0x00ffffff 64bit pref] (expanded to 256 VFs for PE alignment) [ 0.288446] pci 0001:02:01.0: PCI bridge to [bus 03] [ 0.290169] pci 0001:02:08.0: PCI bridge to [bus 04] [ 0.293476] pci 0001:05:00.0: VF(n) BAR2 space: [mem 0x00000000-0x0fffffff 64bit pref] (contains BAR2 for 8 VFs) [ 0.294812] pci 0001:05:00.0: VF BAR2: [mem 0x00000000-0x1ffffffff 64bit pref] (expanded to 256 VFs for PE alignment) [ 0.295425] pci 0001:02:09.0: PCI bridge to [bus 05] [ 0.295972] PCI host bridge to bus 0002:00 [ 0.296049] pci_bus 0002:00: root bus resource [mem 0x3fe200000000-0x3fe27ffeffff] (bus address [0x80000000-0xfffeffff]) [ 0.296213] pci_bus 0002:00: root bus resource [mem 0x3b4000000000-0x3b4fdfffffff 64bit pref] [ 0.296365] pci_bus 0002:00: root bus resource [bus 00-ff] [ 0.297423] pci 0002:00:00.0: PCI bridge to [bus 01-ff] [ 0.297809] PCI host bridge to bus 0003:00 [ 0.297883] pci_bus 0003:00: root bus resource [mem 0x3fe280000000-0x3fe2fffeffff] (bus address [0x80000000-0xfffeffff]) [ 0.298046] pci_bus 0003:00: root bus resource [mem 0x3b5000000000-0x3b5fdfffffff 64bit pref] [ 0.298187] pci_bus 0003:00: root bus resource [bus 00-ff] [ 0.300425] pci 0003:00:00.0: PCI bridge to [bus 01-0b] [ 0.305841] pci 0003:01:00.0: PCI bridge to [bus 02-0b] [ 0.310047] pci 0003:02:01.0: PCI bridge to [bus 03] [ 0.311480] pci 0003:02:08.0: PCI bridge to [bus 04] [ 0.316334] pci 0003:02:09.0: PCI bridge to [bus 05] [ 0.316939] pci 0003:02:10.0: PCI bridge to [bus 06-0a] [ 0.320411] pci 0003:02:11.0: PCI bridge to [bus 0b] [ 0.320993] PCI host bridge to bus 0004:00 [ 0.321067] pci_bus 0004:00: root bus resource [mem 0x3ff000000000-0x3ff07ffeffff] (bus address [0x80000000-0xfffeffff]) [ 0.321229] pci_bus 0004:00: root bus resource [mem 0x3d0000000000-0x3d0fdfffffff 64bit pref] [ 0.321371] pci_bus 0004:00: root bus resource [bus 00-ff] [ 0.327794] pci 0004:00:00.0: PCI bridge to [bus 01] [ 0.328260] PCI host bridge to bus 0005:00 [ 0.328335] pci_bus 0005:00: root bus resource [mem 0x3ff200000000-0x3ff27ffeffff] (bus address [0x80000000-0xfffeffff]) [ 0.328497] pci_bus 0005:00: root bus resource [mem 0x3d4000000000-0x3d4fdfffffff 64bit pref] [ 0.328648] pci_bus 0005:00: root bus resource [bus 00-ff] [ 0.330709] pci 0005:00:00.0: PCI bridge to [bus 01] [ 0.331114] PCI host bridge to bus 0006:00 [ 0.331188] pci_bus 0006:00: root bus resource [mem 0x3ff280000000-0x3ff2fffeffff] (bus address [0x80000000-0xfffeffff]) [ 0.331348] pci_bus 0006:00: root bus resource [mem 0x3d5000000000-0x3d5fdfffffff 64bit pref] [ 0.331488] pci_bus 0006:00: root bus resource [bus 00-ff] [ 0.332659] pci 0006:00:00.0: PCI bridge to [bus 01-ff] [ 0.332914] pci 0000:00:00.0: BAR 14: assigned [mem 0x3fe000000000-0x3fe000ffffff] [ 0.333047] pci 0000:01:00.0: BAR 2: assigned [mem 0x3fe000000000-0x3fe0007fffff 64bit] [ 0.333208] pci 0000:01:00.0: BAR 6: assigned [mem 0x3fe000800000-0x3fe00087ffff pref] [ 0.333335] pci 0000:01:00.0: BAR 0: assigned [mem 0x3fe000880000-0x3fe000880fff 64bit] [ 0.333496] pci 0000:01:00.0: BAR 4: assigned [mem 0x3fe000881000-0x3fe000881fff 64bit] [ 0.333658] pci 0000:00 : [PE# 254] Secondary bus 0 associated with PE#254 [ 0.334789] pci 0000:01 : [PE# 253] Secondary bus 1 associated with PE#253 [ 0.335971] pci 0000:01 : [PE# 253] Setting up 32-bit TCE table at 0..80000000 [ 0.360881] IOMMU table initialized, virtual merging enabled [ 0.360989] pci 0000:01 : [PE# 253] Setting up window#0 0..3fffffff pg=1000 [ 0.361114] pci 0000:01 : [PE# 253] Enabling 64-bit DMA bypass [ 0.361231] iommu: Adding device 0000:01:00.0 to group 0 [ 0.361317] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.361417] pci 0000:00:00.0: bridge window [mem 0x3fe000000000-0x3fe07fefffff] [ 0.361791] pci 0001:00:00.0: BAR 15: assigned [mem 0x3b1000000000-0x3b137fffffff 64bit pref] [ 0.361936] pci 0001:00:00.0: BAR 14: assigned [mem 0x3fe080000000-0x3fe081ffffff] [ 0.362060] pci 0001:00:00.0: BAR 13: no space for [io size 0x3000] [ 0.362164] pci 0001:00:00.0: BAR 13: failed to assign [io size 0x3000] [ 0.362275] pci 0001:01:00.0: BAR 15: assigned [mem 0x3b1000000000-0x3b137fffffff 64bit pref] [ 0.362418] pci 0001:01:00.0: BAR 14: assigned [mem 0x3fe080000000-0x3fe0817fffff] [ 0.362542] pci 0001:01:00.0: BAR 0: assigned [mem 0x3fe081800000-0x3fe08183ffff] [ 0.362677] pci 0001:01:00.0: BAR 13: no space for [io size 0x3000] [ 0.362781] pci 0001:01:00.0: BAR 13: failed to assign [io size 0x3000] [ 0.362897] pci 0001:02:09.0: BAR 15: assigned [mem 0x3b1000000000-0x3b12ffffffff 64bit pref] [ 0.363043] pci 0001:02:01.0: BAR 15: assigned [mem 0x3b1300000000-0x3b130fffffff 64bit pref] [ 0.363185] pci 0001:02:08.0: BAR 15: assigned [mem 0x3b1310000000-0x3b131fffffff 64bit pref] [ 0.363327] pci 0001:02:01.0: BAR 14: assigned [mem 0x3fe080000000-0x3fe0807fffff] [ 0.363452] pci 0001:02:08.0: BAR 14: assigned [mem 0x3fe080800000-0x3fe080ffffff] [ 0.363575] pci 0001:02:09.0: BAR 14: assigned [mem 0x3fe081000000-0x3fe0817fffff] [ 0.363698] pci 0001:02:01.0: BAR 13: no space for [io size 0x1000] [ 0.363802] pci 0001:02:01.0: BAR 13: failed to assign [io size 0x1000] [ 0.363906] pci 0001:02:08.0: BAR 13: no space for [io size 0x1000] [ 0.364009] pci 0001:02:08.0: BAR 13: failed to assign [io size 0x1000] [ 0.364114] pci 0001:02:09.0: BAR 13: no space for [io size 0x1000] [ 0.364216] pci 0001:02:09.0: BAR 13: failed to assign [io size 0x1000] [ 0.364339] pci 0001:03:00.0: BAR 7: assigned [mem 0x3b1300000000-0x3b1300ffffff 64bit pref] [ 0.364711] pci 0001:03:00.1: BAR 7: assigned [mem 0x3b1301000000-0x3b1301ffffff 64bit pref] [ 0.365069] pci 0001:03:00.2: BAR 7: assigned [mem 0x3b1302000000-0x3b1302ffffff 64bit pref] [ 0.365424] pci 0001:03:00.3: BAR 7: assigned [mem 0x3b1303000000-0x3b1303ffffff 64bit pref] [ 0.365781] pci 0001:03:00.0: BAR 6: assigned [mem 0x3fe080000000-0x3fe08007ffff pref] [ 0.365906] pci 0001:03:00.1: BAR 6: assigned [mem 0x3fe080080000-0x3fe0800fffff pref] [ 0.366031] pci 0001:03:00.2: BAR 6: assigned [mem 0x3fe080100000-0x3fe08017ffff pref] [ 0.366156] pci 0001:03:00.3: BAR 6: assigned [mem 0x3fe080180000-0x3fe0801fffff pref] [ 0.366282] pci 0001:03:00.0: BAR 0: assigned [mem 0x3b1304000000-0x3b1304007fff 64bit pref] [ 0.366626] pci 0001:03:00.1: BAR 0: assigned [mem 0x3b1304008000-0x3b130400ffff 64bit pref] [ 0.366974] pci 0001:03:00.2: BAR 0: assigned [mem 0x3b1304010000-0x3b1304017fff 64bit pref] [ 0.367320] pci 0001:03:00.3: BAR 0: assigned [mem 0x3b1304018000-0x3b130401ffff 64bit pref] [ 0.367663] pci 0001:03:00.0: BAR 4: assigned [mem 0x3b1304020000-0x3b1304020fff 64bit pref] [ 0.368010] pci 0001:00 : [PE# 254] Secondary bus 0 associated with PE#254 [ 0.369160] pci 0001:03 : [PE# 048] Secondary bus 3 associated with PE#48 [ 0.370315] pci 0001:03 : [PE# 048] Setting up 32-bit TCE table at 0..80000000 [ 0.395275] pci 0001:03 : [PE# 048] Setting up window#0 0..3fffffff pg=1000 [ 0.395403] pci 0001:03 : [PE# 048] Enabling 64-bit DMA bypass [ 0.395518] iommu: Adding device 0001:03:00.0 to group 1 [ 0.395613] iommu: Adding device 0001:03:00.1 to group 1 [ 0.395707] iommu: Adding device 0001:03:00.2 to group 1 [ 0.395802] iommu: Adding device 0001:03:00.3 to group 1 [ 0.395888] pci 0001:02:01.0: PCI bridge to [bus 03] [ 0.395989] pci 0001:02:01.0: bridge window [mem 0x3fe080000000-0x3fe0807fffff] [ 0.396123] pci 0001:02:01.0: bridge window [mem 0x3b1300000000-0x3b130fffffff 64bit pref] [ 0.396287] pci 0001:04:00.0: BAR 6: assigned [mem 0x3fe080800000-0x3fe08081ffff pref] [ 0.396414] pci 0001:04:00.0: BAR 0: assigned [mem 0x3fe080820000-0x3fe08082ffff 64bit] [ 0.396574] pci 0001:04:00.0: BAR 2: assigned [mem 0x3fe080830000-0x3fe08083ffff 64bit] [ 0.396739] pci 0001:04 : [PE# 253] Secondary bus 4 associated with PE#253 [ 0.397895] pci 0001:04 : [PE# 253] Setting up 32-bit TCE table at 0..80000000 [ 0.422961] pci 0001:04 : [PE# 253] Setting up window#0 0..3fffffff pg=1000 [ 0.423087] pci 0001:04 : [PE# 253] Enabling 64-bit DMA bypass [ 0.423203] iommu: Adding device 0001:04:00.0 to group 2 [ 0.423288] pci 0001:02:08.0: PCI bridge to [bus 04] [ 0.423389] pci 0001:02:08.0: bridge window [mem 0x3fe080800000-0x3fe080ffffff] [ 0.423522] pci 0001:02:08.0: bridge window [mem 0x3b1310000000-0x3b131fffffff 64bit pref] [ 0.423688] pci 0001:05:00.0: BAR 9: assigned [mem 0x3b1000000000-0x3b11ffffffff 64bit pref] [ 0.423979] pci 0001:05:00.0: BAR 2: assigned [mem 0x3b1200000000-0x3b1201ffffff 64bit pref] [ 0.424267] pci 0001:05:00.0: BAR 0: assigned [mem 0x3fe081000000-0x3fe0810fffff 64bit] [ 0.424542] pci 0001:05:00.0: BAR 6: assigned [mem 0x3fe081100000-0x3fe0811fffff pref] [ 0.424676] pci 0001:05 : [PE# 032] Secondary bus 5 associated with PE#32 [ 0.425823] pci 0001:05 : [PE# 032] Setting up 32-bit TCE table at 0..80000000 [ 0.451002] pci 0001:05 : [PE# 032] Setting up window#0 0..3fffffff pg=1000 [ 0.451128] pci 0001:05 : [PE# 032] Enabling 64-bit DMA bypass [ 0.451244] iommu: Adding device 0001:05:00.0 to group 3 [ 0.451330] pci 0001:02:09.0: PCI bridge to [bus 05] [ 0.451431] pci 0001:02:09.0: bridge window [mem 0x3fe081000000-0x3fe0817fffff] [ 0.451565] pci 0001:02:09.0: bridge window [mem 0x3b1000000000-0x3b12ffffffff 64bit pref] [ 0.451730] pci 0001:02 : [PE# 252] Secondary bus 2 associated with PE#252 [ 0.452851] pci 0001:01:00.0: PCI bridge to [bus 02-05] [ 0.452953] pci 0001:01:00.0: bridge window [mem 0x3fe080000000-0x3fe0ffefffff] [ 0.453085] pci 0001:01:00.0: bridge window [mem 0x3b1000000000-0x3b1fdff0ffff 64bit pref] [ 0.453251] pci 0001:01 : [PE# 251] Secondary bus 1 associated with PE#251 [ 0.454380] pci 0001:00:00.0: PCI bridge to [bus 01-05] [ 0.454484] pci 0001:00:00.0: bridge window [mem 0x3fe080000000-0x3fe0ffefffff] [ 0.454618] pci 0001:00:00.0: bridge window [mem 0x3b1000000000-0x3b1fdff0ffff 64bit pref] [ 0.454947] pci 0001:00:00.0: BAR 13: no space for [io size 0x3000] [ 0.455052] pci 0001:00:00.0: BAR 13: failed to assign [io size 0x3000] [ 0.455158] pci 0001:01:00.0: BAR 13: no space for [io size 0x3000] [ 0.455261] pci 0001:01:00.0: BAR 13: failed to assign [io size 0x3000] [ 0.455370] pci 0001:02:01.0: BAR 13: no space for [io size 0x1000] [ 0.455474] pci 0001:02:01.0: BAR 13: failed to assign [io size 0x1000] [ 0.455579] pci 0001:02:08.0: BAR 13: no space for [io size 0x1000] [ 0.455683] pci 0001:02:08.0: BAR 13: failed to assign [io size 0x1000] [ 0.455787] pci 0001:02:09.0: BAR 13: no space for [io size 0x1000] [ 0.455891] pci 0001:02:09.0: BAR 13: failed to assign [io size 0x1000] [ 0.456016] pci 0001:02:01.0: PCI bridge to [bus 03] [ 0.456117] pci 0001:02:01.0: bridge window [mem 0x3fe080000000-0x3fe0807fffff] [ 0.456251] pci 0001:02:01.0: bridge window [mem 0x3b1300000000-0x3b130fffffff 64bit pref] [ 0.456410] pci 0001:02:08.0: PCI bridge to [bus 04] [ 0.456511] pci 0001:02:08.0: bridge window [mem 0x3fe080800000-0x3fe080ffffff] [ 0.456645] pci 0001:02:08.0: bridge window [mem 0x3b1310000000-0x3b131fffffff 64bit pref] [ 0.456811] pci 0001:02:09.0: PCI bridge to [bus 05] [ 0.456912] pci 0001:02:09.0: bridge window [mem 0x3fe081000000-0x3fe0817fffff] [ 0.457046] pci 0001:02:09.0: bridge window [mem 0x3b1000000000-0x3b12ffffffff 64bit pref] [ 0.457206] pci 0001:01:00.0: PCI bridge to [bus 02-05] [ 0.457308] pci 0001:01:00.0: bridge window [mem 0x3fe080000000-0x3fe0ffefffff] [ 0.457440] pci 0001:01:00.0: bridge window [mem 0x3b1000000000-0x3b1fdff0ffff 64bit pref] [ 0.457600] pci 0001:00:00.0: PCI bridge to [bus 01-05] [ 0.457700] pci 0001:00:00.0: bridge window [mem 0x3fe080000000-0x3fe0ffefffff] [ 0.457834] pci 0001:00:00.0: bridge window [mem 0x3b1000000000-0x3b1fdff0ffff 64bit pref] [ 0.458165] pci 0001:00:00.0: BAR 13: no space for [io size 0x3000] [ 0.458271] pci 0001:00:00.0: BAR 13: failed to assign [io size 0x3000] [ 0.458386] pci 0001:01:00.0: BAR 13: no space for [io size 0x3000] [ 0.458490] pci 0001:01:00.0: BAR 13: failed to assign [io size 0x3000] [ 0.458598] pci 0001:02:01.0: BAR 13: no space for [io size 0x1000] [ 0.458701] pci 0001:02:01.0: BAR 13: failed to assign [io size 0x1000] [ 0.458806] pci 0001:02:08.0: BAR 13: no space for [io size 0x1000] [ 0.458909] pci 0001:02:08.0: BAR 13: failed to assign [io size 0x1000] [ 0.459015] pci 0001:02:09.0: BAR 13: no space for [io size 0x1000] [ 0.459117] pci 0001:02:09.0: BAR 13: failed to assign [io size 0x1000] [ 0.459245] pci 0001:02:01.0: PCI bridge to [bus 03] [ 0.459345] pci 0001:02:01.0: bridge window [mem 0x3fe080000000-0x3fe0807fffff] [ 0.459480] pci 0001:02:01.0: bridge window [mem 0x3b1300000000-0x3b130fffffff 64bit pref] [ 0.459641] pci 0001:02:08.0: PCI bridge to [bus 04] [ 0.459744] pci 0001:02:08.0: bridge window [mem 0x3fe080800000-0x3fe080ffffff] [ 0.459878] pci 0001:02:08.0: bridge window [mem 0x3b1310000000-0x3b131fffffff 64bit pref] [ 0.460042] pci 0001:02:09.0: PCI bridge to [bus 05] [ 0.460145] pci 0001:02:09.0: bridge window [mem 0x3fe081000000-0x3fe0817fffff] [ 0.460278] pci 0001:02:09.0: bridge window [mem 0x3b1000000000-0x3b12ffffffff 64bit pref] [ 0.460439] pci 0001:01:00.0: PCI bridge to [bus 02-05] [ 0.460541] pci 0001:01:00.0: bridge window [mem 0x3fe080000000-0x3fe0ffefffff] [ 0.460675] pci 0001:01:00.0: bridge window [mem 0x3b1000000000-0x3b1fdff0ffff 64bit pref] [ 0.460834] pci 0001:00:00.0: PCI bridge to [bus 01-05] [ 0.460934] pci 0001:00:00.0: bridge window [mem 0x3fe080000000-0x3fe0ffefffff] [ 0.461067] pci 0001:00:00.0: bridge window [mem 0x3b1000000000-0x3b1fdff0ffff 64bit pref] [ 0.461393] pci 0001:00:00.0: BAR 13: no space for [io size 0x3000] [ 0.461499] pci 0001:00:00.0: BAR 13: failed to assign [io size 0x3000] [ 0.461606] pci 0001:01:00.0: BAR 13: no space for [io size 0x3000] [ 0.461711] pci 0001:01:00.0: BAR 13: failed to assign [io size 0x3000] [ 0.461820] pci 0001:02:01.0: BAR 13: no space for [io size 0x1000] [ 0.461924] pci 0001:02:01.0: BAR 13: failed to assign [io size 0x1000] [ 0.462028] pci 0001:02:08.0: BAR 13: no space for [io size 0x1000] [ 0.462131] pci 0001:02:08.0: BAR 13: failed to assign [io size 0x1000] [ 0.462236] pci 0001:02:09.0: BAR 13: no space for [io size 0x1000] [ 0.462339] pci 0001:02:09.0: BAR 13: failed to assign [io size 0x1000] [ 0.462475] pci 0001:02:01.0: PCI bridge to [bus 03] [ 0.462576] pci 0001:02:01.0: bridge window [mem 0x3fe080000000-0x3fe0807fffff] [ 0.462709] pci 0001:02:01.0: bridge window [mem 0x3b1300000000-0x3b130fffffff 64bit pref] [ 0.462870] pci 0001:02:08.0: PCI bridge to [bus 04] [ 0.462972] pci 0001:02:08.0: bridge window [mem 0x3fe080800000-0x3fe080ffffff] [ 0.463104] pci 0001:02:08.0: bridge window [mem 0x3b1310000000-0x3b131fffffff 64bit pref] [ 0.463267] pci 0001:02:09.0: PCI bridge to [bus 05] [ 0.463369] pci 0001:02:09.0: bridge window [mem 0x3fe081000000-0x3fe0817fffff] [ 0.463502] pci 0001:02:09.0: bridge window [mem 0x3b1000000000-0x3b12ffffffff 64bit pref] [ 0.463661] pci 0001:01:00.0: PCI bridge to [bus 02-05] [ 0.463762] pci 0001:01:00.0: bridge window [mem 0x3fe080000000-0x3fe0ffefffff] [ 0.463895] pci 0001:01:00.0: bridge window [mem 0x3b1000000000-0x3b1fdff0ffff 64bit pref] [ 0.464055] pci 0001:00:00.0: PCI bridge to [bus 01-05] [ 0.464156] pci 0001:00:00.0: bridge window [mem 0x3fe080000000-0x3fe0ffefffff] [ 0.464290] pci 0001:00:00.0: bridge window [mem 0x3b1000000000-0x3b1fdff0ffff 64bit pref] [ 0.464447] pci_bus 0001:00: Automatically enabled pci realloc, if you have problem, try booting with pci=realloc=off [ 0.464763] pci 0002:00 : [PE# 254] Secondary bus 0 associated with PE#254 [ 0.465888] pci 0002:00:00.0: PCI bridge to [bus 01-ff] [ 0.466714] pci 0003:00:00.0: BAR 15: assigned [mem 0x3b5000000000-0x3b503fffffff 64bit pref] [ 0.466859] pci 0003:00:00.0: BAR 14: assigned [mem 0x3fe280000000-0x3fe282ffffff] [ 0.466981] pci 0003:00:00.0: BAR 13: no space for [io size 0x4000] [ 0.467086] pci 0003:00:00.0: BAR 13: failed to assign [io size 0x4000] [ 0.467194] pci 0003:00:00.0: BAR 13: no space for [io size 0x4000] [ 0.467297] pci 0003:00:00.0: BAR 13: failed to assign [io size 0x4000] [ 0.467479] pci 0003:01:00.0: BAR 15: assigned [mem 0x3b5000000000-0x3b503fffffff 64bit pref] [ 0.467621] pci 0003:01:00.0: BAR 14: assigned [mem 0x3fe280000000-0x3fe2827fffff] [ 0.467744] pci 0003:01:00.0: BAR 0: assigned [mem 0x3fe282800000-0x3fe28283ffff] [ 0.467876] pci 0003:01:00.0: BAR 13: no space for [io size 0x4000] [ 0.467982] pci 0003:01:00.0: BAR 13: failed to assign [io size 0x4000] [ 0.468089] pci 0003:01:00.0: BAR 13: no space for [io size 0x4000] [ 0.468194] pci 0003:01:00.0: BAR 13: failed to assign [io size 0x4000] [ 0.468479] pci 0003:02:08.0: BAR 15: assigned [mem 0x3b5000000000-0x3b500fffffff 64bit pref] [ 0.468622] pci 0003:02:09.0: BAR 15: assigned [mem 0x3b5010000000-0x3b501fffffff 64bit pref] [ 0.468766] pci 0003:02:10.0: BAR 15: assigned [mem 0x3b5020000000-0x3b502fffffff 64bit pref] [ 0.468909] pci 0003:02:11.0: BAR 15: assigned [mem 0x3b5030000000-0x3b503fffffff 64bit pref] [ 0.469052] pci 0003:02:01.0: BAR 14: assigned [mem 0x3fe280000000-0x3fe2807fffff] [ 0.469176] pci 0003:02:08.0: BAR 14: assigned [mem 0x3fe280800000-0x3fe280ffffff] [ 0.469301] pci 0003:02:09.0: BAR 14: assigned [mem 0x3fe281000000-0x3fe2817fffff] [ 0.469424] pci 0003:02:10.0: BAR 14: assigned [mem 0x3fe281800000-0x3fe281ffffff] [ 0.469548] pci 0003:02:11.0: BAR 14: assigned [mem 0x3fe282000000-0x3fe2827fffff] [ 0.469669] pci 0003:02:08.0: BAR 13: no space for [io size 0x1000] [ 0.469774] pci 0003:02:08.0: BAR 13: failed to assign [io size 0x1000] [ 0.469878] pci 0003:02:09.0: BAR 13: no space for [io size 0x1000] [ 0.469981] pci 0003:02:09.0: BAR 13: failed to assign [io size 0x1000] [ 0.470087] pci 0003:02:10.0: BAR 13: no space for [io size 0x1000] [ 0.470189] pci 0003:02:10.0: BAR 13: failed to assign [io size 0x1000] [ 0.470295] pci 0003:02:11.0: BAR 13: no space for [io size 0x1000] [ 0.470397] pci 0003:02:11.0: BAR 13: failed to assign [io size 0x1000] [ 0.470518] pci 0003:02:11.0: BAR 13: no space for [io size 0x1000] [ 0.470623] pci 0003:02:11.0: BAR 13: failed to assign [io size 0x1000] [ 0.470727] pci 0003:02:10.0: BAR 13: no space for [io size 0x1000] [ 0.470831] pci 0003:02:10.0: BAR 13: failed to assign [io size 0x1000] [ 0.470934] pci 0003:02:09.0: BAR 13: no space for [io size 0x1000] [ 0.471038] pci 0003:02:09.0: BAR 13: failed to assign [io size 0x1000] [ 0.471143] pci 0003:02:08.0: BAR 13: no space for [io size 0x1000] [ 0.471246] pci 0003:02:08.0: BAR 13: failed to assign [io size 0x1000] [ 0.471357] pci 0003:03:00.0: BAR 0: assigned [mem 0x3fe280000000-0x3fe28000ffff 64bit] [ 0.471516] pci 0003:03:00.0: BAR 2: assigned [mem 0x3fe280010000-0x3fe280011fff 64bit] [ 0.471677] pci 0003:00 : [PE# 254] Secondary bus 0 associated with PE#254 [ 0.472800] pci 0003:03 : [PE# 253] Secondary bus 3 associated with PE#253 [ 0.473943] pci 0003:03 : [PE# 253] Setting up 32-bit TCE table at 0..80000000 [ 0.499354] pci 0003:03 : [PE# 253] Setting up window#0 0..3fffffff pg=1000 [ 0.499479] pci 0003:03 : [PE# 253] Enabling 64-bit DMA bypass [ 0.499596] iommu: Adding device 0003:03:00.0 to group 4 [ 0.499683] pci 0003:02:01.0: PCI bridge to [bus 03] [ 0.499783] pci 0003:02:01.0: bridge window [mem 0x3fe280000000-0x3fe2807fffff] [ 0.499938] pci 0003:04:00.0: BAR 6: assigned [mem 0x3fe280800000-0x3fe28081ffff pref] [ 0.500066] pci 0003:04:00.0: BAR 0: assigned [mem 0x3fe280820000-0x3fe28082ffff 64bit] [ 0.500226] pci 0003:04:00.0: BAR 2: assigned [mem 0x3fe280830000-0x3fe28083ffff 64bit] [ 0.500390] pci 0003:04 : [PE# 252] Secondary bus 4 associated with PE#252 [ 0.501543] pci 0003:04 : [PE# 252] Setting up 32-bit TCE table at 0..80000000 [ 0.527038] pci 0003:04 : [PE# 252] Setting up window#0 0..3fffffff pg=1000 [ 0.527162] pci 0003:04 : [PE# 252] Enabling 64-bit DMA bypass [ 0.527279] iommu: Adding device 0003:04:00.0 to group 5 [ 0.527364] pci 0003:02:08.0: PCI bridge to [bus 04] [ 0.527465] pci 0003:02:08.0: bridge window [mem 0x3fe280800000-0x3fe280ffffff] [ 0.527597] pci 0003:02:08.0: bridge window [mem 0x3b5000000000-0x3b500fffffff 64bit pref] [ 0.527772] pci 0003:05:00.0: BAR 6: assigned [mem 0x3fe281000000-0x3fe28107ffff pref] [ 0.527898] pci 0003:05:00.1: BAR 6: assigned [mem 0x3fe281080000-0x3fe2810fffff pref] [ 0.528023] pci 0003:05:00.2: BAR 6: assigned [mem 0x3fe281100000-0x3fe28117ffff pref] [ 0.528149] pci 0003:05:00.3: BAR 6: assigned [mem 0x3fe281180000-0x3fe2811fffff pref] [ 0.528275] pci 0003:05:00.0: BAR 0: assigned [mem 0x3b5010000000-0x3b501000ffff 64bit pref] [ 0.528452] pci 0003:05:00.0: BAR 2: assigned [mem 0x3b5010010000-0x3b501001ffff 64bit pref] [ 0.528630] pci 0003:05:00.0: BAR 4: assigned [mem 0x3b5010020000-0x3b501002ffff 64bit pref] [ 0.528809] pci 0003:05:00.1: BAR 0: assigned [mem 0x3b5010030000-0x3b501003ffff 64bit pref] [ 0.528986] pci 0003:05:00.1: BAR 2: assigned [mem 0x3b5010040000-0x3b501004ffff 64bit pref] [ 0.529166] pci 0003:05:00.1: BAR 4: assigned [mem 0x3b5010050000-0x3b501005ffff 64bit pref] [ 0.529344] pci 0003:05:00.2: BAR 0: assigned [mem 0x3b5010060000-0x3b501006ffff 64bit pref] [ 0.529522] pci 0003:05:00.2: BAR 2: assigned [mem 0x3b5010070000-0x3b501007ffff 64bit pref] [ 0.529700] pci 0003:05:00.2: BAR 4: assigned [mem 0x3b5010080000-0x3b501008ffff 64bit pref] [ 0.529879] pci 0003:05:00.3: BAR 0: assigned [mem 0x3b5010090000-0x3b501009ffff 64bit pref] [ 0.530058] pci 0003:05:00.3: BAR 2: assigned [mem 0x3b50100a0000-0x3b50100affff 64bit pref] [ 0.530237] pci 0003:05:00.3: BAR 4: assigned [mem 0x3b50100b0000-0x3b50100bffff 64bit pref] [ 0.530460] pci 0003:05 : [PE# 001] Secondary bus 5 associated with PE#1 [ 0.531624] pci 0003:05 : [PE# 001] Setting up 32-bit TCE table at 0..80000000 [ 0.557013] pci 0003:05 : [PE# 001] Setting up window#0 0..3fffffff pg=1000 [ 0.557138] pci 0003:05 : [PE# 001] Enabling 64-bit DMA bypass [ 0.557254] iommu: Adding device 0003:05:00.0 to group 6 [ 0.557350] iommu: Adding device 0003:05:00.1 to group 6 [ 0.557446] iommu: Adding device 0003:05:00.2 to group 6 [ 0.557542] iommu: Adding device 0003:05:00.3 to group 6 [ 0.557627] pci 0003:02:09.0: PCI bridge to [bus 05] [ 0.557730] pci 0003:02:09.0: bridge window [mem 0x3fe281000000-0x3fe2817fffff] [ 0.557862] pci 0003:02:09.0: bridge window [mem 0x3b5010000000-0x3b501fffffff 64bit pref] [ 0.558021] pci 0003:02:10.0: PCI bridge to [bus 06-0a] [ 0.558121] pci 0003:02:10.0: bridge window [mem 0x3fe281800000-0x3fe281ffffff] [ 0.558253] pci 0003:02:10.0: bridge window [mem 0x3b5020000000-0x3b502fffffff 64bit pref] [ 0.558419] pci 0003:0b:00.0: BAR 2: assigned [mem 0x3b5030000000-0x3b5031ffffff 64bit pref] [ 0.558709] pci 0003:0b:00.0: BAR 0: assigned [mem 0x3fe282000000-0x3fe2820fffff 64bit] [ 0.558984] pci 0003:0b:00.0: BAR 6: assigned [mem 0x3fe282100000-0x3fe2821fffff pref] [ 0.559114] pci 0003:0b : [PE# 003] Secondary bus 11 associated with PE#3 [ 0.560266] pci 0003:0b : [PE# 003] Setting up 32-bit TCE table at 0..80000000 [ 0.585651] pci 0003:0b : [PE# 003] Setting up window#0 0..3fffffff pg=1000 [ 0.585775] pci 0003:0b : [PE# 003] Enabling 64-bit DMA bypass [ 0.585893] iommu: Adding device 0003:0b:00.0 to group 7 [ 0.585979] pci 0003:02:11.0: PCI bridge to [bus 0b] [ 0.586081] pci 0003:02:11.0: bridge window [mem 0x3fe282000000-0x3fe2827fffff] [ 0.586214] pci 0003:02:11.0: bridge window [mem 0x3b5030000000-0x3b503fffffff 64bit pref] [ 0.586381] pci 0003:02 : [PE# 251] Secondary bus 2 associated with PE#251 [ 0.587501] pci 0003:01:00.0: PCI bridge to [bus 02-0b] [ 0.587604] pci 0003:01:00.0: bridge window [mem 0x3fe280000000-0x3fe2ffefffff] [ 0.587737] pci 0003:01:00.0: bridge window [mem 0x3b5000000000-0x3b5fdff0ffff 64bit pref] [ 0.587902] pci 0003:01 : [PE# 250] Secondary bus 1 associated with PE#250 [ 0.589035] pci 0003:00:00.0: PCI bridge to [bus 01-0b] [ 0.589137] pci 0003:00:00.0: bridge window [mem 0x3fe280000000-0x3fe2ffefffff] [ 0.589270] pci 0003:00:00.0: bridge window [mem 0x3b5000000000-0x3b5fdff0ffff 64bit pref] [ 0.589629] pci 0004:00:00.0: BAR 15: assigned [mem 0x3d0000000000-0x3d001fffffff 64bit pref] [ 0.589775] pci 0004:01:00.0: BAR 0: assigned [mem 0x3d0000000000-0x3d001fffffff 64bit pref] [ 0.590269] pci 0004:00 : [PE# 254] Secondary bus 0 associated with PE#254 [ 0.591400] pci 0004:01 : [PE# 000] Secondary bus 1 associated with PE#0 [ 0.592557] pci 0004:01 : [PE# 000] Setting up 32-bit TCE table at 0..80000000 [ 0.617998] pci 0004:01 : [PE# 000] Setting up window#0 0..3fffffff pg=1000 [ 0.618125] pci 0004:01 : [PE# 000] Enabling 64-bit DMA bypass [ 0.618242] iommu: Adding device 0004:01:00.0 to group 8 [ 0.618327] pci 0004:00:00.0: PCI bridge to [bus 01] [ 0.618438] pci 0004:00:00.0: bridge window [mem 0x3d0000000000-0x3d0fdfffffff 64bit pref] [ 0.618669] pci 0005:00:00.0: BAR 14: assigned [mem 0x3ff200000000-0x3ff2007fffff] [ 0.618800] pci 0005:01:00.0: BAR 6: assigned [mem 0x3ff200000000-0x3ff20001ffff pref] [ 0.618925] pci 0005:01:00.0: BAR 0: assigned [mem 0x3ff200020000-0x3ff20002ffff 64bit] [ 0.619086] pci 0005:01:00.0: BAR 2: assigned [mem 0x3ff200030000-0x3ff20003ffff 64bit] [ 0.619245] pci 0005:00 : [PE# 254] Secondary bus 0 associated with PE#254 [ 0.620369] pci 0005:01 : [PE# 253] Secondary bus 1 associated with PE#253 [ 0.621532] pci 0005:01 : [PE# 253] Setting up 32-bit TCE table at 0..80000000 [ 0.646960] pci 0005:01 : [PE# 253] Setting up window#0 0..3fffffff pg=1000 [ 0.647086] pci 0005:01 : [PE# 253] Enabling 64-bit DMA bypass [ 0.647204] iommu: Adding device 0005:01:00.0 to group 9 [ 0.647290] pci 0005:00:00.0: PCI bridge to [bus 01] [ 0.647391] pci 0005:00:00.0: bridge window [mem 0x3ff200000000-0x3ff27fefffff] [ 0.647608] pci 0006:00 : [PE# 254] Secondary bus 0 associated with PE#254 [ 0.648725] pci 0006:00:00.0: PCI bridge to [bus 01-ff] [ 0.656739] EEH: PCI Enhanced I/O Error Handling Enabled [ 0.660834] powernv-rng: Registering arch random hook. [ 0.661404] opal-power: OPAL EPOW, DPO support detected. [ 0.677866] HugeTLB registered 16 MB page size, pre-allocated 0 pages [ 0.677942] HugeTLB registered 16 GB page size, pre-allocated 0 pages [ 0.680781] SCSI subsystem initialized [ 0.681037] vgaarb: loaded [ 0.681116] usbcore: registered new interface driver usbfs [ 0.681181] usbcore: registered new interface driver hub [ 0.681269] usbcore: registered new device driver usb [ 0.681343] pps_core: LinuxPPS API ver. 1 registered [ 0.681395] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.681485] PTP clock support registered [ 0.681804] NetLabel: Initializing [ 0.681845] NetLabel: domain hash size = 128 [ 0.681895] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.681963] NetLabel: unlabeled traffic allowed by default [ 0.682207] clocksource: Switched to clocksource timebase [ 0.694454] VFS: Disk quotas dquot_6.6.0 [ 0.694628] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes) [ 0.696350] AppArmor: AppArmor Filesystem Enabled [ 0.699647] NET: Registered protocol family 2 [ 0.700184] TCP established hash table entries: 8192 (order: 0, 65536 bytes) [ 0.700304] TCP bind hash table entries: 8192 (order: 1, 131072 bytes) [ 0.700416] TCP: Hash tables configured (established 8192 bind 8192) [ 0.700523] UDP hash table entries: 2048 (order: 0, 65536 bytes) [ 0.700611] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes) [ 0.700861] NET: Registered protocol family 1 [ 0.701038] pci 0003:01:00.0: enabling device (0000 -> 0002) [ 0.701111] pci 0003:02:01.0: enabling device (0000 -> 0002) [ 0.701182] pci 0003:03:00.0: enabling device (0000 -> 0002) [ 0.701457] Trying to unpack rootfs image as initramfs... [ 1.081868] Freeing initrd memory: 14720K (c000000009790000 - c00000000a5f0000) [ 1.098590] futex hash table entries: 2048 (order: 2, 262144 bytes) [ 1.098817] audit: initializing netlink subsys (disabled) [ 1.098911] audit: type=2000 audit(1484647748.080:1): initialized [ 1.099446] Initialise system trusted keyrings [ 1.099756] workingset: timestamp_bits=38 max_order=14 bucket_order=0 [ 1.102960] zbud: loaded [ 1.104032] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.104408] fuse init (API version 7.26) [ 1.104662] Allocating IMA blacklist keyring. [ 1.106292] Key type asymmetric registered [ 1.106335] Asymmetric key parser 'x509' registered [ 1.106406] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 1.106533] io scheduler noop registered [ 1.106573] io scheduler deadline registered (default) [ 1.106635] io scheduler cfq registered [ 1.106882] pcieport 0001:01:00.0: enabling device (0000 -> 0002) [ 1.107147] pcieport 0001:02:01.0: enabling device (0000 -> 0002) [ 1.107423] pcieport 0001:02:08.0: enabling device (0000 -> 0002) [ 1.107696] pcieport 0001:02:09.0: enabling device (0000 -> 0002) [ 1.108346] pcieport 0003:02:08.0: enabling device (0000 -> 0002) [ 1.108619] pcieport 0003:02:09.0: enabling device (0000 -> 0002) [ 1.108884] pcieport 0003:02:10.0: enabling device (0000 -> 0002) [ 1.109156] pcieport 0003:02:11.0: enabling device (0000 -> 0002) [ 1.109531] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.109810] hvc0: raw protocol on /ibm,opal/consoles/serial@0 (boot console) [ 1.109889] hvc0: No interrupts property, using OPAL event [ 1.110260] hvc1: hvsi protocol on /ibm,opal/consoles/serial@1 [ 1.110325] hvc1: No interrupts property, using OPAL event [ 1.110392] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.112471] Linux agpgart interface v0.103 [ 1.116467] brd: module loaded [ 1.118441] loop: module loaded [ 1.118721] libphy: Fixed MDIO Bus: probed [ 1.118761] tun: Universal TUN/TAP device driver, 1.6 [ 1.118812] tun: (C) 1999-2004 Max Krasnyansky [ 1.118988] ehea: IBM eHEA ethernet device driver (Release EHEA_0107) [ 1.119088] PPP generic driver version 2.4.2 [ 1.119218] VFIO - User Level meta-driver version: 0.3 [ 1.121842] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.121996] ehci-pci: EHCI PCI platform driver [ 1.122100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.122204] ohci-pci: OHCI PCI platform driver [ 1.122382] uhci_hcd: USB Universal Host Controller Interface driver [ 1.122626] xhci_hcd 0003:03:00.0: xHCI Host Controller [ 1.122698] xhci_hcd 0003:03:00.0: new USB bus registered, assigned bus number 1 [ 1.122878] xhci_hcd 0003:03:00.0: Using 64-bit DMA iommu bypass [ 1.123054] xhci_hcd 0003:03:00.0: hcc params 0x0270f06d hci version 0x96 quirks 0x00000000 [ 1.123477] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.123543] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.123619] usb usb1: Product: xHCI Host Controller [ 1.123671] usb usb1: Manufacturer: Linux 4.9.0-11-generic xhci-hcd [ 1.123734] usb usb1: SerialNumber: 0003:03:00.0 [ 1.123951] hub 1-0:1.0: USB hub found [ 1.124003] hub 1-0:1.0: 4 ports detected [ 1.124236] xhci_hcd 0003:03:00.0: xHCI Host Controller [ 1.124292] xhci_hcd 0003:03:00.0: new USB bus registered, assigned bus number 2 [ 1.124386] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.124491] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003 [ 1.124555] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.124630] usb usb2: Product: xHCI Host Controller [ 1.124682] usb usb2: Manufacturer: Linux 4.9.0-11-generic xhci-hcd [ 1.124745] usb usb2: SerialNumber: 0003:03:00.0 [ 1.124929] hub 2-0:1.0: USB hub found [ 1.124979] hub 2-0:1.0: 4 ports detected [ 1.125827] mousedev: PS/2 mouse device common for all mice [ 1.214208] rtc rtc0: invalid alarm value: 0-1-17 0:0:0 [ 1.214318] rtc-opal opal-rtc: rtc core: registered rtc-opal as rtc0 [ 1.214392] i2c /dev entries driver [ 1.214813] device-mapper: uevent: version 1.0.3 [ 1.214962] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com [ 1.215060] powernv-cpufreq: cpufreq pstate min -49 nominal -8 max 0 [ 1.215587] ledtrig-cpu: registered to indicate activity on CPUs [ 1.216041] NET: Registered protocol family 10 [ 1.216458] NET: Registered protocol family 17 [ 1.216524] Key type dns_resolver registered [ 1.216887] registered taskstats version 1 [ 1.216948] Loading compiled-in X.509 certificates [ 1.219579] Loaded X.509 cert 'Build time autogenerated kernel key: ec9aeb0503f93a85602871c03ee1d760c4a37f5e' [ 1.219689] zswap: loaded using pool lzo/zbud [ 1.239659] Key type big_key registered [ 1.240667] Key type trusted registered [ 1.241875] Key type encrypted registered [ 1.241914] AppArmor: AppArmor sha1 policy hashing enabled [ 1.241963] ima: No TPM chip found, activating TPM-bypass! [ 1.242029] evm: HMAC attrs: 0x1 [ 1.270223] rtc-opal opal-rtc: setting system clock to 2017-01-17 10:09:08 UTC (1484647748) [ 1.270761] Unable to open file: /etc/keys/x509_ima.der (-2)[ 1.270770] Unable to open file: /etc/keys/x509_evm.der (-2) [ 1.272794] Freeing unused kernel memory: 4416K (c000000008e80000 - c0000000092d0000) [ 1.272879] This architecture does not have kernel memory protection. Loading, please wait... starting version 232 [ 1.285384] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 1.285726] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 1.285810] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 1.285894] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 1.286338] random: udevadm: uninitialized urandom read (16 bytes read) [ 1.286473] random: udevadm: uninitialized urandom read (16 bytes read) [ 1.287235] random: udevadm: uninitialized urandom read (16 bytes read) [ 1.287365] random: udevadm: uninitialized urandom read (16 bytes read) [ 1.287481] random: udevadm: uninitialized urandom read (16 bytes read) [ 1.287554] random: udevadm: uninitialized urandom read (16 bytes read) [ 1.323673] ipr: IBM Power RAID SCSI Device Driver version: 2.6.3 (October 17, 2015) [ 1.323816] ipr 0001:04:00.0: Found IOA with IRQ: 0 [ 1.323972] ipr 0001:04:00.0: enabling device (0000 -> 0002) [ 1.324082] ipr 0001:04:00.0: Using 64-bit DMA iommu bypass [ 1.324496] ipr 0001:04:00.0: Received IRQ : 514 [ 1.324560] ipr 0001:04:00.0: Request for 16 MSIXs succeeded. [ 1.326004] ipr 0001:04:00.0: Initializing IOA. [ 1.326065] scsi host0: IBM 0 Storage Adapter [ 1.326324] ipr 0003:04:00.0: Found IOA with IRQ: 0 [ 1.326444] ipr 0003:04:00.0: enabling device (0000 -> 0002) [ 1.326521] ipr 0003:04:00.0: Using 64-bit DMA iommu bypass [ 1.326954] ipr 0003:04:00.0: Received IRQ : 319 [ 1.327021] ipr 0003:04:00.0: Request for 16 MSIXs succeeded. [ 1.329039] ipr 0003:04:00.0: Initializing IOA. [ 1.329101] scsi host1: IBM 0 Storage Adapter [ 1.329328] ipr 0005:01:00.0: Found IOA with IRQ: 0 [ 1.329476] ipr 0005:01:00.0: enabling device (0000 -> 0002) [ 1.329575] ipr 0005:01:00.0: Using 64-bit DMA iommu bypass [ 1.330020] ipr 0005:01:00.0: Received IRQ : 121 [ 1.330089] ipr 0005:01:00.0: Request for 16 MSIXs succeeded. [ 1.332595] ipr 0005:01:00.0: Initializing IOA. [ 1.332662] scsi host2: IBM 0 Storage Adapter [ 24.517681] ipr 0003:04:00.0: Starting IOA initialization sequence. [ 24.519374] ipr 0003:04:00.0: Adapter firmware version: 12511700 [ 24.520416] ipr 0003:04:00.0: IOA initialized. [ 24.533270] scsi 1:3:0:0: No Device IBM 57D7001SISIOA 0150 PQ: 0 ANSI: 0 [ 24.533344] scsi 1:3:0:0: Resource path: 1/FE [ 24.543778] scsi 1:0:0:0: Direct-Access IBM ST600MM0006 BD12 PQ: 0 ANSI: 6 [ 24.543850] scsi 1:0:0:0: Resource path: 1/00-00 [ 24.555307] scsi 1:0:1:0: Direct-Access IBM ST600MM0006 BD12 PQ: 0 ANSI: 6 [ 24.555378] scsi 1:0:1:0: Resource path: 1/00-01 [ 24.563956] scsi 1:0:2:0: Direct-Access IBM ST600MM0006 BD12 PQ: 0 ANSI: 6 [ 24.564028] scsi 1:0:2:0: Resource path: 1/00-02 [ 24.575723] scsi 1:0:3:0: Direct-Access IBM ST600MM0006 BD12 PQ: 0 ANSI: 6 [ 24.575795] scsi 1:0:3:0: Resource path: 1/00-04 [ 24.576725] scsi 1:1:0:0: No Device IBM IPR-0 6A9BFC00 PQ: 0 ANSI: 3 [ 24.576796] scsi 1:1:0:0: Resource path: 1/FD-00 [ 24.577721] scsi 1:1:1:0: No Device IBM IPR-0 6A9C3B00 PQ: 0 ANSI: 3 [ 24.577792] scsi 1:1:1:0: Resource path: 1/FD-01 [ 24.578714] scsi 1:1:2:0: No Device IBM IPR-0 6A8ABD00 PQ: 0 ANSI: 3 [ 24.578785] scsi 1:1:2:0: Resource path: 1/FD-02 [ 24.579551] scsi 1:1:3:0: No Device IBM IPR-0 6A985000 PQ: 0 ANSI: 3 [ 24.579622] scsi 1:1:3:0: Resource path: 1/FD-03 [ 24.580393] scsi 1:2:0:0: Direct-Access IBM IPR-0 6A985000 PQ: 0 ANSI: 3 [ 24.580464] scsi 1:2:0:0: Resource path: 1/FC-03-00 [ 24.602320] scsi 1:2:1:0: Direct-Access IBM IPR-0 6A9BFC00 PQ: 0 ANSI: 3 [ 24.602392] scsi 1:2:1:0: Resource path: 1/FC-00-00 [ 24.638894] scsi 1:2:2:0: Direct-Access IBM IPR-0 6A9C3B00 PQ: 0 ANSI: 3 [ 24.638966] scsi 1:2:2:0: Resource path: 1/FC-01-00 [ 24.662328] scsi 1:2:3:0: Direct-Access IBM IPR-0 6A8ABD00 PQ: 0 ANSI: 3 [ 24.662399] scsi 1:2:3:0: Resource path: 1/FC-02-00 [ 24.831121] scsi 1:0:4:0: Enclosure IBM VSBPD12M1 6GSAS 03 PQ: 0 ANSI: 2 [ 24.831192] scsi 1:0:4:0: Resource path: 1/00-15 [ 24.964268] ipr 0005:01:00.0: Starting IOA initialization sequence. [ 24.965792] ipr 0005:01:00.0: Adapter firmware version: 12511500 [ 24.966914] ipr 0005:01:00.0: IOA initialized. [ 24.979716] scsi 2:3:0:0: No Device IBM 57B4001SISIOA 0150 PQ: 0 ANSI: 0 [ 24.979787] scsi 2:3:0:0: Resource path: 2/FE [ 24.991791] scsi 2:0:0:0: Direct-Access IBM HUC101212CSS600 A700 PQ: 0 ANSI: 6 [ 24.991863] scsi 2:0:0:0: Resource path: 2/00-06-0C [ 25.004512] scsi 2:0:1:0: Direct-Access IBM HUC101212CSS600 A700 PQ: 0 ANSI: 6 [ 25.004583] scsi 2:0:1:0: Resource path: 2/00-06-0D [ 25.013459] scsi 2:0:2:0: Direct-Access IBM ST600MP0065 7F13 PQ: 0 ANSI: 6 [ 25.013530] scsi 2:0:2:0: Resource path: 2/00-06-0E [ 25.016352] scsi 2:0:3:0: Direct-Access IBM ST600MP0065 7F13 PQ: 0 ANSI: 6 [ 25.016423] scsi 2:0:3:0: Resource path: 2/00-06-10 [ 25.018771] scsi 2:0:4:0: Direct-Access IBM ST600MP0065 7F13 PQ: 0 ANSI: 6 [ 25.018842] scsi 2:0:4:0: Resource path: 2/00-06-0F [ 25.024952] scsi 2:0:5:0: Direct-Access IBM ST600MP0065 7F13 PQ: 0 ANSI: 6 [ 25.025023] scsi 2:0:5:0: Resource path: 2/00-06-11 [ 25.026072] scsi 2:1:0:0: No Device IBM IPR-0 5EF2E300 PQ: 0 ANSI: 3 [ 25.026143] scsi 2:1:0:0: Resource path: 2/FD-00 [ 25.027191] scsi 2:1:1:0: No Device IBM IPR-0 58CFAE00 PQ: 0 ANSI: 3 [ 25.027262] scsi 2:1:1:0: Resource path: 2/FD-01 [ 25.028310] scsi 2:1:2:0: No Device IBM IPR-0 58CFAE00 PQ: 0 ANSI: 3 [ 25.028381] scsi 2:1:2:0: Resource path: 2/FD-02 [ 25.029428] scsi 2:1:3:0: No Device IBM IPR-0 58CFAE00 PQ: 0 ANSI: 3 [ 25.029499] scsi 2:1:3:0: Resource path: 2/FD-03 [ 25.030547] scsi 2:1:4:0: No Device IBM IPR-0 58CFAE00 PQ: 0 ANSI: 3 [ 25.030618] scsi 2:1:4:0: Resource path: 2/FD-0A [ 25.031665] scsi 2:1:5:0: No Device IBM IPR-0 58CFAE00 PQ: 0 ANSI: 3 [ 25.031737] scsi 2:1:5:0: Resource path: 2/FD-0B [ 25.032786] scsi 2:2:0:0: Direct-Access IBM IPR-0 5EF2E300 PQ: 0 ANSI: 3 [ 25.032857] scsi 2:2:0:0: Resource path: 2/FC-00-00 [ 25.054304] scsi 2:2:1:0: Direct-Access IBM IPR-0 58CFAE00 PQ: 0 ANSI: 3 [ 25.054376] scsi 2:2:1:0: Resource path: 2/FC-0A-00 [ 25.078324] scsi 2:2:2:0: Direct-Access IBM IPR-0 58CFAE00 PQ: 0 ANSI: 3 [ 25.078395] scsi 2:2:2:0: Resource path: 2/FC-0B-00 [ 25.102309] scsi 2:2:3:0: Direct-Access IBM IPR-0 58CFAE00 PQ: 0 ANSI: 3 [ 25.102383] scsi 2:2:3:0: Resource path: 2/FC-02-00 [ 25.134297] scsi 2:2:4:0: Direct-Access IBM IPR-0 58CFAE00 PQ: 0 ANSI: 3 [ 25.134369] scsi 2:2:4:0: Resource path: 2/FC-03-00 [ 25.158298] scsi 2:2:5:0: Direct-Access IBM IPR-0 58CFAE00 PQ: 0 ANSI: 3 [ 25.158370] scsi 2:2:5:0: Resource path: 2/FC-01-00 [ 25.183170] scsi 2:0:6:0: Enclosure IBM 5887 60RG PQ: 0 ANSI: 4 [ 25.183242] scsi 2:0:6:0: Resource path: 2/00-02-26 [ 25.215270] scsi 2:0:7:0: Enclosure IBM 5887 60RG PQ: 0 ANSI: 4 [ 25.215341] scsi 2:0:7:0: Resource path: 2/00-00-26 [ 25.238918] scsi 2:0:8:0: Enclosure IBM 5887 60RG PQ: 0 ANSI: 4 [ 25.238989] scsi 2:0:8:0: Resource path: 2/00-04-26 [ 25.262905] scsi 2:0:9:0: Enclosure IBM 5887 60RG PQ: 0 ANSI: 4 [ 25.262977] scsi 2:0:9:0: Resource path: 2/00-06-26 [ 26.577064] ipr 0001:04:00.0: Starting IOA initialization sequence. [ 26.690795] ipr 0001:04:00.0: Adapter firmware version: 14511F00 [ 26.704529] ipr 0001:04:00.0: IOA initialized. [ 26.704797] scsi 0:3:0:0: No Device IBM 57D7001SISIOA 0150 PQ: 0 ANSI: 0 [ 26.704868] scsi 0:3:0:0: Resource path: 0/FE [ 26.714307] scsi 0:0:0:0: Direct-Access IBM ST600MM0006 BD12 PQ: 0 ANSI: 6 [ 26.714378] scsi 0:0:0:0: Resource path: 0/00-08 [ 26.725118] scsi 0:0:1:0: Direct-Access IBM ST600MM0006 BD12 PQ: 0 ANSI: 6 [ 26.725189] scsi 0:0:1:0: Resource path: 0/00-09 [ 26.758875] scsi 0:0:2:0: Direct-Access IBM ST600MM0006 BD12 PQ: 0 ANSI: 6 [ 26.758946] scsi 0:0:2:0: Resource path: 0/00-0A [ 26.759121] scsi 0:1:0:0: No Device IBM IPR-0 6A98C700 PQ: 0 ANSI: 3 [ 26.759192] scsi 0:1:0:0: Resource path: 0/FD-00 [ 26.759363] scsi 0:1:1:0: No Device IBM IPR-0 6A98C700 PQ: 0 ANSI: 3 [ 26.759436] scsi 0:1:1:0: Resource path: 0/FD-01 [ 26.759599] scsi 0:1:2:0: No Device IBM IPR-0 6A98C700 PQ: 0 ANSI: 3 [ 26.759671] scsi 0:1:2:0: Resource path: 0/FD-02 [ 26.759848] scsi 0:2:0:0: Direct-Access IBM IPR-0 6A98C700 PQ: 0 ANSI: 3 [ 26.759920] scsi 0:2:0:0: Resource path: 0/FC-02-00 [ 26.774335] scsi 0:2:1:0: Direct-Access IBM IPR-0 6A98C700 PQ: 0 ANSI: 3 [ 26.774407] scsi 0:2:1:0: Resource path: 0/FC-01-00 [ 26.803555] scsi 0:2:2:0: Direct-Access IBM IPR-0 6A98C700 PQ: 0 ANSI: 3 [ 26.803626] scsi 0:2:2:0: Resource path: 0/FC-00-00 [ 27.019127] scsi 0:0:3:0: Enclosure IBM VSBPD12M1 6GSAS 03 PQ: 0 ANSI: 2 [ 27.019198] scsi 0:0:3:0: Resource path: 0/00-16 [ 27.026336] scsi 0:3:0:0: Attached scsi generic sg0 type 31 [ 27.026530] scsi 0:0:0:0: Attached scsi generic sg1 type 12 [ 27.026715] scsi 0:0:1:0: Attached scsi generic sg2 type 12 [ 27.026900] scsi 0:0:2:0: Attached scsi generic sg3 type 12 [ 27.027131] scsi 0:1:0:0: Attached scsi generic sg4 type 31 [ 27.027349] scsi 0:1:1:0: Attached scsi generic sg5 type 31 [ 27.027539] scsi 0:1:2:0: Attached scsi generic sg6 type 31 [ 27.027793] sd 0:2:0:0: Attached scsi generic sg7 type 0 [ 27.027904] sd 0:2:0:0: [sda] Spinning up disk... [ 27.028050] sd 0:2:1:0: Attached scsi generic sg8 type 0 [ 27.028305] sd 0:2:2:0: Attached scsi generic sg9 type 0 [ 27.028402] sd 0:2:1:0: [sdb] Spinning up disk... [ 27.028522] scsi 0:0:3:0: Attached scsi generic sg10 type 13 [ 27.028752] scsi 1:3:0:0: Attached scsi generic sg11 type 31 [ 27.028987] scsi 1:0:0:0: Attached scsi generic sg12 type 12 [ 27.029223] scsi 1:0:1:0: Attached scsi generic sg13 type 12 [ 27.029455] scsi 1:0:2:0: Attached scsi generic sg14 type 12 [ 27.029709] scsi 1:0:3:0: Attached scsi generic sg15 type 12 [ 27.030120] scsi 1:1:0:0: Attached scsi generic sg16 type 31 [ 27.030542] scsi 1:1:1:0: Attached scsi generic sg17 type 31 [ 27.030970] scsi 1:1:2:0: Attached scsi generic sg18 type 31 [ 27.031436] scsi 1:1:3:0: Attached scsi generic sg19 type 31 [ 27.031882] sd 1:2:0:0: [sdd] Spinning up disk... [ 27.031903] sd 1:2:0:0: Attached scsi generic sg20 type 0 [ 27.032333] sd 1:2:1:0: Attached scsi generic sg21 type 0 [ 27.032877] sd 1:2:2:0: Attached scsi generic sg22 type 0 [ 27.033385] sd 1:2:3:0: Attached scsi generic sg23 type 0 [ 27.033809] scsi 1:0:4:0: Attached scsi generic sg24 type 13 [ 27.034275] scsi 2:3:0:0: Attached scsi generic sg25 type 31 [ 27.034649] scsi 2:0:0:0: Attached scsi generic sg26 type 12 [ 27.035058] scsi 2:0:1:0: Attached scsi generic sg27 type 12 [ 27.035427] scsi 2:0:2:0: Attached scsi generic sg28 type 12 [ 27.035835] scsi 2:0:3:0: Attached scsi generic sg29 type 12 [ 27.036288] scsi 2:0:4:0: Attached scsi generic sg30 type 12 [ 27.036622] scsi 2:0:5:0: Attached scsi generic sg31 type 12 [ 27.037084] scsi 2:1:0:0: Attached scsi generic sg32 type 31 [ 27.037442] scsi 2:1:1:0: Attached scsi generic sg33 type 31 [ 27.037529] sd 1:2:1:0: [sde] Spinning up disk... [ 27.037972] scsi 2:1:2:0: Attached scsi generic sg34 type 31 [ 27.038420] scsi 2:1:3:0: Attached scsi generic sg35 type 31 [ 27.038888] scsi 2:1:4:0: Attached scsi generic sg36 type 31 [ 27.039078] sd 1:2:2:0: [sdf] Spinning up disk... [ 27.039237] sd 1:2:3:0: [sdg] Spinning up disk... [ 27.039393] scsi 2:1:5:0: Attached scsi generic sg37 type 31 [ 27.039836] sd 2:2:0:0: [sdh] Spinning up disk... [ 27.039884] sd 2:2:0:0: Attached scsi generic sg38 type 0 [ 27.040342] sd 2:2:1:0: Attached scsi generic sg39 type 0 [ 27.040815] sd 2:2:2:0: Attached scsi generic sg40 type 0 [ 27.041259] sd 2:2:3:0: Attached scsi generic sg41 type 0 [ 27.041649] sd 2:2:4:0: Attached scsi generic sg42 type 0 [ 27.041722] sd 0:2:2:0: [sdc] Spinning up disk... [ 27.042165] sd 2:2:5:0: Attached scsi generic sg43 type 0 [ 27.042557] scsi 2:0:6:0: Attached scsi generic sg44 type 13 [ 27.042942] scsi 2:0:7:0: Attached scsi generic sg45 type 13 [ 27.043362] scsi 2:0:8:0: Attached scsi generic sg46 type 13 [ 27.043727] scsi 2:0:9:0: Attached scsi generic sg47 type 13 [ 27.047857] random: fast init done [ 27.048838] sd 2:2:1:0: [sdi] Spinning up disk... [ 27.048998] sd 2:2:2:0: [sdj] Spinning up disk... [ 27.049155] sd 2:2:3:0: [sdk] Spinning up disk... [ 27.049314] sd 2:2:4:0: [sdl] Spinning up disk... [ 27.049471] sd 2:2:5:0: [sdm] Spinning up disk... [ 28.206206] .[ 28.206247] ready [ 28.206341] sd 0:2:0:0: [sda] 1115734016 512-byte logical blocks: (571 GB/532 GiB) [ 28.206413] sd 0:2:0:0: [sda] 4096-byte physical blocks [ 28.206636] sd 0:2:0:0: [sda] Write Protect is off [ 28.206755] sd 0:2:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 28.238202] .[ 28.238204] . [ 28.238227] ready [ 28.238281] ready [ 28.238284] sd 1:2:0:0: [sdd] 1115734016 512-byte logical blocks: (571 GB/532 GiB) [ 28.238285] sd 1:2:0:0: [sdd] 4096-byte physical blocks [ 28.238423] sd 1:2:0:0: [sdd] Write Protect is off [ 28.238511] sd 0:2:1:0: [sdb] 1115734016 512-byte logical blocks: (571 GB/532 GiB) [ 28.238581] sd 0:2:1:0: [sdb] 4096-byte physical blocks [ 28.238797] sd 0:2:1:0: [sdb] Write Protect is off [ 28.238914] sd 0:2:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 28.262647] sd 0:2:0:0: [sda] Attached SCSI disk [ 28.270203] .[ 28.270205] . [ 28.270220] ready [ 28.270255] sd 1:2:1:0: [sde] 1115734016 512-byte logical blocks: (571 GB/532 GiB) [ 28.270257] sd 1:2:1:0: [sde] 4096-byte physical blocks [ 28.270382] sd 1:2:1:0: [sde] Write Protect is off [ 28.270448] ready [ 28.270507] sd 0:2:2:0: [sdc] 1115734016 512-byte logical blocks: (571 GB/532 GiB) [ 28.270577] sd 0:2:2:0: [sdc] 4096-byte physical blocks [ 28.270789] sd 0:2:2:0: [sdc] Write Protect is off [ 28.270905] sd 0:2:2:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 28.292588] sd 0:2:1:0: [sdb] Attached SCSI disk [ 28.302202] .[ 28.302239] ready [ 28.302314] sd 2:2:0:0: [sdh] 2231484416 512-byte logical blocks: (1.14 TB/1.04 TiB) [ 28.302384] sd 2:2:0:0: [sdh] 4096-byte physical blocks [ 28.302552] sd 2:2:0:0: [sdh] Write Protect is off [ 28.318239] sd 1:2:0:0: [sdd] Cache data unavailable [ 28.318297] sd 1:2:0:0: [sdd] Assuming drive cache: write through [ 28.326520] sd 0:2:2:0: [sdc] Attached SCSI disk [ 28.334202] .[ 28.334204] . [ 28.334207] . [ 28.334223] ready [ 28.334229] ready [ 28.334268] sd 1:2:2:0: [sdf] 1115734016 512-byte logical blocks: (571 GB/532 GiB) [ 28.334270] sd 1:2:2:0: [sdf] 4096-byte physical blocks [ 28.334288] sd 1:2:3:0: [sdg] 1115734016 512-byte logical blocks: (571 GB/532 GiB) [ 28.334289] sd 1:2:3:0: [sdg] 4096-byte physical blocks [ 28.334444] sd 1:2:2:0: [sdf] Write Protect is off [ 28.334478] sd 1:2:3:0: [sdg] Write Protect is off [ 28.334667] ready [ 28.334717] sd 2:2:1:0: [sdi] 2231484416 512-byte logical blocks: (1.14 TB/1.04 TiB) [ 28.334788] sd 2:2:1:0: [sdi] 4096-byte physical blocks [ 28.334950] sd 2:2:1:0: [sdi] Write Protect is off [ 28.350262] sd 1:2:1:0: [sde] Cache data unavailable [ 28.350313] sd 1:2:1:0: [sde] Assuming drive cache: write through [ 28.366202] .[ 28.366230] ready [ 28.366286] sd 2:2:2:0: [sdj] 139466752 4096-byte logical blocks: (571 GB/532 GiB) [ 28.366497] sd 2:2:2:0: [sdj] Write Protect is off [ 28.382255] sd 2:2:0:0: [sdh] Cache data unavailable [ 28.382308] sd 2:2:0:0: [sdh] Assuming drive cache: write through [ 28.398203] .[ 28.398232] ready [ 28.398297] sd 2:2:3:0: [sdk] 139466752 4096-byte logical blocks: (571 GB/532 GiB) [ 28.398517] sd 2:2:3:0: [sdk] Write Protect is off [ 28.414267] sd 1:2:2:0: [sdf] Cache data unavailable [ 28.414272] sd 1:2:3:0: [sdg] Cache data unavailable [ 28.414283] sd 2:2:1:0: [sdi] Cache data unavailable [ 28.414284] sd 2:2:1:0: [sdi] Assuming drive cache: write through [ 28.414291] sd 1:2:3:0: [sdg] Assuming drive cache: write through [ 28.414533] sd 1:2:2:0: [sdf] Assuming drive cache: write through [ 28.430203] .[ 28.430207] . [ 28.430226] ready [ 28.430298] sd 2:2:5:0: [sdm] 139466752 4096-byte logical blocks: (571 GB/532 GiB) [ 28.430300] ready [ 28.430337] sd 2:2:4:0: [sdl] 139466752 4096-byte logical blocks: (571 GB/532 GiB) [ 28.430537] sd 2:2:4:0: [sdl] Write Protect is off [ 28.430697] sd 2:2:5:0: [sdm] Write Protect is off [ 28.446322] sd 2:2:2:0: [sdj] Cache data unavailable [ 28.446374] sd 2:2:2:0: [sdj] Assuming drive cache: write through [ 28.469791] sdd: sdd1 sdd2 sdd3 [ 28.472610] sd 1:2:0:0: [sdd] Attached SCSI disk [ 28.478289] sd 2:2:3:0: [sdk] Cache data unavailable [ 28.478343] sd 2:2:3:0: [sdk] Assuming drive cache: write through [ 28.481549] sde: sde1 sde2 sde3 [ 28.483663] sd 1:2:1:0: [sde] Attached SCSI disk [ 28.510301] sd 2:2:5:0: [sdm] Cache data unavailable [ 28.510305] sd 2:2:4:0: [sdl] Cache data unavailable [ 28.510307] sd 2:2:4:0: [sdl] Assuming drive cache: write through [ 28.510470] sd 2:2:5:0: [sdm] Assuming drive cache: write through [ 28.512299] sd 2:2:0:0: [sdh] Attached SCSI disk [ 28.544292] sd 2:2:1:0: [sdi] Attached SCSI disk [ 28.548763] sdg: sdg1 sdg2 sdg3 [ 28.550649] sd 1:2:3:0: [sdg] Attached SCSI disk [ 28.558714] sdf: sdf1 sdf2 [ 28.560553] sd 1:2:2:0: [sdf] Attached SCSI disk [ 28.586143] sd 2:2:2:0: [sdj] Attached SCSI disk [ 28.620058] sd 2:2:3:0: [sdk] Attached SCSI disk [ 28.645994] random: crng init done [ 28.647838] sd 2:2:4:0: [sdl] Attached SCSI disk [ 28.650099] sd 2:2:5:0: [sdm] Attached SCSI disk Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. Begin: Will now check root file system ... fsck from util-linux 2.29 [/sbin/fsck.ext4 (1) -- /dev/sdf2] fsck.ext4 -a -C0 /dev/sdf2 /dev/sdf2: recovering journal /dev/sdf2: Clearing orphaned inode 17829733 (uid=0, gid=0, mode=0100644, size=144001) /dev/sdf2: clean, 127683/34873344 files, 6097284/139464448 blocks done. [ 32.709390] EXT4-fs (sdf2): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 33.221787] ip_tables: (C) 2000-2006 Netfilter Core Team [ 33.251677] systemd[1]: Configuration file /etc/systemd/system.conf.d/htxsystemdcustom.conf is marked executable. Please remove executable permission bits. Proceeding anyway. [ 33.275005] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 33.275258] systemd[1]: Detected architecture ppc64-le. Welcome to Ubuntu Zesty Zapus (development branch)! [ 33.278409] systemd[1]: Set hostname to . [ 33.835383] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 33.835842] systemd[1]: Created slice System Slice. [ OK ] Created slice System Slice. [ 33.837149] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 33.837496] systemd[1]: Listening on LVM2 poll daemon socket. [ OK ] Listening on LVM2 poll daemon socket. [ 33.838367] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 33.847692] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 33.848079] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ OK ] Set up automount Arbitrary Executab…rmats File System Automount Point. [ OK ] Listening on LVM2 metadata daemon socket. [ OK ] Listening on fsck to fsckd communication Socket. [ OK ] Listening on udev Kernel Socket. [ OK ] Listening on Journal Audit Socket. [ OK ] Listening on Device-mapper event daemon FIFOs. Mounting Debug File System... [ OK ] Listening on Journal Socket. Starting Create list of required st…ce nodes for the current kernel... Starting Journal Service... Starting Nameserver information manager... Starting Set console scheme... Starting Load Kernel Modules... Starting Set the console keyboard layout... Starting Monitoring of LVM2 mirrors…ng dmeventd or progress polling... [ OK ] Started Create list of required sta…vice nodes for the current kernel. Starting Create Static Device Nodes in /dev... [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Debug File System. [ OK ] Mounted Huge Pages File System. [ OK ] Started Set console scheme. [ OK ] Started Nameserver information manager. [ OK ] Reached target Network (Pre). [ OK ] Started Journal Service. [ OK ] Started LVM2 metadata daemon. [ 34.180630] lp: driver loaded but no devices found [ 34.226543] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) [FAILED] Failed to start Load Kernel Modules. See 'systemctl status systemd-modules-load.service' for details. Starting Apply Kernel Variables... Mounting FUSE Control File System... [ OK ] Mounted FUSE Control File System. [ OK ] Started Apply Kernel Variables. [ OK ] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [ OK ] Started Set the console keyboard layout. [ OK ] Started Monitoring of LVM2 mirrors,…sing dmeventd or progress polling. [ OK ] Started udev Kernel Device Manager. Starting Remount Root and Kernel File Systems... [ OK ] Started Remount Root and Kernel File Systems. Activating swap /swapfile... Starting udev Coldplug all Devices... [ OK ] Reached target Local File Systems (Pre). [ OK ] Reached target Local File Systems. Starting AppArmor initialization... Starting Tell Plymouth To Write Out Runtime Data... Starting Set console font and keymap... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [ OK ] Started Tell Plymouth To Write Out Runtime Data. [ OK ] Started Flush Journal to Persistent Storage. Starting Create Volatile Files and Directories... [ OK ] Started Load/Save Random Seed. [ OK ] Started Set console font and keymap. [ OK ] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [ OK ] Started udev Coldplug all Devices. [ OK ] Started Dispatch Password Requests to Console Directory Watch. [ OK ] Reached target Encrypted Volumes. [ OK ] Activated swap /swapfile. [ OK ] Reached target Swap. [ OK ] Started Update UTMP about System Boot/Shutdown. [ OK ] Started Network Time Synchronization. [ OK ] Started AppArmor initialization. [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. Starting Load Kernel Modules... [ OK ] Listening on /dev/initctl Compatibility Named Pipe. Starting Tell Plymouth To Write Out Runtime Data... [ OK ] Listening on RPCbind Server Activation Socket. [ OK ] Reached target System Time Synchronized. [ OK ] Reached target Slices. [ OK ] Reached target Paths. [FAILED] Failed to start Load Kernel Modules. See 'systemctl status systemd-modules-load.service' for details. Starting Raise network interfaces... [ OK ] Started Tell Plymouth To Write Out Runtime Data. [ OK ] Reached target System Initialization. [ OK ] Started Daily apt activities. [ OK ] Listening on Virtual machine log manager socket. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Listening on Virtual machine lock manager socket. [ OK ] Listening on UUID daemon activation socket. [ OK ] Reached target Sockets. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Reached target Timers. [ OK ] Reached target Basic System. Starting IBM Power Raid dump daemon... [ OK ] Started IBM Power Raid dump daemon. Starting IBM Power Raid update daemon... Starting IBM Power Raid init daemon... [ OK ] Started IBM Power Raid init daemon. [ OK ] Started IBM Power Raid update daemon. [ OK ] Reached target IBM Power Raid utilities. [ 36.261167] lpfc 0001:03:00.0: 0:3176 Port Name 0 Physical Link is functional [ 37.084973] lpfc 0001:03:00.0: 0:1303 Link Up Event x1 received Data: x1 x0 x80 x0 x0 x0 0 [ 37.213143] lpfc 0001:03:00.1: 1:3176 Port Name 1 Physical Link is functional [ 38.185143] lpfc 0001:03:00.2: 2:3176 Port Name 2 Physical Link is functional [ 38.599264] scsi 0:0:3:0: Wrong diagnostic page; asked for 10 got 0 [ 39.177136] lpfc 0001:03:00.3: 3:3176 Port Name 3 Physical Link is functional [ **] A start job is running for Raise network interfaces (12s / 5min 2s)[ 46.597383] mlx4_en: 0001:05:00.0: Port 1: frag:0 - size:1522 prefix:0 stride:1536 [ 46.599592] mlx4_en: 0001:05:00.0: Port 2: frag:0 - size:1522 prefix:0 stride:1536 [ 46.618508] mlx4_en: 0003:0b:00.0: Port 1: frag:0 - size:1522 prefix:0 stride:1536 [ 46.621575] mlx4_en: 0003:0b:00.0: Port 2: frag:0 - size:1522 prefix:0 stride:1536 [ ***] A start job is running for Raise network interfaces (12s / 5min 2s)[ 46.906157] scsi 1:0:4:0: Wrong diagnostic page; asked for 10 got 0 [FAILED] Failed to start Raise network interfaces. See 'systemctl status networking.service' for details. [ OK ] Reached target Network. [ OK ] Reached target Network is Online. Starting Kernel crash dump capture service... [ 50.218338] kdump-tools[2354]: Starting kdump-tools: * Mounting NFS mountpoint 9.47.67.119:/home/tools/var/crash/ ... [ 54.532087] kdump-tools[2354]: * Dumping to NFS mountpoint 9.47.67.119:/home/tools/var/crash//201701170509 [ 54.555632] kdump-tools[2354]: * running makedumpfile -c -d 31 /proc/vmcore /var/crash/9.47.67.159-201701170509/dump-incomplete [ OK ] Started D-Bus System Message Bus. [ 68.590213] rport-3:0-2: blocked FC remote port time out: removing rport Copying data : [100.0 %] - [ 69.618248] kdump-tools[2354]: The kernel version is not supported. [ 69.618612] kdump-tools[2354]: The makedumpfile operation may be incomplete. [ 69.619097] kdump-tools[2354]: The dumpfile is saved to /var/crash/9.47.67.159-201701170509/dump-incomplete. [ 69.619494] kdump-tools[2354]: makedumpfile Completed. [ 69.625187] kdump-tools[2354]: * kdump-tools: saved vmcore in /var/crash/9.47.67.159-201701170509 [ 69.664073] kdump-tools[2354]: * running makedumpfile --dump-dmesg /proc/vmcore /var/crash/9.47.67.159-201701170509/dmesg.201701170509 [ 69.691771] kdump-tools[2354]: The kernel version is not supported. [ 69.692649] kdump-tools[2354]: The makedumpfile operation may be incomplete. [ 69.693113] kdump-tools[2354]: The dmesg log is saved to /var/crash/9.47.67.159-201701170509/dmesg.201701170509. [ 69.693785] kdump-tools[2354]: makedumpfile Completed. [ 69.694118] kdump-tools[2354]: * kdump-tools: saved dmesg content in /var/crash/9.47.67.159-201701170509 [ 69.820416] kdump-tools[2354]: Tue, 17 Jan 2017 05:10:16 -0500 [ 69.843331] kdump-tools[2354]: Failed to read reboot parameter file: No such file or directory [ 69.844540] kdump-tools[2354]: Rebooting. [ 86.702582] reboot: Restarting system [ 87.534215] lpfc 0001:03:00.0: 0:3151 PCI bus read access failure: xffffffff [ 88.302218] lpfc 0001:03:00.1: 1:3151 PCI bus read access failure: xffffffff [ 89.326220] lpfc 0001:03:00.2: 2:3151 PCI bus read access failure: xffffffff [ 90.350217] lpfc 0001:03:00.3: 3:3151 PCI bus read access failure: xffffffff manvanthara@manvanthara-ThinkPad:~$ ipmitool -I lanplus -H 9.47.67.157 -P passw0rd sol activate [SOL Session operational. Use ~? for help] root@ltciofvtr-s822l2-lp1:~# root@ltciofvtr-s822l2-lp1:~# root@ltciofvtr-s822l2-lp1:~# root@ltciofvtr-s822l2-lp1:~# mount | grep mnt 9.47.67.119:/home/tools on /mnt type nfs4 (rw,relatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=9.47.67.159,local_lock=none,addr=9.47.67.119) root@ltciofvtr-s822l2-lp1:~# cd /mnt/var/crash/ root@ltciofvtr-s822l2-lp1:/mnt/var/crash# ls 9.47.67.159-201701170142 9.47.67.159-201701170403 root@ltciofvtr-s822l2-lp1:/mnt/var/crash# cd 9.47.67.159-201701170403/ root@ltciofvtr-s822l2-lp1:/mnt/var/crash/9.47.67.159-201701170403# ll total 171196 drwxr-xr-x 2 root root 57 Jan 17 04:04 ./ drwxr-xr-x 4 root root 70 Jan 17 04:04 ../ -rw------- 1 root root 110067 Jan 17 04:04 dmesg.201701170403 -rw------- 1 root root 175253585 Jan 17 04:04 dump.201701170403 root@ltciofvtr-s822l2-lp1:/mnt/var/crash/9.47.67.159-201701170403# root@ltciofvtr-s822l2-lp1:/mnt/var/crash/9.47.67.159-201701170403# crash dump.201701170403 /usr/lib/debug/boot/vmlinux-4.9.0-11-generic crash 7.1.5 Copyright (C) 2002-2016 Red Hat, Inc. Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation Copyright (C) 1999-2006 Hewlett-Packard Co Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited Copyright (C) 2006, 2007 VA Linux Systems Japan K.K. Copyright (C) 2005, 2011 NEC Corporation Copyright (C) 1999, 2002, 2007 Silicon Graphics, Inc. Copyright (C) 1999, 2000, 2001, 2002 Mission Critical Linux, Inc. This program is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Enter "help copying" to see the conditions. This program has absolutely no warranty. Enter "help warranty" for details. GNU gdb (GDB) 7.6 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "powerpc64le-unknown-linux-gnu"... please wait... (gathering module symbol data) crash: invalid kernel virtual address: 2e39f907000000 type: "pmd page"