Top
ServerView Resource Orchestrator V3.2.0 Troubleshooting
FUJITSU Software

2.9 The dialog for the HBA address rename setup service is displayed with garbled characters.

Description

When starting the HBA address rename setup service in the following Linux environments, the characters in the displayed dialog may be garbled.

Corrective Action

Perform the following procedure, then redisplay the dialog.

  1. Create the fallback directory.

    # mkdir /opt/FJSVrcvhb/jre6/lib/fallback <RETURN>

  2. Create a symbolic link to the font path in the fallback directory.

    # cd /opt/FJSVrcvhb/jre6/lib/fallback <RETURN>
    # ln -s /usr/share/fonts/vlgothic/VL-Gothic-Regular.ttf VL-Gothic-Regular.ttf <RETURN>
    # ln -s /usr/share/fonts/vlgothic/VL-PGothic-Regular.ttf VL-PGothic-Regular.ttf <RETURN>

  3. Restart the HBA address rename setup service.

    # nohup /opt/FJSVrcvhb/bin/rcxhbactl start& <RETURN>