https://github.com/jrtashjian/idrac6-console
Launcher for iDRAC 6 Virtual Console
https://github.com/jrtashjian/idrac6-console
homelab idrac6 poweredge-idrac
Last synced: 8 days ago
JSON representation
Launcher for iDRAC 6 Virtual Console
- Host: GitHub
- URL: https://github.com/jrtashjian/idrac6-console
- Owner: jrtashjian
- License: gpl-2.0
- Created: 2022-10-17T05:29:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T06:14:01.000Z (over 2 years ago)
- Last Synced: 2024-10-09T12:26:33.008Z (8 months ago)
- Topics: homelab, idrac6, poweredge-idrac
- Language: Shell
- Homepage:
- Size: 43.5 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iDRAC 6 Virtual Console Launcher
A bash script to make connecting to an iDRAC 6 console easier.
Includes [jre-7u80-linux-x64.tar.gz](https://download.oracle.com/otn/java/jdk/7u80-b15/jre-7u80-linux-x64.tar.gz) which you can also download yourself if you'd like.
## Usage
Clone the project to your machine:
```
git clone https://github.com/jrtashjian/idrac6-console.git
```Make the script executable:
```
chmod +x connect.sh
```Run the program:
```
connect.sh HOST[:PORT] [-u USER] [-p PASSWORD]HOST[:PORT] The host running iDRAC 6. Default port is '5900'
-u USER iDRAC username. Default is 'root'
-p PASSWORD iDRAC password. Default is 'calvin'
```