IPC-BX950 CentOS5.4インストール確認書

Size: px
Start display at page:

Download "IPC-BX950 CentOS5.4インストール確認書"

Transcription

1 IPC-BX950 CentOS5.4 インストール確認書 CentOS 5.4-i386-bin-DVD.iso

2 目次 1 調査環境 ハードウェア ソフトウェア 調査項目の手順と結果 Console 日本語入力 シリアルポート ポーリング処理の接続方法 IRQ4,3 を使用して送受信する方法 LINE 出力 CF PowerManagement S1, S3, S4 ステート S5 ステート 付録 メモリの確認 runlevel 対応サービス CPU 情報 メモリ情報 カーネルモジュールメッセージ PCI Device 情報 システムロードモジュール バージョン情報 IRQ 利用情報 I/Oポート利用情報

3 1 調査環境 1 調査環境 1.1 ハードウェア IPC-BX950 ハードウェアの詳細なスペックについては ユーザーズマニュアルを参照してください COM 2 イヤフォン COM 1 LAN 1 IPC-BX950(Linux) インターネット接続 図 1 ハードウェアの接続形態 マウス モニタ等は省略しています 1.2 ソフトウェア 本調査で使用したディストリビューションについては以下の通りです CentOS5.4 バージョン情報 [root@c54d4g ~]# cat /proc/version Linux version el5 (mockbuild@builder16.centos.org) (gcc version (Red Hat )) #1 SMP Thu Sep 3 03:33:56 EDT 2009 [root@c54d4g ~]# - 3 -

4 2 調査項目の手順と結果 2 調査項目の手順と結果 本調査では以下の内容を調査致しました また インストール後に行った調査に関しましては root 権限にて実行しています 表 1 調査結果 調査項目 確認内容 結果 備考 OS USB 接続メディアよりインストール出来る事正常に通常インストールが可能 メモリ free の内容確認 付録参照 キーボード インストール時及び OS 入力後共正常キーボード マウスが正常に動作する事マウス インストール時及び OS 入力後共正常 USB インストール DVD からインストール作業が正常 CD/DVD に行える事 インストール時正常認識 OS インストール後 auto mount 確認 日本語入力 日本語入力を行い表示できる事 画面出力 ディスプレイを接続し正しく表示される事 シリアルポート シリアルポートより通信が出来ること IRQ3,4 通信できない ただし ポーリング処理での接続と起動オプションに noapic を加えて接続すると通信可能 ライン出力 イヤフォンを接続し音の出力が確認出来る事 イヤフォンにて音声確認 マイク入力 - - LAN DHCP でネットワーク情報が取得出来る事 DHCP サーバより IP address 取得確認 Yum にてパッケージインストールが可能 CF FAT32 でフォーマットした CF を CF2 に挿入し 読み書きすることができるか スタンバイ (S1 ステート ) 動作 正常動作 Power サスペンド (S3 ステート ) 動作 IPC-BX950 の BIOS がサポートしていないため Management ハイバネーション (S4 ステート ) 動作 IPC-BX950 の BIOS がサポートしていないため システム終了時の電源 OFF(S5 ステート ) 動作 正常動作 2.1 Console 日本語入力 GNOME 画面上で Ctrl + space または 半角 / 全角キー を押下します 画面右下に日本語のコントロールが表示され 日本語が入力できることを確認します - 4 -

5 2 調査項目の手順と結果 2.2 シリアルポート 文字列の送受信テスト IPC-BX950 の COM1 と COM2 にクロスケーブルを用いて接続します ターミナルウインドウを 2 つ起動してください 片側のターミナルウインドウで 以下のコマンドを入力してください このコマンドを入力した方が受信側となります [root@localhost ]# cat /dev/ttys0 [root@localhost ]# もう片方が送信側です 以下のコマンドを入力して文字列 (aiueo) を送信してください [root@localhost ]# echo aiueo > /dev/ttys1 [root@localhost ]# 受信側のターミナルウインドウに送信側のターミナルウインドウから送信したテキストが表示されれば 正常に通信が出来ています 以下の画面が表示されます インストール直後の状態では IRQ4,3 を利用して通信することができませんが 以下の方法で 通信することが可能です - 5 -

6 2 調査項目の手順と結果 ポーリング処理の接続方法 IPC-BX950 ttys0 の IRQ を 0 に設定し 更新されているか確認を行います [root@localhost ]# setserial /dev/ttys0 irq 0 [root@localhost ]# setserial -Gg /dev/ttys0 /dev/ttys0 uart 16550A port 0x03f8 irq 0 baud_base spd_normal skip_test [root@localhost ]# 2.2 シリアルポートを元に文字列の送受信を行います IRQ4,3 を使用して送受信する方法 kernel の起動オプションに noapic を追加します /boot/grub/grub.conf のファイルを以下のように編集 再起動を行い 2.2 シリアルポートを元に接続の確認をします - 6 -

7 2 調査項目の手順と結果 2.3 LINE 出力 デスクトップのタスクバーより システム 設定 サウンドを開く 以下の画面が表示され テストボタンを押すとイヤフォンに音が出力されるのを確認します - 7 -

8 2 調査項目の手順と結果 2.4 CF システム 管理 ハードウェア を選択し デバイスマネージャを表示します Devices に CF が表示されている事を確認します フォルダを作成し マウントを行います ]# mkdir /mnt/data ]# mount -t vfat /dev/hdb1 /mnt/data マウントの確認を行います ]# mount < 省略 > /dev/hdb1 on /mnt/data type vfat (rw) ]# - 8 -

9 2 調査項目の手順と結果 テキストファイルの読み書きを行います ]# echo hello > /mnt/data/hello.txt ]# cat /mnt/data/hello.txt hello ]# アンマウントを行い ファイルが読めなくなる事を確認します ]# umount /mnt/data/ ]# ls /mnt/data ]# - 9 -

10 2 調査項目の手順と結果 2.5 PowerManagement S1, S3, S4 ステートパワーマネジメントステータスを確認し サスペンド処理が使用可の状態か確認を行います 1 [root@localhost ]# cat /sys/power/state standby disk [root@localhost ]# このシステムは スタンバイ (standby) とハイバネーション (disk) をサポートしていると表示されますが IPC-BX950 の BIOS はハイバネーションをサポートしていないため ご利用になれません 表 2 /sys/power/state 出力文字 意味 ACPI 状態 関連コマンド standby スタンバイ S1 mem サスペンド S3 pm-suspend disk ハイバネーション S4 pm-hibernate スタンバイ機能 (ACPI S1 ステート ) は 以下で動作を確認することができます [root@localhost ]# echo -n standby > /sys/power/state スタンバイ状態に遷移したら 電源スイッチを ON してください Linux の復帰を確認できます S5 ステートシャットダウンコマンドを実行してください シャットダウン終了後 本体の電源が OFF になることを確認できます [root@localhost ]# shutdown -h now

11 3 付録 3.1 メモリの確認 ~]# free total used free shared buffers cached Mem: /+ buffers/cache: Swap: [root@c54d4g ~]# 3.2 runlevel 対応サービス [root@c54d4g ~]# chkconfig --list NetworkManager 0:off 1:off 2:off 3:off 4:off 5:off 6:off acpid 0:off 1:off 2:on 3:on 4:on 5:on 6:off anacron 0:off 1:off 2:on 3:on 4:on 5:on 6:off apmd 0:off 1:off 2:on 3:on 4:on 5:on 6:off atd 0:off 1:off 2:off 3:on 4:on 5:on 6:off auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off autofs 0:off 1:off 2:off 3:on 4:on 5:on 6:off avahi-daemon 0:off 1:off 2:off 3:on 4:on 5:on 6:off avahi-dnsconfd 0:off 1:off 2:off 3:off 4:off 5:off 6:off bluetooth 0:off 1:off 2:on 3:on 4:on 5:on 6:off capi 0:off 1:off 2:off 3:off 4:off 5:off 6:off conman 0:off 1:off 2:off 3:off 4:off 5:off 6:off cpuspeed 0:off 1:on 2:on 3:on 4:on 5:on 6:off crond 0:off 1:off 2:on 3:on 4:on 5:on 6:off cups 0:off 1:off 2:on 3:on 4:on 5:on 6:off dnsmasq 0:off 1:off 2:off 3:off 4:off 5:off 6:off dund 0:off 1:off 2:off 3:off 4:off 5:off 6:off firstboot 0:off 1:off 2:off 3:on 4:off 5:on 6:off gpm 0:off 1:off 2:on 3:on 4:on 5:on 6:off haldaemon 0:off 1:off 2:off 3:on 4:on 5:on 6:off hidd 0:off 1:off 2:on 3:on 4:on 5:on 6:off hplip 0:off 1:off 2:on 3:on 4:on 5:on 6:off httpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off ibmasm 0:off 1:off 2:off 3:off 4:off 5:off 6:off ip6tables 0:off 1:off 2:on 3:on 4:on 5:on 6:off iptables 0:off 1:off 2:on 3:on 4:on 5:on 6:off irda 0:off 1:off 2:off 3:off 4:off 5:off 6:off irqbalance 0:off 1:off 2:on 3:on 4:on 5:on 6:off isdn 0:off 1:off 2:on 3:on 4:on 5:on 6:off kudzu 0:off 1:off 2:off 3:on 4:on 5:on 6:off lvm2-monitor 0:off 1:on 2:on 3:on 4:on 5:on 6:off mcstrans 0:off 1:off 2:on 3:on 4:on 5:on 6:off mdmonitor 0:off 1:off 2:on 3:on 4:on 5:on 6:off mdmpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off messagebus 0:off 1:off 2:off 3:on 4:on 5:on 6:off microcode_ctl 0:off 1:off 2:on 3:on 4:on 5:on 6:off multipathd 0:off 1:off 2:off 3:off 4:off 5:off 6:off netconsole 0:off 1:off 2:off 3:off 4:off 5:off 6:off netfs 0:off 1:off 2:off 3:on 4:on 5:on 6:off netplugd 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 nfs 0:off 1:off 2:off 3:off 4:off 5:off 6:off nfslock 0:off 1:off 2:off 3:on 4:on 5:on 6:off nscd 0:off 1:off 2:off 3:off 4:off 5:off 6:off ntpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off oddjobd 0:off 1:off 2:off 3:off 4:off 5:off 6:off pand 0:off 1:off 2:off 3:off 4:off 5:off 6:off pcscd 0:off 1:off 2:on 3:on 4:on 5:on 6:off portmap 0:off 1:off 2:off 3:on 4:on 5:on 6:off psacct 0:off 1:off 2:off 3:off 4:off 5:off 6:off rawdevices 0:off 1:off 2:off 3:on 4:on 5:on 6:off rdisc 0:off 1:off 2:off 3:off 4:off 5:off 6:off readahead_early 0:off 1:off 2:on 3:on 4:on 5:on 6:off readahead_later 0:off 1:off 2:off 3:off 4:off 5:on 6:off restorecond 0:off 1:off 2:on 3:on 4:on 5:on 6:off rpcgssd 0:off 1:off 2:off 3:on 4:on 5:on 6:off rpcidmapd 0:off 1:off 2:off 3:on 4:on 5:on 6:off rpcsvcgssd 0:off 1:off 2:off 3:off 4:off 5:off 6:off saslauthd 0:off 1:off 2:off 3:off 4:off 5:off 6:off sendmail 0:off 1:off 2:on 3:on 4:on 5:on 6:off smartd 0:off 1:off 2:on 3:on 4:on 5:on 6:off sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off

