Skip to content

Instantly share code, notes, and snippets.

@marioli
marioli / rac_ipmi_jviewer.sh
Created May 3, 2020 21:27 — forked from ashevchuk/rac_ipmi_jviewer.sh
Aster MegaRAC IPMI q&d fix for broken iKVM jviewer.jnlp
#!/bin/sh
if [ "$#" -ne 3 ]; then
echo "Usage: $0 [ip address] [user name] [password]"
exit 1
fi
IP=$1
IPMI_USER=$2
IPMI_PASS=$3