Merge pull request 'states/02' (#8) from states/02 into main
continuous-integration/drone/push Build is passing
Details
Reviewed-on: #8states/2023.12
@ -1,3 +1 @@
|
|||||||
# Blogs
|
# Блог
|
||||||
|
|
||||||
{{ blog_content }}
|
|
@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
draft: true
|
||||||
|
date: 2023-10-17
|
||||||
|
tags:
|
||||||
|
- "ark: se"
|
||||||
|
- games
|
||||||
|
- игры
|
||||||
|
---
|
||||||
|
|
||||||
|
[Локации на карте Fjordur](https://docs.google.com/spreadsheets/d/13Hov6IQNBorso8WqY0kkT72e4iISr192vkGbIMHVQWk/edit?usp=sharing)
|
||||||
|
|
||||||
|
[Карта](https://ark.fandom.com/wiki/Mod:Fjordur/Explorer\Map)
|
||||||
|
|
||||||
|
[Auction House команды админа](https://linode.ghazlawl.com/auction-house/admin-commands/)
|
||||||
|
|
||||||
|
[Конфигурация сервера](https://ark.fandom.com/wiki/Server_configuration#Command_line_arguments)
|
||||||
|
|
||||||
|
[Structures Plus](https://steamcommunity.com/sharedfiles/filedetails/?id=2184441067)
|
||||||
|
|
||||||
|
[Console Commands](https://ark.fandom.com/wiki/Console_commands)
|
||||||
|
|
||||||
|
[Spawn codes for Castles, Keeps, and Forts Remastered](https://usebeacon.app/mods/1814953878/spawncodes)
|
||||||
|
|
||||||
|
[Linux Server Tools](https://github.com/arkmanager/ark-server-tools#commands-acting-on-instances)
|
||||||
|
|
||||||
|
[Спавн предметов](https://dododex.ru/resources/)
|
||||||
|
|
||||||
|
[образ docker](https://hub.docker.com/r/hermsi/ark-server/)
|
@ -1,4 +1,11 @@
|
|||||||
Google Chrome
|
---
|
||||||
|
draft: false
|
||||||
|
date: 2023-10-17
|
||||||
|
tags:
|
||||||
|
- chrome
|
||||||
|
---
|
||||||
|
|
||||||
|
# Google Chrome
|
||||||
|
|
||||||
## Блокировка медиакнопок
|
## Блокировка медиакнопок
|
||||||
|
|
@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
draft: false
|
||||||
|
date: 2023-10-17
|
||||||
|
tags:
|
||||||
|
- hikvision
|
||||||
|
- hardware
|
||||||
|
---
|
||||||
|
|
||||||
|
# Hikvision
|
||||||
|
|
||||||
|
## Hikvision: Путь до сохраненных файлов из веба
|
||||||
|
|
||||||
|
```
|
||||||
|
C:\Users\<USER>\AppData\Local\Microsoft\Windows\Temporary Internet Files\Virtualized\C\Users\<USER>\Web\DownloadFiles\
|
||||||
|
```
|
||||||
|
|
||||||
|
## Hikvision: Password Reset Tool
|
||||||
|
|
||||||
|
[https://ipcamtalk.com/pages/hikvision-password-reset-tool/](https://ipcamtalk.com/pages/hikvision-password-reset-tool/)
|
||||||
|
|
||||||
|
[http://hillbillyhobbies.com/camera/](http://hillbillyhobbies.com/camera/)
|
||||||
|
|
||||||
|
[https://ixnfo.com/sbros-parolya-na-hikvision-kamerah-i-videoregistratorah.html](https://ixnfo.com/sbros-parolya-na-hikvision-kamerah-i-videoregistratorah.html)
|
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
draft: false
|
||||||
|
date: 2023-10-17
|
||||||
|
---
|
||||||
|
Мой велосипед, чтобы на потерять инструкции и что в нем щас есть
|
||||||
|
|
||||||
|
[Настройка заднего амортизатора](https://cloud.st1t.ru/s/HNkq72CJzEtJ7gB)
|
||||||
|
|
||||||
|
[](https://www.ridefox.com/fox17/help.php?m=bike&id=824)
|
||||||
|
|
@ -1,19 +0,0 @@
|
|||||||
# Настройка бекапов в Veeam Agent
|
|
||||||
|
|
||||||
----------
|
|
||||||
|
|
||||||
![](https://st1t.ru/wp-content/uploads/2023/04/veeam_agent_configure_backup_1.png)
|
|
||||||
|
|
||||||
![](https://st1t.ru/wp-content/uploads/2023/04/veeam_agent_configure_backup_2.png)
|
|
||||||
|
|
||||||
![](https://st1t.ru/wp-content/uploads/2023/04/veeam_agent_configure_backup_3.png)
|
|
||||||
|
|
||||||
![](https://st1t.ru/wp-content/uploads/2023/04/veeam_agent_configure_backup_4.png)
|
|
||||||
|
|
||||||
![](https://st1t.ru/wp-content/uploads/2023/04/veeam_agent_configure_backup_6.png)
|
|
||||||
|
|
||||||
![](https://st1t.ru/wp-content/uploads/2023/04/veeam_agent_configure_backup_7.png)
|
|
||||||
|
|
||||||
![](https://st1t.ru/wp-content/uploads/2023/04/veeam_agent_configure_backup_5.png)
|
|
||||||
|
|
||||||
![](https://st1t.ru/wp-content/uploads/2023/04/veeam_agent_configure_backup_8.png)
|
|
@ -0,0 +1,35 @@
|
|||||||
|
# Drone CI
|
||||||
|
|
||||||
|
```yaml title="docker-compose.yml"
|
||||||
|
version: '3.7'
|
||||||
|
|
||||||
|
services:
|
||||||
|
drone:
|
||||||
|
image: drone/drone:latest
|
||||||
|
container_name: drone
|
||||||
|
environment:
|
||||||
|
- DRONE_GITEA_SERVER=https://gitea.example.com/
|
||||||
|
- DRONE_GIT_ALWAYS_AUTH=true
|
||||||
|
- DRONE_GITEA_CLIENT_ID=<DRONE_GITEA_CLIENT_ID>
|
||||||
|
- DRONE_GITEA_CLIENT_SECRET=<DRONE_GITEA_CLIENT_SECRET>
|
||||||
|
- DRONE_SERVER_HOST=drone.example.com
|
||||||
|
- DRONE_SERVER_PROTO=https
|
||||||
|
- DRONE_RPC_SECRET=<DRONE_RPC_SECRET>
|
||||||
|
- DRONE_USER_CREATE=username:admin,admin:true # Имя указать, что юзается в gitea
|
||||||
|
# Если есть PostgreSQL
|
||||||
|
#- DRONE_DATABASE_DRIVER=postgres
|
||||||
|
#- DRONE_DATABASE_DATASOURCE=postgres://root:password@1.2.3.4:5432/drone?sslmode=disable
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
drone-runner-docker:
|
||||||
|
image: drone/drone-runner-docker:1
|
||||||
|
container_name: drone-runner-docker
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
environment:
|
||||||
|
- DRONE_RPC_PROTO=https
|
||||||
|
- DRONE_RPC_HOST=drone.example.com>
|
||||||
|
- DRONE_RUNNER_CAPACITY=2
|
||||||
|
- DRONE_RUNNER_NAME=whatsinaname
|
||||||
|
restart: unless-stopped
|
||||||
|
```
|
@ -0,0 +1,47 @@
|
|||||||
|
```yaml title="docker-compose.yml"
|
||||||
|
|
||||||
|
version: "3.7"
|
||||||
|
services:
|
||||||
|
|
||||||
|
## Handbrake - Video Converter
|
||||||
|
handbrake:
|
||||||
|
container_name: handbrake
|
||||||
|
image: jlesage/handbrake:latest
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- traefik_proxy
|
||||||
|
# ports:
|
||||||
|
# - "5800:5800"
|
||||||
|
security_opt:
|
||||||
|
- no-new-privileges:true
|
||||||
|
volumes:
|
||||||
|
- $USERDIR/docker/handbrake/config:/config:rw
|
||||||
|
- $USERDIR/docker/handbrake/watch:/watch:rw # Watch folder
|
||||||
|
- $USERDIR/docker/handbrake/output:/output:rw # Output folder
|
||||||
|
- /mnt/storage:/storage:ro # Data folder - can be anything
|
||||||
|
- $USERDIR/dwnloads:/downloads:ro # Data folder - can be anything
|
||||||
|
environment:
|
||||||
|
- USER_ID=$PUID
|
||||||
|
- GROUP_ID=$PGID
|
||||||
|
- TZ=$TZ
|
||||||
|
- UMASK=002
|
||||||
|
- DISPLAY_WIDTH=1600
|
||||||
|
- DISPLAY_HEIGHT=768
|
||||||
|
# - AUTOMATED_CONVERSION_PRESET=H.265 MKV 480p30
|
||||||
|
- AUTOMATED_CONVERSION_PRESET=H.265 MKV 1080p30
|
||||||
|
- AUTOMATED_CONVERSION_FORMAT=mkv
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
## HTTP Routers
|
||||||
|
- "traefik.http.routers.handbrake-rtr.entrypoints=https"
|
||||||
|
- "traefik.http.routers.handbrake-rtr.rule=Host(`handbrake.$DOMAINNAME`)"
|
||||||
|
## Middlewares
|
||||||
|
- "traefik.http.routers.handbrake-rtr.middlewares=secure-chain@file"
|
||||||
|
## HTTP Services
|
||||||
|
- "traefik.http.routers.handbrake-rtr.service=handbrake-svc"
|
||||||
|
- "traefik.http.services.handbrake-svc.loadbalancer.server.port=5800"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
traefik_proxy:
|
||||||
|
external: true
|
||||||
|
```
|
@ -0,0 +1,26 @@
|
|||||||
|
# WikiJS
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
version: "3.7"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
traefik_net:
|
||||||
|
external: true
|
||||||
|
|
||||||
|
services:
|
||||||
|
wikijs:
|
||||||
|
image: lscr.io/linuxserver/wikijs
|
||||||
|
container_name: wikijs
|
||||||
|
environment:
|
||||||
|
PUID: $PUID
|
||||||
|
PGID: $PGID
|
||||||
|
TZ: $TZ
|
||||||
|
networks:
|
||||||
|
- traefik_net
|
||||||
|
volumes:
|
||||||
|
- $DOCKER_APP/wiki/config:/config
|
||||||
|
- $DOCKER_APP/wiki/data:/data
|
||||||
|
ports:
|
||||||
|
- 4000:3000
|
||||||
|
restart: unless-stopped
|
||||||
|
```
|
@ -0,0 +1,5 @@
|
|||||||
|
# VanillaHUD Plus
|
||||||
|
|
||||||
|
https://gitlab.com/steam-test1/alternative-updates/-/wikis/VanillaHUD-Plus-Compatibility-Guide
|
||||||
|
|
||||||
|
https://modworkshop.net/mod/25629
|
@ -0,0 +1,3 @@
|
|||||||
|
# Xiaomi Mi Air Purifier & Xiaomi Mi Air Humidifier
|
||||||
|
|
||||||
|
![GitHub stars](https://img.shields.io/github/stars/syssi/xiaomi_airpurifier)
|
@ -0,0 +1,8 @@
|
|||||||
|
# custom:stack-in-card
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# тип
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
```
|
After Width: | Height: | Size: 77 KiB |
After Width: | Height: | Size: 63 KiB |
After Width: | Height: | Size: 6.6 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 114 KiB |
After Width: | Height: | Size: 66 KiB |
After Width: | Height: | Size: 53 KiB |
After Width: | Height: | Size: 55 KiB |
After Width: | Height: | Size: 84 KiB |
After Width: | Height: | Size: 7.9 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 6.5 KiB |
After Width: | Height: | Size: 126 KiB |
After Width: | Height: | Size: 232 KiB |
After Width: | Height: | Size: 132 KiB |
After Width: | Height: | Size: 194 KiB |
After Width: | Height: | Size: 241 KiB |
After Width: | Height: | Size: 255 KiB |
After Width: | Height: | Size: 196 KiB |
After Width: | Height: | Size: 180 KiB |
After Width: | Height: | Size: 1.2 MiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 27 KiB |
After Width: | Height: | Size: 8.7 KiB |
After Width: | Height: | Size: 30 KiB |
After Width: | Height: | Size: 27 KiB |
After Width: | Height: | Size: 251 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 69 KiB |
After Width: | Height: | Size: 363 KiB |
@ -0,0 +1,21 @@
|
|||||||
|
# Mikrotik
|
||||||
|
|
||||||
|
## куча ссылок для микротика
|
||||||
|
|
||||||
|
[Большое собрание скриптов и различных полезных инструментов для Микротик](https://buananetpbun.github.io/)
|
||||||
|
|
||||||
|
[Прямая ссылка на готовые скрипты](https://buananetpbun.github.io/mikrotik/)
|
||||||
|
|
||||||
|
[QUEUES TREE](https://g-support.ru/articles/mikrotik_nastroyka_queues_tree.html) и [еще про QoS](https://g-support.ru/articles/mikrotik_nastroyka_queues_tree_chast_vtoraya.html)
|
||||||
|
|
||||||
|
[Закрытие портов](https://g-support.ru/articles/zakryvaem_porty_na_mikrotik.html)
|
||||||
|
|
||||||
|
[Проверка на взлом](https://g-support.ru/articles/zashchita_mikrotik_ot_vzloma.html)
|
||||||
|
|
||||||
|
[Базовый VPN](https://g-support.ru/articles/obedinenie_dvukh_ofisov_po_vpn_na_mikrotik.html)
|
||||||
|
|
||||||
|
[Capsman](https://g-support.ru/articles/nastroyka_capsman_mikrotik.html)
|
||||||
|
|
||||||
|
[NAT](https://g-support.ru/articles/probros_portov_mikrotik.html)
|
||||||
|
|
||||||
|
[Отправка уведомлений из Mikrotik RouterOS прямо на мобильный при помощи Telegram](https://hd.zp.ua/otpravka-uvedomlenij-iz-mikrotik-routeros-pryamo-na-mobilnyj-pri-pomoshhi-telegram/)
|
@ -0,0 +1,7 @@
|
|||||||
|
# Wtraf
|
||||||
|
|
||||||
|
Пока альфа-версия бинарников. Разместил [**здесь на Sourceforge**](https://sourceforge.net/projects/wtraf/files/).
|
||||||
|
Проверено на Windows 7/8/10 32-bit и 64-bit. Debian и Ubuntu.
|
||||||
|
Кушает данные SNMP — COUNTER, INTEGER, GAUGE.
|
||||||
|
|
||||||
|
https://habr.com/ru/post/358970/
|
@ -0,0 +1,216 @@
|
|||||||
|
# Версии прошивки HPE iLo
|
||||||
|
|
||||||
|
Здесь собраны **последние версии прошивок ILO** для модуля удаленного управления серверами HP (Integrated Lights-Out)
|
||||||
|
***ОБНОВЛЕНО* 2023-05-28**
|
||||||
|
|
||||||
|
ILO1 : [ilo196.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1980791503/v97349/CP023365.scexe) (30-Apr-2014)
|
||||||
|
ILO2 : [ilo2_233.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p915269625/v148520/CP035238.scexe) (30-Mar-2018)
|
||||||
|
ILO3 : [ilo3_194.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1573561412/v189986/CP046328.scexe) (iLO3 v 1.94.2 06-Dec-2020)
|
||||||
|
ILO4 : [ilo4_282.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p192122427/v218149/CP053894.scexe) (iLO4 v 2.82.5 06-Feb-2023)
|
||||||
|
ILO5 : [ilo5_291.bin](https://downloads.hpe.com/pub/softlib2/software1/fwpkg-ilo/p991377599/v231082/ilo5_291.fwpkg) (24-May-2023)
|
||||||
|
ILO6 : [ilo6_130.bin](https://downloads.hpe.com/pub/softlib2/software1/fwpkg-ilo/p788720876/v221408/ilo6_130.fwpkg) (07-Apr-2023)
|
||||||
|
|
||||||
|
Для получения файлов в формате .bin:
|
||||||
|
|
||||||
|
|
||||||
|
=== "Linux"
|
||||||
|
```
|
||||||
|
$ chmod +x CP022551.scexe
|
||||||
|
$ ./CP022551.scexe --unpack=/tmp/iLO3
|
||||||
|
$ ls -l /tmp/iLO3
|
||||||
|
..
|
||||||
|
ilo3_180.bin
|
||||||
|
..
|
||||||
|
```
|
||||||
|
|
||||||
|
=== "Windows"
|
||||||
|
используйте архиватор 7-zip:
|
||||||
|
![extract_ilo](https://pingtool.org/wp-content/uploads/2012/09/extract_ilo.png)
|
||||||
|
|
||||||
|
Старые версии прошивок:
|
||||||
|
|
||||||
|
??? note "ILO1"
|
||||||
|
[ilo187.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p308174093/v33430/CP006786.scexe)
|
||||||
|
[ilo188.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p308174093/v35729/CP006953.scexe)
|
||||||
|
[ilo189.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p308174093/v38868/CP007118.scexe)
|
||||||
|
[ilo191.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p308174093/v41461/CP007684.scexe)
|
||||||
|
[ilo192.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p308174093/v44421/CP008488.scexe)
|
||||||
|
[ilo193.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1980791503/v50126/CP009895.scexe)
|
||||||
|
[ilo194.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1980791503/v51876/CP010428.scexe)
|
||||||
|
[ilo195.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1980791503/v57149/CP011850.scexe)
|
||||||
|
|
||||||
|
??? note "ILO2"
|
||||||
|
[ilo2_120.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p308277578/v33150/CP006634.scexe)
|
||||||
|
[ilo2_122.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p308280586/v33324/CP006747.scexe)
|
||||||
|
[ilo2_124.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p308280586/v35700/CP006942.scexe)
|
||||||
|
[ilo2_126.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p308280586/v39551/CP007149.scexe)
|
||||||
|
[ilo2_129.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p308280586/v40736/CP007549.scexe)
|
||||||
|
[ilo2_130.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p308280586/v41965/CP007818.scexe)
|
||||||
|
[ilo2_135.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p308280586/v42540/CP007977.scexe)
|
||||||
|
[ilo2_140.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p308280586/v43257/CP008198.scexe)
|
||||||
|
[ilo2_142.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p308280586/v43790/CP008317.scexe)
|
||||||
|
[ilo2_143.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p308280586/v45110/CP008590.scexe)
|
||||||
|
[ilo2_150.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p308280586/v45689/CP008777.scexe)
|
||||||
|
[ilo2_160.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1285463034/v47657/CP009237.scexe)
|
||||||
|
[ilo2_161.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1285463034/v49242/CP009636.scexe)
|
||||||
|
[ilo2_170.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1285463034/v49991/CP009857.scexe)
|
||||||
|
[ilo2_175.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1285463034/v51453/CP010337.scexe)
|
||||||
|
[ilo2_177.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1285463034/v52557/CP010541.scexe)
|
||||||
|
[ilo2_178.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1285463034/v54329/CP011095.scexe)
|
||||||
|
[ilo2_179.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1285463034/v55943/CP011535.scexe)
|
||||||
|
[ilo2_180.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1285463034/v57485/CP011945.scexe)
|
||||||
|
[ilo2_181.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1285463034/v58075/CP012108.scexe)
|
||||||
|
[ilo2_182.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1285463034/v59643/CP012567.scexe)
|
||||||
|
[ilo2_183.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1285463034/v98108/CP023549.scexe)
|
||||||
|
[ilo2_201.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1285463034/v63249/CP013601.scexe)
|
||||||
|
[ilo2_205.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1285463034/v65718/CP014256.scexe)
|
||||||
|
[ilo2_206.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1285463034/v68054/CP014890.scexe)
|
||||||
|
[ilo2_207.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1285463034/v71019/CP015685.scexe)
|
||||||
|
[ilo2_208.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1285463034/v74437/CP016664.scexe)
|
||||||
|
[ilo2_209.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1285463034/v75848/CP017013.scexe)
|
||||||
|
[ilo2_212.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1285463034/v78468/CP017737.scexe)
|
||||||
|
[ilo2_213.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1285463034/v80498/CP018259.scexe)
|
||||||
|
[ilo2_215.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1285463034/v82920/CP019022.scexe)
|
||||||
|
[ilo2_220.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1285463034/v85709/CP019821.scexe)
|
||||||
|
[ilo2_222.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1285463034/v90711/CP021566.scexe)
|
||||||
|
[ilo2_223.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1285463034/v91953/CP021881.scexe)
|
||||||
|
[ilo2_225.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1285463034/v96369/CP023069.scexe)
|
||||||
|
[ilo2_227.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p915269625/v104866/CP025666.scexe)
|
||||||
|
[ilo2_228.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p915269625/v108120/CP026708.scexe)
|
||||||
|
[ilo2_229.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p915269625/v112310/CP027871.scexe)
|
||||||
|
[ilo2_230.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p915269625/v128193/CP032232.scexe)
|
||||||
|
[ilo2_231.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p915269625/v142909/CP033889.scexe)
|
||||||
|
[ilo2_232.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p915269625/v144949/CP034429.scexe)
|
||||||
|
|
||||||
|
??? note "ILO3"
|
||||||
|
[ilo3_187.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1573561412/v113322/CP028239.scexe)
|
||||||
|
[ilo3_100.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1255562964/v57781/CP012025.scexe)
|
||||||
|
[ilo3_105.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1255562964/v60837/CP012894.scexe)
|
||||||
|
[ilo3_110.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1255562964/v62116/CP013210.scexe)
|
||||||
|
[ilo3_115.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1255562964/v62444/CP013313.scexe)
|
||||||
|
[ilo3_116.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1255562964/v65714/CP014254.scexe)
|
||||||
|
[ilo3_120.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1255562964/v64722/CP014002.scexe)
|
||||||
|
[ilo3_126.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1255562964/v70182/CP015458.scexe)
|
||||||
|
[ilo3_128.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1255562964/v73832/CP016462.scexe)
|
||||||
|
[ilo3_150.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1255562964/v73060/CP016203.scexe)
|
||||||
|
[ilo3_155.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1255562964/v81459/CP018561.scexe)
|
||||||
|
[ilo3_157.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1255562964/v87094/CP020301.scexe)
|
||||||
|
[ilo3_161.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1255562964/v89960/CP021281.scexe)
|
||||||
|
[ilo3_165.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1255562964/v92752/CP022033.scexe)
|
||||||
|
[ilo3_170.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1255562964/v88836/CP020873.scexe)
|
||||||
|
[ilo3_180.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1255562964/v94618/CP022551.scexe)
|
||||||
|
[ilo3_182.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1573561412/v104114/CP025437.scexe)
|
||||||
|
[ilo3_185.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1573561412/v107245/CP026424.scexe)
|
||||||
|
[ilo3_187.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1573561412/v113322/CP028239.scexe)
|
||||||
|
[ilo3_188.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1573561412/v116231/CP029099.scexe)
|
||||||
|
[ilo3_189.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1573561412/v127869/CP032172.scexe)
|
||||||
|
[ilo3_190.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1573561412/v149362/CP035511.scexe)
|
||||||
|
[ilo3_191.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1573561412/v158427/CP037906.scexe)
|
||||||
|
[ilo3_192.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1573561412/v176309/CP042794.scexe)
|
||||||
|
[ilo3_193.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1573561412/v183969/CP044657.scexe)
|
||||||
|
|
||||||
|
??? note "ILO4"
|
||||||
|
[ilo4_101.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1950562118/v72782/CP016116.scexe)
|
||||||
|
[ilo4_105.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1950562118/v74710/CP016765.scexe)
|
||||||
|
[ilo4_110.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1950562118/v76510/CP017241.scexe)
|
||||||
|
[ilo4_113.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1457726527/v83089/CP019101.scexe)
|
||||||
|
[ilo4_120.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1457726527/v79401/CP017976.scexe)
|
||||||
|
[ilo4_122.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1457726527/v85901/CP019887.scexe)
|
||||||
|
[ilo4_130.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1950562118/v80804/CP018365.scexe)
|
||||||
|
[ilo4_132.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1950562118/v91629/CP021804.scexe)
|
||||||
|
[ilo4_140.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1457726527/v87181/CP020340.scexe)
|
||||||
|
[ilo4_150.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1457726527/v94428/CP022524.scexe)
|
||||||
|
[ilo4_151.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1457726527/v98384/CP023645.scexe)
|
||||||
|
[ilo4_153.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1457726527/v100933/CP024444.scexe)
|
||||||
|
[ilo4_200.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1457726527/v79407/CP017980.scexe)
|
||||||
|
[ilo4_202.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1457726527/v100330/CP024170.scexe)
|
||||||
|
[ilo4_203.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1457726527/v102910/CP025110.scexe)
|
||||||
|
[ilo4_210.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1457726527/v101197/CP024540.scexe)
|
||||||
|
[ilo4_211.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1892756734/v105467/CP025816.scexe)
|
||||||
|
[ilo4_220.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1950562118/v103093/CP025143.scexe)
|
||||||
|
[ilo4_222.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p192122427/v111019/CP027514.scexe)
|
||||||
|
[ilo4_230.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p192122427/v106715/CP026236.scexe)
|
||||||
|
[ilo4_231.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p192122427/v112690/CP027992.scexe)
|
||||||
|
[ilo4_240.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p192122427/v111237/CP027578.scexe)
|
||||||
|
[ilo4_242.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p192122427/v117904/CP029630.scexe)
|
||||||
|
[ilo4_244.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p192122427/v119757/CP030133.scexe)
|
||||||
|
[ilo4_250.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p192122427/v112485/CP027911.scexe)
|
||||||
|
[ilo4_253.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p192122427/v124470/CP031406.scexe)
|
||||||
|
[ilo4_254.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p192122427/v133828/CP032620.scexe)
|
||||||
|
[ilo4_255.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p192122427/v129421/CP032487.scexe)
|
||||||
|
[ilo4_260.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p192122427/v142463/CP033806.scexe)
|
||||||
|
[ilo4_261.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p192122427/v154294/CP036949.scexe)
|
||||||
|
[ilo4_262.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p192122427/v160135/CP038290.scexe)
|
||||||
|
[ilo4_270.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p192122427/v158634/CP037959.scexe)
|
||||||
|
[ilo4_272.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p192122427/v170463/CP041058.scexe)
|
||||||
|
[ilo4_273.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p192122427/v176128/CP042663.scexe)
|
||||||
|
[ilo4_275.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p192122427/v182737/CP044405.scexe)
|
||||||
|
[ilo4_276.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p192122427/v183797/CP044610.scexe)
|
||||||
|
[ilo4_277.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p192122427/v188589/CP046020.scexe)
|
||||||
|
[ilo4_278.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p192122427/v190650/CP046465.scexe)
|
||||||
|
[ilo4_279.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p192122427/v204995/CP049647.scexe)
|
||||||
|
[ilo4_280.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p192122427/v209058/CP050768.scexe)
|
||||||
|
[ilo4_281.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p192122427/v213013/CP051872.scexe)
|
||||||
|
|
||||||
|
??? note "ILO5"
|
||||||
|
[ilo5_117.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v141254/CP033476.scexe)
|
||||||
|
[ilo5_120.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v138105/CP032773.scexe)
|
||||||
|
[ilo5_130.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v144224/CP034170.scexe)
|
||||||
|
[ilo5_135.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v153199/CP036661.scexe)
|
||||||
|
[ilo5_137.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v157138/CP037568.scexe)
|
||||||
|
[ilo5_139.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v159725/CP038198.scexe)
|
||||||
|
[ilo5_140.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-windows-fw-ilo/p1748018352/v161986/cp038901.exe)
|
||||||
|
[ilo5_143.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v162234/RPMS/x86_64/firmware-ilo5-1.43-1.1.x86_64.rpm) *Linux RPM*
|
||||||
|
[ilo5_143.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-windows-fw-ilo/p1748018352/v162231/cp038939.exe) *Windows exe*
|
||||||
|
[ilo5_145.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v168530/RPMS/x86_64/firmware-ilo5-1.45-1.1.x86_64.rpm) *Linux RPM*
|
||||||
|
[ilo5_145.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-windows-fw-ilo/p1748018352/v168528/cp040393.exe) *Windows exe*
|
||||||
|
[ilo5_146.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v169508/RPMS/x86_64/firmware-ilo5-1.46-1.1.x86_64.rpm) *Linux RPM*
|
||||||
|
[ilo5_146.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-windows-fw-ilo/p1748018352/v169505/cp040736.exe) *Windows exe*
|
||||||
|
[ilo5_210.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v161193/RPMS/x86_64/firmware-ilo5-2.10-1.1.x86_64.rpm) *Linux RPM*
|
||||||
|
[ilo5_210.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-windows-fw-ilo/p1748018352/v161192/cp038706.exe) *Windows exe*
|
||||||
|
[ilo5_214.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v177105/RPMS/x86_64/firmware-ilo5-2.14-1.1.x86_64.rpm) *Linux RPM*
|
||||||
|
[ilo5_214.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-windows-fw-ilo/p1748018352/v177103/cp042927.exe) *Windows exe*
|
||||||
|
[ilo5_215.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v178124/RPMS/x86_64/firmware-ilo5-2.15-1.1.x86_64.rpm) *Linux RPM*
|
||||||
|
[ilo5_215.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-windows-fw-ilo/p1748018352/v178118/cp043129.exe) *Windows exe*
|
||||||
|
[ilo5_216.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v179644/RPMS/x86_64/firmware-ilo5-2.16-1.1.x86_64.rpm) *Linux RPM*
|
||||||
|
[ilo5_216.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-windows-fw-ilo/p1748018352/v179643/cp043490.exe) *Windows exe*
|
||||||
|
[ilo5_218.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v183738/RPMS/x86_64/firmware-ilo5-2.18-1.1.x86_64.rpm) *Linux RPM*
|
||||||
|
[ilo5_218.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-windows-fw-ilo/p1748018352/v183739/cp044597.exe) *Windows exe*
|
||||||
|
[ilo5_230.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v167893/RPMS/x86_64/firmware-ilo5-2.30-1.1.x86_64.rpm) *Linux RPM*
|
||||||
|
[ilo5_230.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-windows-fw-ilo/p1748018352/v167896/cp040154.exe) *Windows exe*
|
||||||
|
[ilo5_231.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v182696/RPMS/x86_64/firmware-ilo5-2.31-1.1.x86_64.rpm) *Linux RPM*
|
||||||
|
[ilo5_231.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-windows-fw-ilo/p1748018352/v182701/cp044397.exe) *Windows exe*
|
||||||
|
[ilo5_233.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v188218/RPMS/x86_64/firmware-ilo5-2.33-1.1.x86_64.rpm) *Linux RPM*
|
||||||
|
[ilo5_233.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-windows-fw-ilo/p1748018352/v188225/cp045967.exe) *Windows exe*
|
||||||
|
[ilo5_235.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v192284/RPMS/x86_64/firmware-ilo5-2.35-1.1.x86_64.rpm) *Linux RPM*
|
||||||
|
[ilo5_235.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-windows-fw-ilo/p1748018352/v192285/cp046894.exe) *Windows exe*
|
||||||
|
[ilo5_241.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v193150/RPMS/x86_64/firmware-ilo5-2.41-1.1.x86_64.rpm) *Linux RPM*
|
||||||
|
[ilo5_241.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-windows-fw-ilo/p1748018352/v193154/cp047027.exe) *Windows exe*
|
||||||
|
[ilo5_244.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v193437/RPMS/x86_64/firmware-ilo5-2.44-1.1.x86_64.rpm) *Linux RPM*
|
||||||
|
[ilo5_244.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-windows-fw-ilo/p1748018352/v193439/cp047147.exe) *Windows exe*
|
||||||
|
[ilo5_246.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-windows-fw-ilo/p1748018352/v195963/cp047873.exe) *Windows exe*
|
||||||
|
[ilo5_248.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v196411/RPMS/x86_64/firmware-ilo5-2.48-1.1.x86_64.rpm) *Linux RPM*
|
||||||
|
[ilo5_248.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-windows-fw-ilo/p1748018352/v196412/cp047987.exe) *Windows exe*
|
||||||
|
[ilo5_255.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v190646/RPMS/x86_64/firmware-ilo5-2.55-1.1.x86_64.rpm) *Linux RPM*
|
||||||
|
[ilo5_255.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-windows-fw-ilo/p1748018352/v190647/cp046463.exe) *Windows exe*
|
||||||
|
[ilo5_260.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v204064/RPMS/x86_64/firmware-ilo5-2.60-1.1.x86_64.rpm) *Linux RPM*
|
||||||
|
[ilo5_260.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-windows-fw-ilo/p1748018352/v204066/cp049452.exe) *Windows exe*
|
||||||
|
[ilo5_260.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v208441/RPMS/x86_64/firmware-ilo5-2.60-1.1.x86_64.rpm) *Linux RPM*
|
||||||
|
[ilo5_260.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-windows-fw-ilo/p1748018352/v208443/cp050571.exe) *Windows exe*
|
||||||
|
[ilo5_263.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v205679/RPMS/x86_64/firmware-ilo5-2.63-1.1.x86_64.rpm) *Linux RPM*
|
||||||
|
[ilo5_263.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-windows-fw-ilo/p1748018352/v205681/cp049779.exe) *Windows exe*
|
||||||
|
[ilo5_265.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v205303/RPMS/x86_64/firmware-ilo5-2.65-1.1.x86_64.rpm) *Linux RPM*
|
||||||
|
[ilo5_265.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-windows-fw-ilo/p1748018352/v205305/cp049685.exe) *Windows exe*
|
||||||
|
[ilo5_271.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-linux-fw-ilo/p1342933511/v214929/RPMS/x86_64/firmware-ilo5-2.71-1.1.x86_64.rpm) *Linux RPM*
|
||||||
|
[ilo5_271.bin](https://downloads.hpe.com/pub/softlib2/software1/sc-windows-fw-ilo/p1748018352/v214931/cp052505.exe) *Windows exe*
|
||||||
|
[ilo5_272.bin](https://downloads.hpe.com/pub/softlib2/software1/fwpkg-ilo/p991377599/v203662/ilo5_272.fwpkg)
|
||||||
|
[ilo5_278.bin](https://downloads.hpe.com/pub/softlib2/software1/fwpkg-ilo/p991377599/v217404/ilo5_278.fwpkg)
|
||||||
|
[ilo5_281.bin](https://downloads.hpe.com/pub/softlib2/software1/fwpkg-ilo/p991377599/v225522/ilo5_281.fwpkg)
|
||||||
|
|
||||||
|
??? note "ILO6"
|
||||||
|
[ilo6_110.bin](https://downloads.hpe.com/pub/softlib2/software1/fwpkg-ilo/p788720876/v201141/ilo6_110.fwpkg)
|
||||||
|
[ilo6_120.bin](https://downloads.hpe.com/pub/softlib2/software1/fwpkg-ilo/p788720876/v217630/ilo6_120.fwpkg)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
[Источник](https://pingtool.org/ru/latest-hp-ilo-firmwares/){ .md-button .md-button--primary }
|