12 syslog 0:off 1:off 2:on 3:on 4:on 5:on 6:off tcsd 0:off 1:off 2:off 3:off 4:off 5:off 6:off vncserver 0:off 1:off 2:off 3:off 4:off 5:off 6:off wdaemon 0:off 1:off 2:off 3:off 4:off 5:off 6:off winbind 0:off 1:off 2:off 3:off 4:off 5:off 6:off wpa_supplicant 0:off 1:off 2:off 3:off 4:off 5:off 6:off xfs 0:off 1:off 2:on 3:on 4:on 5:on 6:off ypbind 0:off 1:off 2:off 3:off 4:off 5:off 6:off yum-updatesd 0:off 1:off 2:on 3:on 4:on 5:on 6:off ~]# 3.3 CPU 情報 ~]# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 14 model name : Intel(R) Core(TM) Duo CPU 1.20GHz stepping : 12 cpu MHz : cache size : 2048 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 2 apicid : 0 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc pni monitor vmx est tm2 xtpr bogomips : processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 14 model name : Intel(R) Core(TM) Duo CPU 1.20GHz stepping : 12 cpu MHz : cache size : 2048 KB physical id : 0 siblings : 2 core id : 1 cpu cores : 2 apicid : 1 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc pni monitor vmx est tm2 xtpr bogomips : [root@c54d4g ~]#

13 3.4 メモリ情報 ~]# cat /proc/meminfo MemTotal: kb MemFree: kb Buffers: kb Cached: kb SwapCached: 0 kb Active: kb Inactive: kb HighTotal: kb HighFree: 244 kb LowTotal: kb LowFree: kb SwapTotal: kb SwapFree: kb Dirty: 32 kb Writeback: 0 kb AnonPages: kb Mapped: kb Slab: kb PageTables: 3768 kb NFS_Unstable: 0 kb Bounce: 0 kb CommitLimit: kb Committed_AS: kb VmallocTotal: kb VmallocUsed: 5388 kb VmallocChunk: kb HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 Hugepagesize: 4096 kb [root@c54d4g ~]#

14 3.5 カーネルモジュールメッセージ ~]# dmesg Linux version el5 (gcc version (Red Hat )) #1 SMP Thu Sep 3 03:33:56 EDT 2009 BIOS-provided physical RAM map: BIOS-e820: f400 (usable) BIOS-e820: f a0000 (reserved) BIOS-e820: f (reserved) BIOS-e820: f6e0000 (usable) BIOS-e820: f6e f6e3000 (ACPI NVS) BIOS-e820: f6e f6f0000 (ACPI data) BIOS-e820: f6f f (reserved) BIOS-e820: e f (reserved) BIOS-e820: fec (reserved) 118MB HIGHMEM available. 896MB LOWMEM available. found SMP MP-table at 000f4d50 Memory for crash kernel (0x0 to 0x0) notwithin permissible range disabling kdump Using x86 segment limits to approximate NX protection On node 0 totalpages: DMA zone: 4096 pages, LIFO batch:0 Normal zone: pages, LIFO batch:31 HighMem zone: pages, LIFO batch:7 DMI 2.2 present. Using APIC driver default ACPI: RSDP (v000 IntelR 0x000f8f50 ACPI: RSDT (v001 IntelR AWRDACPI 0x42302e31 AWRD 0x3f6e3000 ACPI: FADT (v001 IntelR AWRDACPI 0x42302e31 AWRD 0x3f6e3080 ACPI: MCFG (v001 IntelR AWRDACPI 0x42302e31 AWRD 0x3f6e7ac0 ACPI: MADT (v001 IntelR AWRDACPI 0x42302e31 AWRD 0x3f6e7a40 ACPI: SSDT (v001 PmRef CpuPm 0x INTL 0x3f6e8160 ACPI: DSDT (v001 INTELR AWRDACPI 0x MSFT 0x ACPI: PM-Timer IO Port: 0x408 ACPI: Local APIC address 0xfee00000 ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) Processor #0 6:14 APIC version 20 ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) Processor #1 6:14 APIC version 20 ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) ACPI: IRQ0 used by override. ACPI: IRQ2 used by override. ACPI: IRQ9 used by override. Enabling APIC mode: Flat. Using 1 I/O APICs Using ACPI (MADT) for SMP configuration information Allocating PCI resources starting at (gap: 3f700000:a ) Detected MHz processor. Built 1 zonelists. Total pages: Kernel command line: ro root=/dev/volgroup01/logvol00 rhgb quiet mapped APIC to ffffd000 (fee00000) mapped IOAPIC to ffffc000 (fec00000) Enabling fast FPU save and restore... done. Enabling unmasked SIMD FPU exception support... done. Initializing CPU#0 CPU 0 irqstacks, hard=c soft=c PID hash table entries: 4096 (order: 12, bytes) Console: colour VGA+ 80x25 Dentry cache hash table entries: (order: 7, bytes) Inode-cache hash table entries: (order: 6, bytes) Memory: k/ k available (2154k kernel code, 16292k reserved, 899k data, 232k init, k highmem) Checking if this processor honours the WP bit even in supervisor mode... Ok. Calibrating delay loop (skipped), value calculated using timer frequency BogoMIPS (lpj= ) Security Framework v1.0.0 initialized SELinux: Initializing. SELinux: Starting in permissive mode selinux_register_security: Registering secondary module capability Capability LSM initialized as secondary Mount-cache hash table entries: 512 CPU: After generic identify, caps: bfe9fbff c1a CPU: After vendor identify, caps: bfe9fbff c1a monitor/mwait feature present. using mwait in idle threads. CPU: L1 I cache: 32K, L1 D cache: 32K CPU: L2 cache: 2048K CPU: Physical Processor ID: 0 CPU: Processor Core ID: 0 CPU: After all inits, caps: bfe9f3ff c1a Intel machine check architecture supported

15 Intel machine check reporting enabled on CPU#0. Checking 'hlt' instruction... OK. SMP alternatives: switching to UP code ACPI: Core revision CPU0: Intel(R) Core(TM) Duo CPU 1.20GHz stepping 0c SMP alternatives: switching to SMP code Booting processor 1/1 eip CPU 1 irqstacks, hard=c soft=c Initializing CPU#1 Calibrating delay using timer specific routine BogoMIPS (lpj= ) CPU: After generic identify, caps: bfe9fbff c1a CPU: After vendor identify, caps: bfe9fbff c1a monitor/mwait feature present. CPU: L1 I cache: 32K, L1 D cache: 32K CPU: L2 cache: 2048K CPU: Physical Processor ID: 0 CPU: Processor Core ID: 1 CPU: After all inits, caps: bfe9f3ff c1a Intel machine check architecture supported. Intel machine check reporting enabled on CPU#1. CPU1: Intel(R) Core(TM) Duo CPU 1.20GHz stepping 0c Total of 2 processors activated ( BogoMIPS). ENABLING IO-APIC IRQs..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1 checking TSC synchronization across 2 CPUs: passed. Brought up 2 CPUs sizeof(vma)=84 bytes sizeof(page)=32 bytes sizeof(inode)=340 bytes sizeof(dentry)=136 bytes sizeof(ext3inode)=492 bytes sizeof(buffer_head)=52 bytes sizeof(skbuff)=176 bytes migration_cost=55 checking if image is initramfs... it is Freeing initrd memory: 3156k freed NET: Registered protocol family 16 ACPI: bus type pci registered PCI: Using MMCONFIG Setting up standard PCI resources ACPI: Interpreter enabled ACPI: Using IOAPIC for interrupt routing ACPI: No dock devices found. ACPI: PCI Root Bridge [PCI0] (0000:00) PCI quirk: region f claimed by ICH6 ACPI/GPIO/TCO PCI quirk: region bf claimed by ICH6 GPIO PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1 PCI: Transparent bridge :00:1e.0 ACPI: PCI Interrupt Routing Table [ _SB_.PCI0._PRT] ACPI: PCI Interrupt Routing Table [ _SB_.PCI0.PEX0._PRT] ACPI: PCI Interrupt Routing Table [ _SB_.PCI0.PEX1._PRT] ACPI: PCI Interrupt Routing Table [ _SB_.PCI0.HUB0._PRT] ACPI: PCI Interrupt Link [LNKA] (IRQs * ) ACPI: PCI Interrupt Link [LNKB] (IRQs *15) ACPI: PCI Interrupt Link [LNKC] (IRQs * ) ACPI: PCI Interrupt Link [LNKD] (IRQs * ) ACPI: PCI Interrupt Link [LNKE] (IRQs * ) ACPI: PCI Interrupt Link [LNKF] (IRQs ) *0, disabled. ACPI: PCI Interrupt Link [LNK0] (IRQs ) *0, disabled. ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 * ) Linux Plug and Play Support v0.97 (c) Adam Belay pnp: PnP ACPI init pnp: PnP ACPI: found 13 devices usbcore: registered new driver usbfs usbcore: registered new driver hub PCI: Using ACPI for IRQ routing PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report NetLabel: Initializing NetLabel: domain hash size = 128 NetLabel: protocols = UNLABELED CIPSOv4 NetLabel: unlabeled traffic allowed by default pnp: 00:09: ioport range 0x400-0x4bf could not be reserved PCI: Bridge: 0000:00:1c.0 IO window: e MEM window: fdc PREFETCH window 0x fd x fd9fffff PCI: Bridge: 0000:00:1c.1 IO window: d MEM window: fd PREFETCH window 0x fdd x fddfffff PCI: Bridge: 0000:00:1e.0 IO window: c MEM window: fdb PREFETCH window 0x fda x fdafffff ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 169 PCI: Setting latency timer of device 0000:00:1c.0 to

