meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
enterprise:brocade:solutions:linux_gui [2021/06/29 15:39] mchusenterprise:brocade:solutions:linux_gui [2021/06/29 15:39] (current) mchus
Line 1: Line 1:
 +====== Brocade GUI admin from Ubuntu ======
 +
 +Install java webstart
 +<code>sudo apt-get install icedtea-netx</code>
 +
 +Run the jnlp file:
 +
 +
 +<code>javaws -verbose -nosecurity http://10.1.1.1/switchExplorer_installed.html</code> 
 +''-verbose'' and ''-nosecurity'' is optional
 +
 +Source: ((https://jensoroger.wordpress.com/2019/04/26/brocade-gui-admin-from-ubuntu/))
 +