하드웨어/RAID2024. 4. 19. 10:09

대개 문제 생긴 녀석들이고 hot swap 지원하니까 아무생각 없이 뽑곤했는데

다시 보니 Make Drive office 이라는 옵션이 존재한다.

그나저나.. Virtual Drive를 아예 중지하는건 없나?

 

 

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

raid - predicted fail count  (0) 2024.04.22
raid drive roaming  (0) 2024.04.18
SSD cahcecade 포기  (0) 2024.04.18
MSM device id?  (0) 2024.04.17
금단의 키워드(!) San Foreign Configuration  (0) 2024.04.17
Posted by 구차니

이전 예제는 모바일 크롬에서 안되서 다시 찾아봄

 

[링크 : https://github.com/LazarSoft/jsqrcode/tree/master/src]

'Programming > javascript & HTML' 카테고리의 다른 글

js DataView()  (0) 2024.08.21
javascript ... (rest parameter)  (0) 2024.08.12
QR decoder로 로또 추첨하기  (0) 2024.04.16
javascript 집합(set) 내용 출력하기  (0) 2024.04.16
js split()  (0) 2024.04.12
Posted by 구차니
Programming/android2024. 4. 19. 00:05

 

chrome://inspect/#devices

[링크 : https://hotel-iu.tistory.com/279]

 

오랫만에 해서 USB 디버깅 켜는 법도 까먹었네

빌드버전 열심히 누르면 디버깅 모드가 숨겨져 있다가 나타난다

[링크 : https://support.google.com/android/thread/231740096/관리자가-아닌-사용자-환경에서-개발자-모드-활성화-안됨?hl=ko]

 

핸드폰에서 왜 안되었나 했는데..

핸드폰이 느려서 읽는데 반응을 못해준거였냐 -_-

index.min.js:1 Canvas2D: Multiple readback operations using getImageData are faster with the willReadFrequently attribute set to true. See: https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-will-read-frequently
o._createImageData @ index.min.js:1
o._decodeFromImageElm @ index.min.js:1
(anonymous) @ index.min.js:1
(anonymous) @ index.min.js:1
(anonymous) @ index.min.js:1
a @ index.min.js:1
o.decodeFromImage @ index.min.js:1
eval @ VM138:1
qr_decode @ lotto.html:38
await in qr_decode (async)
preview.onload @ lotto.html:62
load (async)
reader.onload @ lotto.html:61
load (async)
previewFile @ lotto.html:57
onchange @ lotto.html:12
Promise {: false}[[Prototype]]: Promise[[PromiseState]]: "fulfilled"[[PromiseResult]]: false

[링크 : https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-will-read-frequently]

 

수정해 보았는데 영 안되네.. -_-

getContext('2d', { willReadFrequently: true });

[링크 : https://stackoverflow.com/questions/74020182/canvas2d-multiple-readback-operations-using-getimagedata-are-faster-with-the-wi]

'Programming > android' 카테고리의 다른 글

android hdmi rotate  (4) 2022.05.12
안드로이드 강제 종료  (0) 2022.03.11
안드로이드 앱 자동 실행 설정  (0) 2022.03.02
안드로이드 system.img 마운트 하기  (0) 2022.02.18
안드로이드 64bit 지원  (0) 2021.07.27
Posted by 구차니
개소리 왈왈/자전거2024. 4. 18. 22:48

일정이 겹쳐서 일단 취소 -_ㅠ

메달값이 만원 추가되서(?) 부담스럽기도 했으니. 머..

'개소리 왈왈 > 자전거' 카테고리의 다른 글

오랫만(?)에 서울로 자전거  (1) 2024.10.09
서울 자전거  (0) 2024.10.06
오랫만에 약간 먼 자전거  (0) 2024.04.06
서울 자전거 대행진 신청  (0) 2024.04.01
간만에 자전거  (0) 2024.02.17
Posted by 구차니
하드웨어/RAID2024. 4. 18. 17:21

MegaRAID SAS 92xx 시리즈에서는 되는데 smc2108에서도 되려나?

1.6.7 Drive Roaming
Drive roaming occurs when the drives are changed to different ports on the same controller. When the drives are
placed on different channels, the controller detects the RAID configuration from the configuration data on the drives.
Configuration data is saved in both the NVRAM on the RAID controller and on the drives attached to the controller.
This action maintains the integrity of the data on each drive, even if the drives have changed their physical device ID.
NOTE If you move a drive that is being rebuilt, the rebuild operation restarts;
it does not resume from the stopping point.
Follow these steps to use the drive roaming feature:
1. Turn off the power to the server and all drives, enclosures, and system components. Disconnect the power cords
from the system.
2. Open the host system by following the instructions in the host system technical documentation.
3. Move the drives to different positions on the backplane to change the targets.
4. Determine the SAS target requirements.
5. Perform a safety check.
a. Make sure that the drives are inserted correctly.
b. Close the cabinet of the host system.
6. Reconnect the power cords to the system.
7. Turn on the power to the system.
The controller then detects the RAID configuration from the configuration data on the drives

[링크 : https://docs.broadcom.com/doc/12353227]

 

메뉴얼 상에는 없고(혹시 용어가 다르려나?)

[링크 : https://www.supermicro.com/manuals/other/lsi_2108_2208_sas_megaraid_configuration_utility.pdf]

[링크 : https://docs.broadcom.com/doc/LSISAS2108]

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

raid - predicted fail count  (0) 2024.04.22
MSM 디스크 제거시엔 stop!  (0) 2024.04.19
SSD cahcecade 포기  (0) 2024.04.18
MSM device id?  (0) 2024.04.17
금단의 키워드(!) San Foreign Configuration  (0) 2024.04.17
Posted by 구차니
프로그램 사용/apache2024. 4. 18. 16:44

해당 헤더가 들어가지 않기 때문에 비활성화가 기본값인데

그걸 모르고 비활성화로 찾으니 죄다 활성화 설정만 나왔다.. -_-

 

그 와중에 a2enmod를 이용하여 headers 모듈을 추가하지도 않아서 삽질

Headers 라고 오타내서 또 삽질.. -_-

$ sudo a2enmod headers 
$ sudo vi /etc/apache2/sites-enabled/default-ssl.conf
$ sudo service apache2 restart 
<VirtualHost _default_:443>
    # ...
    # ....
    Header always set Strict-Transport-Security "max-age=31536000;"
    # ....
</VirtualHost>

[링크 : https://tecadmin.net/enable-hsts-in-apache/]

 

HSTS 비활성화 HSTS 활성화

 

self-signed로 해서 별 의미는 없지만..

도대체 크롬에서는 멀 보고 HSTS를 쓴다고 하는걸까?

'프로그램 사용 > apache' 카테고리의 다른 글

lets enceypt apache  (0) 2024.04.22
아이피 하나에 여러개의 도메인 붙이기  (8) 2019.02.27
mod_rewrite 테스트..  (4) 2017.04.12
mod_rewrite 로그설정  (0) 2017.04.12
라즈베리 파이 mod_rewrite 활성화  (0) 2017.04.11
Posted by 구차니
Programming/vue.js2024. 4. 18. 16:20

classic editor는 이미지 크기를 조절할 수 없어서 설정 가능한 에디터를 찾아봤더니 document editor라는 녀석이 필요하다고 한다.

그런데 얘는 희한하게(?) 툴바가 안나오는데, 별도의 위치에서 붙여줘야 하는 녀석인 듯.

<template>
    <div class="document-editor__toolbar"></div>
    <div class="document-editor__editable-container">
        <ckeditor :editor="editor" :config="editorConfig"  @ready="onReady"></ckeditor>
    </div>
</template>

// ...

methods: {
      onReady(editor) {
          const toolbarContainer = document.querySelector(  '.document-editor__toolbar' );
          toolbarContainer.appendChild( editor.ui.view.toolbar.element );
      }
}

[링크 : https://github.com/ckeditor/ckeditor5-vue/issues/120]

 

읽기 전용 모드로 바꾸려고 하니

readonly와 disabled가 있는데 

<template>
    <vx-card :title="editorName" v-if="loaded">
        <ckeditor :editor="editor" v-model="editorData" :config="editorConfig" :readonly="editorDisabled" :disabled="editorDisabled" ></ckeditor>
    </vx-card>
</template>

[링크 : https://stackoverflow.com/questions/63344958/inline-editor-disable-editor-and-display-html-render-content-vue]

 

readonly는 readonly property라 상태보는 용도로만 사용해야 하고

[링크 : https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#property-readOnly]

 

setReadOnly() 함수를 이용해 상태를 변경해야 한다.

[링크 : https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#method-setReadOnly]

 

상태에 따라 toolbar의 표시를 on/off 해주는 방법도 좋을 듯.

ClassicEditor
    .create( document.querySelector( '#editor' ), {
        // The editor's configuration.
        // ...
    } )
    .then( editor => {
        const toolbarElement = editor.ui.view.toolbar.element;

        editor.on( 'change:isReadOnly', ( evt, propertyName, isReadOnly ) => {
            if ( isReadOnly ) {
                toolbarElement.style.display = 'none';
            } else {
                toolbarElement.style.display = 'flex';
            }
        } );
    } )
    .catch( error => {
        console.log( error );
    } );

[링크 : https://ckeditor.com/docs/ckeditor5/latest/features/read-only.html]

'Programming > vue.js' 카테고리의 다른 글

vue import "@"  (0) 2024.04.19
vue webpack ckeditor  (0) 2024.04.19
vue 입력창 포커스 설정  (0) 2024.03.28
vue proxy  (0) 2024.03.26
vue.js i18n  (0) 2024.02.19
Posted by 구차니
하드웨어/RAID2024. 4. 18. 10:03

3d 프린터로 가이드 뽑고

[링크 : https://www.thingiverse.com/thing:6319939]

 

대충 밀어우겨넣으니 인식은 되는데 (Drive Type : Solid State Drive)

 

Create CacheCade - SSD caching 은 활성화 되지 않는다.

어떻게 해야지 이게 활성화 될까?

 

 

---

정리하자면 SSD cachecade는 sw키나 hw키가 있어야 하는 기능이다.

2024.04.18 기준 약 46만.. -_-

안해!

 

 

[링크 : https://www.boston-it.fr/gb/accessoires/2114-supermicro-lsi00293-megaraid-cachecade-pro-20-aoc-chcd-pro2-esw.html]

 

Currently SW and HW license keys can be used to enable CacheCade. But in the near future HW keys will be the only option enable CacheCade. Information about the usage of SW keys can be found in

[링크 : https://www.thomas-krenn.com/en/wiki/MegaRAID_CacheCade_SSD_Cache_overview]

 

3. CacheCade 가상 디스크 특성
다음은 CacheCade 가상 디스크 특성입니다.

CacheCade 가상 디스크는 1GB의 NV(Non-Volatile) 캐시가 포함된 컨트롤러에서만 지원됩니다.
CacheCade 가상 디스크는 SSD로만 생성할 수 있습니다.
CacheCade 가상 디스크의 최대 결합 크기는 512GB입니다.
SLN156366_en_US__1icon 참고: 여러 개의 CacheCade 가상 디스크가 생성될 수 있지만, 최대 크기까지 단일 캐시 풀로 작동하도록 결합됩니다.
보안 SED(Self-Encrypting Disk) 또는 SSD가 포함된 가상 디스크의 데이터는 CacheCade에 의해 캐싱되지 않습니다.
CacheCade 가상 디스크는 64KB보다 작은 입력 읽기만 캐싱합니다.
CacheCade 가상 디스크는 읽기 캐시 전용입니다.
CacheCade 가상 디스크는 CacheCade를 지원하지 않는 컨트롤러에는 마이그레이션이 불가능합니다.
CacheCade 드라이브를 가져오면 RAID 0 VD가 발생할 수 있습니다. 가져온 후에는 CacheCade VD를 재구성해야 합니다.
CacheCade 가상 디스크는 운영 체제에 표시되지 않습니다. 
SLN156366_en_US__1icon 참고: 비보안 SED가 있는 VD의 데이터는 CacheCade를 사용하여 캐싱할 수 있습니다.

[링크 : https://www.dell.com/support/kbdoc/ko-kr/000126223/dell-perc-h710-h710p-및-h810-raid-컨트롤러에서-cachecade-가상-디스크-구성-및-관리]

 

Dec 2016
in order to activate CacheCade, you need a hardware or software license, and an LSI approved SSD.
CacheCade Pro 2.0 requires a hardware key only.

[링크 : https://community.spiceworks.com/t/lsi-lsi00330-9271-8i-megaraid-cachecade-option-grayed-out/548888]

 

Question
I have bought CacheCade Pro 2.0 license (AOC-CHCD-PRO2-ESW) and optain the activation key from LSI Advanced Software License Management Portal. When I install the activation key to AOC-SA2LP-H8iR card with 2.130.363-1846 firmware, I can successfully make CacheCade Volume of SSD and assign it to some RAID Volume of HDDs. But the cache policy is locked to Write Through. By document, CacheCade Pro 2.0 support Write Back cache policy as it enhancement from prior version. What can I do to solve this problem?

Answer
Please recommend customer reentering the LSI activation key. The case here is caused of customer was doing activating the license on old firmware previously and then upgrading the firmware without reentering the activation key because they saw there was "CacheCade" on the MegaRAID Advanced Software screen. It seem that the old firmware threat the CacheCade Pro 2.0 license to CacheCade 1.0 and the new firmware still do the same without reentering the same activation key as the attachment.

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

 

Question
We have your RAID card below:
Supermicro Raid Card: AOC-SAS2LP-H8IR (SMC2108)
Also LSI hardware key:
LSI Cachecade Physical Key: LSI00292
Will the LSI physical cachecade key work on the Supermicro AOC-SAS2LP-H8IR?

Answer
No, it would not. We only support software license, part no is AOC-CHCD-PRO2-ESW.(Note: The license key sold before, AOC-SAS2-CHCD-ESW, was no longer available.)

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

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

MSM 디스크 제거시엔 stop!  (0) 2024.04.19
raid drive roaming  (0) 2024.04.18
MSM device id?  (0) 2024.04.17
금단의 키워드(!) San Foreign Configuration  (0) 2024.04.17
MSM으로 4disk raid 5 -> 5disk raid 5로 마이그레이션  (0) 2024.04.15
Posted by 구차니

출근길에 청량리 신호기 고장으로

상하행선 전부 마비되면서

버스타고 7호선 갈아타고 출근함

7호선으로 한강 건너는게 참 오랫만이긴 한데..

덕분에 자면서 가질 못해서 하루종일 골골골

'개소리 왈왈 > 직딩의 비애' 카테고리의 다른 글

개피곤  (0) 2024.04.25
휴가인데 휴가가 아니네  (0) 2024.04.24
ㄹ미ㅏㄴ어리ㅏㅁㄴ어리ㅏㄴㅁ어리ㅏ  (0) 2024.03.06
소득공제 공부 ㅠ  (0) 2024.02.29
소득공제?  (0) 2024.02.13
Posted by 구차니
하드웨어/RAID2024. 4. 17. 18:06

MSM에서 디스크를 보다보면

Device ID와 Slot Number가 일치하지 않는데

 

메뉴얼을 찾아봐도 무슨 말인지 모르겠다

물리 디스크의 장치 ID라.. 그런데 어떻게 0~7 사이로만 뜨지?

그리고 offline 했다가 online 하니 Media Error Count가 0으로 리셋되던데 원래 의도된 작동인 듯

Device ID Device ID of a physical drive
Connector*2 Group of physical ports to which a physical drive is connected
Slot Number Slot number on which a physical drive is mounted
*2: This item is not displayed for LSI Software RAID.


[링크 :
https://download.hitachivantara.com/download/epcra/com0851.pdf]

 

Device ID 가 아래의 순서대로 써있는데 도대체 멀까?

backplane에 장착되는 순서 인 것 같기도 하고..?

device ID Slot Number
0 3 2 1
7 6 4 5
0 1 2 3
4 5 6 7

 

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

raid drive roaming  (0) 2024.04.18
SSD cahcecade 포기  (0) 2024.04.18
금단의 키워드(!) San Foreign Configuration  (0) 2024.04.17
MSM으로 4disk raid 5 -> 5disk raid 5로 마이그레이션  (0) 2024.04.15
RAID consistency check fail  (0) 2024.04.09
Posted by 구차니