Home > Uncategorized > Undocumented Equallogic CLI Commands part II

Undocumented Equallogic CLI Commands part II

As you have probably read in cupfighter article: Undocumented Equallogic CLI Commands, there is still much to discover under the hood of these great boxes. You would figure that if Equallogic runs on top of netBSD that it should be possible to run shell commands. Well it is, but you have to leave the Equallogic CLI and open up a bash shell to perform these tasks.

To enter a bash shell on your Equallogic box you open a terminal session to your array and type:

> su exec bash

Be aware of the following message!

You are running a support command, which is normally restricted to PS Series Technical Support personnel. Do not use without instruction from Technical Support.

That simple!

Now you can execute shell commands like ifconfig, uname etc.

From this shell you can also restart the Equallogic Management Engine without rebooting your controllers. In my case it solved issues with replication schedules that did not get executed anymore. You just enter:

# eqlinit restart MgmtExec

To check the status of the MgmtExec you enter:

# eqlinit status

NB. Be careful because entering the bash shell and executing commands from here is not supported by Equallogic!!

Categories: Uncategorized Tags:
  1. October 13th, 2010 at 16:38 | #1

    Do you happen to know the undocumented command to turn off jumbo frames on the EQL?

  1. April 22nd, 2010 at 22:14 | #1