2008年12月21日星期日

HP 伺服器記憶體超過64GB以上,smart start安裝畫面無法顯示問題

最近向HP借來一台DL 580 G5 的怪物伺服器來測試,怪物?!看了規格就知道

CPU:4顆CPU,每個CPU都是6核心,共計24個核心

記憶體:88GB

硬碟:˙72GB SAS 15K RPM 兩顆

夠怪物了吧(不過十年後說是怪物,可能會被笑吧~"~)

這怪物,使用HP SmartStart8.15開機跑完load畫面後就一片漆黑@@!,使用Firmware maintenance CD 8.3也是同樣的現象,後還連絡HP的工程師後得知,smartstart8.1版以後,伺服器超過64GB會有這樣的問題,必須要進入"秘技模式"才能解決!!蝦米秘技模式,不會是要按上上下下左左右右.....

回歸正題~

使用smartstart或Firmware maintenance CD開機後,進入畫面後立刻按ESC及出現詢問是否要進入TXT模式,選擇"是"

進入TXT模式後輸入 sos mem=4G,然後按ENTER即可進入繼續安裝了!!

原技術文件連結

HP文件原文

SUPPORT COMMUNICATION - CUSTOMER ADVISORY

Document ID: c01554945

Version: 3

Advisory: (Revision) ProLiant Servers - Servers with Equal to or Greater Than 64 GB of Memory May Stop Responding While Booting the SmartStart Release 8.10 or the Firmware Maintenance CD Version 8.20

NOTICE: The information in this document, including products and software versions, is current as of the Release Date. This document is subject to change without notice.

Release Date: 2008-12-08

Last Updated: 2008-12-08


DESCRIPTION

Document Version

Release Date

Details

3

12/08/2008

Updated information to reflect that this issue affects systems with equal to or greater than 64 GB of memory.

2

10/15/2008

Updated information to reflect that this issue affects servers with greater than 64 GB of memory

1

09/16/2008

Original document release

ProLiant servers configured with equal to or greater than 64 GB of memory may stop responding when booting the SmartStart Release 8.10 CD or the Firmware Maintenance CD Version 8.20. When this occurs, the CD will stop responding and a blank screen will be displayed after the initial CD splash screen appears.

This issue occurs because of a configuration anomaly in the kernel parameter on the CD when certain memory sizes are loaded.

SCOPE

Any ProLiant server configured with equal to or greater than 64 GB of memory and booting the SmartStart Release 8.10 CD or the Firmware Maintenance CD Version 8.20.

RESOLUTION

As a workaround, while booting the SmartStart Release 8.10 or the Firmware Maintenance CD Version 8.20, perform the following to prevent the CD unresponsiveness:

  1. From the first graphical screen, press the ESC key.
  2. Choose to enter text mode.
  3. At the prompt, type "sos mem=4G" and press the ENTER key.

A future version of the SmartStart CD and the Firmware Maintenance CD will allow the CDs to boot normally when the server is configured with equal to or greater than 64 GB of memory. This advisory will be updated when additional information becomes available.

RECEIVE PROACTIVE UPDATES : Receive support alerts (such as Customer Advisories), as well as updates on drivers, software, firmware, and customer replaceable components, proactively via e-mail through HP Subscriber's Choice. Sign up for Subscriber's Choice at the following URL:

http://www.hp.com/go/myadvisory

NAVIGATION TIP : For hints on navigating HP.com to locate the latest drivers, patches, and other support software downloads for ProLiant servers and Options, refer to the Navigation Tips document .

SEARCH TIP : For hints on locating similar documents on HP.com, refer to the Search Tips document .

Kiwi Syslog Daemon 簡易操作手冊

clip_image002(圖片來源)

隨手筆記~最近發現一些以前摸過的東西,過一陣子就忘了怎麼用了,寫在部落格上是很好方法,一方面自己記憶,一方面可以分享給有用到的網友們,(謎之音:你這是學鳥哥的~你這是學鳥哥的~你這是學鳥哥的~)@@

.動作原理

KiwiSyslog的作用原理是在一個ruleg上設定syslog分類,做完分類後再進行套用的動作,每個rule可設定多個Fliter條件,也可設定多個Actions

clip_image002

.基本設定操作

新增rule並新增一個Filter條件

1.FileàSetup

clip_image006

2.在Rule上右健àAdd rule

clip_image008

3.由下拉式選單選擇要過濾分類的條件種類

clip_image010

.範例操作

範例

分類條件:來源IP為192.168.83.70的syslog

套用動作: (1).記錄到ms-sql (2).顯示於Display2上 (3).mail通知

按照前面的基本操作再新增一個rule並在rule上新增一個filte並修改名稱為192.168.83.70,filte類型請選擇IP addess

clip_image012

Filte Type則選擇Simple並輸入來源IP

clip_image014

點選test會有這樣的紅色X,請不用理會

clip_image016

資料庫連接設定

接下來要設定將syslog記錄到ms-sql裡,請先建立一個空的資料庫,這邊則是範建立一個名稱為syslog的空資料庫。

在192.168.83.70的rule上新增一個Action並選擇log to Database

clip_image018

按紅色框的位置開始設定連結資料庫的相關設定

clip_image020

提供者設定

clip_image022

將連結資料庫的資料填上

clip_image024

測試資料庫連結,成功後按確定

clip_image026

Database type請記得選擇為kiwi SQL format ISO

clip_image028

暗紅色框處去創見資料的資料表

clip_image030

出現的確認訊息

clip_image032

資料表建立成功訊息,按下確定並套用設定即完成資料庫連接設定

clip_image034

設定email通知

先設定Email的相關設定後才能套用到Action

clip_image036

rule上新增一個Action選擇為e-mail message

clip_image038

設定要這個rule要傳送的email及傳送email的格式內容

clip_image040

設定顯示於Display1上

新增一個Action選擇為Display

clip_image042

然後選擇要顯示的Display

clip_image044

.Syslog Client的設定

1.linux Syslog Client

Syslog本來就是Unix發展的log服務,因此預設所有的Linux是不用安裝任何得Agent的

只需在/etc/syslog.conf設定檔上加上一筆*.* @[syslog主機IP]

舉例來說,我們的kiwisyslog主機 IP 為 192.168.1.100 ,而 client 端希望所有的資料都送給主機, 所以,可以在 /etc/syslog.conf 裡面新增這樣的一行:

[root@linux ~]# vi /etc/syslog.conf
*.*       @192.168.1.100

2.Windows Syslog Client

windows預設是沒有syslog的agent的因此必須安裝及他的agent程式來達成,這邊以snare來介紹,snare安裝完後可以透過web連結6161 port來管理

進入管理介面後點擊左邊Network Confinguration

在Destination Snare Server address欄位輸入kiwi syslog主機IP

並修改Destination Port欄位成514

Enable SYSLOG Header?選項請不要勾選

clip_image046

Produced 2008/2/28 by George