16 ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 17 (level, low) -> IRQ 177 PCI: Setting latency timer of device 0000:00:1c.1 to 64 PCI: Setting latency timer of device 0000:00:1e.0 to 64 NET: Registered protocol family 2 IP route cache hash table entries: (order: 5, bytes) TCP established hash table entries: (order: 8, bytes) TCP bind hash table entries: (order: 7, bytes) TCP: Hash tables configured (established bind 65536) TCP reno registered apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac) apm: disabled - APM is not SMP safe. audit: initializing netlink socket (disabled) type=2000 audit( :1): initialized highmem bounce pool size: 64 pages Total HugeTLB memory allocated, 0 VFS: Disk quotas dquot_6.5.1 Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) SELinux: Registering netfilter hooks Initializing Cryptographic API alg: No test for crc32c (crc32c-generic) ksign: Installing public key data Loading keyring - Added public key FF6A527 - User ID: CentOS (Kernel Module GPG key) io scheduler noop registered io scheduler anticipatory registered io scheduler deadline registered io scheduler cfq registered (default) Boot video device is 0000:00:02.0 ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 169 PCI: Setting latency timer of device 0000:00:1c.0 to 64 assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:1c.0:pcie00] Allocate Port Service[0000:00:1c.0:pcie02] Allocate Port Service[0000:00:1c.0:pcie03] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 17 (level, low) -> IRQ 177 PCI: Setting latency timer of device 0000:00:1c.1 to 64 assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:1c.1:pcie00] Allocate Port Service[0000:00:1c.1:pcie02] Allocate Port Service[0000:00:1c.1:pcie03] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 ACPI: Fan [FAN] (on) ACPI (exconfig-0456): Dynamic SSDT Load - OemId [ PmRef] OemTableId [ Cpu0Ist] [ ] ACPI: Processor [CPU0] (supports 2 throttling states) ACPI (exconfig-0456): Dynamic SSDT Load - OemId [ PmRef] OemTableId [ Cpu1Ist] [ ] ACPI: Processor [CPU1] (supports 2 throttling states) ACPI: Thermal Zone [THRM] (36 C) Real Time Clock Driver v1.12ac Non-volatile memory driver v1.2 Linux agpgart interface v0.101 (c) Dave Jones agpgart: Detected an Intel 945GME Chipset. agpgart: Detected 7932K stolen memory. agpgart: AGP aperture is 0xd Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled serial8250: ttys0 at I/O 0x3f8 (irq = 4) is a 16550A serial8250: ttys1 at I/O 0x2f8 (irq = 3) is a 16550A 00:06: ttys0 at I/O 0x3f8 (irq = 4) is a 16550A 00:07: ttys1 at I/O 0x2f8 (irq = 3) is a 16550A brd: module loaded Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx ICH7: IDE controller at PCI slot 0000:00:1f.1 ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 209 ICH7: chipset revision 2 ICH7: not 100% native mode: will probe irqs later ide0: BM-DMA at 0xf800-0xf807, BIOS settings: hda:dma, hdb:pio Probing IDE interface ide0... hda: TRANSCEND, ATA DISK drive ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 Probing IDE interface ide1... hda: max request size: 128KiB hda: sectors (4076 MB) w/1kib Cache, CHS=7899/16/63, UDMA(66) hda: hda1 hda2 ide-floppy driver 0.99.newide usbcore: registered new driver hiddev usbcore: registered new driver usbhid drivers/usb/input/hid-core.c: v2.6:usb HID core driver PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1 PNP: PS/2 controller doesn't have AUX irq; using default 12 serio: i8042 KBD port at 0x60,0x64 irq 1 serio: i8042 AUX port at 0x60,0x64 irq 12 mice: PS/2 mouse device common for all mice md: md driver MAX_MD_DEVS=256, MD_SB_DISKS=27 md: bitmap version 4.39 TCP bic registered

17 Initializing IPsec netlink socket NET: Registered protocol family 1 NET: Registered protocol family 17 Using IPI No-Shortcut mode ACPI: (supports S0 S1 S4 S5) Initalizing network drop monitor service Freeing unused kernel memory: 232k freed Write protecting the kernel read-only data: 404k Time: tsc clocksource has been installed. ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 217 PCI: Setting latency timer of device 0000:00:1d.7 to 64 ehci_hcd 0000:00:1d.7: EHCI Host Controller ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1 ehci_hcd 0000:00:1d.7: debug port 1 PCI: cache line size of 32 is not supported by device 0000:00:1d.7 ehci_hcd 0000:00:1d.7: irq 217, io mem 0xfdfff000 ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 usb usb1: configuration #1 chosen from 1 choice hub 1-0:1.0: USB hub found hub 1-0:1.0: 8 ports detected ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI) USB Universal Host Controller Interface driver v3.0 ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 217 PCI: Setting latency timer of device 0000:00:1d.0 to 64 uhci_hcd 0000:00:1d.0: UHCI Host Controller uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 uhci_hcd 0000:00:1d.0: irq 217, io base 0x0000fe00 usb usb2: configuration #1 chosen from 1 choice hub 2-0:1.0: USB hub found hub 2-0:1.0: 2 ports detected ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 225 PCI: Setting latency timer of device 0000:00:1d.1 to 64 uhci_hcd 0000:00:1d.1: UHCI Host Controller uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 uhci_hcd 0000:00:1d.1: irq 225, io base 0x0000fd00 usb usb3: configuration #1 chosen from 1 choice hub 3-0:1.0: USB hub found hub 3-0:1.0: 2 ports detected ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 209 PCI: Setting latency timer of device 0000:00:1d.2 to 64 uhci_hcd 0000:00:1d.2: UHCI Host Controller uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4 uhci_hcd 0000:00:1d.2: irq 209, io base 0x0000fc00 usb usb4: configuration #1 chosen from 1 choice hub 4-0:1.0: USB hub found hub 4-0:1.0: 2 ports detected ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 169 PCI: Setting latency timer of device 0000:00:1d.3 to 64 uhci_hcd 0000:00:1d.3: UHCI Host Controller uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5 uhci_hcd 0000:00:1d.3: irq 169, io base 0x0000fb00 usb usb5: configuration #1 chosen from 1 choice hub 5-0:1.0: USB hub found hub 5-0:1.0: 2 ports detected SCSI subsystem initialized usb 1-3: new high speed USB device using ehci_hcd and address 4 libata version 3.00 loaded. device-mapper: uevent: version device-mapper: ioctl: ioctl ( ) initialised: dm-devel@redhat.com usb 1-3: configuration #1 chosen from 1 choice device-mapper: dm-raid45: initialized v0.2594l usb 1-4: new high speed USB device using ehci_hcd and address 5 usb 1-4: configuration #1 chosen from 1 choice usb 2-1: new low speed USB device using uhci_hcd and address 2 usb 2-1: configuration #1 chosen from 1 choice input: USB Optical Mouse as /class/input/input0 input: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:1d.0-1 usb 2-2: new low speed USB device using uhci_hcd and address 3 usb 2-2: configuration #1 chosen from 1 choice input: USB Keyboard as /class/input/input1 input: USB HID v1.00 Keyboard [USB Keyboard ] on usb-0000:00:1d.0-2 input: USB Keyboard as /class/input/input2 input: USB HID v1.00 Device [USB Keyboard ] on usb-0000:00:1d.0-2 kjournald starting. Commit interval 5 seconds EXT3-fs: mounted filesystem with ordered data mode. SELinux: Disabled at runtime. SELinux: Unregistering netfilter hooks type=1404 audit( :2): selinux=0 auid= ses= intel_rng: FWH not detected e1000e: Intel(R) PRO/1000 Network Driver k2 e1000e: Copyright (c) Intel Corporation. ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 169 PCI: Setting latency timer of device 0000:01:00.0 to 64 input: PC Speaker as /class/input/input3 e1000e 0000:01:00.0: Warning: detected ASPM enabled in EEPROM Initializing USB Mass Storage driver

18 scsi0 : SCSI emulation for USB Mass Storage devices usb-storage: device found at 4 usb-storage: waiting for device to settle before scanning scsi1 : SCSI emulation for USB Mass Storage devices usb-storage: device found at 5 usb-storage: waiting for device to settle before scanning usbcore: registered new driver usb-storage USB Mass Storage support registered. eth0: (PCI Express:2.5GB/s:Width x1) 00:80:4c:a7:c0:5f eth0: Intel(R) PRO/1000 Network Connection eth0: MAC: 2, PHY: 2, PBA No: ffffff-0ff ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 17 (level, low) -> IRQ 177 PCI: Setting latency timer of device 0000:02:00.0 to 64 e1000e 0000:02:00.0: Warning: detected ASPM enabled in EEPROM eth1: (PCI Express:2.5GB/s:Width x1) 00:80:4c:a7:c0:5e eth1: Intel(R) PRO/1000 Network Connection eth1: MAC: 2, PHY: 2, PBA No: ffffff-0ff ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 19 (level, low) -> IRQ 225 ACPI: PCI Interrupt 0000:00:1e.2[A] -> GSI 17 (level, low) -> IRQ 177 PCI: Setting latency timer of device 0000:00:1e.2 to 64 intel8x0_measure_ac97_clock: measured usecs intel8x0: clocking to floppy0: no floppy controllers found lp: driver loaded but no devices found Vendor: Optiarc Model: DVD RW AD-7560A Rev: DX09 Type: CD-ROM ANSI SCSI revision: 00 usb-storage: device scan complete Vendor: StoreJet Model: Transcend Rev: Type: Direct-Access ANSI SCSI revision: 02 SCSI device sda: byte hdwr sectors ( MB) sda: Write Protect is off sda: Mode Sense: sda: assuming drive cache: write through SCSI device sda: byte hdwr sectors ( MB) sda: Write Protect is off sda: Mode Sense: sda: assuming drive cache: write through sda: sda1 sd 0:0:0:0: Attached scsi disk sda usb-storage: device scan complete scsi 1:0:0:0: Attached scsi generic sg0 type 5 sd 0:0:0:0: Attached scsi generic sg1 type 0 NET: Registered protocol family 10 lo: Disabled Privacy Extensions IPv6 over IPv4 tunneling driver sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray Uniform CD-ROM driver Revision: 3.20 sr 1:0:0:0: Attached scsi CD-ROM sr0 ACPI: Power Button (FF) [PWRF] ACPI: Power Button (CM) [PWRB] md: Autodetecting RAID arrays. md: autorun... md:... autorun DONE. device-mapper: multipath: version loaded EXT3 FS on dm-0, internal journal kjournald starting. Commit interval 5 seconds EXT3 FS on hda1, internal journal EXT3-fs: mounted filesystem with ordered data mode. Adding k swap on /dev/volgroup01/logvol01. Priority:-1 extents:1 across:524280k IA-32 Microcode Update Driver: v1.14a <tigran@veritas.com> ADDRCONF(NETDEV_UP): eth0: link is not ready e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX eth0: 10/100 speed: disabling TSO ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready ADDRCONF(NETDEV_UP): eth0: link is not ready e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX eth0: 10/100 speed: disabling TSO ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Bluetooth: Core ver 2.10 NET: Registered protocol family 31 Bluetooth: HCI device and connection manager initialized Bluetooth: HCI socket layer initialized Bluetooth: L2CAP ver 2.8 Bluetooth: L2CAP socket layer initialized Bluetooth: RFCOMM socket layer initialized Bluetooth: RFCOMM TTY layer initialized Bluetooth: RFCOMM ver 1.8 eth0: no IPv6 routers present Bluetooth: HIDP (Human Interface Emulation) ver 1.1 [drm] Initialized drm ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 169 [drm] Initialized i on minor 0 [root@c54d4g ~]#

