server.md edited online with Bitbucket

This commit is contained in:
numero gauche
2025-04-23 17:48:54 +00:00
parent b9ace438c9
commit ed8ccbe595

View File

@@ -3,6 +3,7 @@ ssh huho@62.210.206.99
--- ---
install new os steps : install new os steps :
- exemple os : proxmox - exemple os : proxmox
- connect to ecowan - connect to ecowan
- activate IPMI (Intelligent Platform Management Interface) : - 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 <ip> -u <username>** - i also added it to the PATH **~/.local/bin/idracclient.py** so you can call it from anywhere like that : **idracclient.py <ip> -u <username>**
3. or use a java console, manually (you need to download all the java packages), 3. or use a java console, manually (you need to download all the java packages),
- folder architecture : - folder architecture :
```
idrac-folder/ idrac-folder/
├── jre/ ← contains bin/java ├── jre/ ← contains bin/java
├── jnlp/ ← optional: keep the original .jnlp here for backup ├── jnlp/ ← optional: keep the original .jnlp here for backup
@@ -27,6 +29,7 @@ install new os steps :
│ ├── libavctKVMIO.so │ ├── libavctKVMIO.so
│ └── libavmLinux.so │ └── libavmLinux.so
└── start-virtual-console.sh └── start-virtual-console.sh
```
- jre/ : - jre/ :
- download from oracle : https://www.oracle.com/java/technologies/javase/javase7-archive-downloads.html - 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) - 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)