Start a Conversation

Unsolved

This post is more than 5 years old

2046

November 13th, 2016 14:00

DELL OMSA 8.3.0 - Omconfig - Error! User has insufficient privileges to run command

Hello,

I'm using Ubuntu 14.04 LTS to run DELL OMSA 8.3.0 and can see from the CLI the hardware is showing up ok, but when I type the following command I get an error message:

omconfig system webserver -?
Error! User has insufficient privileges to run command.

Even if I "sudo -s" and go to root, root doesn't even find the "omconfig" command. How do I fix this error? I logged into the server as my main user with sudo privileges and cant run those commands. What is the issue I missed on this?

Thanks for your help!

November 13th, 2016 15:00

YES!! Figured out what this issue was, not sure on the permanent fix but here's the workaround I found:

sudo /opt/dell/srvadmin/sbin//omconfig system webserver -?
sh: 1: /bin/rpm: not found
webserver        Start, stop or restart the DSM SA Connection Service.
Valid parameters are:
action=start           Start the DSM SA Connection Service.
action=stop            Stop the DSM SA Connection Service.
action=restart         Restart the DSM SA Connection Service.

No Events found!

Top