19 3.6 PCI Device 情報 ~]# lspci 00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03) 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03) 00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02) 00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02) 00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02) 00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02) 00:1e.0 PCI bridge: Intel Corporation Mobile PCI Bridge (rev e2) 00:1e.2 Multimedia audio controller: Intel Corporation 82801G (ICH7 Family) AC'97 Audio Controller (rev 02) 00:1f.0 ISA bridge: Intel Corporation 82801GHM (ICH7-M DH) LPC Interface Bridge (rev 02) 00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02) 00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02) 01:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet Controller 02:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet Controller [root@c54d4g ~]# 3.7 システムロードモジュール [root@c54d4g ~]# lsmod Module Size Used by i drm i915 autofs hidp rfcomm l2cap hidp,rfcomm bluetooth hidp,rfcomm,l2cap lockd sunrpc lockd cpufreq_ondemand acpi_cpufreq dm_multipath scsi_dh dm_multipath video hwmon backlight video sbs i2c_ec sbs button battery asus_acpi ac sr_mod cdrom sr_mod ipv xfrm_nalgo ipv6 sg crypto_api xfrm_nalgo parport_pc lp parport parport_pc,lp joydev snd_intel8x snd_ac97_codec snd_intel8x0 ac97_bus snd_ac97_codec snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq_oss snd_seq snd_seq_dummy,snd_seq_oss,snd_seq_midi_event snd_seq_device snd_seq_dummy,snd_seq_oss,snd_seq snd_pcm_oss serio_raw snd_mixer_oss snd_pcm_oss i2c_i snd_pcm snd_intel8x0,snd_ac97_codec,snd_pcm_oss i2c_core i2c_ec,i2c_i801 usb_storage pcspkr snd_timer snd_seq,snd_pcm snd snd_intel8x0,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer e1000e soundcore snd

20 snd_page_alloc snd_intel8x0,snd_pcm dm_raid dm_message dm_raid45 dm_region_hash dm_raid45 dm_mem_cache dm_raid45 dm_snapshot dm_zero dm_mirror dm_log dm_raid45,dm_region_hash,dm_mirror dm_mod dm_multipath,dm_raid45,dm_snapshot,dm_zero,dm_mirror,dm_log ata_piix libata ata_piix sd_mod scsi_mod scsi_dh,sr_mod,sg,usb_storage,libata,sd_mod ext jbd ext3 uhci_hcd ohci_hcd ehci_hcd [root@c54d4g ~]# 3.8 バージョン情報 [root@c54d4g ~]# cat /proc/version Linux version el5 (mockbuild@builder16.centos.org) (gcc version (Red Hat )) #1 SMP Thu Sep 3 03:33:56 EDT 2009 [root@c54d4g ~]# 3.9 IRQ 利用情報 [root@c54d4g ~]# cat /proc/interrupts CPU0 CPU1 0: IO-APIC-edge timer 1: 3 0 IO-APIC-edge i8042 8: 1 0 IO-APIC-edge rtc 9: 1 0 IO-APIC-level acpi 12: 5 0 IO-APIC-edge i : IO-APIC-edge ide0 82: PCI-MSI eth0 169: 0 0 IO-APIC-level uhci_hcd:usb5, i915@pci:0000:00: : 0 0 IO-APIC-level Intel ICH7 209: 0 0 IO-APIC-level uhci_hcd:usb4 217: IO-APIC-level ehci_hcd:usb1, uhci_hcd:usb2 225: 0 0 IO-APIC-level uhci_hcd:usb3 NMI: 0 0 LOC: ERR: 0 MIS: 0 [root@c54d4g ~]#

21 3.10 I/O ポート利用情報 ~]# cat /proc/ioports f : dma : pic : timer : timer : keyboard : keyboard : rtc f : dma page reg 00a0-00a1 : pic2 00c0-00df : dma2 00f0-00ff : fpu 01f0-01f7 : ide0 02f8-02ff : serial 03c0-03df : vga+ 03f6-03f6 : ide0 03f8-03ff : serial f : 0000:00:1f : ACPI PM1a_EVT_BLK : ACPI PM1a_CNT_BLK b : ACPI PM_TMR : ACPI CPU throttle f : ACPI GPE0_BLK bf : 0000:00:1f f : 0000:00:1f f : i801_smbus c000-cfff : PCI Bus #03 d000-dfff : PCI Bus #02 df00-df1f : 0000:02:00.0 e000-efff : PCI Bus #01 ef00-ef1f : 0000:01:00.0 f200-f2ff : 0000:00:1e.2 f200-f2ff : Intel ICH7 f800-f80f : 0000:00:1f.1 f800-f807 : ide0 fa00-fa3f : 0000:00:1e.2 fa00-fa3f : Intel ICH7 fb00-fb1f : 0000:00:1d.3 fb00-fb1f : uhci_hcd fc00-fc1f : 0000:00:1d.2 fc00-fc1f : uhci_hcd fd00-fd1f : 0000:00:1d.1 fd00-fd1f : uhci_hcd fe00-fe1f : 0000:00:1d.0 fe00-fe1f : uhci_hcd ff00-ff07 : 0000:00:02.0 [root@c54d4g ~]#

22 発行株式会社コンテック 大阪市西淀川区姫里 日本語 英語 NA00956(LYLX361) 中国語 [ ] 本製品および本書は著作権法によって保護されていますので無断で複写 複製 転載 改変することは禁じられています

94

94 4 1 2 3 4 5 6 7 8 9 10 11 12 94 4 95 1 2 3 4 96 5 5 4 97 98 1 2 3 4 99 4 100 5 6 1 2 4 101 1 2 3 4 5 1 2 3 4 102 1 2 3 4 4 103 1 2 104 1 2 3 4 4 5 105 1 2 106 4 107 108 1 2 3 4 4 109 1 2 3 4 110 1 2 3

More information

Express5800/R110a-1Hユーザーズガイド

Express5800/R110a-1Hユーザーズガイド 4 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Xeon Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0B60: DIMM group #1 has been disabled. : Press to resume, to

More information

1 144

1 144 5 1 2 3 4 5 6 7 8 9 10 11 12 1 144 AMIBIOS SETUP - POWER MANAGEMENT SETUP (C)1999 American Megatrends, Inc. All Rights Reserved ACPI Standby State Power Management/APM Video Power Down Mode Hard Disk Power

More information

1 124

1 124 7 1 2 3 4 5 6 7 8 9 10 11 12 1 124 Phoenix - AwardBIOS CMOS Setup Utility Integrated Peripherals On-Chip Primary PCI IDE [Enabled] IDE Primary Master PIO [Auto] IDE Primary Slave PIO [Auto] IDE Primary

More information

1 2

1 2 1 1 2 3 1 2 3 4 5 2 3 4 4 1 2 3 4 5 5 5 6 1 1 2 3 1 8 1 3 1 9 2 10 2 3 1 11 2 12 13 3 1 2 2 14 2 3 1 15 2 16 2 3 1 17 2 18 2 3 1 19 3 20 3 3 1 21 3 22 3 3 1 23 3 24 3 3 1 25 3 26 3 3 1 27 3 28 3 3 1 29

More information

1 2

1 2 1 1 2 1 2 3 4 5 3 2 3 4 4 1 2 3 4 5 5 5 6 7 8 1 1 2 1 10 1 3 1 11 2 12 2 3 1 13 2 14 2 3 1 15 2 16 2 3 1 17 2 1 2 3 4 5 18 2 6 7 8 3 1 1 2 19 2 20 2 3 1 21 2 22 2 3 1 23 2 24 2 3 1 25 2 26 2 3 1 27 2 28

More information

本機をお使いの方へ

本機をお使いの方へ MA46H/S Windows 98 / NT 4.0 Windows 98 / NT 4.0 MA46H/S BIOS 1999 10 808-877675-132-A 3 AT 6. 1. BIOS P.7 1. Windows 98 Windows Windows 98 Microsoft Windows 98 Windows NT 4.0 Microsoft Windows NT Workstation

More information

IPC-BX950 ubuntu9.10 server インストール確認書

IPC-BX950 ubuntu9.10 server インストール確認書 IPC-BX950 ubuntu 9.10 インストール確認書 ubuntu-9.10-server-i386.iso 目次 1 調査環境... - 3-1.1 ハードウェア... - 3-1.2 ソフトウェア... - 3-2 調査項目の手順と結果...- 4-2.1 Console 日本語入力...- 4-2.2 シリアルポート... - 5-2.3 LINE 出力... - 5-2.4 CF...

More information

1 2

1 2 1 1 2 1 2 3 4 5 3 2 3 4 4 1 2 3 4 5 5 5 6 1 1 2 1 8 1 3 1 9 2 10 2 3 1 11 2 12 2 3 1 13 14 2 2 3 1 15 2 1 2 3 4 5 16 2 6 7 8 3 1 1 2 17 2 18 2 3 1 19 2 20 2 3 1 21 2 22 2 3 1 23 2 24 2 3 1 25 2 26 2 3

More information

橡EN1165.PDF

