BLOG main image
분류 전체보기 (781)
LENOVO (19)
HP (3)
DELL (7)
IBM (32)
My Retain Tip (697)
자료실 (0)
Firmware (5)
기타서버관련소식 (5)
IBM Server Picture (3)
STUDY (2)
설정세팅 (0)
Visitors up to today!
Today hit, Yesterday hit
daisy rss
tistory 티스토리 가입하기!
2011. 4. 16. 13:57
Notice!!
IBM
본 블로그의 모든내용은 ibm.com에 있는 내용이며 본 블로그의 내용은 증빙내용으로는 활용 불가능합니다
주의! 모든 방문자는 공지를 반드시 읽어본 후 글을 읽으시기 바랍니다.:*필독공지*

딴지 거실분들은 절대 읽지 마시고 100% 정확한 정보가 있는 ibm.com 에서 확인하시기 바랍니다.

1. 속도 전송에 문제가 있을때

속도가 확 줄었을때
50MB 나와야 할것이 3MB만 나올때 사용하는 스크립트

set allLogicalDrives writeCacheEnabled=false;
set allLogicalDrives mirrorCacheEnabled=false;
set logicalDrive ["1"] writeCacheEnabled=true;
set logicalDrive ["2"] writeCacheEnabled=true;
set logicalDrive ["3"] writeCacheEnabled=true;

Logical Drive에 변경이 있을때 마다 위와 같은 설정을 script 에서 적용해주어야 한다.
싱글 컨트롤러는 괜찮다고 하고 듀얼 컨트롤러에서 일어날수 있는 문제라고 하네요


2. 펌웨어 업데이트에 문제가 있을때 7.35.41.00 not successful

  • System Storage DS3200, type 1726, any model
  • System Storage DS3300, type 1726, any model
  • System Storage DS3400, type 1726, any model

H121851: Upgrade of DS3000 subsystems to 7.35.41.00 not successful - IBM System Storage


Workaround

After checking the items listed in Details section, activate the loaded firmware using this script command:

  activate storageSubsystem firmware;

Mark the affected system in the Enterprise Management window of the Storage Manager.

In the menu, go to Tools -> Execute script. A new window will show up. Paste the command in the upper part of this window and choose Tools -> Execute only.

The activation will take a while and the controller will reboot. Consider this in case the affected system is a single controller model.

Additional information

Checking the upgrade tool log you will find:

  [12.11.2008 08:51:16] [rey-ds3400-1] [SUPPORT_SERVICES] [DownloadAndActivate]
  activation failed

There are two ways to check the content of this log:

  1. As long as the upgrade tool is still open: Use the 'View log' button
  2. If the upgrade tool was closed already:

For windows all logs can be found in this folder:

  C:\Program Files\IBM_DS4000\upgrade

For other operating systems, check in the appropriate folder.

Syntax of the name is similar to 20081114_1501.log.

Then check the profile.

Here the new firmware can be found as pending:

Current configuration:

  Firmware version: 06.70.69.00
NVSRAM version: N1726D340R270V05

Pending configuration:

  Staged firmware download supported: Yes
Firmware version: 07.35.41.00
NVSRAM version: N1726D340R335V05

This shows that firmware was loaded to controller but not yet activated.


3. Array 삭제가 안될때

clear storageSubsystem configuration;

한방에 날리는 스크립트



참고 자료 : http://cookis.net/154
About
IBM 최신서버에 관련된 경험과 지식을 공유하는 블로그이며 블로그에 처음오신분은 *필독공지*를 꼭 먼저 읽어보시기 바랍니다.