"Bosh cck"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
4번째 줄: 4번째 줄:


==실행예시: 정상==
==실행예시: 정상==
<source lang='cli'>
<source lang='console'>
$ bosh cck
$ bosh cck


34번째 줄: 34번째 줄:


==실행예시: 비정상==
==실행예시: 비정상==
<source lang='cli'>
<source lang='console'>
$ bosh cck
$ bosh cck


69번째 줄: 69번째 줄:
Please choose a resolution [1 - 3]: 3
Please choose a resolution [1 - 3]: 3
</source>
</source>
<source lang='cli'>
<source lang='console'>
Below is the list of resolutions you've provided
Below is the list of resolutions you've provided
Please make sure everything is fine and confirm your changes
Please make sure everything is fine and confirm your changes
78번째 줄: 78번째 줄:
Apply resolutions? (type 'yes' to continue): yes
Apply resolutions? (type 'yes' to continue): yes
</source>
</source>
<source lang='cli'>
<source lang='console'>
Applying resolutions...
Applying resolutions...


95번째 줄: 95번째 줄:
*[[bosh vms]]
*[[bosh vms]]


==참고 자료==
==참고==
* https://bosh.io/docs/cck.html
* https://bosh.io/docs/cck.html


[[분류: bosh]]
[[분류: bosh]]

2017년 6월 27일 (화) 00:33 기준 최신판

1 개요[ | ]

bosh cloudcheck
bosh cck

2 실행예시: 정상[ | ]

$ bosh cck

Performing cloud check...

Processing deployment manifest
------------------------------

Director task 622
  Started scanning 1 vms
  Started scanning 1 vms > Checking VM states. Done (00:00:00)
  Started scanning 1 vms > 1 OK, 0 unresponsive, 0 missing, 0 unbound, 0 out of sync. Done (00:00:00)
     Done scanning 1 vms (00:00:00)

  Started scanning 0 persistent disks
  Started scanning 0 persistent disks > Looking for inactive disks. Done (00:00:00)
  Started scanning 0 persistent disks > 0 OK, 0 missing, 0 inactive, 0 mount-info mismatch. Done (00:00:00)
     Done scanning 0 persistent disks (00:00:00)

Task 622 done

Started     2015-01-09 23:29:34 UTC
Finished    2015-01-09 23:29:34 UTC
Duration    00:00:00

Scan is complete, checking if any problems found...
No problems found

3 실행예시: 비정상[ | ]

$ bosh cck

Performing cloud check...

Processing deployment manifest
------------------------------

Director task 623
  Started scanning 1 vms
  Started scanning 1 vms > Checking VM states. Done (00:00:10)
  Started scanning 1 vms > 0 OK, 0 unresponsive, 1 missing, 0 unbound, 0 out of sync. Done (00:00:00)
     Done scanning 1 vms (00:00:10)

  Started scanning 0 persistent disks
  Started scanning 0 persistent disks > Looking for inactive disks. Done (00:00:00)
  Started scanning 0 persistent disks > 0 OK, 0 missing, 0 inactive, 0 mount-info mismatch. Done (00:00:00)
     Done scanning 0 persistent disks (00:00:00)

Task 623 done

Started     2015-01-09 23:32:45 UTC
Finished    2015-01-09 23:32:56 UTC
Duration    00:00:11

Scan is complete, checking if any problems found...

Found 1 problem

Problem 1 of 1: VM with cloud ID `i-914c046a' missing.
  1. Skip for now
  2. Recreate VM
  3. Delete VM reference
Please choose a resolution [1 - 3]: 3
Below is the list of resolutions you've provided
Please make sure everything is fine and confirm your changes

  1. VM with cloud ID `i-914c046a' missing.
     Delete VM reference

Apply resolutions? (type 'yes' to continue): yes
Applying resolutions...

Director task 624
  Started applying problem resolutions > missing_vm 168: Delete VM reference. Done (00:00:00)

Task 624 done

Started     2015-01-09 23:33:20 UTC
Finished    2015-01-09 23:33:20 UTC
Duration    00:00:00
Cloudcheck is finished

4 같이 보기[ | ]

5 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}