누리/주절주절 
남한산성 야경
Posted on 2008/09/05 14:25

야경을 찍으러 남한 산성 서문 포인트를 찾아 가 봤다.
낮엔 괜찮았는데.. 퇴근 무렵 뿌옇게 변해 가는 하늘이 못마땅 했지만..

일단 장소나 알아 보잔 마음으로

차 대고 10분 ~ 15분 정도 올라 가면 한눈에 서울 시내가 다~~ 보인다.

날 좋으면 다시 찾아 본다고 다짐 하고, 발길을 돌렸는데.
9월 2일 가을비 뒤 어제 날씨가 너무 좋더라.

그래서!! 출동 했다.

서울 야경이 이리 좋을 줄이야..
줌 렌즈 뽐뿌가 와버렸다 - -;

사용자 삽입 이미지

사용자 삽입 이미지

SecretComment
     
 잡동사니/컴퓨터관련 
centos ntfs mount
Posted on 2008/09/05 14:18
CentOS
ntfs filesystem mount

modprobe ntfs
FATAL: Module ntfs not found - _-;

http://fuse.sourceforge.net
http://www.ntfs-3g.org

get module , compile
modprobe fuse

mount -t ntfs-3g -o ro /dev/sdxx /mnt/sdxx

-o ro , rw etc.
SecretComment
     
 잡동사니/컴퓨터관련 
ibm serveraid
Posted on 2008/06/03 14:53

ipssend create commands

1. disk 확인
ipssend getconfig pd

ex)
Physical device information
----------------------------------------------------------------------
   Channel #1:
      Initiator at SCSI ID 7
      Target on SCSI ID 0
         Device is a Hard disk
         SCSI ID                  : 0
         PFA (Yes/No)             : No
         State                    : Online (ONL)
         Size (in MB)/(in sectors): 140013/286747728
         Device ID                : IBM-ESXSDTN146C3S27YECW951KC
         FRU part number          : 32P0731    
      Target on SCSI ID 1
         Device is a Hard disk
         SCSI ID                  : 1
         PFA (Yes/No)             : No
         State                    : Online (ONL)
         Size (in MB)/(in sectors): 140013/286747728
         Device ID                : IBM-ESXSDTN146C3S27YECW4E55C
         FRU part number          : 32P0731    

필요한 raid level 에 맞는 disk 수량 조사

2. create
./ipssend.bin create

Found 1 IBM ServeRAID controller(s).

Usage: IPSSEND CREATE <Controller> LOGICALDRIVE <Options> <Size> <RAIDLevel>
                        [<Channel> <SCSI ID>] NOPROMPT
       Controller   --> The ServeRAID controller number (1 to 16)
       LOGICALDRIVE --> Indicates you are creating a logical drive.
       Options      --> One of the following:
                         -  NEWARRAY indicates you are creating a new array
                            and a new logical drive.
                         -  A valid array ID ( A - H ) of an existing array.
       Size         --> One of the following:
                         -  The size in megabytes (MB) of the logical drive.
                         -  MAX to create the maximum size for the array.
       RAIDLevel    --> The RAID level for the logical drive (0,1,1E,5,5E,5EE)
       Channel      --> Channel number for device (1 to 4)
       SCSI ID      --> SCSI ID of device (0 to 15)
       NOPROMPT     --> Optional parameter to override user prompt

./ipssend.bin create 1 logicaldrive newarray max 1E 1 1 1 2 1 3 1 4 noprompt
-> 1번 controller 에 새로운 array 생성, raid level 은 1E , 1번 채널에 연결 된 1 ~ 4번 디스크 사용
2번 채널에 연결 된 3 ~ 7 번 디스크를 사용 하려면 2 3 2 4 2 5 2 6 2 7 이라고 써주면 됨

3. init
./ipssend.bin getconfig 1 ld 로 신규 생성된 logical volume 확인
----------------------------------------------------------------------
Logical drive information
----------------------------------------------------------------------
 Logical drive number 1
   Status of logical drive        : Okay (OKY)
   RAID level                     : 0    
   Size (in MB)                   : 140013
   Write cache status             : Write back (WB)
   Number of chunks               : 1    
   Stripe-unit size               : 64 KB
   Access blocked                 : No   
   Part of array                  : A    
   Part of merge group            : 207
 Logical drive number 2
   Status of logical drive        : Okay (OKY)
   RAID level                     : 1E
   Size (in MB)                   : 280026
   Write cache status             : Write back (WB)
   Number of chunks               : 4    
   Stripe-unit size               : 64 KB
   Access blocked                 : No   
   Part of array                  : B    
   Part of merge group            : 207

   Array A stripe order (Channel/SCSI ID)  : 1,0
   Array B stripe order (Channel/SCSI ID)  : 1,1 1,3 1,4 1,5

./ipssend.bin init 1 2 로 init


SecretComment
  1 2 3 4 5 ... 46