Server Management - Systems Insight Manager
1753894 Members
7546 Online
108809 Solutions
New Discussion юеВ

mxmib (linux) keeps Aborting with each command

 
kaush
Occasional Contributor

mxmib (linux) keeps Aborting with each command

Hi All,

I'm having problems running the mxmib command on our new SIM server. Each time I run it, it simply Aborts:

[root@test1 mibs]# mxmib example1.cfg
Aborted
[root@test1 mibs]mxmib -l
Aborted

I've checked permissions on the mxmib command, and am running this as root. Is there anything else I can try?

TIA.



2 REPLIES 2
kaush
Occasional Contributor

Re: mxmib (linux) keeps Aborting with each command

I figured out the problem using strace, we didnt have an entry for the current locale in use. Running a:

export LANG=en_GB.utf8

(ensuring there was a relevant entry in /usr/lib/locale) sorted the issue.
kaush
Occasional Contributor

Re: mxmib (linux) keeps Aborting with each command

see solution above