From ed8ccbe5951bf220c04680874aac167dc9f03145 Mon Sep 17 00:00:00 2001 From: numero gauche Date: Wed, 23 Apr 2025 17:48:54 +0000 Subject: [PATCH] server.md edited online with Bitbucket --- tutos/server.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tutos/server.md b/tutos/server.md index 1292d21..a1ef4ce 100644 --- a/tutos/server.md +++ b/tutos/server.md @@ -3,6 +3,7 @@ ssh huho@62.210.206.99 --- install new os steps : + - exemple os : proxmox - connect to ecowan - activate IPMI (Intelligent Platform Management Interface) : @@ -19,6 +20,7 @@ install new os steps : - i also added it to the PATH **~/.local/bin/idracclient.py** so you can call it from anywhere like that : **idracclient.py -u ** 3. or use a java console, manually (you need to download all the java packages), - folder architecture : + ``` idrac-folder/ ├── jre/ ← contains bin/java ├── jnlp/ ← optional: keep the original .jnlp here for backup @@ -27,6 +29,7 @@ install new os steps : │ ├── libavctKVMIO.so │ └── libavmLinux.so └── start-virtual-console.sh + ``` - jre/ : - download from oracle : https://www.oracle.com/java/technologies/javase/javase7-archive-downloads.html - download `1.7.0_80 or 1.7.0_79` : `jre-7u80-macosx-x64.tar.gz` or `jre-7u79-macosx-x64.tar.gz` (need to create an account)