| 234 | 1. '''重新啟動''' |
| 235 | * 當 front-end 要重啟時,需要關掉所有的 VMs (可使用 client tools ),或是手動使用 'xm destroy' |
| 236 | {{{ |
| 237 | ### 再 head node 執行 ### |
| 238 | /etc/init.d/eucalyptus restart |
| 239 | }}} |
| 240 | 2. '''問題判斷''' |
| 241 | * 若是有些無法正常運作,第一步可以參考文件檢查 installation/configuration/networking 部份,來確定元件是否正常運作,資源是否可被 instances 使用,eucarc 使否正確被 source和認証,也可使用以下指令來了解系Cloud 系統狀態 |
| 242 | {{{ |
| 243 | $ ec2-describe-availability-zones verbose |
| 244 | AVAILABILITYZONE cluster <hostname of your front-end> |
| 245 | AVAILABILITYZONE |- vm types free / max cpu ram disk |
| 246 | AVAILABILITYZONE |- m1.small 0128 / 0128 1 128 10 |
| 247 | AVAILABILITYZONE |- c1.medium 0128 / 0128 1 256 10 |
| 248 | AVAILABILITYZONE |- m1.large 0064 / 0064 2 512 10 |
| 249 | AVAILABILITYZONE |- m1.xlarge 0064 / 0064 2 1024 20 |
| 250 | AVAILABILITYZONE |- c1.xlarge 0032 / 0032 4 2048 20 |
| 251 | AVAILABILITYZONE |- <node-hostname-a> certs[cc=true,nc=true] @ Sun Jan 04 15:13:30 PST 2009 |
| 252 | AVAILABILITYZONE |- <node-hostname-b> certs[cc=true,nc=true] @ Sun Jan 04 15:13:30 PST 2009 |
| 253 | AVAILABILITYZONE |- <node-hostname-c> certs[cc=true,nc=true] @ Sun Jan 04 15:13:30 PST 2009 |
| 254 | AVAILABILITYZONE |- <node-hostname-d> certs[cc=true,nc=true] @ Sun Jan 04 15:13:30 PST 2009 |
| 255 | AVAILABILITYZONE |- <node-hostname-e> certs[cc=true,nc=true] @ Sun Jan 04 15:13:30 PST 2009 |
| 256 | AVAILABILITYZONE |- <node-hostname-f> certs[cc=true,nc=true] @ Sun Jan 04 15:13:30 PST 2009 |
| 257 | ... |
| 258 | }}} |
| 259 | * log file -> $EUCALYPTUS/var/log/eucalyptus/ |
| 260 | * 在 front-end 的 CLC -> 'cloud-output.log' 和 'cloud-debug.log' |
| 261 | * 在 front-end/Head Node 的 CC 'cc.log' 和 'httpd-cc_error_log' |
| 262 | * 每個 node 的 NC -> 'nc.log' 和 'httpd-nc_error_log |