En estas configuraciones locales, el comando metassist de Solaris Volume Manager puede fallar a la hora de crear volúmenes. Por ejemplo, si LANG se define como ja (japonés), se mostrará el siguiente mensaje de error:
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 |
Solución: como superusuario, establezca la variable LANG en LANG=C.
Para los intérpretes de comandos Bourne, Korn y Bash utilice el siguiente comando:
# LANG=C; export LANG |
Para el intérprete de comandos C, utilice el siguiente comando:
# setenv LANG C |