리눅스는 보통 HP MANAGEMENT 툴을 깔아주지 않는다..
Array Configuration Utility 라든지 네트워크쪽이라든지 해주지 않기 때문에
스페어 디스크 유무 등은 확인하기가 어렵다..
그러나 바이오스나 다른 부분은 확인 가능하다.
1. 로컬디스크 RAID 설정 확인 (및 array 컨트롤러 버전, 펌웨어 버전 확인 가능)
# cat /proc/driver/cciss/cciss0
(보통 cciss0 다. 확실히 하고 싶으면 그냥 cciss 에 들어가서 ls 쳐서 확인)
cciss0: HP Smart Array P410i Controller
Board ID: 0x3245103c
Firmware Version: 6.00
IRQ: 138
Logical drives: 1
Current Q depth: 0
Current # commands on controller: 0
Max Q depth since init: 166
Max # commands on controller since init: 200
Max SG entries since init: 128
Sequential access devices: 0
cciss/c0d0: 146.77GB RAID 1(1+0)
※ 만약 HP ACU 툴이 깔려 있다면..
<예시>
Root# hpacucli
=> ctrl slot=0 pd all show
Smart Array 410i in Slot 0
array A
physicaldrive 1:0 (port 1:id 0 , SAS, 146 GB, OK)
physicaldrive 1:1 (port 1:id 1 , SAS, 146 GB, OK)
physicaldrive 1:2 (port 1:id 2 , SAS, 146 GB, OK, spare) ß 스페어디스크
이런 식으로 스페어디스크 확인 가능
2. 모델명 & BIOS & 시리얼번호 확인
(리눅스 명령어. 부팅시 메모리에 올라온 내용 확인)
# dmidecode | more
SMBIOS 2.7 present.
134 structures occupying 4012 bytes.
Table at 0xD77FE000.
Handle 0x0000, DMI type 0, 24 bytes.
BIOS Information
Vendor: HP
Version: P67
Release Date: 12/02/2012
Address: 0xF0000
Runtime Size: 64 kB
ROM Size: 8192 kB
Characteristics:
PCI is supported
PNP is supported
BIOS is upgradeable
BIOS shadowing is allowed
ESCD support is available
Boot from CD is supported
Selectable boot is supported
EDD is supported
5.25"/360 KB floppy services are supported (int 13h)
5.25"/1.2 MB floppy services are supported (int 13h)
3.5"/720 KB floppy services are supported (int 13h)
Print screen service is supported (int 5h)
8042 keyboard services are supported (int 9h)
Serial services are supported (int 14h)
Printer services are supported (int 17h)
CGA/mono video services are supported (int 10h)
ACPI is supported
USB legacy is supported
BIOS boot specification is supported
Function key-initiated network boot is supported
Targeted content distribution is supported
Firmware Revision: 1.55
Handle 0x0100, DMI type 1, 27 bytes.
System Information
Manufacturer: HP
Product Name: ProLiant DL380 G7
Version: Not Specified
Serial Number: ###########
UUID: ###-##-##-##-###
Wake-up Type: Power Switch
'시스템 관리 > 서버H·W' 카테고리의 다른 글
HP NIC 확인 (0) | 2014.08.23 |
---|---|
IBM NT장비 dsa로그 수집 방법 및 하드웨어 정보 확인 (0) | 2014.07.07 |
윈도우 Broadcom NIC TEAMING (BACS) 설정법 (0) | 2014.05.14 |
[스크랩] IOPS 계산법 - 디스크 구조와 동작방식 (0) | 2014.04.03 |
XEON CPU 정리 (0) | 2014.02.04 |