Contec BX-830 Series Operational Manual

Centos 7.3 64bit check manual
Hide thumbs Also See for BX-830 Series:

Advertisement

Quick Links

Operational Check Manual
BOX Computer for BX-830 Series
CentOS 7.3 64bit
CONTENTS
Introduction .................................................................. 4
Safety Precautions ...................................................... 7
Operational Checks.................................................. 11
Appendix ...................................................................... 38

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the BX-830 Series and is the answer not in the manual?

Questions and answers

Summary of Contents for Contec BX-830 Series

  • Page 1 Operational Check Manual BOX Computer for BX-830 Series CentOS 7.3 64bit CONTENTS Introduction ..............4 Safety Precautions ............7 Operational Checks..........11 Appendix ..............38...
  • Page 2: Table Of Contents

    Table of Contents Introduction ............... 4 1. Related Manuals ..............................5 2. About the Product ..............................6 Safety Precautions ............. 7 1. Safety Information..............................8 2. Handling Precautions ............................9 3. Security Warning ..............................10 1. Information security risks ........................... 10 2.
  • Page 3 Table of Contents 7. I/O Port Usage Information (/proc/ioports) ..................56 8. Kernel Module Message Information (dmesg).................. 57 - 3 -...
  • Page 4: Introduction

    Introduction This section provides necessary information of the product such as the outline, bundled items and manuals before actual use. - 4 -...
  • Page 5: Related Manuals

    Read this when operating This describes the hardware User’s Manual Download from the product. aspects such as functions and the CONTEC settings. website (PDF) IPC Precaution List Read this before operating This describes the precautions Included in the package the product.
  • Page 6: About The Product

    — — Introduction BX-830 CentOS 7.3 64bit Operational Check Manual 2. About the Product This manual describes how to install the Linux OS on our industrial computer products and provides information about the operational check results as well as the minimum configuration and packages required to run the Linux OS.
  • Page 7: Safety Precautions

    Safety Precautions Understand the following definitions and precautions to use the product safely. Never fail to read them before using the product. - 7 -...
  • Page 8: Safety Information

    — — Safety Precautions BX-830 CentOS 7.3 64bit Operational Check Manual 1. Safety Information This document provides safety information using the following symbols to prevent accidents resulting in injury or death and the destruction of equipment and resources. Understand the meanings of these labels to operate the equipment safely. DANGER DANGER indicates an imminently hazardous situation which, if not avoided, will result in death or serious injury.
  • Page 9: Handling Precautions

    Make sure you thoroughly conduct operational checks when using the content of this  manual. CONTEC shall not be held liable for damages suffered by you due to the installation or use of  the Linux OS based on the content of this manual.
  • Page 10: Security Warning

    — — Safety Precautions BX-830 CentOS 7.3 64bit Operational Check Manual 3. Security Warning When connecting to the network, be aware of security-related problems. See the examples of Security measures below and set up the product properly along with the network devices. 1.
  • Page 11: Operational Checks

    Operational Checks This section describes Linux OS environment in which operational checks have been conducted and the results of operational checks. - 11 -...
  • Page 12: Operating Environment

     Distribution The distributions used and their version information are as follows. CentOS7.3 64bit (CentOS-7-x86_64-DVD-1611.iso) [root@localhost contec]# cat /proc/version Linux version 3.10.0-514.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Tue Nov 22 16:42:41 UTC 2016 [root@localhost contec]# uname –a...
  • Page 13: List Of Operational Checks

    — — Operational Checks BX-830 CentOS 7.3 64bit Operational Check Manual 2. List of Operational Checks 1. Operational Checks and Results Only basic operations such as the installation and startup are verified as part of the operational checks. The operational checks were not conducted assuming all possible applications. This manual covers operational checks that were conducted for the items below.
  • Page 14 — — Operational Checks BX-830 CentOS 7.3 64bit Operational Check Manual Item Details Result Remarks Time can be configured ○ See Page 28 Power Management Resuming from standby state (S1) Resuming from suspend state (S3) ○ See Page 29 Resuming from hibernation state (S4) ○...
  • Page 15: Operational Check Details

    — — Operational Checks BX-830 CentOS 7.3 64bit Operational Check Manual 3. Operational Check Details 1. Console Japanese Input Choose [Application] - [Favorite]-[Console], launch the console. Press “half-width/full-width” in the console screen. Confirm that Japanese can be input. - 15 -...
  • Page 16: Monitor Display Check

    — — Operational Checks BX-830 CentOS 7.3 64bit Operational Check Manual 2. Monitor Display Check  Analog RGB Choose [Application] – [System Tool] – [Setting], and launch the display configuration tool. Confirm that information about the manufacturer of the connected display as well as the recommended resolution are displayed.
  • Page 17 — — Operational Checks BX-830 CentOS 7.3 64bit Operational Check Manual  DVI-D Choose [Application] – [System Tool] – [Setting], and launch the display configuration tool. Confirm that information about the manufacturer of the connected display as well as the recommended resolution are displayed.
  • Page 18 — — Operational Checks BX-830 CentOS 7.3 64bit Operational Check Manual  Display Port Choose [Application] – [System Tool] – [Setting], and launch the display configuration tool. Confirm that information about the manufacturer of the connected display as well as the recommended resolution are displayed.
  • Page 19 — — Operational Checks BX-830 CentOS 7.3 64bit Operational Check Manual  Dual display is supported Choose [Application] – [System Tool] – [Setting], and launch the display configuration tool. Confirm that information about the manufacturer of the connected display as well as the recommended resolution are displayed.
  • Page 20: Audio Operational Check

    Analog output test screen 4. CFast Operational Check  SMART Confirm that S.M.A.R.T. information can be retrieved. [root@localhost contec]# smartctl –a /dev/sda smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.10.0-514.el7.x86_64] (local build) Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION ===...
  • Page 21 — — Operational Checks BX-830 CentOS 7.3 64bit Operational Check Manual === START OF READ SMART DATA SECTION === SMART overall-health self-assessment test result: PASSED General SMART Values: Offline data collection status: (0x00) Offline data collection activity was never started. Auto Offline Data Collection: Disabled.
  • Page 22: Lan Operational Check

    Install the SSH server, and confirm that you can remotely log in from a Windows PC. SSH server installation [root@localhost contec]# yum install openssh-server Using Teraterm on a Windows PC, enter the IP of the box computer, and confirm that connection to the SSH server is possible.
  • Page 23  FTP File Transfer Operations Build a FTP server using vsftpd, and confirm that files can be transferred. Vsftpd server installation and environment [root@localhost contec]# yum install vsftpd ftp -y [root@localhost contec]# gedit /etc/vsftpd/vsftpd.conf ( uncomment below and two last line : )
  • Page 24: Serial Port Operational Check

    Enter the following command in the other console. The character string “aiueo” is sent from port B to port A. [root@localhost contec]# echo aiueo > /dev/ttyS1 If port A (listening port) successfully receives the data, the character string “aiueo” will be displayed on the console screen, as shown below.
  • Page 25 Launch a console window. Execute the command indicated below, and confirm that 10 bytes are sent and received. Refer to the Readme file for details about the serial sample. [root@localhost contec]# setserial /dev/ttyS2 irq 4 [root@localhost contec]# ./serial 0 0x22 micon: Set rs485 status complete.
  • Page 26: Ras Operational Check

    Readme file for details about the DIO sample. [root@localhost contec]# ./dio 0 0x22 0 micon: Get dio func complete. cmd [0x90h], dat [0x0h] [root@localhost contec]# ./dio 0 0x22 1 0x7 micon: Set dio complete. cmd [0x91h] [root@localhost contec]# ./dio 0 0x22 0 micon: Get dio func complete.
  • Page 27: Watchdog Timer Operations

    Launch a console window. Execute the WDT sample as follows, and confirm that system is reset after WDT timeout. Refer to the Readme file for details about the WDT sample. [root@localhost contec]# ./wdt 0 0x22 1 60 micon: Get wdt func complete. cmd [0x98h] micon: Get wdt func complete.
  • Page 28: Hardware Monitor Operational Check

    10. RTC Operational Check Confirm that the date and time can be manually changed by entering the date command in the console screen. [root@localhost contec]# date –s “05/10 15:25 2017” 2017年 5月 10日 水曜日 15:25 00 JST [root@localhost contec]# timedatectl set-local-rtc true The following shows how to synchronize the time using the ntpdate command with NTP installed and the NTP service temporarily stopped.
  • Page 29: Power Management Operational Check

    Hibernation pm-hibernate (Suspend to disk) Reference: “(linux-source)¥Documentation¥Power¥state.txt”  S5 State Check Enter the following command in the console screen. After shutdown, confirm that power supply of the main unit turns off. [root@localhost contec]# shutdown –h now - 29 -...
  • Page 30: Ras Function

    RAS Function This section describes FAS function of the product. - 30 -...
  • Page 31: Ras Function Supplementary Information

    BX-830 CentOS 7.3 64bit Operational Check Manual 1. RAS Function Supplementary Information This section describes the I/O addresses and microcomputer communication specifications necessary to use the RAS port on the BX-830 series. RAS Port functions General-purpose I/O  RS-422/485 communication mode control ...
  • Page 32: I/O Address

    — — RAS Function BX-830 CentOS 7.3 64bit Operational Check Manual 1. I/O Address Enter the following command in the console screen. After shutdown, confirm that power supply of the main unit turns off. Name Address Meaning Remarks Intel Atom QC E3845 Chipset 0xE000 The base address of the This might be different as the...
  • Page 33 — — RAS Function BX-830 CentOS 7.3 64bit Operational Check Manual Status register bit definition Meaning Busy Data Ready 0: Host →Microcomputer 1: Microcomputer→Host This section describes the microcomputer’s internal logical registers and how to issue commands. How to issue commands from HOST Confirm that Busy and Data Ready are set at 0, and set DIR to 0 and change Busy to 1.
  • Page 34 — — RAS Function BX-830 CentOS 7.3 64bit Operational Check Manual  List of Commands Return value Command Command name Parameters Remarks address Val: Bit 0, bit 1, and bit 2 Read DIO 0x90 0x90 DIO Val correspond to PI0, PI01, and PI2, respectively.
  • Page 35 — — RAS Function BX-830 CentOS 7.3 64bit Operational Check Manual Explanation Function DE: Transmission mode control 1: Transmission enabled; 0: Transmission disabled RE: Reception mode control 1: Reception enabled; 0: Reception disabled TE: Terminal resistor settings 0: Disabled; 1: Enabled Operates independently from other bits.
  • Page 36 — — RAS Function BX-830 CentOS 7.3 64bit Operational Check Manual *3 LED-related parameter details Definition name Mode Explanation Function LED Mode: 0: Lights off, 1: Lighting up Status LED operation mode settings 2: Flashing (0.5Hz) * - : These are not used. Assign 0 when writing. - 36 -...
  • Page 37: Ras Preparatory Steps

    In order to enable the I2C device, add “i2c-dev” to the “/etc/modules” file, and restart the OS. Once the patch has been applied, execute the following commands, and confirm that the output is as the text in red. [root@localhost contec]# modprobe i2c-dev [root@localhost contec]# i2cdetect –l i2c-0 smbus...
  • Page 38: Appendix

    Appendix The section features excerpts on system configuration information after OS installation. - 38 -...
  • Page 39: System Configuration Information

    — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual 1. System Configuration Information 1. CPU Information (/proc/cpuinfo) [root@localhost contec]# cat /proc/cpuinfo processor vendor_id : GenuineIntel cpu family model : 55 model name : Intel(R) Atom(TM) CPU E3845 @ 1.91GHz...
  • Page 40 — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual fpu_exception : yes cpuid level : 11 : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch arat epb dtherm tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms...
  • Page 41 — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual core id cpu cores apicid initial apicid : yes fpu_exception : yes cpuid level : 11 : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch arat epb dtherm tpr_shadow vnmi...
  • Page 42: Memory Information (Free , /Proc/Meminfo)

    Mem: 3770196 460204 2617164 140632 692828 2900936 Swap: 3145724 3145724 [root@localhost contec]# cat /proc/meminfo MemTotal: 3770196 kB MemFree: 2617412 kB MemAvailable: 2901208 kB Buffers: 1868 kB Cached: 605256 kB SwapCached: 0 kB Active: 491620 kB...
  • Page 43: Pci Device Information (Lspci)

    BX-830 CentOS 7.3 64bit Operational Check Manual 3. PCI Device Information (lspci) [root@localhost contec]# lspci 00:00.0 Host bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register (rev 11) 00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 11) 00:13.0 SATA controller: Intel Corporation Atom Processor E3800 Series SATA AHCI Controller (rev 11)
  • Page 44: Runlevel Information (Chkconfig)

    — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual 4. Runlevel Information (chkconfig) [root@localhost contec]# chkconfig –list netconsole 0:off 1:off 2:off 3:off 4:off 5:off 6:off network 0:off 1:off 2:on 3:on 4:on 5:on 6:off [root@localhost contec]# systemctl list-unit-files UNIT FILE STATE proc-sys-fs-binfmt_misc.automount...
  • Page 45 — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual canberra-system-bootup.service disabled canberra-system-shutdown-reboot.service disabled canberra-system-shutdown.service disabled certmonger.service disabled cgconfig.service disabled cgdcbxd.service disabled cgred.service disabled chrony-dnssrv@.service static chrony-wait.service disabled chronyd.service enabled colord.service static configure-printer@.service static console-getty.service disabled console-shell.service disabled container-getty@.service static cpupower.service disabled crond.service...
  • Page 46 — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual getty@.service enabled gssproxy.service disabled halt-local.service static hypervfcopyd.service static hypervkvpd.service static hypervvssd.service static initial-setup-graphical.service disabled initial-setup-reconfiguration.service disabled initial-setup-text.service disabled initial-setup.service disabled initrd-cleanup.service static initrd-parse-etc.service static initrd-switch-root.service static initrd-udevadm-cleanup-db.service static instperf.service static iprdump.service disabled iprinit.service...
  • Page 47 — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual nfs-rquotad.service disabled nfs-secure-server.service static nfs-secure.service static nfs-server.service disabled nfs-utils.service static nfs.service disabled nfslock.service static ntpd.service disabled ntpdate.service disabled numad.service disabled oddjobd.service disabled packagekit-offline-update.service static packagekit.service static plymouth-halt.service disabled plymouth-kexec.service disabled plymouth-poweroff.service disabled plymouth-quit-wait.service...
  • Page 48 — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual saslauthd.service disabled serial-getty@.service disabled smartd.service enabled speech-dispatcherd.service disabled spice-vdagentd.service enabled sshd-keygen.service static sshd.service enabled sshd@.service static sssd-secrets.service indirect sssd.service disabled svnserve.service disabled sysstat.service enabled systemd-ask-password-console.service static systemd-ask-password-plymouth.service static systemd-ask-password-wall.service static systemd-backlight@.service static systemd-binfmt.service...
  • Page 49 — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual systemd-tmpfiles-setup.service static systemd-udev-settle.service static systemd-udev-trigger.service static systemd-udevd.service static systemd-update-done.service static systemd-update-utmp-runlevel.service static systemd-update-utmp.service static systemd-user-sessions.service static systemd-vconsole-setup.service static target.service disabled tcsd.service disabled teamd@.service static tuned.service enabled udisks2.service static unbound-anchor.service static upower.service disabled usb_modeswitch@.service...
  • Page 50 — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual ctrl-alt-del.target disabled default.target enabled emergency.target static final.target static getty.target static graphical.target enabled halt.target disabled hibernate.target static hybrid-sleep.target static initrd-fs.target static initrd-root-fs.target static initrd-switch-root.target static initrd.target static iprutils.target disabled kexec.target disabled local-fs-pre.target static local-fs.target...
  • Page 51 — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual chrony-dnssrv@.timer disabled fstrim.timer disabled mdadm-last-resort@.timer static systemd-readahead-done.timer indirect systemd-tmpfiles-clean.timer static unbound-anchor.timer disabled 382 unit files listed. - 51 -...
  • Page 52: System Load Module Information (Lsmod)

    — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual 5. System Load Module Information (lsmod) [root@localhost contec]# lsmod Module Size Used by fuse 87741 3 xt_CHECKSUM 12549 1 ipt_MASQUERADE 12678 3 nf_nat_masquerade_ipv4 13412 1 ipt_MASQUERADE 27226 1 ip6t_rpfilter 12595 1...
  • Page 53 — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual aesni_intel 69884 0 13286 1 aesni_intel gf128mul 14951 1 lrw glue_helper 13990 1 aesni_intel ablk_helper 13597 1 aesni_intel cryptd 20359 3 ghash_clmulni_intel,aesni_intel,ablk_helper snd_intel_sst_acpi 13085 0 snd_intel_sst_core 76130 1 snd_intel_sst_acpi snd_soc_sst_mfld_platform 89127 1 snd_intel_sst_core snd_soc_sst_match 12890 1 snd_intel_sst_acpi...
  • Page 54 — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual libahci 31992 1 ahci 372540 6 i915,drm_kms_helper libata 247095 2 ahci,libahci pps_core 19106 1 ptp 15130 1 igb i2c_algo_bit 13413 2 igb,i915 i2c_core 40756 6 drm,igb,i915,i2c_i801,drm_kms_helper,i2c_algo_bit fjes 32197 0 video 24400 1 i915 dm_mirror 22135 0...
  • Page 55: Irq Usage Information (/Proc/Interrupts)

    — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual 6. IRQ Usage Information (/proc/interrupts) [root@localhost contec]# cat /proc/interrupts CPU0 CPU1 CPU2 CPU3 IO-APIC-edge timer IO-APIC-edge i8042 IO-APIC-fasteoi rtc0 IO-APIC-fasteoi acpi IO-APIC-edge 4428 PCI-MSI-edge xhci_hcd 14487 45250 PCI-MSI-edge 0000:00:13.0 PCI-MSI-edge...
  • Page 56 — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual 7. I/O Port Usage Information (/proc/ioports) [root@localhost contec]# cat /proc/ioports 0000-006f : PCI Bus 0000:00 0000-001f : dma1 0020-0021 : pic1 0040-0043 : timer0 0050-0053 : timer1 0060-0060 : keyboard...
  • Page 57 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable 0.000000] NX (Execute Disable) protection: active 0.000000] SMBIOS 3.0 present. 0.000000] DMI: CONTEC BX-830/Aptio CRB, BIOS 5.6.5 01/20/2017 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 0.000000] MTRR default type: uncachable...
  • Page 58 0.000000] RAMDISK: [mem 0x34442000-0x36218fff] 0.000000] ACPI: RSDP 00000000000f0580 00024 (v02 CONTEC) 0.000000] ACPI: XSDT 00000000b937d080 00084 (v01 CONTEC IPC-BXPT 01072009 AMI 00010013) 0.000000] ACPI: FACP 00000000b9384ba0 0010C (v05 CONTEC IPC-BXPT 01072009 AMI 00010013) 0.000000] ACPI: DSDT 00000000b937d198 07A03 (v02 CONTEC IPC-BXPT 01072009 INTL 20120913) 0.000000] ACPI: FACS 00000000b98b9f80 00040...
  • Page 59 — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual 0.000000] Zone ranges: 0.000000] [mem 0x00001000-0x00ffffff] 0.000000] DMA32 [mem 0x01000000-0xffffffff] 0.000000] Normal [mem 0x100000000-0x13fffffff] 0.000000] Movable zone start for each node 0.000000] Early memory node ranges 0.000000] node 0: [mem 0x00001000-0x0009cfff] 0.000000] node 0: [mem 0x00100000-0x1effffff]...
  • Page 60 — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual 0.000000] PM: Registered nosave memory: [mem 0xba000000-0xbaffffff] 0.000000] PM: Registered nosave memory: [mem 0xbb000000-0xbeffffff] 0.000000] PM: Registered nosave memory: [mem 0xbf000000-0xdfffffff] 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff] 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff] 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff] 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed00fff] 0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]...
  • Page 61 — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual 0.003344] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) 0.004222] Mount-cache hash table entries: 4096 0.004583] Initializing cgroup subsys memory 0.004601] Initializing cgroup subsys devices 0.004605] Initializing cgroup subsys freezer 0.004609] Initializing cgroup subsys net_cls 0.004612] Initializing cgroup subsys blkio 0.004615] Initializing cgroup subsys perf_event...
  • Page 62 — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual 0.910075] ACPI: Added _OSI(Module Device) 0.910080] ACPI: Added _OSI(Processor Device) 0.910083] ACPI: Added _OSI(3.0 _SCP Extensions) 0.910086] ACPI: Added _OSI(Processor Aggregator Device) 0.912986] ACPI: EC: Look up EC in DSDT 0.928030] ACPI: Interpreter enabled 0.928069] ACPI: (supports S0 S3 S4 S5) 0.928073] ACPI: Using IOAPIC for interrupt routing...
  • Page 63 — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual 1.347109] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold 1.347252] pci 0000:00:1c.1: System wakeup disabled by ACPI 1.347318] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100 1.347588] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500 1.347625] pci 0000:00:1f.3: reg 0x10: [mem 0xd081c000-0xd081c01f] 1.347699] pci 0000:00:1f.3: reg 0x20: [io 0xe000-0xe01f] 1.348084] pci 0000:01:00.0: [8086:1533] type 00 class 0x020000...
  • Page 64 — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual 1.572843] system 00:01: [io 0x0680-0x069f] has been reserved 1.572850] system 00:01: [io 0x0400-0x047f] has been reserved 1.572854] system 00:01: [io 0x0500-0x05fe] has been reserved 1.572859] system 00:01: [io 0x0600-0x061f] has been reserved 1.572866] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) 1.573136] system 00:02: [io 0x0280-0x028f] has been reserved 1.573142] system 00:02: [io 0x0290-0x029f] has been reserved...
  • Page 65 — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual 1.788856] Unpacking initramfs... 2.605062] Freeing initrd memory: 30556k freed 2.616821] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) 2.616831] software IO TLB [mem 0xb5346000-0xb9346000] (64MB) mapped at [ffff8800b5346000-ffff8800b9345fff] 2.617926] sha1_ssse3: Using SSSE3 optimized SHA-1 implementation 2.618048] sha256_ssse3: Using SSSE3 optimized SHA-256 implementation 2.618672] futex hash table entries: 1024 (order: 4, 65536 bytes) 2.618703] Initialise system trusted keyring...
  • Page 66 — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual 2.736136] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810 2.736144] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported 2.736180] xhci_hcd 0000:00:14.0: irq 87 for MSI/MSI-X 2.736295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 2.736300] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 2.736304] usb usb1: Product: xHCI Host Controller 2.736308] usb usb1: Manufacturer: Linux 3.10.0-514.el7.x86_64 xhci-hcd...
  • Page 67 — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) 3.018994] systemd[1]: Detected architecture x86-64. 3.019003] systemd[1]: Running in initial RAM disk. 3.019064] systemd[1]: Set hostname to <localhost.localdomain>. 3.090283] usb 1-2: new high-speed USB device number 2 using xhci_hcd 3.097247] systemd[1]: Created slice Root Slice.
  • Page 68 — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual 3.563247] igb: Copyright (c) 2007-2014 Intel Corporation. 3.563712] igb 0000:01:00.0: irq 89 for MSI/MSI-X 3.563726] igb 0000:01:00.0: irq 90 for MSI/MSI-X 3.563736] igb 0000:01:00.0: irq 91 for MSI/MSI-X 3.563747] igb 0000:01:00.0: irq 92 for MSI/MSI-X 3.563757] igb 0000:01:00.0: irq 93 for MSI/MSI-X 3.572414] scsi host0: ahci 3.572657] scsi host1: ahci...
  • Page 69 — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual 3.900075] usb 1-2.2: New USB device found, idVendor=046d, idProduct=c05a 3.900081] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 3.900085] usb 1-2.2: Product: USB Optical Mouse 3.900089] usb 1-2.2: Manufacturer: Logitech 3.903748] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.2/1- 2.2:1.0/input/input4 3.903956] hid-generic 0003:046D:C05A.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Optical Mouse]...
  • Page 70 — — Appendix BX-830 CentOS 7.3 64bit Operational Check Manual 8.010459] intel_rapl: Found RAPL domain core 8.012156] Adding 3145724k swap on /dev/mapper/cl-swap. Priority:-1 extents:1 across:3145724k SSFS 8.061236] XFS (sda1): Mounting V5 Filesystem 8.313462] XFS (sda1): Ending clean mount 8.659013] type=1305 audit(1496397817.139:4): audit_pid=677 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 11.953122] ip6_tables: (C) 2000-2006 Netfilter Core Team 12.326269] Ebtables v2.0 registered...
  • Page 71 No part of this document may be copied or reproduced in any form by any means without prior  written consent of CONTEC CO., LTD. CONTEC CO., LTD. makes no commitment to update or keep current the information contained  in this document.
  • Page 72 3-9-31, Himesato, Nishiyodogawa-ku, Osaka 555-0025, Japan https://www.contec.com/ No part of this document may be copied or reproduced in any form by any means without prior written consent of CONTEC CO., LTD. BX-830 CentOS 7.3 64bit Operational Check Manual NA05753 (LYVD312)

This manual is also suitable for:

Bx-830-dc700000

Table of Contents