橡EN1165.PDF G780(7ZMMP-KK F1C) BIOS Setup 1 G780(7ZMMP-KK F1C) 2 G780(7ZMMP-KK F1C) 3 G780(7ZMMP-KK F1C) 4 G780(7ZMMP-KK F1C) 1st Boot Device 2nd Boot Device 3rd Boot Device S.M.A.R.T. for Hard Disks BootUp Num-Lock

More information

EQUIUM EQUIUM S5010 1

EQUIUM EQUIUM S5010 1 EQUIUM EQUIUM S5010 1 1 1 2 3 4 2 1 2 3 2 3 1 2 3 4 5 6 7 4 1 2 5 1 2 6 1 7 1 2 3 4 5 6 7 1 2 3 4 5 6 3 7 8 9 1 2 3 4 4 5 6 7 8 1 1 2 3 4 10 1 11 12 1 13 14 1 15 16 1 1 2 3 17 1 2 3 18 4 5 6 1 19 1 2 3

More information

IPC-BX955 ubuntu 9.10 インストール確認書

IPC-BX955 ubuntu 9.10 インストール確認書 IPC-BX955 ubuntu 9.10 インストール確認書 ubuntu-9.10-desktop-i386.iso 目次 1 調査環境... - 3-1.1 ハードウェア... - 3-1.2 ソフトウェア... - 3-2 調査項目の手順と結果...- 4-2.1 Console 日本語入力...- 4-2.2 シリアルポート... - 6-2.3 LINE 出力... - 7-2.4 LINE

More information

IPC-BX950T1D ubuntu 10.04インストール確認書

IPC-BX950T1D ubuntu 10.04インストール確認書 IPC-BX950T1D ubuntu 10.04 インストール確認書 ubuntu-10.04-desktop-i386.iso 目次 1 調査環境... - 3-1.1 ハードウェア... - 3-1.2 ソフトウェア... - 3-2 調査項目の手順と結果... - 4-2.1 Console 日本語入力... - 5-2.2 シリアルポート... - 6-2.3 LINE 出力... - 7-2.4

More information

BIOS 設定書 BIOS 出荷時設定 BIOS 設定を工場出荷状態に戻す必要がある場合は 本書の手順に従って作業をおこなってください BIOS 設定を変更されていない場合は 本書の作業は必要ありません BIOS 出荷時設定は以下の手順でおこないます スタート A) BIOS の Setup Uti

BIOS 設定書 BIOS 出荷時設定 BIOS 設定を工場出荷状態に戻す必要がある場合は 本書の手順に従って作業をおこなってください BIOS 設定を変更されていない場合は 本書の作業は必要ありません BIOS 出荷時設定は以下の手順でおこないます スタート A) BIOS の Setup Uti BIOS 出荷時設定 BIOS 設定を工場出荷状態に戻す必要がある場合は 本書の手順に従って作業をおこなってください BIOS 設定を変更されていない場合は 本書の作業は必要ありません BIOS 出荷時設定は以下の手順でおこないます スタート A) BIOS の Setup Utility を起動 B) BIOS 設定をデフォルトに戻す C) 工場出荷時状態に再設定 D) 設定状態をセーブして終了

More information

Express5800/320Fa-L/320Fa-LR

Express5800/320Fa-L/320Fa-LR 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

More information

5 1 2 3 4 5 6 7 8 9 10 1 Quick Boot 1st Boot Device 2nd Boot Device 3rd Boot Device Network Boot Initial Display Mode S.M.A.R.T. for Hard Disks BootUp Num-Lock Password Check CPU Serial Number System BIOS

More information

IPC-BX950T1 ubuntu 10.04インストール確認書

IPC-BX950T1 ubuntu 10.04インストール確認書 IPC-BX950T1 ubuntu 10.04 インストール確認書 ubuntu-10.04-desktop-i386.iso 目次 1 調査環境... - 3-1.1 ハードウェア... - 3-1.2 ソフトウェア... - 3-2 調査項目の手順と結果... - 4-2.1 Console 日本語入力... - 5-2.2 シリアルポート... - 6-2.3 LINE 出力... - 7-2.4

More information

Express5800/320Fa-L/320Fa-LR/320Fa-M/320Fa-MR

Express5800/320Fa-L/320Fa-LR/320Fa-M/320Fa-MR 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

More information

5 1 2 3 4 5 6 7 8 9 10 11 12 1 132 CMOS Setup Utility - Copyright (C) 1984-2000 Award Software Power Management Setup ACPI Suspend Type S3 (STR) Power Management User Define Video Off Method DPMS Video

More information

IPC-BX955 ubuntu 9.10 インストール確認書

IPC-BX955 ubuntu 9.10 インストール確認書 IPC-BX955 ubuntu 9.10 インストール確認書 ubuntu-9.10-server-i386.iso 目次 1 調査環境... - 3-1.1 ハードウェア... - 3-1.2 ソフトウェア... - 3-2 調査項目の手順と結果...- 4-2.1 Console 日本語入力...- 4-2.2 シリアルポート... - 5-2.3 LINE 出力... - 6-2.4 LINE

More information

iExpress5800/N サーバハードウェア

iExpress5800/N サーバハードウェア Press F2 to enter SETUP/Q-Flash Main A Date (mm:dd:yy) Time (hh:mm:ss) >IDE Primary Master IDE HDD Auto-Detection Press Enter Write Cache Disabled Enabled IDE Primary Master Auto None Manual Access

More information

Express5800/R320a-E4/Express5800/R320b-M4ユーザーズガイド

Express5800/R320a-E4/Express5800/R320b-M4ユーザーズガイド 7 7 障害箇所の切り分け 万一 障害が発生した場合は ESMPRO/ServerManagerを使って障害の発生箇所を確認し 障害がハー ドウェアによるものかソフトウェアによるものかを判断します 障害発生個所や内容の確認ができたら 故障した部品の交換やシステム復旧などの処置を行います 障害がハードウェア要因によるものかソフトウェア要因によるものかを判断するには E S M P R O / ServerManagerが便利です

More information

IPC-BX950 Fedora12 インストール確認書

IPC-BX950 Fedora12 インストール確認書 IPC-BX950 Fedora 12 インストール確認書 Fedora-12-i386-DVD.iso 目次 1 調査環境... - 3-1.1 ハードウェア... - 3-1.2 ソフトウェア... - 3-2 調査項目の手順と結果...- 4-2.1 Console 日本語入力...- 4-2.2 シリアルポート... - 5-2.3 LINE 出力... - 6-2.4 CF... - 7-2.5

More information

Linux @ S9 @ CPU #0 CPU #1 FIB Table Neighbor Table 198.51.100.0/24 fe540072d56f 203.0.113.0/24 fe54003c1fb2 TX Ring TX Ring TX Buf. Dsc. RX Buf. Dsc. TX Buf. Dsc. RX Buf. Dsc. Packet NIC #0 NIC #1 CPU

More information

Express5800/320Fc-MR

Express5800/320Fc-MR 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

More information

IP1_ug.book

IP1_ug.book 1 1 2 Press to enter SETUP 1 2 1 Press to enter SETUP Enter passord[ ] Phoenix TrustedCore(tm) Setup Utility Main Advanced Security System Hardare

More information

1 142

1 142 7 1 2 3 4 5 6 7 8 1 142 PhoenixBIOS Setup Utility MainSystem DevicesSecurityPowerOthersBootExit System Time: [XX:XX:XX] Item Specific Help System Date: [XX/XX/XXXX] Floppy Drive: 1.44MB, 3 1 / 2" Hard

More information

US40cユーザーズガイド

US40cユーザーズガイド US40c 1 Enter CURRENT Passord:? _ InsydeH20 Setup Utility Main Advanced Security Boot Exit Video Configuration Poer Save Quick Charge HDD [2GB ATA Flash

More information

137 6 1 2 3 4 5 6 138 6 139 1 2 3 4 5 6 140 6 141 1 2 1 2 142 6 3 143 1 2 144 6 145 1 2 3 4 5 146 6 147 1 1 148 6 1 2 149 1 2 1 2 150 6 151 152 6 1 2 153 1 2 3 154 1 2 6 3 155 156 6 157 158 1 6 2 159 1

More information

N Express5800/R320a-E4 N Express5800/R320a-M4 ユーザーズガイド

N Express5800/R320a-E4  N Express5800/R320a-M4  ユーザーズガイド 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

More information

Express5800/R320a-E4, Express5800/R320b-M4ユーザーズガイド

Express5800/R320a-E4, Express5800/R320b-M4ユーザーズガイド 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

More information

1 138

1 138 5 1 2 3 4 5 6 7 8 1 138 BIOS Setup Utility MainAdvancedSecurityPowerExit Setup Warning Item Specific Help Setting items on this menu to incorrect values may cause your system to malfunction. Select 'Yes'

More information

5 1 2 3 4 5 6 7 8 9 10 11 12 1 146 CMOS Setup Utility - Copyright (C) 1984-2000 Award Software Power Management Setup ACPI Suspend Type S3 (STR) Power Management User Define Video Off Method DPMS Video

More information

EQUIUM EQUIUM S5010 1 1 1 2 3 4 2 1 2 3 2 3 1 2 3 4 5 6 7 8 4 1 2 3 5 1 2 1 2 3 4 5 6 7 6 1 3 7 1 2 3 4 5 6 7 8 9 10 11 1 2 3 4 4 5 6 7 8 1 1 2 3 4 10 1 11 12 1 13 14 1 15 1 16 1 1 17 1 2 18 3 1 4 5 19

More information

00-COVER.P65

00-COVER.P65 AHA-2910C R AHA-2910C PCI-to-Fast SCSI 1998 Adaptec, Inc. All rights reserved. Adaptec, Inc., 691 South Milpitas Blvd., Milpitas, CA 95035 Adaptec Adaptec Adaptec AHA PhaseEngine SCSISelect Adaptec Adaptec

More information

Nios® II HAL API を使用したソフトウェア・サンプル集 「Modular Scatter-Gather DMA Core」

Nios® II HAL API を使用したソフトウェア・サンプル集 「Modular Scatter-Gather DMA Core」 ALTIMA Company, MACNICA, Inc Nios II HAL API Modular Scatter-Gather DMA Core Ver.17.1 2018 8 Rev.1 Nios II HAL API Modular Scatter-Gather DMA Core...3...3...4... 4... 5 3-2-1. msgdma... 6 3-2-2. On-Chip

More information

Express5800/110Ee (2002/01/22)

Express5800/110Ee (2002/01/22) (2002/01/22) 1. N8100-691 ( /1BG(256)) CPU L1 L2 CD-ROM LAN OS Pentium 1.0BGHz 1 32KB 256KB 128MB 1.5GB ( IDE 60GB 3( IDE 2)) ( SCSI 18.1GB 3) 14 40 100BASE-TX 10BASE-T 640 480 1280 1024(VRAM 8MB) 2. CD-ROM

More information

7 7

7 7 7 7 w w AmbientTempAlm00 AmbientTempAlm02 AmbientTempAlm07 AmbientTempAlm09 BMC Unsync BMC0 Not Ready BMC1 Not Ready Cor0 +12vAlm 00 Cor0 +12vAlm 02 Cor0 +12vAlm 07 Cor0 +12vAlm 09 Cor0 +2.5vAlm 00 Cor0

More information

FUJITSU ULTRA LVD SCSI Host Bus Adapter Driver 3.0 説明書

FUJITSU ULTRA LVD SCSI Host Bus Adapter Driver 3.0 説明書 C120-E285-10Z2 FUJITSU ULTRA LVD SCSI Host Bus Adapter Driver 3.0 - for Oracle Solaris - () FUJITSU ULTRA LVD SCSI Host Bus Adapter 3.0 SCSI/SAS SCSI/SAS HBA(Host Bus Adapter) WARNING:

More information

USB ORCA Learning Edition Version USB ORCA Learning Edition ORCA Project セットアップ手順書 Version 年 1 月 17 日 ( 第 3 版 ) 社団法人日本医師会 ORCA Projec

USB ORCA Learning Edition Version USB ORCA Learning Edition ORCA Project セットアップ手順書 Version 年 1 月 17 日 ( 第 3 版 ) 社団法人日本医師会 ORCA Projec USB ORCA Learning Edition ORCA Project セットアップ手順書 Version 3.0.0 2012 年 1 月 17 日 ( 第 3 版 ) 社団法人日本医師会 ORCA Project Copyright (C) 2011 Japan Medical Association. All rights reserved. 1 目次 改版履歴...3 1. 概要...

More information

BIOS 設定書 BIOS 出荷時設定 BIOS 設定を工場出荷状態に戻す必要がある場合は 本書の手順に従って作業をおこなってください BIOS 設定を変更されていない場合は 本書の作業は必要ありません BIOS 出荷時設定は以下の手順でおこないます スタート A) BIOS の Setup Uti

