ページの先頭行へ戻る
NETSTAGE/FIC V1.0 リリース情報
FUJITSU Software

2.2 nficstatコマンドの出力結果の変更

変更内容

  1. CAFIS接続オプションまたはANSER接続オプションにおいて、nficstatコマンドの-lオプション(資源名一覧表示)にtcpg資源を指定した場合に出力される資源情報を以下のとおり変更しました。

    • 表示項目“Number of active resource” の‘:’以降を1カラム左にシフト

    • 表示項目“Number of non-active resource”の‘:’以降を1カラム左にシフト

    • 表示項目“Number of non-active resource”を“Number of not-active resource”に変更

    • 表示項目“Active resource name”の最後に‘.’を追加

    • 表示項目“Resource name”の表示開始を2カラム左にシフト

    V1.0L50以前
    # nficstat -l tcpg -n 72
    Display of resource type 'tcpg' starts.
      Number of active resource      : 1
      Number of non-active resource  : 0
      Active resource name
               Resource name : tcpg01
    Display of resource type 'tcpg' terminates. 
    V1.0L60以降
    # nficstat -l tcpg -n 72
    Display of resource type 'tcpg' starts.
      Number of active resource     : 1 
      Number of not-active resource : 0
      Active resource name.
             Resource name : tcpg01
    Display of resource type 'tcpg' terminates. 
  2. CAFIS接続オプションまたはANSER接続オプションにおいて、nficstatコマンドの-lオプション(資源名一覧表示)にextrsc資源を指定した場合に出力される資源情報を以下のとおり変更しました。

    • 表示項目“Number of active resource” の‘:’以降を1カラム左にシフト

    • 表示項目“Number of non-active resource”の‘:’以降を1カラム左にシフト

    • 表示項目“Number of non-active resource”を“Number of not-active resource”に変更

    • 表示項目“Number of not-active resource”の次行に“Active resource name.”を追加

    • 表示項目“Connection nothing”を“Resource name”に変更と表示開始を2カラム左にシフト

    • 表示項目“Non-active resource name”を“not-active resource name”に変更

    • 表示項目“Resource name”と“ : 資源名”のとの間の表示位置合わせの空白を削除

    V1.0L50以前
    # nficstat -l extrsc -n 72
    Display of resource type 'extrsc' starts.
      Number of active resource      : 1
      Number of non-active resource  : 1
               Connection nothing : e010200
      Non-active resource name
             Resource name        : e010100
    Display of resource type 'extrsc' terminates.
    V1.0L60以降
    # nficstat -l extrsc  -n 72
    Display of resource type 'extrsc' starts.
      Number of active resource     : 1
      Number of not-active resource : 1
      Active resource name.
             Resource name : e010200
      Not-active resource name.
             Resource name : e010100
    Display of resource type 'extrsc' terminates.
  3. 統合ATM接続オプションまたは全銀TCP/IPオプションにおいて、nficstatコマンドの-tオプション(通信資源の個別表示)を指定した場合に出力される資源情報を以下のとおり変更しました。

    • 表示項目“Display of resource type '通信資源名' terminates.”を“Display of resource '通信資源名' terminates.”に変更

    V1.0L50以前
    # /usr/bin/nficstat -t pvc -r pvc01 -n 99
    Display of resource 'pvc01' starts.
      Resource name         : pvc01
      Resource type         : pvc
      Resource state        : active
      IP state              : established
      IP address            : 10.60.20.167
      Send port             : 2000
      Recv port             : 2001
      LINE state            : 01(connected)
      Communication destination name
             Connection exists  : e010100
                                : e010101
                                : e010102
    Display of resource type 'pvc01' terminates.
    V1.0L60以降
    # /usr/bin/nficstat -t pvc -r pvc01 -n 99
    Display of resource 'pvc01' starts.
      Resource name         : pvc01
      Resource type         : pvc
      Resource state        : active
      IP state              : established
      IP address            : 10.60.20.167
      Send port             : 2000
      Recv port             : 2001
      LINE state            : 01(connected)
      Communication destination name
             Connection exists  : e010100
                                : e010101
                                : e010102
    Display of resource 'pvc01' terminates.