Dell OpenManage on CentOS 5.4
I'd been having a problem configuring Dell OpenManage with CentOS 5.4 so I've written it up here so that;
- I don't forget it.
- It may help someone else with the same problem.
Basically when starting the daemons you'd get the following error;
/etc/init.d/dsm_om_shrsvc start
Starting DSM SA Shared Services: /bin/bash: line 1: 3119 Aborted /etc/delloma.d/oma/bin/dsm_om_shrsvc32d [FAILED]
open('/usr/lib/locale/en_UK.UTF-8/LC_IDENTIFICATION';, O_RDONLY) = -1 ENOENT (No such file or directory)locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
export LC_ALL=en_GB.UTF-8
export LANG=en_GB.UTF-8
to /etc/profile and then run . /etc/profile.
Posted via email from Jim’s Posterous Blog