BIOS 設定書 BIOS 出荷時設定 BIOS 設定を工場出荷状態に戻す必要がある場合は 本書の手順に従って作業をおこなってください BIOS 設定を変更されていない場合は 本書の作業は必要ありません BIOS 出荷時設定は以下の手順でおこないます スタート A) BIOS の Setup Uti BIOS 出荷時設定 BIOS 設定を工場出荷状態に戻す必要がある場合は 本書の手順に従って作業をおこなってください BIOS 設定を変更されていない場合は 本書の作業は必要ありません BIOS 出荷時設定は以下の手順でおこないます スタート A) BIOS の Setup Utility を起動 B) BIOS 設定をデフォルトに戻す C) 工場出荷時状態に再設定 D) 設定状態をセーブして終了

More information

1 122

1 122 6 1 2 3 4 5 6 1 122 PhoenixBIOS Setup Utility MainAdvancedSecurityPowerExit MainSystem DevicesSecurityBootExit System Time: [XX:XX:XX] [XX:XX:XX] System Date: [XX/XX/XX] [XX/XX/XXXX] Item Specific Help

More information

FUJITSU Storage ETERNUS DX 構築ガイド(サーバ接続編) SAS/Linux用

FUJITSU Storage ETERNUS DX 構築ガイド(サーバ接続編) SAS/Linux用 FUJITSU Storage ETERNUS DX 構築ガイド ( サーバ接続編 ) SAS/Linux 用 このページは 空白です はじめに 本書は ETERNUS DX を Linux が動作するサーバに SAS 接続して使用するために必要な作業について説明しています ETERNUS DX サーバ OS SAS カード およびドライバソフトウェアの説明書と併せてご使用ください なお 本書に記載している製品の商標

More information

EQUIUM EQUIUM 1

EQUIUM EQUIUM 1 EQUIUM EQUIUM 1 1 1 2 3 4 2 1 2 3 2 3 1 2 3 4 5 6 7 8 9 4 1 2 3 5 1 2 3 1 2 3 4 5 6 7 6 1 3 7 1 2 3 4 5 6 7 8 9 10 11 12 1 2 3 4 4 5 6 7 8 9 10 1 1 2 3 4 12 1 13 14 1 15 16 1 17 18 1 1 1 19 1 2 20 3 1

More information

Express5800/i110Rc-1hユーザーズガイド

Express5800/i110Rc-1hユーザーズガイド 3 Press to enter SETUP Enter passord [ ] Main System Management Console Redirection Event Log Configuration Assert NMI on PERR: Assert NMI on SERR: FRB-2 Policy: Boot Monitoring: Boot Monitoring

More information

Express5800/VC400h, CS400h, LB400h, MW400hユーザーズガイド(ハードウェア編)

Express5800/VC400h, CS400h, LB400h, MW400hユーザーズガイド(ハードウェア編) 5 128 日常の保守 日常の保守 本装置を常にベストな状態でお使いになるために ここで説明する確認や保守を定期的に行っ てください 万一 異常が見られた場合は 無理な操作をせずに保守サービス会社に保守を依 頼してください アップデートの確認 適用 Express5800シリーズでは 本体および周辺機器のBIOS FW ファームウェア ドライバ などのアップデ ート情報を弊社Webサイトの 以下のページに掲載してい

More information

Microsoft PowerPoint - IO_Pass-through_XenSummitTokyo2008_jp.ppt

Microsoft PowerPoint - IO_Pass-through_XenSummitTokyo2008_jp.ppt パススルー I/O の実装と今後 2008 年 11 月 21 日島田雄二 NECシステムテクノロジー 目次 1. パススルー I/O の実装 2. 今後の予定 3. パススルー I/O の課題 4. まとめ 2 NEC Corporation 2008 1. パススルー I/O の実装 パススルー I/O とは Domain へ I/O デバイスを割り当て Guest ソフトウェアから直接制御する

More information

iStorage NS500Rbユーザーズガイド

iStorage NS500Rbユーザーズガイド 5 w w w w w Press to enter SETUP or Press to boot from Network Enter Password Main System Management BMC LAN Configuration Event Log Configuration Advanced Security Server Boot Save & Exit Additional

More information

HPCクラスタ専用サーバ  T220Rd-1ユーザーズガイド

HPCクラスタ専用サーバ  T220Rd-1ユーザーズガイド 3 Press DEL run Setup (F4 on Remote Keyboard) Enter CURRENT Passord:[ ] Boot Security Exit USB Configuration Module Version - 2.24.0-11.4 Enables USB host controllers. USB Devices Enabled : 1 Keyboard,

More information

PRIMERGY TX1310 M1 未サポートOS動作検証確認情報

PRIMERGY TX1310 M1 未サポートOS動作検証確認情報 PRIMERGY TX1310 M1 未サポート OS 動作検証確認情報 ソフトウェア名称 オンボード SATA コントローラ ( ソフトウェア RAID) 動作確認結果 オンボード SATA コントローラ (ahci) CentOS 7.2(x86_64) [ 詳細 ]( 注 5) ( 注 6) CentOS 7.1(x86_64) [ 詳細 ]( 注 5) ( 注 6) CentOS 7.0(x86_64)

More information

GA-1190J

GA-1190J GA-1190J 1 1. 2. 3. 4. 2 5. 3 PDF 4 PDF PDF PDF PDF PDF PDF PDF PDF 5 6 ...1...2...4 1...12 2...16...18 3...22 PCL/PS...23 4...26 5...30 ETHERNET...31 TCP/IP...33 IPX/SPX...38 AppleTalk...40 HTTP...42

More information

untitled

untitled NEC Express5800 Microsoft Windows Server 2003, standard x64 Edition/ Microsoft Windows Server 2003, Enterprise x64 Edition for Express5800/120Lh ) MicrosoftWindows Microsoft Corporation Windows Server

More information

t20s3-fn09.pdf

t20s3-fn09.pdf 目次 PRIMERGY TX200 S3 non-raid フリー OS 動作確認情報 2007/09/12 富士通株式会社 PRIMERGY TX200 S3 FreeBSD 6.2-RELEASE 動作確認...2 PRIMERGY TX200 S3 Debian GNU/Linux 4.0 動作確認...5 PRIMERGY TX200 S3 Fedora Core 5 動作確認...8 PRIMERGY

More information

untitled

untitled 4 1 1 7 7 10 10 HDD 15 CD-ROM 15 FDD 16 16 17 18 BIOS 18 BIOS 18 OSWindowsXP 22 22 30 33 IC CPU ICAND,OR NOT IC CPU IC IC 1-1 (Hard Disk Drive) CD-ROM (Floppy Disk Drive) 1 Input Output CPU CPU CPU CPU

More information

iStorage NS47Pユーザーズガイド

iStorage NS47Pユーザーズガイド 5 Press to enter SETUP or Press to boot from Netork Enter passord[ ] Main Phoenix cme FirstBIOS Pro Setup Utility Advanced Security Server Boot Exit System Management Console Redirection Event

More information

Express5800/110Ee Pentium 1. Express5800/110Ee N N Express5800/110Ee Express5800/110Ee ( /800EB(256)) ( /800EB(256) 20W) CPU L1 L2 CD-

