ページの先頭行へ戻る
ServerView Resource Orchestrator V3.4.0 トラブルシューティング集
FUJITSU Software

2.9 LinuxのHBA address rename設定サービスのダイアログが文字化けする。

意味

以下のLinux環境でHBA address rename設定サービスを起動した場合、表示されたダイアログが文字化けすることがあります。

  • Red Hat(R) Enterprise Linux(R) 6.4 (for x86)以降
  • Red Hat(R) Enterprise Linux(R) 6.4 (for Intel64)以降

対処

以下の手順を実行し、ダイアログを再表示してください。

  1. fallbackディレクトリを作成します。

    # mkdir /opt/FJSVrcvhb/jre6/lib/fonts/fallback 
  2. fallbackディレクトリにフォントパスへのシンボリックリンクを作成します。

    # cd /opt/FJSVrcvhb/jre6/lib/fonts/fallback

    # ln -s /usr/share/fonts/vlgothic/VL-Gothic-Regular.ttf VL-Gothic-Regular.ttf

    # ln -s /usr/share/fonts/vlgothic/VL-PGothic-Regular.ttf VL-PGothic-Regular.ttf

  3. HBA address rename設定サービスを再起動します。

    # nohup /opt/FJSVrcvhb/bin/rcxhbactl start&