GTP node は互いにピアと Restart Counter を交換し、正常性を確認しあっています。この Restart Counter の情報は Persistent Storage に保存され、GTP node の再起動前後で情報が保持される必要があります。VPC-SI や VPC-DI といった仮想環境では、flash として使用される Storage に Restart Counter を保持しています。
[local]qvpc-di# dir /flash | grep restart
-rw-rw-r-- 1 root root 81 Oct 19 09:39 restart_file_cntr.txt
このファイルの値に8を足したものが、実際の Restart Counter となっています。
[local]qvpc-di# show configuration url /flash/restart_file_cntr.txt
**** DO NOT DELETE!! This file has restart counter for QvPC-SI platform.****
10
[local]qvpc-di# show egtp-service all | grep Restart
Restart Counter : 18
restart_file_cntr.txt の値に8を足した値が256を超えた場合には、実際の Restart Counter の値は0にリセットされます。
例)ファイルの内容が530の場合
530 + 8 - 256*2 = 26