Verifikasi operasi

Verifikasi operasi

Lakukan verifikasi pengoperasian layanan Compute.

Catatan

Melakukan perintah perintah pada ‘controller node’.

  1. Dapatkan sumber mandat admin untuk mendapatkan akses ke command CLI ‘admin-only’:

    $ . admin-openrc
    
  2. Melihat daftar komponen layanan untuk memverifikasi kesuksesan peluncuran sukses dan pendaftaran setiap proses:

    $ openstack compute service list
    +----+--------------------+------------+----------+---------+-------+----------------------------+
    | Id | Binary             | Host       | Zone     | Status  | State | Updated At                 |
    +----+--------------------+------------+----------+---------+-------+----------------------------+
    |  1 | nova-consoleauth   | controller | internal | enabled | up    | 2016-02-09T23:11:15.000000 |
    |  2 | nova-scheduler     | controller | internal | enabled | up    | 2016-02-09T23:11:15.000000 |
    |  3 | nova-conductor     | controller | internal | enabled | up    | 2016-02-09T23:11:16.000000 |
    |  4 | nova-compute       | compute1   | nova     | enabled | up    | 2016-02-09T23:11:20.000000 |
    +----+--------------------+------------+----------+---------+-------+----------------------------+
    

    Catatan

    Output ini harus menunjukkan tiga komponen layanan aktif pada ‘controller node’ dan satu komponen layanan aktif pada ‘compute node’.

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.