Files
IPMIView.app/README.md

50 lines
2.4 KiB
Markdown
Raw Normal View History

2019-11-23 15:53:07 -07:00
### IPMIView (java) App wrapper for MacOS**
2020-01-15 19:12:26 -07:00
Download the latest IPMIView software from SuperMicro (to your home directories "Downloads" folder, aka `~/Downloads`:
2017-03-04 19:53:34 -07:00
2019-11-13 19:52:17 -07:00
[https://ftp.supermicro.com/wftp/utility/IPMIView/Linux/](https://ftp.supermicro.com/wftp/utility/IPMIView/Linux/)
2017-03-04 19:53:34 -07:00
2020-01-15 19:12:26 -07:00
Download the code and execute the script to unarchive the linux package and create the Application Bundle:
2018-07-01 12:46:48 -06:00
```
2020-01-15 19:12:26 -07:00
cd ~
2018-07-01 12:46:48 -06:00
git clone https://github.com/TheCase/IPMIView.app
cd IPMIView.app
2020-01-01 19:22:19 -06:00
sh script.sh
2018-07-01 12:46:48 -06:00
```
2018-07-01 12:47:50 -06:00
2020-01-15 19:12:26 -07:00
You should now have an application icon in your home directory's Applications (aka `~/Applications`) folder.
2019-11-23 15:53:07 -07:00
2020-01-01 19:22:19 -06:00
#### Using the KVM Console
2020-01-02 00:56:36 -06:00
You need to add an `Input Monitoring` exception for `java` in the `Security & Privacy` -\> `Privacy` Tab in `System Preferences`:
2020-01-01 19:22:19 -06:00
2020-01-02 00:56:36 -06:00
- Open `System Preferences`
- Click on `Security & Privacy`
- Click the `Privacy` button/tab
- Scroll down to `Input Monitoring`
2020-01-01 19:22:19 -06:00
(you may need to click the lock in the lower left and enter your password to add a new item)
2020-01-02 00:56:36 -06:00
- Click the plus `+` symbol
- In the top of the new window, select MacintoshHD in the pulldown
2020-01-01 19:22:19 -06:00
Library -> Java -> JavaVirtualMachines -> jdk\<version\>.jdk -> bin -> Contents -> Home -> bin
2020-01-02 00:56:36 -06:00
- Double click on `java`
- Make sure the box next to `java` is now checked and close the window
2020-01-01 19:22:19 -06:00
2020-01-04 12:32:54 -07:00
When you attempt to launch the console, you may be presented with a message that says the developer is not verified. DO NOT click "Move to Trash" - this will delete the files necessary to run the graphical console. Once you get this message:
2020-01-02 01:10:00 -06:00
2020-01-04 12:32:54 -07:00
- Open `System Preferences` -> `Security & Privacy` -> `General` Tab and click `Allow Anyway` next to the message about the jnlilib that was blocked.
2020-01-02 01:10:00 -06:00
- At this point you can try the `Launch KVM Console` button. You should be presented with another dialog about developer verification. Click the `Open` button.
- This will trigger another denial window for the sharedLibs jnlilib. Repeat the approval process for this next jnlilib in the `Security Preference` Pane.
2020-01-02 01:04:20 -06:00
- After performing these two approvals, the console should open.
2020-01-01 19:22:19 -06:00
### Troubleshooting
2019-11-23 15:53:07 -07:00
If you have Java issues loading the app, please verify that you can run the app from the command line (and outside the jursdiction of this supplied wrapper).
```
cd ~/Applications/IPMIView.app/Resources/IPMIView/
java -jar IPMIView20.jar
```
If you have issues with IMPIView loading correctly with this method, please contact SuperMicro support. The problem is related to the app and your computer setup, not the wrapper.