728x90
반응형

NIC Teaming in Windows Server 2022 - 4sysops

 

 

 
 
 
2022. 12. 16. — NIC Teaming in Windows Server 2022 allows you to combine multiple physical and virtual network interfaces into a single logical virtual ...
 

https://4sysops.com/archives/nic-teaming-in-windows-server-2022/

728x90
SMALL
Posted by gromet
728x90
반응형

HP iLO(2~4)비밀번호 재설정 방법

How To Reset Administrator Password – HP iLO Versions 2-4

Prelude: this instruction only works on HP iLO versions 2 to 4; hence, the title of this post. Version 5 and up will be addressed in another document.

1. Install HP Insight Management Agents on the target machine

  1. Windows: (https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_b22bcbd9b2af4d43a1a42f8d09&swEnvOid=4168)
  2. Linux/VMWare: https://www.sentrysoftware.com/kb/KB1038.html

2. Extract the HP Lights-Out Online Configuration Utility using 7-zip (https://www.7-zip.org/download.html)

  1. Download for Windows: https://kimconnect.com/download/hponcfg.zip > extract to to C:\Temp\iLO

    Right-click on zip file > 7-zip > Extract files…


    Set “Extract to” =  C:\Temp\iLO > OK


  2. Linux: https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_5ab6295f49964f16a699064f29

3. Prepare the HP Lights-Out XML Script and save it into C:\Temp\iLo

<!--Save as file name: Admin_reset_pw.xml -->
https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_2e178c5435a742d5bbb60a3b0c-->
<!--         RIBCL Sample Script for HP Lights-Out Products          -->
<!--Copyright (c) 2003,2012 Hewlett-Packard Development Company, L.P.-->

<!-- Description: This is a sample XML script to set the default     -->
<!--              Administrator account password using HPONCFG.EXE.  -->

<!-- NOTE:  You will need to replace the USER_LOGIN and PASSWORD     -->
<!--        and other values inside the quotation marks with values  -->
<!--        that are appropriate for your environment.               -->

<!--        Use this script with HPONCFG to install a known password -->
<!--        for the Administrator account.  HPONCFG requires that you-->
<!--        log into Windows or Linux with administrator or root     -->
<!--        credentials.                                             -->

<!--        Note that this assumes that there is an Administrator    -->
<!--        account because it is not intended to create one.  The   -->
<!--        LOGIN credentials are ignored when used with HPONCFG.    -->

<!--        After this script has been used successfully with HPONCFG-->
<!--        you may login using the credentials: "Administrator" and -->
<!--        "password".                                              -->

<!--        Use CPQLOCFG.EXE ver 4.00 or greater with this script.   -->

<!--        This script was written for iLO 4 firmware version 1.01  -->
<!--        release.                                                 -->

<!--        See "HP Integrated Lights-Out Management Processor       -->
<!--        Scripting and Command Line Resource Guide" for more      -->
<!--        information on scripting and the syntax of the RIBCL     -->
<!--        XML.                                                     -->

<!--        Firmware support information for this script:            -->
<!--            iLO 4 - All versions.                                -->
<!--            iLO 3 - All versions.                                -->
<!--            iLO 2 - All versions.                                -->
<!-- Modify only the value in this line <PASSWORD value="password"/> -->
<RIBCL VERSION="2.0">
   <LOGIN USER_LOGIN="Administrator" PASSWORD="password">
      <USER_INFO MODE="write">
         <MOD_USER USER_LOGIN="Administrator">
            <PASSWORD value="password"/>
         </MOD_USER>
      </USER_INFO>
   </LOGIN>
</RIBCL>

4. Run the commands

a. Windows

C:\Temp\iLO\HPONCFG.exe /f Admin_reset_pw.xml /l Admin_reset_log.txt > output.txt

Error:

C:\WINDOWS\system32\sm2user.dll NOT FOUND.

Fix:
That error informs the user that HP Management Agents haven’t been installed on the host OS. This is a prerequisite as noted in step 1 of this write up.

b. Linux/VMWare

#Check for the presence of hponcfg
ls -l /opt/hp/tools

#Create reset xml file
vi iloreset.xml

#Paste the contents of file in step 3

#Excecute reset
/opt/hp/tools/hponcfg -f iloreset.xml

 

 

https://kimconnect.com/how-to-reset-administrator-password-hp-ilo-versions-2-4/

 

How To Reset Administrator Password - HP iLO Versions 2-4 - KimConnect.com

Prelude: this instruction only works on HP iLO versions 2 to 4; hence, the title of this post. Version 5 and up will be addressed in another document. 1. Install HP Insight Management Agents on the target machine Windows: (https://support.hpe.com/hpsc/swd/

kimconnect.com

 

#hp #iLO #password #reset

 

728x90
SMALL
Posted by gromet
728x90
반응형

https://500px.com/photo/6058169/the-road-by-sascha-drobnjak

모델: HP DL360

 

갑자기 서버에서 팬소음이 크게 나서 확인해 보니 
LED 알람에서 내부 오류를 알리는 LED가 빨간색으로 깜빡이고 있었다.
서버에 로그인하여 확인해 보니 특별한 메세지는 없었고

[root@xxx log]# tail -f /var/log/messages
Dec 30 19:34:37 xxx kernel: sd 0:0:0:0: [sda] CDB: Write(10): 2a 00 10 da 8d f0 00 00 08 00
Dec 30 19:34:37 xxx kernel: end_request: I/O error, dev sda, sector 282758640
Dec 30 19:34:37 xxx kernel: sd 0:0:0:0: rejecting I/O to offline device
Dec 30 19:34:37 xxx kernel: sd 0:0:0:0: [sda] killing request
Dec 30 19:34:37 xxx kernel: sd 0:0:0:0: [sda] Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
Dec 30 19:34:37 xxx kernel: sd 0:0:0:0: [sda] CDB: Write(10): 2a 00 14 1a de c0 00 00 08 00
Dec 30 19:34:37 xxx kernel: end_request: I/O error, dev sda, sector 337305280
Dec 30 19:34:37 xxx kernel: Buffer I/O error on device dm-0, logical block 41983448
Dec 30 19:34:37 xxx kernel: lost page write due to I/O error on dm-0
Dec 30 19:34:37 xxx kernel: sd 0:0:0:0: [sda] Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK

 

와 같이 디스크 관련 오류가 확인되었다.
해당 메세지 이후 모든 로그 기록 작동은 멈추었다.
하지만 웹서비스나 DB서비스는 문제가 없었다.

서버를 재부팅 하려고 했으나

[root@xxx log]# reboot
Bus error (core dumped)

 

재부팅이 되지 않았다.

아래와 같은 방법으로 재부팅할 수 있었다.

[root@xxx log]# reboot –fn

 

서버를 재부팅할 때 확인해 보니 BIOS 정보에서 RAID 컨트롤러에 문제가 있었음을 확인할 수 있었다.

재부팅 후 서버 동작에는 문제가 없었다.

 

이러한 증상이 나타난 이유는 다음과 같다.

RAID 컨트롤러 오류 또는 하드 디스크 오류로 인해 디스크 하위 시스템을 사용할 수 없는 경우 이러한 종류의 문제가 발생할 수 있다. 메모리/디스크 캐시에 있는 바이너리 및 라이브러리는 계속 실행할 수 있지만 다른 바이너리는 IO 오류 또는 기타 치명적인 오류로 실패한다. 
만약 reboot 바이너리가 여전히 실행 가능하다면 
reboot -fn
이 시스템의 즉각적인 재부팅을 강제 할 것이다.
하드웨어가 여전히 작동하는 경우 약 5-10분 후에 다시 켜져야 한다.
그렇지 않으면 누군가 물리적으로 하드웨어를 껐다 켜야 한다.

 

참고사이트 : https://serverfault.com/questions/57920/bus-error-when-trying-to-reboot-linux/57928

 

"bus error" when trying to reboot Linux

When trying to reboot a Linux server I got the typical 'System going down for reboot now', but the server has not rebooted. I have tried: reboot shutdown -r now The runlevel command returns 5. ...

serverfault.com

 

 

#linux #buserror #raidcontroller #HP #H240ar #버스에러 #레이드컨트롤러

728x90
SMALL
Posted by gromet
728x90
반응형





어제 도착한 컴퓨터.

고객님의 아드님께서 #배틀그라운드 를 할 수 있는 컴퓨터를 요청하셨다고 한다.
그래서 준비했다.
OS 설치 / 업데이트 / 프로그램 설치를 마치고 고객님께 배송 대기 중이다.

 

 

인텔 i7-9700
16GB 메모리
512 SSD / 2TB HDD
Geforce RTX-2060 (6GB)
Win10 Pro OS 포함
3년 무상 지원

 

조립PC와 비교해 보니 조립PC 보다도 싸다!

 

성능은 물론 빠름! 빠름!

 

제주 천연 벌꿀 꿀타민 먹고 힘내자! http://uikhan.com

 

 

 

 

728x90
SMALL
Posted by gromet

2021. 4. 13. 00:35 WorkHolic

HP 기업용 PC

728x90
반응형

주문받은 업무용 PC를 받아 OS 및 유틸리티, 필요한 업무용 프로그램들을 설치했다.

모델은  HP의 ProDesk 400 G7이다. 
얼마 전까지 G6 였는데, 최근 인텔 10세대 CPU를 사용한 G7 모델이 출시되었다.
여기서 G는 Generation, 즉 세대라는 뜻으로 7세대 모델이라는 뜻이다.

 

인텔 10세대 i5 CPU에 8GB 메모리, 256GB SSD, 1TB HDD를 갖추어 업무용으로 쓰기에 전혀 부족함이 없다.


더불어 3년 무상 보증이 지원되는 모델로 3년 동안 하드웨어적으로 문제가 발생하면 On-Site Support라고 해서 내가 PC를 쓰고 있는 곳으로 필요한 부품 등을 가지고 기사님께서 방문하여 발생한 문제를 처리해 준다.
내가 알기로 국내 대기업 제품의 경우 보증기간은 1년이고 센터로 방문해야 처리를 받을 수 있다. 

 

 

주변 배경을 지우느라 지저분한 것들을 모두 잘랐더니 크기나 전체적인 모양을 알기가 어렵네.

 

 

오랫동안 HP 기업용 PC를 써왔는데
항상 성능과 안정성에 만족하며 사용하고 있다.

 

최저가 구매 문의 환영합니다.

728x90
SMALL
Posted by gromet

2021. 4. 10. 19:41 WorkHolic

HP DL360 G3 FAN 조절

728x90
반응형

본문내용과는 다른 모델의 이미지

Image by OpenClipart-Vectors from Pixabay

 

지금 G10 모델이 주력으로 사용되고 있으니 HP DL360 G3 이면 참 오래된 모델이다.

 

아무튼,

HP DL360 G3 FAN 조절

서버 온도가 일시적으로 올라가서 팬이 돌기 시작하면 온도가 내려간 다음에도 팬 속도가 줄어들지 않는다.
OS: CentOS 6 (i686)

hp-health rpm 을 설치해 주면 자동으로 조절한다.

다운로드 위치
https://downloads.linux.hpe.com/SDR/repo/mcp/centos/6/i686/9.00/

hp-health-10.50-1826.39.rhel6.i686.rpm
kernel: hpasmd[18121]: segfault at b75a406d ip 08085905 sp bfff7af8 error 7 in hpasmd[8048000+5d000]
kernel: hpwdt 0000:00:05.0: This server does not have an iLO2+ ASIC.
Dec 16 11:22:50 alliveit kernel: ipmi message handler version 39.2
Dec 16 11:22:50 alliveit kernel: IPMI Watchdog: driver initialized
Dec 16 11:22:50 alliveit hpasrd[18152]: Starting with poll 1 and timeout -60
Dec 16 11:22:50 alliveit hpasrd[18152]: Setting the watchdog timer.
Dec 16 11:22:50 alliveit hpasrd[18152]: Found iLO memory at 0xf5f70000.
Dec 16 11:22:50 alliveit hpasrd[18152]: Successfully mapped device.
Dec 16 11:22:50 alliveit hpasrd[18152]: WARNING: Can not open /dev/cpqhealth/casr.
Dec 16 11:22:50 alliveit hpasrd[18152]: #012ERROR: Failed to get ASR enabled state.
Dec 16 11:23:40 alliveit hpasrd[18152]: Stopping the timer.

작동 실패 / iLO chipset이 맞지 않는다고

hp-health-9.0.0.48-46.rhel6.i386.rpm
[root@alliveit src]# rpm -Uvh hp-health-9.0.0.48-46.rhel6.i386.rpm
warning: hp-health-9.0.0.48-46.rhel6.i386.rpm: Header V3 DSA/SHA1 Signature, key ID 2689b887: NOKEY
Preparing...                ########################################### [100%]
   1:hp-health              ########################################### [100%]
Please read the Licence Agreement for this software at

         /opt/hp/hp-health/hp-health.license

By not removing this package, you are accepting the terms
of the "HP Proliant Essentials Software End User License Agreement".
==============================================================================
NOTE: To activate the software contained in this package, you must type:
      /etc/init.d/hp-health start
      /etc/init.d/hp-asrd start
as 'root' user.
==============================================================================
The hp-health RPM has installed successfully.

Dec 16 11:26:41 alliveit setsebool: The allow_ypbind policy boolean was changed to 1 by root
Dec 16 11:27:19 alliveit hpasmd[18258]: ProLiant System Health Monitor loading
Dec 16 11:27:26 alliveit pure-ftpd: (?@63.143.42.250) [INFO] New connection from 63.143.42.250
Dec 16 11:27:26 alliveit pure-ftpd: (?@63.143.42.250) [INFO] Logout.
Dec 16 11:27:31 alliveit kernel: hpwdt 0000:00:05.0: This server does not have an iLO2+ ASIC.
Dec 16 11:27:31 alliveit kernel: ipmi message handler version 39.2
Dec 16 11:27:31 alliveit kernel: IPMI Watchdog: driver initialized
Dec 16 11:27:31 alliveit hpasrd[18314]: Starting with poll 1 and timeout 600
Dec 16 11:27:31 alliveit hpasrd[18314]: Setting the watchdog timer.
Dec 16 11:27:31 alliveit hpasrd[18314]: Found iLO memory at 0xf5f70000.
Dec 16 11:27:31 alliveit hpasrd[18314]: Successfully mapped device.

작동 성공 / 동일하게 chipset이 없다고 나오기는 하나 성공적으로 작동


[root@int9 src]# cat /etc/redhat-release
Fedora Core release 3 (Heidelberg)

https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_59a256266fd04b9a93eeeb1f84

[root@int9 src]# rpm -Uvh hp-health-8.1.1-14.rhel4.x86_64.rpm
Preparing...                ########################################### [100%]
   1:hp-health              ########################################### [100%]
==============================================================================
NOTE: In order to activate the software contained in this package, you must
      type '/etc/init.d/hp-health start' as 'root' user.
==============================================================================
The hp-health RPM has installed successfully.

[root@int9 src]# /etc/init.d/hp-health start
   Starting Proliant System Health Monitor (hpasmd):       [  OK  ]

Dec 17 14:10:53 int9 hpasmd[4111]: ProLiant System Health Monitor loading

728x90
SMALL

'WorkHolic' 카테고리의 다른 글

주 100시간은 기본이다  (0) 2021.04.13
HP 기업용 PC  (0) 2021.04.13
기업용 NAS 검토  (0) 2021.04.10
postfix 메일 TLS 버전 별 접속 수량 확인  (0) 2021.04.06
UDP 53포트 과다 접속  (0) 2021.04.06
Posted by gromet
이전버튼 1 2 이전버튼

블로그 이미지
나는 운이 좋은 사람이다 나는 나날이 점점 더 좋아진다 내가 하는 선택과 행동은 반드시 성공으로 이어진다 내게는 인내력과 지속력이 있다 네게는 좋은것들만 모여든다
gromet

공지사항

Yesterday
Today
Total
반응형

달력

 « |  » 2024.6
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

글 보관함

160x600