[BlueOnyx:26885] Re: 5211R GUI Internal Server Error.
Michael Stauber
mstauber at blueonyx.it
Wed Apr 3 14:49:46 -05 2024
Hi Hiroyuki,
> ErrorException
> Undefined array key "ipAddressFieldeth0:0"
>
> The GUI seems to edit eth0:0
> But the configuration file is eth0
This is a problem with CCEd's CODB database. "eth0:0" is a virtual
interface and not a "real" one. This GUI page should only show "real"
interfaces, not virtual ones.
You can fix the problem this way:
As "root" from SSH run /usr/sausalito/bin/cceclient
That brings up "cceclient", a shell based client to manage CCEd.
In the prompt of cceclient type this (exactly as shown):
FIND Network device = "etht0:0"
That should answer something like this:
104 OBJECT 3
201 OK
In this case it told us that the configuration for Network device
"eth0:0" is stored in OBJECT 3. The Object ID it may report in your case
might be a different number than 3.
To then fix the issue you need to use the correct Object ID in the
following command within cceclient:
SET <Object ID> real = "0"
Example (using the reported 3 as Object ID):
SET 3 real = "0"
If this goes through without error, you should see a response similar to
this:
201 OK
You can then press CTRL+C to exit cceclient and the problem in the GUI
should be fixed.
If you feel uncomfortable doing this yourself, then please file a
"Support Request" via the GUI and I'll do it for you.
--
With best regards
Michael Stauber
More information about the Blueonyx
mailing list