Guide to Installing Omada Software Controller on Raspberry Pi OS - V5

Guide to Installing Omada Software Controller on Raspberry Pi OS - V5

106 Reply
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
2024-02-14 03:59:40

So now I have a new question - I just migrated my omada controller to another pi I have running that is a bit more stable (my prior one keeps crashing and I think there is a hardware issue with my power cable and/or the connector on the pi).

 

The migration went perfectly, all set.  But I can't seem to figure out how to uninstall the omada controller on my older pi.  Anyone know how to do this with the newer versions?  I was looking for an uninstall script, but can't find it.

 

Thanks in advance.

 

Sunil

  0  
  0  
#65
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
2024-02-14 04:05:45
Well I think I may have found my own solution. I used dpkg-query to find that the run time image is "omadac" so I did the following: sudo dpkg -P omadac And this allowed me to remove it. Now just a matter of removing all the other ancillary programs that were installed with it.
  0  
  0  
#66
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
2024-02-16 05:34:43

 

 

 I tried this tonight on a Pi 3B+. I used the only 64b version of the Pi software "legacy 64 bit OS".
I got the error

"XXX@XXX:~ $ sudo apt install /home/"username"/mongodb-org-server_4.4.18_arm64.deb
Reading package lists... Done
E: Unsupported file /home/username/mongodb-org-server_4.4.18_arm64.deb given on commandline"

and later I got a similar error when installing  "wget https://static.tp-link.com/upload/software/2023/202309/20230920/Omada_SDN_Controller_v5.12.7_Linux_x64.deb"

"Reading package lists... Done
E: Unsupported file /home/username/Omada_SDN_Controller_v5.12.7_Linux_x64.deb given on commandline"

 

 

I don't have the skills to troubleshoot and resolve these errors.
I can try something else if needed but I am not much help when trying to repair on my own.

I checked the uname 

"aarch64"

and the lsb_release -a

"No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 11 (bullseye)
Release:        11
Codename:       bullseye"

 

 

  0  
  0  
#67
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
2024-02-16 06:17:18

  @CarterKraft 

 

I see now when installing the Mondo and Omdac you need to change the "username" to the username of the Pi.
That might be obvious for more seasoned folks but not myself.

Correcting both those issues seems to have me making progress.

  0  
  0  
#68
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
2024-02-16 07:09:25
I can get it running but I get the following error about the java VM, ".Cannot find any VM in Java Home /usr/lib/jvm/java-17-openjdk-arm64/" There is only version 17 installed and I can't seem to figure out how to get any other version installed (specifically 8).
  0  
  0  
#69
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
2024-02-16 15:59:01

  @CarterKraft When you say you can get it running, do you mean you can get the Omada Controller running and you can access the web interface through your browser?

 

If so then you dont need any other version of Java.  

  0  
  0  
#70
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
2024-02-16 18:12:37
No I mean I can get it started via ssh and I get that error message about the VM then it just sits at 60% and the * just scroll across the screen. I can't ever connect via web interface.
  0  
  0  
#71
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
2024-02-16 18:49:55 - last edited 2024-02-16 19:00:18

  @CarterKraft Run the following command and tell us what output you get
sudo update-alternatives --config java

  0  
  0  
#72
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
2024-02-17 01:24:28

  @kilovar 

 

$ sudo update-alternatives --config java
There is only one alternative in link group java (providing /usr/bin/java): /usr/lib/jvm/java-17-openjdk-arm64/bin/java
Nothing to configure.

 

 

 

  0  
  0  
#73
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
2024-02-17 03:11:58

  @CarterKraft 

 

What OS are you on?

 

Your output is as expected, but it does not look the same as the output I get in the latest Raspberry Pi OS

 

"There is 1 choice for the alternative java (providing /usr/bin/java).

  Selection    Path                                         Priority   Status
------------------------------------------------------------
* 0            /usr/lib/jvm/java-17-openjdk-arm64/bin/java   1711      auto mode
  1            /usr/lib/jvm/java-17-openjdk-arm64/bin/java   1711      manual mode

Press <enter> to keep the current choice[*], or type selection number:"

  0  
  0  
#74
Options