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-27 17:20:42 - last edited 2024-02-27 17:21:45

  @kilovar 

 

Thank you.. I did search through the 9 pages but nothing jumped out at me - my appoligies and appreciate the reply..

 

and succesfully updated to 5.13.30.8 and running smoothly so far!

 

Sugestion - add that info to the first page for new comers so it's easier to find.. 

 

 

Where do I send beer/coffee money!?!

 

Jesse

 

 

  0  
  0  
#95
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
2024-03-21 09:16:50

  @kilovar 

 

Hi,

 

I have tried installing it on a RPI3 B+. I have followed the steps but in the end, no matter what I do I always get the " Please wait.Cannot find any VM in Java Home /usr/lib/jvm/java-11-openjdk-arm64/". I tried many solutions, none worked, At this point I am not sure what I am doing wrong. I have tried with Java 11, and java 17 with the same results.

I have created the symbolic links:

# mkdir /usr/lib/jvm/java-11-openjdk-amd64/lib/amd64
# ln -s /usr/lib/jvm/java-11-openjdk-amd64/lib/server /usr/lib/jvm/java-11-openjdk-amd64/lib/amd64/

The results are the same.

Does anyone else experienced this, where should I look next?

Thanks!

  0  
  0  
#96
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
2024-03-21 14:55:24 - last edited 2024-03-21 14:57:52

  @Octav_air 

 

Couple of point to consider

 

1. RPi3+ really does not work well for anything other than novelty - just not enough memory

 

2. Please run the following command and post your output

sudo update-alternatives --config java

 

3.  The paths you posted about creating symlinks indicating AMD64 binaries, so I dont know what you are trying to do there

  0  
  0  
#97
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
2024-03-21 17:55:49

  @kilovar 

 

Thanks!

to answer quickly:

 

1. I am not using it really, just want to install it an play with it, this is for a future project and I am getting aquainted with the system. I have no EAP for now.

 

2. This is the output of the update-alternatives:

octavg@OmConPi3:~ $ sudo update-alternatives --config java
There are 2 choices 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-11-openjdk-arm64/bin/java   1111      manual mode
  2            /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  
#98
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
2024-03-21 18:00:53
3. I followed a post with a solution to this problem, which did not work for me. It seems I cannot put the link here because it is an external link. But it is on www taste-of-it de/tp-link-omada-controller-install-java-home-error/ (the spaces should be dots)
  0  
  0  
#99
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
2024-03-21 19:17:28

 I'm with kilovar above, 1G RAM is just not enough for 5.13 controllers.  Try installing a 5.8 or older controller.

 

I run mine in containers, but to put things in perspective, you need at least 1.2G and the below examples are small sites :

 

x86 based NAS, v5.13

 

 

S905 Pi Clone 2G 4core, v5.13

 

 

<< Paying it forward, one juicy problem at a time... >>
  0  
  0  
#100
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
2024-03-22 02:18:18 - last edited 2024-03-22 02:18:58

  @Octav_air 

 

Run the follow command

ls -l /usr/bin/java

 

Expected output

/usr/bin/java -> /etc/alternatives/java

 

If your output matches the expected output above run the following

ls -l /etc/alternatives/java

 

Expected output

/etc/alternatives/java -> /usr/lib/jvm/java-11-openjdk-arm64/bin/java

 

If your output from the second command is not as expected please post it for review

  0  
  0  
#101
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
2024-03-22 16:17:07

  @kilovar 

Hi Kilovar,

 

The output is as expected:

 

octavg@OmConPi3:~ $ ls -l /usr/bin/java
lrwxrwxrwx 1 root root 22 Mar 21 09:40 /usr/bin/java -> /etc/alternatives/java
octavg@OmConPi3:~ $ ls -l /etc/alternatives/java
lrwxrwxrwx 1 root root 43 Mar 21 09:44 /etc/alternatives/java -> /usr/lib/jvm/java-11-openjdk-arm64/bin/java
octavg@OmConPi3:~ $
  0  
  0  
#102
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
2024-03-23 23:47:37

  @Octav_air 

Did you start with a clean install of raspberry pi OS Lite?

 

I retested the install procedure on a fresh install on a RPi 3A+ and had no problem following the steps described in the first post

  0  
  0  
#103
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
2024-03-25 08:19:45

  @kilovar 

 

Yes it is a fresh install of PI  OS Lite 64bit.

  0  
  0  
#104
Options