Cambiar Idioma Mcafee Scm 3100 Rev 41 -
Estando como root (si no lo eres, escribe su - y luego la contraseña de root), ejecuta:
export LANG=es_ES.UTF-8
export LANGUAGE=es_ES:es
export LC_ALL=es_ES.UTF-8
Para hacer el cambio permanente, edita el archivo /etc/sysconfig/i18n:
nano /etc/sysconfig/i18n
Reemplaza el contenido con:
LANG="es_ES.UTF-8"
LANGUAGE="es_ES:es"
LC_ALL="es_ES.UTF-8"
Guarda (Ctrl+O, Enter, Ctrl+X).
If you are working with a McAfee Secure Internet Gateway (SIG) / SCM 3100 appliance running Revision 41, you may find that the web management interface defaults to a language you do not prefer. Unlike standard consumer antivirus software, changing the language on an enterprise appliance involves adjusting the Administrator settings rather than the system OS locale. cambiar idioma mcafee scm 3100 rev 41
Here are the steps to change the interface language.
If the web interface lacks language options or you need to change the system locale for logging/reporting.
Step 1: Connect via SSH
Use an SSH client (like PuTTY) to connect to the SCM 3100’s IP address.
Login with admin or root credentials.
Step 2: Check Current Language Setting
Run the following command (exact syntax depends on firmware): Estando como root (si no lo eres, escribe
show system locale
or
get language
Step 3: Set New Language
Example to set Spanish (es_ES):
set system locale es_ES.UTF-8
or
set language spanish
Common language codes for SCM 3100:
Step 4: Commit & Apply
commit
save config
Step 5: Restart Web Service (if needed)
service httpd restart
Log out and back into the web GUI.