본문 바로가기

내맘대로의 구분2109

2019-07-07 ​​ 양화 물놀이장 수심이 낮아 아이들 놀기에 더 없이 좋은 곳 같다. 주말 가족 나들이 가서 맨티스와 따악! 대치함 역시 쪼매난 맨티스의 포스가 두려웠다는 이정도는 팬더 없어도 평정 가능?! 2019. 7. 7.
Gen10/iLO 5/Get System Health Status information via RESTful Interface Tool HPE RESTful Interface Tool 2.4.x에서 추가된 serverinfo commands Check System Health ----------------------- serverinfo --fans serverinfo --thermals serverinfo --power serverinfo --processors --memory ------------------------------------------- ilorest -d serverinfo --fans ilorest -d serverinfo --thermals ilorest -d serverinfo --power ilorest -d serverinfo --processors --memory -----------------------.. 2019. 7. 5.
2019-06-22 마느님 생일이고 해서 외식 로코쉬 나들이 ​​​​​ 맛있는 뢉수터 와 꼬뫅 무침 (생각보단 적게 주셔서 서운 서운) 타이거새우를 기름에 멋지게 수영시킨 호랑이튀김과 구수하게 펄펄 끓인 로코쉬 라면도 먹고 스팸 주먹밥은 일찍 방문한 탓에 재료가 부족해서 못먹었다 ㅠㅠ 대신 서비스로 주먹밥을 주셨다는~ 2019. 6. 23.
2019-06-14 항상 있었겠지만.... 올해는 주변에서 알려주는 분들이 많아 관심 갖게된 기념품 ... 단품 구매 시도했는데, 물량 소진으로 못 구하고 .... 포기하고 있던 찰나... 15잔 커피를 마시면 된다고 ... 별생각 없이 상태를 열람하니 오홋 ... 할 수 있겠는데... 싶었다는 ... (내가 이리도 많이 마신건가 ㅠ_ㅠ;) 단품구매하려고 여러 매장을 가도 못구하고, 15잔 커피 미션 완료 후에도 교환하려고 하다 앱이 말썽이어서 재방문을 하고 재고 소진으로 재방문 하고, 탈이 많았던 미션 ... 어찌되었던 득템 ... 아이 여름 수영장때 사용할 것이라고 넘겨드리고 ... (너도 날 스쳐가는 군아 ...) 2019. 6. 15.
SmartArray Gen10 - SSA - How monitor rebuild progress # Location VMware ESXi 6.5/6.7 /opt/smartstorageadmin/ssacli/bin/ssacli Get Slot Information - Slot x # ./ssacli ctrl all show status Check Rebuild progress ./ssacli ctrl [all|slot=x] show config detail | grep -i recov -A10 ./ssacli ctrl [all|slot=x] show config | grep -i recov -A10 ./ssacli ctrl [all|slot=x] ld [all|n] show ./ssacli ctrl [all|slot=x] ld [all|n] show status x is specific slot nu.. 2019. 6. 13.
SmartArray - SSA - How monitor rebuild progress --------------------------------------- # Location VMware ESXi 4.0/4.1/5.0 /opt/hp/hpacucli/bin/hpacucli # Location VMware ESXi 5.1/5.5/6.0 /opt/hp/hpssacli/bin/hpssacli # Location VMware ESXi 6.5/6.7 /opt/smartstorageadmin/ssacli/bin/ssacli --------------------------------------- Get Slot Information - Slot x # ./ssacli ctrl all show status Check Rebuild progress # ./ssacli ctrl slot=XX ld all .. 2019. 6. 9.
MegaRAID - How monitor rebuild progress /opt/lsi/MegaCLI # ./MegaCli -PDRbld -ShowProg -PhysDrv [:1] -a0 Rebuild Progress on Device at Enclosure N/A, Slot 1 Completed 7% in 170 Minutes. Exit Code: 0x00 /opt/lsi/MegaCLI # server:~# megacli -PDRbld -ShowProg -PhysDrv [32:1] -aALL Rebuild Progress on Device at Enclosure 32, Slot 1 Completed 51% in 10 Minutes. MegaCLI PDRbld -Start|-Stop|-Suspend|-Resume|-ShowProg|-ProgDsply -PhysDrv [E0:.. 2019. 6. 9.
찬스는 준비가 된 자에게 온다 - 하이큐 중에서... - 2019. 5. 24.
RHEL/cron Job을 통해 반복적으로 작업 수행 e.g.) IO workload 1. Create Job - 1G file create 100ea per every 20 mins / then remove it. # crontab -u root crontab # crontab -e */20 * * * * for i in {1..100}; do dd if=/dev/zero of=/tmp/dummy1G-$i bs=1 count=0 seek=1G; done */20 * * * * rm -f /tmp/dummy1G-* 2. List current cron job # crontab -l 3. Remove cron job # crontab -r 4. Repeat per second * * * * * * & sleep 30; 5. restart cron daemon.. 2019. 5. 21.
반응형