1. 程式人生 > >(轉)使用HMC接管通過串口或顯卡安裝的分區操作系統

(轉)使用HMC接管通過串口或顯卡安裝的分區操作系統

一個 屏幕 img alt 數字 ase was 相同 sde

使用HMC接管通過串口或顯卡安裝的分區操作系統

原文:http://m.blog.itpub.net/23135684/viewspace-1062084/

這是一個真實的案例,客戶有一臺P550的服務器,最開始使用串口的方式安裝的操作系統,隨著時間的推移和HMC的發展,客戶想將這臺服務器接入HMC,從而更方便的管理和維護,HMC接管該服務器的過程並不是我想象的那麽簡單。

首先要明白一個知識點,對於在IBM Power服務器上安裝操作系統的方式有很多,包括CDROM光盤安裝,U盤安裝,磁盤克隆等等;可使用的終端包括HMC,顯示卡(接顯示器),串口三種方式,如果服務器使用串口方式安裝的操作系統,之後將服務器接入HMC,HMC的終端無法打開分區操作系統,同樣通過顯示卡終端也無法打開操作系統,只能通過相同位置的串口終端才能正常打開,原因在於系統使用的終端信息被記錄在了SMS菜單和操作系統中,HMC要想順利接管操作系統就必須對這些信息進行修改,下面就來詳細討論一下HMC接管過程:

1.選擇退出MDC

1) power off server

2) power on in stand-by

3) activate lpar : choose "exit the MDC" in activate options

如果出現屏幕提示"Open Completed"就卡住不動,或者提示出現"The open failed - The session is reserved for physical serial port communication",請執行下面一步,SMS菜單配置。

2.SMS菜單配置

激活分區之後,在最開始出現的菜單中按下1或F1選擇進入SMS菜單(如果激活分區後無法看到SMS菜單選項,那麽在打開一個HMC分區終端的情況下重啟分區,在顯示器或串口方式的終端上打開SMS菜單),進入主菜單,如下圖所示:

按下4,回車。
技術分享圖片

在每種類型的終端都會出現類似下面的提示(例如,HMC終端press 0,顯示器終端press 1,串口終端press 2),在相應的終端中按下指定的數字。默認啟動界面只顯示在顯示器圖形終端的。

按下0。

技術分享圖片

之後鍵入x退出,出現如下的界面,鍵入1,回車,即退出終端配置。

技術分享圖片

退出終端配置後會自動引導操作系統,之後會出現"Welcome to AIX"的提示,出現該提示證明SMS菜單配置是生效的。如果出現"Welcome to AIX"提示就不動了,且重新打開一個終端也是停留在"Open Completed"又不動了,那麽需要執行下面的步驟,刪除操作系統中的終端設備。

3.刪除操作系統中的終端設備

參考如下文檔,執行相關步驟:

AIX Console (HMC vterm) not working with new System p server

http://www-01.ibm.com/support/docview.wss?uid=isg3T1010609

AIX family?

Software version:?5.2, 5.3, 6.1

Operating system(s):?AIX

Reference #:?T1010609 ?

Modified date:?2007-12-06?

AIX Console (HMC vterm) not working with new System p server

Technote (troubleshooting)

Problem(Abstract)

System p is newly attached to a hardware management console (HMC) and the server property for manufactoring default configuration (MDC) is false. The vterm console works in hardware mode (i.e. SMS and for displaying hardware parameters when lpar is activating). However, the vterm does not display login prompt after AIX has been booted.

Symptom

Cause

AIX was installed on system p server when it was attached to an async console prior to attaching system to HMC.

Resolving the problem

To reconfigure the AIX‘s console device to use the new hardware connection you will need to do the following:

Either telnet (or SSH) into the server if networking had been configured or boot into a maintenance shell and run following procedure.

The procedure will completely remove vty0, vsa0 (and any other vty or vsa device) and syscons objects from the ODM and allow them to be recreated by AIX when system reboots.

Once telneted in or in a maintenance shell, as root execute the following:

# odmdelete -q name=vty0 -o CuDv

# odmdelete -q name=vty0 -o CuDv

# odmdelete -q name=vsa0 -o CuDv

# odmdelete -q name=vsa1 -o CuDv

# odmdelete -q attribute=syscons -o CuAt(可以不執行)

# bosboot -ad /dev/ipldevice <---- customer hung trying to run this

command

# sync

#reboot

When system comes up it should reconfigure vsa0 and vty0

and since we removed "syscons" from ODM it should prompt

you to select a terminal. This time, the only device

connected for a console should be the HMC‘s vterm.

You should messages similar to following when LPAR is booting back up:

-------------------------------------------------------

******* Please define the System Console. *********

Type a 1 and press Enter to use this terminal as the

system console.

1

-------------------------------------------------------

At this point you should see AIX console output being displayed in

the HMC vterm.

一定確保ODM庫中所有的vty和vsa設備都刪除幹凈,確保執行以下的命令沒有返回:

# lsdev | grep vty

# lsdev | grep vsa

/dev/目錄下的vty和vsa相應的設備文件最好也一起刪除。

ODM庫和/dev/目錄下的vty和vsa設備全部刪除成功後,重啟分區,在打開的HMC終端會出現如下的提示:

按下2,回車,即可繼續引導系統。

技術分享圖片

系統引導完成,出現如下界面:

技術分享圖片

重新打開一個終端,即可正常登錄:

技術分享圖片

(轉)使用HMC接管通過串口或顯卡安裝的分區操作系統