Untuk mengecek apakah lisensi Nutanix kita ada masalah atau melihat detil dari lisensi yang terpasang via command line, kita akan menggunakan tool bernama check_license_compliance yang ada di tool NCC.
NCC Check Health ini memeriksa hal berikut:
- apakah lisensi akan habis sebentar lagi,
- fitur yang di cover dalam lisensi,
- apakah standby mode aktif,
- apakah semua node punya lisensi yang valid,
- kapasitas lisensi yang terpasang,
- violation/pelanggaran lisensi, dll
untuk menjalankan tool NCC check health bisa login ke nutanix hosts dan jalankan perintah:
ncc health_checks run_all
untuk menjalankan satu fitur aja (tidak memeriksa semua) bisa dilakukan juga, contoh:
ncc health_checks system_checks check_license_compliance
contoh hasilnya:
Running : health_checks system_checks check_license_compliance
[==================================================] 100%
/health_checks/system_checks/check_license_compliance [ PASS ]
------------------------------------------------------------------------+
+---------------+
| State | Count |
+---------------+
| Pass | 1 |
| Total | 1 |
+---------------+
Plugin output written to /home/nutanix/data/logs/ncc-output-latest.log
atau
Detailed information for check_license_compliance:
Node xx.xx.xx.11:
INFO: Cluster has nodes which don't have Pro license. List of nodes with invalid license [u'No license for 1 nodes of model XC630-10']
Refer to KB 2469 for details on check_license_compliance or Recheck with: ncc health_checks system_checks check_license_compliance --cvm_list=xx.xx.xx.11
atau
Detailed information for check_license_compliance:
Node xx.xx.xx.111:
ERR : Undefined feature set for the license type Pro_Special
ERR : Undefined feature set for the license type Pro_Special
+---------------+
| State | Count |
+---------------+
| Error | 1 |
| Total | 1 |
+---------------+
Refer to KB 2469 for details on check_license_compliance or Recheck with: ncc health_checks system_checks check_license_compliance --cvm_list=xx.xx.xx.111
Sumber: Portal Nutanix
0 comments:
Post a Comment