Dell R510의 경우 8bay와 12bay가 있는데

12bay는 내부에 2bay SATA HDD 가 존재해서 부팅용으로 따로 쓴다.

그런데 8bay는 앞에 8bay와 ODD 뿐이라 부팅용으로 하나의 하드를 따로 설정을 해야한다.

그래서 ODD를 빼고 멀티부스트에 앞에 커버 벗겨내고 쓰면 딱 맞다고..

어짜피 SATA ODD 부팅은 기본 지원할테니 거기다가 SATA SSD 달면 딱이라는데..?

 

[링크 : https://.../amp.reddit.com/r/homelab/comments/4x7y5h/dell_r510_replace_dvd_with_hard_drive/]

'하드웨어 > Server Case & board' 카테고리의 다른 글

R420 PERC H310 Mini 용량 인식 테스트  (0) 2019.07.25
memory rank 와 RDIMM  (0) 2019.07.02
option rom  (0) 2019.06.03
서버 (리던던시) 파워  (0) 2019.05.02
idrac 재시작 하기  (0) 2019.03.12
Posted by 구차니

raid 컨트롤러 같은 서버 장비들을 일반 데스크 탑에 하면 연결이 안되는데

그 이유가 option rom 크기 때문이래서 검색중

 

 

[링크 : https://superuser.com/questions/806226/how-to-see-rom-size]

[링크 : https://en.wikipedia.org/wiki/Option_ROM]

[링크 : https://www.google.com/amp/s/extrememanual.net/amp/2155]

[링크 : https://www.linuxtechi.com/dmidecode-command-examples-linux/]

 

 

+

2019.06.04

 

HP Elitebook 2760p

$ sudo dmidecode -t 0
# dmidecode 3.1
Getting SMBIOS data from sysfs.
SMBIOS 2.6 present.

Handle 0x000A, DMI type 0, 24 bytes
BIOS Information
Vendor: Hewlett-Packard
Version: 68SOU Ver. F.67
Release Date: 05/31/2018
Address: 0xF0000
Runtime Size: 64 kB
ROM Size: 3072 kB
Characteristics:
PCI is supported
PC Card (PCMCIA) is supported
BIOS is upgradeable
BIOS shadowing is allowed
Boot from CD is supported
Selectable boot is supported
EDD is supported
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)
ACPI is supported
USB legacy is supported
Smart battery is supported
BIOS boot specification is supported
Function key-initiated network boot is supported
Targeted content distribution is supported
BIOS Revision: 15.103
Firmware Revision: 5.65

 

Asus Z170 extreme4

$ sudo dmidecode -t 0
# dmidecode 3.1
Getting SMBIOS data from sysfs.
SMBIOS 2.8 present.

Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
        Vendor: American Megatrends Inc.
        Version: P7.50
        Release Date: 01/22/2018
        Address: 0xF0000
        Runtime Size: 64 kB
        ROM Size: 14336 kB
        Characteristics:
                PCI is supported
                BIOS is upgradeable
                BIOS shadowing is allowed
                Boot from CD is supported
                Selectable boot is supported
                BIOS ROM is socketed
                EDD is supported
                5.25"/1.2 MB floppy services are supported (int 13h)
                3.5"/720 kB floppy services are supported (int 13h)
                3.5"/2.88 MB 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)
                ACPI is supported
                USB legacy is supported
                BIOS boot specification is supported
                Targeted content distribution is supported
                UEFI is supported
        BIOS Revision: 5.11

 

asus Z68 Extreme3 Gen3

PS C:\> $tables = Get-WmiObject -ComputerName . -Namespace root\wmi -Query "
>>     SELECT * FROM MSSmBios_RawSMBiosTables"
PS C:\>
PS C:\> foreach ($obj in $tables)
>> {
>>     echo $("ROM Size: " + (64 * $obj.SMBiosData[9] + 64) + " KiB")
>> }
ROM Size: 8192KiB

 

msi B250M mortar

PS C:\> $tables = Get-WmiObject -ComputerName . -Namespace root\wmi -Query "
>>     SELECT * FROM MSSmBios_RawSMBiosTables"
PS C:\>
PS C:\> foreach ($obj in $tables)
>> {
>>     echo $("ROM Size: " + (64 * $obj.SMBiosData[9] + 64) + " KiB")
>> }
ROM Size: 16384 KiB

 

Dell R730 (server)

# dmidecode -t 0
# dmidecode 3.1
Getting SMBIOS data from sysfs.
SMBIOS 2.8 present.

Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
        Vendor: Dell Inc.
        Version: 2.4.3
        Release Date: 01/17/2017
        Address: 0xF0000
        Runtime Size: 64 kB
        ROM Size: 16 MB
        Characteristics:
                ISA is supported
                PCI is supported
                PNP is supported
                BIOS is upgradeable
                BIOS shadowing is allowed
                Boot from CD is supported
                Selectable boot is supported
                EDD is supported
                Japanese floppy for Toshiba 1.2 MB is supported (int 13h)
                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)
                8042 keyboard services are supported (int 9h)
                Serial services are supported (int 14h)
                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
                UEFI is supported
        BIOS Revision: 2.4

'하드웨어 > Server Case & board' 카테고리의 다른 글

memory rank 와 RDIMM  (0) 2019.07.02
dell r510 dvd to hdd  (0) 2019.06.06
서버 (리던던시) 파워  (0) 2019.05.02
idrac 재시작 하기  (0) 2019.03.12
R730 pci-express riser & back plane  (2) 2019.02.28
Posted by 구차니

서버 벤더에서 자사용으로 만들어서 쓰니 특정 규격이라고 할 순 없을 듯 하지만

Flex ATX 라는 규격이 그나마 비슷해 보이긴 하는 듯.

[링크 : http://www.plinkusa.net/new-buyPS.htm]

 

동일 모델은 아니지만, 서버 전원을 뽑아보니.. 별다른건 없고 PCI-Ex 슬롯 같은걸로 몇개 핀이 없길래 의아해 했는데

12V 단일 전압을 공급함으로서 전류를 높게 가지지 않아도 되니

PCI-Ex 슬롯으로 여러개 선으로 전류를 병렬로 전송하는 것으로 보인다.

The R320 power supply subsystem consists of one non-redundant or up to two hot-plug AC-DC
power supplies. The power supply provides +3.3V/5V/12V and +12Vaux for non-redundant design
and provides 12V and 12Vaux for redundant design. There are several voltage regulators in the
system to supply different voltage levels needed by different logic devices. The redundant power
supplies are managed through a PMBus interface.

[링크 : https://cdn.cnetcontent.com/2b/d0/2bd0225a-38b9-4b41-9a43-85ea38a463a5.pdf]

 

 

75W 를 PCI-Express를 통해 공급이 가능하다는데

[링크 : https://www.geeks3d.com/20101108/tips-maximum-power-consumption-of-graphics-card-connectors/]

 

12V * 5 + 3.3 * 4를 적절하게(?) 분배해주면 대충 선 하나당 1A 정도씩 보내고 있다고 보면 되려나?

[링크 : https://en.wikipedia.org/wiki/PCI_Express]

 

 

750W 파워인데 12V로 보낸다면 12V * 62.5A 니까... 너무 높은데?

끽해봤자 20개 핀 + 넓은 면적인데, 데이터 주고 받는것도 있을테니 전부 쓰진 않을테고..

어떻게 보내는걸까?

'하드웨어 > Server Case & board' 카테고리의 다른 글

dell r510 dvd to hdd  (0) 2019.06.06
option rom  (0) 2019.06.03
idrac 재시작 하기  (0) 2019.03.12
R730 pci-express riser & back plane  (2) 2019.02.28
iDRAC 에러 메시지 제거  (0) 2019.02.26
Posted by 구차니
하드웨어/VR2019. 4. 7. 12:13

결론 : 역시 돈이 최고다(!)

 

장점

1. VaR 플레이어로 하는 것 보다 매우 빠른 헤드 트래킹 지원

   (현실에서 머리를 흔들어 대는 듯한 반응 속도. 자사 제품이라 그런건지

   아니면 기어 VR 쪽에 별도의 가속도 센서를 단건지 미지수. 그리고 드리프트도 거의 발생하지 않음)

2. -8 디옵터 인데 최대로 밀면 안경없이 보이는 신세계

    (다이소 신형 VR안 안써봐서 모르겠음.. 사고 싶은데 아내가 허가를 안해줌 ㅠㅠ)

3. 물리 버튼을 통한 편의

   (VaR 에서는 쳐다봐야 하는데 노트5는 이상하게 자석 버튼이 안 먹는데다가

   기어 VR에서 삼성VR을 통해 바로바로 크기 조절하고 시점 리셋 버튼등이 있으니

    절실하게 컨트롤러가 필요함을 느끼게 됨)

 

단점

0. 덥다!!!!

    정말 덥다 -_-. 아마 폭풍마경 같은 놈들도 비슷하지 않을까

1. 너무 제한된 핸드폰 모델.

   (케이스만 씌워도 안들어간다 -_-)

2. 충전과 동시에 안된다.

   (뒤에 모델들은 된다고 하지만...)

3. 컨텐츠 부족

    (용량대비 플레이 시간도 부족하고, 추천영상으로 뜨는 애들은 화질이 안좋아서 애매한 느낌)

'하드웨어 > VR' 카테고리의 다른 글

Gear VR 리눅스 접속  (0) 2022.11.07
Gear VR controller 윈도우에 접속  (0) 2022.11.07
meta 퀘스트, 가상 데스크탑  (0) 2022.11.06
gear vr with controller  (0) 2022.11.05
기어VR 획득!(for 노트5)  (0) 2019.03.27
Posted by 구차니
하드웨어/VR2019. 3. 27. 17:43

커피 한잔과 교환! ㅋㅋ

 

집에가서 노트5에 연결해서 영화를 한번 틀어봐야겠다.

 

 

+

2019.03.28

집에와서 기어 VR이랑 다 깔고 공룡으로 검색해서

쥬라기 공원 BLUE 어쩌구 있길래 받았는데 10분 분량에 4기가.. ㄷㄷ

아무튼 화질은 죽이고 아내도 좋아하는데

 

다 하고 나서 아내 왈 "더워!!!"

 

이래서 VR이 활성화가 안되는거야... 라는 느낌적인 느낌?

'하드웨어 > VR' 카테고리의 다른 글

Gear VR 리눅스 접속  (0) 2022.11.07
Gear VR controller 윈도우에 접속  (0) 2022.11.07
meta 퀘스트, 가상 데스크탑  (0) 2022.11.06
gear vr with controller  (0) 2022.11.05
기어 VR for 노트5 좀 써본 결론(?)  (2) 2019.04.07
Posted by 구차니
하드웨어/RAID2019. 3. 15. 10:59

smart 정보는 따로 megaraid를 통해 받아올수는 있다.

굳이 hdsentinel 안깔아도 되겠네 싶긴한데

아래의 N은 인터페이스 번호라고 해야하나. /dev/sda는 의미없고

-d megaraid,00

-d megaraid,01 에 따라 하드 데이터가 다르게 올라온다.


# smartctl -a /dev/sda

smartctl 6.5 2016-05-07 r4318 [x86_64-linux-3.10.0-957.5.1.el7.x86_64] (local build)

Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org


Smartctl open device: /dev/sda failed: DELL or MegaRaid controller, please try adding '-d megaraid,N'


[링크 : https://serverfault.com/.../how-to-monitor-the-hard-disk-status-behind-dell-perc-h710-...]

'하드웨어 > RAID' 카테고리의 다른 글

msm (megaraid) 관리 설치 실패  (0) 2023.11.14
msm - Megaraid Storage Management  (0) 2022.11.27
iscsi mdadm  (0) 2019.03.13
LSI raid ir it mode  (0) 2019.03.11
RAID6 라서 오래 걸리나.. 백그라운드 초기화라 오래 걸리나?  (0) 2019.03.06
Posted by 구차니
하드웨어/Storage2019. 3. 13. 16:58

TLER 라는 단어 발견

[링크 : http://2cpu.co.kr/lec/2969]


검색!

WD RED 계열(NAS용) 에서 지원하는 기능으로 에러 발생시 질질 끄는게 아니라 나 에러요~ 하고

리포팅 해서 무시하고 다른걸 쓰던가 하는 등의 기능을 할 수 있도록 하는 듯.

Seagate: ERC (Error Recovery Control)

WD: TLER (Time-Limited Error Recovery)

HGST: CCTL (Command Completion Time Limit) 

[링크 : http://cafe.daum.net/_c21_/bbs_search_read?grpid=1TSa0&fldid=X6io&datanum=32]

[링크 : https://en.wikipedia.org/wiki/Error_recovery_control]

[링크 : https://www.clien.net/service/board/lecture/12311180]

'하드웨어 > Storage' 카테고리의 다른 글

D-Link DNS-343 대실망쇼 -_-  (0) 2020.09.08
시놀로지 로그인 시도 차단하기  (2) 2019.07.30
2.5인치 SAS/SATA 트레이  (0) 2019.02.28
시게이트 SSHD 스펙  (0) 2019.01.16
synology 로그..  (0) 2018.09.18
Posted by 구차니
하드웨어/RAID2019. 3. 13. 08:24

iscsi를 통해 ethernet으로 SAN을 구성하고

mdadm으로 SCSI RAID를 구축, 스토리지 서버 팜(?)을 만드는 듯


[링크 : https://wiki.alpinelinux.org/wiki/ISCSI_Raid_and_Clustered_File_Systems]

[링크 : https://www.mylinuxplace.com/distributed-raid-over-iscsi/]

Posted by 구차니

idrac에서 전원 안들어와서 raid 컨트롤러 상태를 못 읽어 온다고 배째기래

관리쪽만 리부팅 가능한가 찾는데

아니.. 왜 무시무시하게 reset이라는 단어를 쓰는거야?

reset 이면 당연히 초기값으로 돌리는 거라고 생각하지 않나 -ㅁ-?


[링크 : https://www.dell.com/support/article/kr/ko/krdhs1/sln305793/]

[링크 : https://techexpert.tips/dell-idrac/restart-idrac-interface/]

'하드웨어 > Server Case & board' 카테고리의 다른 글

option rom  (0) 2019.06.03
서버 (리던던시) 파워  (0) 2019.05.02
R730 pci-express riser & back plane  (2) 2019.02.28
iDRAC 에러 메시지 제거  (0) 2019.02.26
dell cable management  (0) 2019.02.25
Posted by 구차니
하드웨어/RAID2019. 3. 11. 19:57

it mode 에 대한 용어는 자주 보이는데 IR mode는 잘 안보여서 검색

일단 LSI raid에서 나오는 용어로 보이는데

HBA 컨트롤러용 펌웨어로 IR 펌웨어를 쓰면 Raid로 작동하고

IT 펌웨어를 쓰면 HBA로 작동하는 녀석인 듯?


The two firmware types are Initiator Target (IT) and Integrated RAID (IR)

IR is the typical hardware RAID firmware that the internal cards or boards 

ship with. 


The IT firmware, on the other hand, is the Initiator Target 

firmware which is designed to allow a SAS HBA to connect to up to 256 

devices using SAS Expanders. The IT firmware is typically shipped on 

external cards. The IT firmware does not have any RAID capabilities and 

simply acts as an HBA. 

[링크 : https://www.supermicro.com/support/faqs/faq.cfm?faq=16169]

Posted by 구차니