스토리지 14

(KB) flex Clone 볼륨 mount 시 에러

flexclone 테스트 중 윈도우에서는 정상적으로 잘 되었으나, 리눅스에서 에러 메시지가 발생하여, Netapp KB에 찾았더니 아래와 같은 방법으로 처리가 가능함. # mount -t xfs /dev/mapper/DataClone /netapp1 메세지 : mount: wrong fs type, bad option, bad superblock on /dev/mapper/DataClone, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so. # mount -t xfs -o nouuid /dev/mapper/DataClone /netapp1

스토리지/NETAPP 2024.02.22

브로케이드 명령어 모음

[브로케이드 명령어] switchshow sfpshow psshow fanshow sensorshow ipaddrshow porterrshow portcfgshow nsshow errdump chassisshow firmwareshow uptime licenseshow memshow cfgshow date portperfshow [기타명령어] portstatsclear -i 포트번호 //porterr 카운트 초기화 slotstatsclear // 전체 카운트 초기화 ​ [샌스위치 초기화] cfgclear //cfg초기화 [샌스위치 설정] ipaddrset // 샌스위치 ip설정 date mm(월)dd(일)hh(시)mm(분)yy(년) alicreate "test_1_0f","10:00:00:00:c9:83..

스토리지/SAN SW 2024.02.19

SLA / SLO / SLI 의 뜻

클라우드의 서비스를 사용함에, SLA 의 단어가 많이 들리는것 같습니다. ​ 간단히 클라우드 서비스에서 표현하는 SLA의 뜻은 다운타임을 최소화 하여 서비스를 유지하는 시간으로 생각하시면 됩니다. ​ 일반적으로 SLA99%, 99.95%, 99.999 ..... 등이 있으며 뒤에 소수점이 많으면 많을수록 서비스 유지시간이 길다고 생각하시면 됩니다. 계산 사이트 참조 : https://uptime.is/ ​ SLA (Service level agreements) : 고객이 공급자의 솔루션을 사용할 때 보장되는 성능, 가용성 및 기타 측정 항목의 최소 수준 ​ SLO (Service level objectives) : 공급자가 해당 SLA를 충족하기 위해 달성하려는 내부 목표 ​ SLI (Service le..

스토리지 2024.02.19