Express5800/110Ee Pentium 1. Express5800/110Ee N N Express5800/110Ee Express5800/110Ee ( /800EB(256)) ( /800EB(256) 20W) CPU L1 L2 CD- Express5800/110Ee Pentium 1. Express5800/110Ee N8500-654 N8500-655 Express5800/110Ee Express5800/110Ee ( /800EB(256)) ( /800EB(256) 20W) CPU L1 L2 CD-ROM LAN Windows NT Server 4.0 Pentium 800EBMHz 1 (

More information

Microsoft Word - DS50-D A_S505A_BIOS_Manual.doc

Microsoft Word - DS50-D A_S505A_BIOS_Manual.doc BIOS マニュアル BIOS セットアップユーティリティとは BIOS セットアップユーティリティとは BIOS の設定を確認 変更するためのツールです セットアップユーティリティは 本体に内蔵されているマザーボード上のフラッシュメモリに格納されています このユーティリティで定義されている設定情報は CMOS RAM と呼ばれる特殊な領域に格納され ています この設定情報は マザーボードに搭載されているバッテリによって保存されているため

More information

Perle社 ターミナルサーバIOLAN STS8と富士通PCサーバ PRIMERGY RX2520 M1 の接続検証結果報告書(Red Hat Enterprise Linux 6.6(for Intel64)版)

Perle社 ターミナルサーバIOLAN STS8と富士通PCサーバ PRIMERGY RX2520 M1 の接続検証結果報告書(Red Hat Enterprise Linux 6.6(for Intel64)版) 2016 年 01 月 29 日 Perle 社ターミナルサーバ IOLAN STS8 と富士通 PC サーバ PRIMERGY RX2520 M1 の接続検証結果報告書 (Red Hat Enterprise Linux 6.6 (for Intel64) 版 ) 株式会社昌新 技術部 1. 作業実施概要 Perle 社ターミナルサーバ IOLAN STS8( 以降 IOLAN STS8 と略 )

More information

BMC Configuration ユーザーズガイド

BMC Configuration ユーザーズガイド BMC Configuration 1 2 3 4 5 Rev.1.01 NEC Corporation 2011 1 BMC Configuration... 1... 2... 3... 4... 5 1... 6 1.1 BMC Configuration... 6 2... 7 2.1... 7 2.2... 8 3... 9 3.1 BMC Configuration (Windows)...

More information

NEC Express5800/E110b-Mユーザーズガイド

NEC Express5800/E110b-Mユーザーズガイド 2 Press to enter SETUP Press to enter SETUP or to Network Press to resume, to enter Setup, to Network Enter password[ ] Main Phoenix SecureCore(tm)

More information

Server Configuration Utility ユーザーズガイド

Server Configuration Utility ユーザーズガイド Express5800 Server Configuration Utility 1 2 3 4 5 Rev.1.00 NEC Corporation 2014 1 Server Configuration Utility... 1... 2... 4... 5... 6 1.... 7 1.1 Server Configuration Utility... 7 2.... 8 2.1... 8 2.2...

More information

PRIMERGY CX250 S2 未サポートOS動作検証確認情報

PRIMERGY CX250 S2 未サポートOS動作検証確認情報 動作確認結果 SAS アレイコントローラカード SAS アレイコントローラカードソフトウェア名称オンボード SATA RAID Ctrl SAS 6G 5/6 512MB RAID Ctrl SAS 6G 0/1 コントローラ (D2616) (D2607) CentOS 7.0(x86_64) [ 詳細 ] ( 注 6) [ 詳細 ]( 注 5) CentOS 6.5(x86_64) ( 注 6)

More information

Express5800/R120b-2ユーザーズガイド

Express5800/R120b-2ユーザーズガイド 2 ID 1 2 2 1 2 1 1 2 Press to enter SETUP or Press to boot from Netork Press for SCSISelect(TM) Utility! 1 2 3

More information

Microsoft Word - DS50-D A_E701_BIOS_Manual.doc

Microsoft Word - DS50-D A_E701_BIOS_Manual.doc BIOS マニュアル BIOS セットアップユーティリティとは BIOS セットアップユーティリティとは BIOS の設定を確認 変更するためのツールです セットアップユーティリティは 本体に内蔵されているマザーボード上のフラッシュメモリに格納されています このユーティリティで定義されている設定情報は COMS RAM と呼ばれる特殊な領域に格納され ています この設定情報は マザーボードに搭載されているバッテリによって保存されているため

More information

PRIMERGY TX100 S3 未サポートOS動作検証確認情報

PRIMERGY TX100 S3 未サポートOS動作検証確認情報 動作確認結果 ソフトウェア名称 SAS アレイコントローラカード MegaRAID SAS 9260-8i オンボード SATA アレイコントローラ ( ソフトウェア RAID) CentOS 7.0(x86_64) ( 注 6) [ 詳細 ]( 注 7) CentOS 6.6(x86) ( 注 6) [ 詳細 ]( 注 5) CentOS 6.6(x86_64) ( 注 6)

More information

1 概要

1 概要 本文書は株式会社マイクロネットの所有物です 許可無く複製 利用することはできません プラットフォーム適合評価レポート 被評価機 : RICOH FB15-L2S INtime 機能適合性結果 適合 リアルタイム性能評価結果 優良 評価年月日 : 2008/03/04 プラットフォームベンダ名 RICOH プラットフォーム FB15-L2S 314-0135 茨城県神栖市掘割 Windows Version

More information

PRIMEQUEST 1000シリーズ Linux設計ガイド

PRIMEQUEST 1000シリーズ Linux設計ガイド FUJITSU Server PRIMEQUEST 1000 シリーズ Linux 設計ガイド C122-A002-07 Copyright 2010-2013 FUJITSU LIMITED P.4. P.9 P.10 P.12 P.13 P.16. P.18 P.19 P.21 P.22 PRIMEQUEST 1000 Linux 1 Copyright 2010-2013 FUJITSU LIMITED

More information

HA8000シリーズ ユーザーズガイド ~BIOS編~ HA8000/RS110/TS10 2013年6月~モデル

HA8000シリーズ ユーザーズガイド ~BIOS編~ HA8000/RS110/TS10 2013年6月~モデル P1E1M01500-3 - - - LSI MegaRAID SAS-MFI BIOS Version x.xx.xx (Build xxxx xx, xxxx) Copyright (c) xxxx LSI Corporation HA -0 (Bus xx Dev

More information

Microsoft Word - DS50-D A_S501B_BIOS_Manual.doc

Microsoft Word - DS50-D A_S501B_BIOS_Manual.doc BIOS マニュアル BIOS セットアップユーティリティとは BIOS セットアップユーティリティとは BIOS の設定を確認 変更するためのツールです セットアップユーティリティは 本体に内蔵されているマザーボード上のフラッシュメモリに格納されています このユーティリティで定義されている設定情報は COMS RAM と呼ばれる特殊な領域に格納されています この設定情報は マザーボードに搭載されているバッテリによって保存されているため

More information

BIOSマニュアル

BIOSマニュアル BIOS マニュアル BIOSセットアップユーティリティーとは BIOS セットアップユーティリティーとは BIOS の設定を確認 変更するためのツールです セットアップユーティリティーは 本体に内蔵されているマザーボード上のフラッシュメモリーに格納されています このユーティリティーで定義されている設定情報は CMOS RAM と呼ばれる特殊な領域に格納されています この設定情報は マザーボードに搭載されているバッテリーによって保存されているため

More information

T120Ra-1ユーザーズガイド

T120Ra-1ユーザーズガイド 3 Press to enter SETUP Enter passord[ ] Main System Management Console Redirection Event Log Configuration PhoenixBIOS Setup Utility Advanced Security Server Boot Exit Assert NMI on PERR : [Enabled]

More information

FUJITSU Storage ETERNUS DX 構築ガイド(サーバ接続編) FCoE/Linux用

FUJITSU Storage ETERNUS DX 構築ガイド(サーバ接続編) FCoE/Linux用 FUJITSU Storage ETERNUS DX 構築ガイド ( サーバ接続編 ) FCoE/Linux 用 このページは 空白です はじめに 本書は ETERNUS DX を Linux が動作するサーバに FCoE 接続して使用するために必要な作業について説明しています ETERNUS DX サーバ OS コンバージド ネットワーク アダプターカード およびドライバソフトウェアの説明書と併せてご使用ください

More information

Express5800/120Ra-1

Express5800/120Ra-1 1. CPU L1 L2 CD-ROM LAN OS OS N8100-661A ( /1BG(256)) Pentium 1.0BGHz 1 2 32KB 256KB 128MB 4GB (73.2GB 2) 10 24 100BASE-TX 10BASE-T 2 640 480 1280 1024* 2. DISK LINK/ACT(LAN1) STATUS LINK/ACT(LAN2) POWER/SLEEP

More information

REX-5051W/FW/EW PC Card Adapter

REX-5051W/FW/EW PC Card Adapter REX-5051W REX-5051FW REX-5051EW ...1...1...1...2...2...4 1. REX-5051...1-1...1-1 OS( )...1-2...1-2 (REX-5051W,REX-5051FW)...1-3 (REX-5051EW)...1-4...1-5 2....2-1 REX-5051FW...2-1 REX-5051W...2-2 REX-5051EW...2-3...2-4

More information

REX-5051fx,ex User's Manual

REX-5051fx,ex User's Manual REX-5051fx REX-5051ex ...1...1...1...2...2...4 1. REX-5051...1-1...1-1 OS( )...1-2...1-2 (REX-5051fx)...1-3 (REX-5051ex)...1-4...1-5 2....2-1 REX-5051fx...2-1 REX-5051ex...2-2...2-3 REX-5051fx...2-4 REX-5051fx...2-4

More information

Microsoft Word - DS50-D B_S711_BIOS_Manual.doc

Microsoft Word - DS50-D B_S711_BIOS_Manual.doc BIOS マニュアル BIOS セットアップユーティリティとは BIOS セットアップユーティリティとは BIOS の設定を確認 変更するためのツールです セットアップユーティリティは 本体に内蔵されているマザーボード上のフラッシュメモリに格納されています このユーティリティで定義されている設定情報は COMS RAM と呼ばれる特殊な領域に格納され ています この設定情報は マザーボードに搭載されているバッテリによって保存されているため

More information

Express5800/110Rc-1 1. Express5800/110Rc-1 N N Express5800/110Rc-1 Express5800/110Rc-1 ( /1BG(256)) (C/850(128)) CPU Pentium (1BGHz) 1

Express5800/110Rc-1 1. Express5800/110Rc-1 N N Express5800/110Rc-1 Express5800/110Rc-1 ( /1BG(256)) (C/850(128)) CPU Pentium (1BGHz) 1 (2002/01/22) Express5800/110Rc-1 1. Express5800/110Rc-1 N8100-665 N8100-793 Express5800/110Rc-1 Express5800/110Rc-1 ( /1BG(256)) (C/850(128)) CPU Pentium (1BGHz) 1 Celeron (850MHz) 1 L1 32KB L2 256KB 128KB

More information

PRIMEQUEST 2000シリーズ コンバージドネットワークアダプタ 環境設定シート(Legacy ROM)

PRIMEQUEST 2000シリーズ コンバージドネットワークアダプタ 環境設定シート(Legacy ROM) PRIMEQUEST2000 シリーズ CA92344-1108-02 デュアルチャネルコンバージドネットワークアダプタ (10Gbps) (MC-0JCE61,MC-0JCE62) シングルチャネルコンバージドネットワークアダプタ (40Gbps) (MC-0JCE91,MC-0JCE92) 環境設定シート (Legacy ROM) - ハードウェア編 - 本書の構成 A. B. C. D. E.

More information

Cisco 1711/1712セキュリティ アクセス ルータの概要

Cisco 1711/1712セキュリティ アクセス ルータの概要 CHAPTER 1 Cisco 1711/1712 Cisco 1711/1712 Cisco 1711/1712 1-1 1 Cisco 1711/1712 Cisco 1711/1712 LAN Cisco 1711 1 WIC-1-AM WAN Interface Card WIC;WAN 1 Cisco 1712 1 ISDN-BRI S/T WIC-1B-S/T 1 Cisco 1711/1712

More information

PC STATION E Series BIOS セットアップ マニュアル BIOS セットアッププログラムについて BIOS セットアッププログラムとはパソコンの BIOS 設定を確認したり 変更するためのプログラムです セットアッププログラムは マザーボード上のフラッシュメモリに格納されているた

PC STATION E Series BIOS セットアップ マニュアル BIOS セットアッププログラムについて BIOS セットアッププログラムとはパソコンの BIOS 設定を確認したり 変更するためのプログラムです セットアッププログラムは マザーボード上のフラッシュメモリに格納されているた PC STATION E Series BIOS セットアップ マニュアル BIOS セットアッププログラムについて BIOS セットアッププログラムとはパソコンの BIOS 設定を確認したり 変更するためのプログラムです セットアッププログラムは マザーボード上のフラッシュメモリに格納されているため いつでも実行できます BIOS セットアッププログラムで定義する設定情報は CMOS RAM と呼ばれる特殊な領域のメモリに格納されています

More information

USB FDD ユーザーズマニュアル

USB FDD ユーザーズマニュアル 35011007 ver.02 2-01 C10-017 Universal Serial Bus Interface External Floppy Disk Drive Unit USB FDD ユーザーズマニュアル USB FDD USB FDD OS USB FDD USB VCCI VCCI Adobe Acrobat Adobe Systems Incorporated Apple Mac

More information

はじめに 本書は Express5800/ft サーバに Red Hat Enterprise Linux 6 Server 及び ft Server Control Software がインストールされており OS がインストールされている内蔵ディス クに空き容量がある場合に 追加でボリュームを作

はじめに 本書は Express5800/ft サーバに Red Hat Enterprise Linux 6 Server 及び ft Server Control Software がインストールされており OS がインストールされている内蔵ディス クに空き容量がある場合に 追加でボリュームを作 Red Hat Enterprise Linux 6 Server 未使用領域のボリューム作成手順書 NEC Express サーバ Express5800/ft サーバシリーズ 2013 年 03 月第 2 版 はじめに 本書は Express5800/ft サーバに Red Hat Enterprise Linux 6 Server 及び ft Server Control Software がインストールされており

More information

PRIMERGY 環境設定シート

PRIMERGY 環境設定シート FUJITSU Server PRIMERGY CA92344-0887-04 Dual port LAN カード (10GBASE) (PY-LA3B2, PYBLA3B2, PYBLA3B2L) 環境設定シート - ハードウェア編 - 本書の構成 A. B. C.-D. E. F. BIOS セットアップユーティリティ設定シート本サーバにおける BIOS セットアップユーティリティの Option

More information

PRIMERGY BX920 S1 未サポートOS動作検証確認情報

PRIMERGY BX920 S1 未サポートOS動作検証確認情報 PRIMERGY BX920 S1 未サポート OS 動作検証確認情報 オンボード ソフトウェア名称 SAS コントローラカード Non-RAID 動作確認結果 動作確認結果 CentOS 5.5(x86) ( 注 6) - CentOS 5.5(x86_64) ( 注 6) - CentOS 5.4(x86) - CentOS 5.4(x86_64) - CentOS 5.3(x86)

More information

Express5800/120Lf 1. Express5800/120Lf N N N Express5800/120Lf Express5800/120Lf Express5800/120Lf ( /1BG(256)) ( /1BG(256)) (

Express5800/120Lf 1. Express5800/120Lf N N N Express5800/120Lf Express5800/120Lf Express5800/120Lf ( /1BG(256)) ( /1BG(256)) ( (2001/11/13) Express5800/120Lf 1. Express5800/120Lf N8100-748 N8100-751 N8100-754 Express5800/120Lf Express5800/120Lf Express5800/120Lf ( /1BG(256)) ( /1BG(256)) ( /1.26G(512)) CPU Hot-Plug Pentium (1.0BGHz)

More information

Express5800/120Ed

Express5800/120Ed Pentium 60% 1. N8500-570A N8500-662 N8500-663 N8500-664 ( /800EB(256)) ( /800EB(256)-9W) ( /800EB(256)-9W2) ( /1BG(256)) Windows NT Server 4.0 Windows 2000 HDD HDD CPU Pentium 800EBMHz1 Pentium 1BGHz1

More information

PRIMERGY TX100 S3 未サポートOS動作検証確認情報

PRIMERGY TX100 S3 未サポートOS動作検証確認情報 ソフトウェア名称 SAS アレイコントローラカード MegaRAID SAS 9260-8i 動作確認結果 オンボード SATA アレイコントローラ ( ソフトウェア RAID) CentOS 6.1(x86) ( 注 6) ( 注 7) CentOS 6.1(x86_64) ( 注 6) ( 注 7) CentOS 6.0(x86) ( 注 6) ( 注 5) CentOS

More information

PRIMERGY TX100 S3 未サポートOS動作検証確認情報

PRIMERGY TX100 S3 未サポートOS動作検証確認情報 ソフトウェア名称 SAS アレイコントローラカード MegaRAID SAS 9260-8i 動作確認結果 オンボード SATA アレイコントローラ ( ソフトウェア RAID) CentOS 6.0(x86) ( 注 6) ( 注 5) CentOS 6.0(x86_64) ( 注 6) ( 注 5) CentOS 5.7(x86) ( 注 6) ( 注 5)

More information

チュートリアル XP Embedded 入門編

チュートリアル XP Embedded 入門編 TUT-0057 Ver. 1.0 www.interface.co.jp Ver 1.0 2005 6 (,), Web site () / () 2004 Interface Corporation. All rights reserved. ...1...1 1. XP Embedded...2 2....3 2.1....3 2.2....4 2.2.1. SLD...4 2.3....5

More information

A Responsive Processor for Parallel/Distributed Real-time Processing

A Responsive Processor for Parallel/Distributed Real-time Processing E-mail: yamasaki@{ics.keio.ac.jp, etl.go.jp} http://www.ny.ics.keio.ac.jp etc. CPU) I/O I/O or Home Automation, Factory Automation, (SPARC) (SDRAM I/F, DMAC, PCI, USB, Timers/Counters, SIO, PIO, )

More information

NEC Express5800 シリーズ N /158 Fibre Channel コントローラ ドライバインストール手順書 A

NEC Express5800 シリーズ N /158 Fibre Channel コントローラ ドライバインストール手順書 A NEC Express5800 シリーズ N8190-157/158 Fibre Channel コントローラ ドライバインストール手順書 - 1 - はじめに この度は 弊社製品をお買い求めいただきまして ありがとうございます まず 本製品をご使用される前に 以下の構成品があることを確認してください 項番 コード 指定番号 構成品名 媒体 備考 1 136-174798-157-A N8190-157/158

More information

r10s4-fn03.pdf

r10s4-fn03.pdf 目次 PRIMERGY RX100 S4 non-raid フリー OS 動作確認情報 2007/08/23 富士通株式会社 PRIMERGY RX100 S4 FreeBSD 6.2 動作確認...2 PRIMERGY RX100 S4 Debian 4.0 動作確認...5 PRIMERGY RX100 S4 Fedora Core 6 動作確認...8 PRIMERGY RX100 S4 Vine

More information

PRIMERGY TX1310 M3 未サポートOS動作検証確認情報

PRIMERGY TX1310 M3 未サポートOS動作検証確認情報 未サポート OS 動作検証確認情報 本資料で公開する動作確認情報については あくまでも弊社で用意したテスト環境における動作結果であり お客様のご利用環境での未サポート OS の動作を保証するものではなく 未サポート OS の利用を推奨するものでもありません 本資料で公開している動作確認情報にもとづき 未サポート OS の導入 利用を行なったことによりお客様に損害が生じた場合には 弊社はその損害につき責任を負いかねます

More information

Server Configuration Utility ユーザーズガイド

Server Configuration Utility ユーザーズガイド Server Configuration Utility 1 2 3 4 5 80.109.01-022.01 2016 3 NEC Corporation 2016 1 ... 1... 2... 4... 5... 6 1.... 7 1.1 Server Configuration Utility... 7 2.... 8 2.1... 8 2.2... 8 2.3... 9 3.... 10

More information

操作マニュアル

操作マニュアル 1 CF-19 2 Windows Fn+F1 Fn+F2 Fn+F3 Windows [ ] Fn F1 Fn F2 Fn+F3 LCD Fn+F1= Fn+F2= 38 LCD DVD-Video MPEG Windows Fn+F3 LCD 3 Fn+F4 USB Fn+F5 Fn+F6 Fn+F5= Fn+F6= USB Fn+F7 14 Fn+F9 20 Fn+F10 14 4 Hotkey

More information

NEC Storage series NAS Device

NEC Storage series NAS Device NEC Storage NV Series NAS Device Guide for Oracle Storage Compatibility Program Snapshot Technologies is-wp-04-001 Rev-1.00(J) Oct, 2004 NEC Solutions NEC Corporation. - 1 - Copyright 2004 NEC Corporation

More information

BMC Configuration ユーザーズガイド

BMC Configuration ユーザーズガイド BMC Configuration 1 2 3 4 5 Rev.1.10 NEC Corporation 2012 1 BMC Configuration... 1... 2... 4... 5... 6 1.... 7 1.1 BMC Configuration... 7 2.... 8 2.1... 8 2.2... 9 3.... 10 3.1 BMC Configuration (Windows)...

More information

Microsoft Word - README_2011_FW.txt

Microsoft Word - README_2011_FW.txt ====================================================================== NT2011A-A001 WindowsServer2003 SP1 インストール向け NX7700i 用差分 FW モジュール (efiflash.iso) 適用方法 ======================================================================

More information

Express5800/110Geユーザーズガイド

Express5800/110Geユーザーズガイド 2 Press to enter SETUP or Press to boot from Netork Press to Run LSI Softare RAID Configuration Utility. Press for SCSISelect(TM) Utility! 1

More information