2021年4月28日 (初版)
TAC SR Collection |
主な問題 |
ACI leaf/spine switch にて "show system resources" コマンドで memory 使用状況を確認すると、使用 memory および空き memory 共に 0 と表示される。
leaf# show system resources
Load average: 1 minute: 1.27 5 minutes: 1.25 15 minutes: 1.01
Processes : 561 total, 1 running
CPU states : 6.3% user, 3.3% kernel, 90.4% idle
Memory usage: 5039848K total, 0K used, 0K free
Current memory status: OK
|
原因 |
vsh mode でコマンド実行したことが原因です。vsh mode は以下の出力からもわかります通り、vsh でしか使えないような internal command を利用する場合にのみ使用するもので、User 様は基本的に default shell である ibash mode をご利用頂くようお願いいたします。
leaf# vsh
Cisco iNX-OS Debug Shell
This shell should only be used for internal commands and exists
for legacy reasons. User should use ibash infrastructure as this
will be deprecated.
|
解決策 |
default shell である ibash mode であれば以下のように memory 使用状況を "show system resources" コマンドで確認することが可能です。
leaf# show system resources
Load average: 1 minute: 1.27 5 minutes: 1.25 15 minutes: 1.01
Processes : 555 total, 2 running
CPU states : 7.2% user, 5.3% kernel, 87.6% idle
Memory usage: 16268484K total, 11192116K used, 5076368K free
Current memory status: OK
|
備考
本不具合は、Bug Search Tool でも確認できます。
各製品の TAC SR Collection の一覧は、よくある質問と解決方法 (TAC SR Collection) から確認できます。