Files
IPMIView.app/README.md

27 lines
883 B
Markdown
Raw Normal View History

2019-11-23 15:53:07 -07:00
### IPMIView (java) App wrapper for MacOS**
2017-03-04 19:53:34 -07:00
Download the latest IPMIView software from SuperMicro:
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
2018-07-01 12:46:48 -06:00
```
git clone https://github.com/TheCase/IPMIView.app
cd IPMIView.app
mkdir -p Resources/IPMIView
tar -zxvf ~/Downloads/IPMIView*.tar.gz --strip=1 -C ./Resources/IPMIView/.
cd ..
cp -R IPMIView.app ~/Applications
```
2018-07-01 12:47:50 -06:00
2019-11-23 15:53:07 -07:00
### Troublueshooting
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.