Инструменты пользователя

Инструменты сайта


hardware:hpservers

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слеваПредыдущая версия
Следующая версия
Предыдущая версия
hardware:hpservers [18.08.2020 11:33] viacheslavhardware:hpservers [30.07.2024 19:21] (текущий) – внешнее изменение 127.0.0.1
Строка 1: Строка 1:
 +===== Установка прошивки в Linux =====
 +В данном случае Ubuntu 20.04. При попытке запуска выдаётся ошибка:
  
 +<code>
 +./CP020197.scexe
 +
 +./CP020197.scexe: line 176: popd: $: invalid argument
 +popd: usage: popd [-n] [+N | -N]
 +./hpsetup: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
 +</code>
 +
 +Решение:
 +<code>
 +apt install lib32stdc++6
 +</code>
 +После этого с руганью, но работает:
 +<code>
 +./CP020197.scexe: line 176: popd: $: invalid argument
 +popd: usage: popd [-n] [+N | -N]
 +
 +Supplemental Update / Online ROM Flash Component for Linux - DG072ABAB3, DG072BB975, DG146ABAB4, and DG146BB976 drives
 +This Smart Component provides firmware for the following drive models: DG072ABAB3, DG072BB975, DG146ABAB4, and DG146BB976.
 +This package can install version HPDF.
 +
 +    This program consists of two phases: device discovery and device update.
 +    No device will be updated until you answer 'Are you sure?'.
 +
 +Do you want to run device discovery? (yes/no): yes
 +Finding hardware. This may take a few minutes.
 +Found 12 devices.
 +
 +    There are 4 devices that can be updated.
 +    The devices have version HPD7 installed.
 +    4 devices have older ROM installed.
 +
 +Do you want to update the 4 devices that have older ROM? (yes/no): yes
 +4 devices will be updated.
 +This should take less than a minute.
 +
 +Are you sure? (yes/no): yes
 +Installed on 4 of 4 devices.
 +Installation complete.
 +
 +As part of the reboot process, you must power cycle the server and any external array storage devices.
 +</code>
 +
 +===== LO100 =====
 +Дано - недоступный LO100 на ProLiant DL160 G5, ОС Ubuntu 8.04 x86.
 +
 +Скачать и распаковать [[http://downloads.linux.hpe.com/repo/stk/redhat/6.5Server/x86_64/current/|hp-scripting-tools-9.50-97.rhel6.i686.rpm]], там в \hp-scripting-tools-9.50-97.rhel6.i686.cpio\.\opt\hp\hp-scripting-tools\bin есть утилита **lo100cfg.**
 +
 +<code bash>
 +# дать права на выполнение
 +chmod +x lo100cfg
 +# справка
 +./lo100cfg -x
 +# вывод текущих настроек в консоль
 +./lo100cfg –s
 +# выгрузка текущих настроек в файл
 +./lo100cfg –o file.xml
 +</code>
 +
 +Отредактировать выгруженный или создать новый файл .xml в соответствии со справкой, примерный вид:
 +<code xml>
 +<lo100cfg>
 +   <nic mode="static" type="dedicated">
 +      <ipv4 address="192.168.5.9" mask="255.255.255.0" gateway="192.168.5.1" />
 +      <firewall http_active="yes" ping_active="yes" telnet_active="yes" />
 +   </nic>
 +   <users>
 +      <change_user id="16" name="admin" password="12345" privilege_level="administrator" />
 +   </users>
 +</lo100cfg>
 +</code>
 +
 +Записать настройки в LO100:
 +<code bash>
 +./lo100cfg –i file.xml
 +</code>
 +
 +https://habr.com/ru/sandbox/101358/
 +
 +Далее - не открывается консоль:
 +
 +<color #ed1c24>JavaScript has been disabled or is not supported by your web browser which is needed by the Virtual KVM/Media applet. Please correct this problem.</color>
 +
 +[[https://www.netzspezialist.de/blog/2017/01/30/hp-lo100-integrated-remote-console-download-and-start/|Решение]] - перейти в режим разработчика в браузере, найти название файла .jar на странице, скачать его на локальную машину (в моём случае - http://192.168.5.9/mahogany.jar) и запустить его.
 +
 +{{:hardware:pasted:20200818-143227.png}}

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki