在非英文語言環境中,Solaris Volume Manager metassist 指令可能無法建立磁碟區。例如,當 LANG 設定為 ja (日文) 時,將會顯示下列錯誤訊息:
xmlEncodeEntitiesReentrant : input not UTF-8 Syntax of value for attribute read on mirror is not valid Value "XXXXXX"(unknown word) for attribute read on mirror is not among the enumerated set Syntax of value for attribute write on mirror is not valid Value "XXXXXX"(Parallel in Japanse) for attribute write on mirror is not among the enumerated set metassist: XXXXXX(invalid in Japanese) volume-config |
解決方法: 以超級使用者身份,將 LANG 變數設定為 LANG=C。
若為 Bourne、Korn 和 Bash 等 shell,請使用下列指令:
# LANG=C; export LANG |
若為 C shell,請使用下列指令:
# setenv LANG C |