렌카드 설정을 했는데 ping이 안 간다면..

아래의 path_to_inst 내용에서 

ethernet 번호와 ifconfig 상 나오는 index번호가 같은지 확인해 봐야 한다.



path_to_inst 출처 : http://radiocom.kunsan.ac.kr/lecture/unix_cmd/path_to_inst.html


/etc/path_to_inst 파일 내용


Disk Administration
물리적 장치 이름과 인스턴스 이름(instance name)을 매핑한 내용이 담긴 파일임

이 path_to_inst 파일 내용을 수동으로 변경하려면 devfsadm 명령을 사용하면 된다. 시스템에 어떤 장치를 hot-plugging에 의해서 자동으로 /dev, /devices 파일을 수정하는 것이 바로 devfsadmd라는 데몬이 수행한다.

또한 prtconf 명령을 이용하여 확인할 수 도 있다.

다음 내용은 x86 솔라리스 시스템의 예이다.

# cat /etc/path_to_inst
#
#       Caution! This file contains critical kernel state
#
"/options"                                0 "options"
"/pci@0,0"                                0 "pci"
"/pci@0,0/pci-ide@1f,1"                   0 "pci-ide"
"/pci@0,0/pci-ide@1f,1/ide@0"             0 "ata"
"/pci@0,0/pci-ide@1f,1/ide@0/cmdk@0,0"    0 "cmdk"
"/pci@0,0/pci-ide@1f,1/ide@1"             1 "ata"
"/pci@0,0/pci-ide@1f,1/ide@1/sd@0,0"      0 "sd"
"/pci@0,0/pci-ide@1f,1/ide@1/st@0,0"      0 "st"
"/pci@0,0/pci8086,2561@1"                 0 "pci_pci"
"/pci@0,0/pci8086,2561@1/display@0"       0 "vgatext"
"/pci@0,0/pci8086,244e@1e"                1 "pci_pci"
"/pci@0,0/pci8086,244e@1e/pci10b7,9055@b" 0 "elxl"
"/pci@0,0/pci174b,174b@1d"                0 "uhci"
"/pci@0,0/pci174b,174b@1d,1"              1 "uhci"
"/pci@0,0/pci174b,174b@1d,2"              2 "uhci"
"/pci@0,0/pci174b,174b@1d,7"              0 "usba10_ehci"
"/objmgr"                                 0 "objmgr"
"/pseudo"                                 0 "pseudo"
"/isa"                                    0 "isa"
"/isa/i8042@1,60"                         0 "i8042"
"/isa/i8042@1,60/keyboard@0"              0 "kb8042"
"/isa/i8042@1,60/mouse@1"                 0 "mouse8042"
"/isa/asy@1,3f8"                          0 "asy"
"/isa/asy@1,2f8"                          1 "asy"
"/isa/fdc@1,3f0"                          0 "fdc"
"/isa/fdc@1,3f0/fd@0,0"                   0 "fd"
"/isa/fdc@1,3f0/fd@0,1"                   1 "fd"
"/isa/lp@1,378"                           0 "lp"
"/xsvc"                                   0 "xsvc"
# 
여기서 나타내는 각 필드의 의미는 다음과 같다.

fielddescription
physical namefull physical device name or full path device name
instance nameThe unique number(typically starting with 0)
driver binding namename assigned to the device driver


% cat /etc/path_to_inst
#
#       Caution! This file contains critical kernel state
#
"/pseudo"                                        0 "pseudo"
"/scsi_vhci"                                     0 "scsi_vhci"
"/options"                                       0 "options"
"/pci@1f,0"                                      0 "pcipsy"
"/pci@1f,0/pci@1,1"                              0 "simba"
"/pci@1f,0/pci@1,1/ide@3"                        0 "uata"
"/pci@1f,0/pci@1,1/ide@3/sd@2,0"                 1 "sd"
"/pci@1f,0/pci@1,1/ide@3/dad@0,0"                1 "dad"
"/pci@1f,0/pci@1,1/ebus@1"                       0 "ebus"
"/pci@1f,0/pci@1,1/ebus@1/power@14,724000"       0 "power"
"/pci@1f,0/pci@1,1/ebus@1/su@14,3083f8"          0 "su"
"/pci@1f,0/pci@1,1/ebus@1/su@14,3062f8"          1 "su"
"/pci@1f,0/pci@1,1/ebus@1/se@14,400000"          0 "se"
"/pci@1f,0/pci@1,1/ebus@1/ecpp@14,3043bc"        0 "ecpp"
"/pci@1f,0/pci@1,1/ebus@1/fdthree@14,3023f0"     0 "fd"
"/pci@1f,0/pci@1,1/ebus@1/SUNW,CS4231@14,200000" 0 "audiocs"
"/pci@1f,0/pci@1,1/SUNW,m64B@2"                  0 "m64"
"/pci@1f,0/pci@1,1/network@1,1"                  0 "hme"
"/pci@1f,0/pci@1"                                1 "simba"
"/iscsi"                                         0 "iscsi"
%
openBoot

file system Admin

* 작업 환경

  - 4 port 랜카드가 서버에 2개 꽂여 있음

    즉 8개의 port 를 사용할 수 있는 NIC (ce0 ~ ce7)

  - 고객사에서 LAN 선을 하나 추가적으로 할당 받아 서버에 설정할 경우

  - 추가적인 물리적인 랜선이 꽂을때 네트워크 인터페이스 장치명이 ce0 인지? ce1 인지?  ce2 인지 알수 없음

 

 

* 인터페이스 확인

[command]# cat /etc/path_to_inst


#
#       Caution! This file contains critical kernel state
#
"/options" 0 "options"
"/pci@8,700000" 0 "pcisch"
"/pci@8,700000/ide@6" 0 "uata"
"/pci@8,700000/ide@6/sd@0,0" 0 "sd"
"/pci@8,700000/SUNW,XVR-100@2" 0 "pfb"
"/pci@8,600000" 1 "pcisch"
"/pci@8,600000/pci@1" 0 "pci_pci"
"/pci@8,600000/pci@1/network@0" 0 "ce"
"
/pci@8,600000/pci@1/network@1" 1 "ce"
"
/pci@8,600000/pci@1/network@2" 2 "ce"
"
/pci@8,600000/pci@1/network@3" 3 "ce"
"/pci@8,600000/pci@2" 1 "pci_pci"
"/pci@8,600000/pci@2/network@0" 4 "ce"
"
/pci@8,600000/pci@2/network@1" 5 "ce"
"
/pci@8,600000/pci@2/network@2" 6 "ce"
"
/pci@8,600000/pci@2/network@3" 7 "ce"
"/pci@9,700000" 2 "pcisch"
"/pci@9,700000/ebus@1" 0 "ebus"
"/pci@9,700000/ebus@1/rtc@1,300070" 0 "todds1287"
"/pci@9,700000/ebus@1/i2c@1,30" 0 "pcf8584"
"/pci@9,700000/ebus@1/i2c@1,30/ioexp@0,80" 0 "ssc050"
"/pci@9,700000/ebus@1/i2c@1,30/ioexp@0,82" 1 "ssc050"
"/pci@9,700000/ebus@1/i2c@1,30/temperature@0,30" 0 "max1617"
"/pci@9,700000/ebus@1/i2c@1,30/temperature@0,34" 1 "max1617"
"/pci@9,700000/ebus@1/i2c@1,30/fru@0,a0" 20 "seeprom"
"/pci@9,700000/ebus@1/i2c@1,30/fru@0,a2" 21 "seeprom"
"/pci@9,700000/ebus@1/i2c@1,30/fru@0,a6" 22 "seeprom"
"/pci@9,700000/ebus@1/i2c@1,30/fru@0,a8" 23 "seeprom"
"/pci@9,700000/ebus@1/i2c@1,30/fru@0,ae" 24 "seeprom"
"/pci@9,700000/ebus@1/i2c@1,30/ioexp@0,44" 0 "pcf8574"
"/pci@9,700000/ebus@1/i2c@1,30/ioexp@0,46" 1 "pcf8574"
"/pci@9,700000/ebus@1/i2c@1,30/ioexp@0,4c" 2 "pcf8574"
"/pci@9,700000/ebus@1/i2c@1,30/ioexp@0,70" 3 "pcf8574"
"/pci@9,700000/ebus@1/i2c@1,30/ioexp@0,72" 4 "pcf8574"
"/pci@9,700000/ebus@1/i2c@1,30/temperature-sensor@0,9c" 0 "lm75"
"/pci@9,700000/ebus@1/serial@1,400000" 0 "se"
"/pci@9,700000/ebus@1/rsc-control@1,3062f8" 0 "su"
"/pci@9,700000/ebus@1/rsc-console@1,3083f8" 1 "su"
"/pci@9,700000/ebus@1/i2c@1,2e" 1 "pcf8584"
"/pci@9,700000/ebus@1/i2c@1,2e/fru@0,a0" 0 "seeprom"
"/pci@9,700000/ebus@1/i2c@1,2e/fru@0,a2" 1 "seeprom"
"/pci@9,700000/ebus@1/i2c@1,2e/fru@0,a4" 2 "seeprom"
"/pci@9,700000/ebus@1/i2c@1,2e/fru@0,a6" 3 "seeprom"
"/pci@9,700000/ebus@1/i2c@1,2e/fru@0,a8" 4 "seeprom"
"/pci@9,700000/ebus@1/i2c@1,2e/fru@0,aa" 5 "seeprom"
"/pci@9,700000/ebus@1/i2c@1,2e/fru@0,ac" 6 "seeprom"
"/pci@9,700000/ebus@1/i2c@1,2e/fru@0,ae" 7 "seeprom"
"/pci@9,700000/ebus@1/i2c@1,2e/fru@2,a0" 8 "seeprom"
"/pci@9,700000/ebus@1/i2c@1,2e/fru@2,a2" 9 "seeprom"
"/pci@9,700000/ebus@1/i2c@1,2e/fru@2,a4" 10 "seeprom"
"/pci@9,700000/ebus@1/i2c@1,2e/fru@2,a6" 11 "seeprom"
"/pci@9,700000/ebus@1/i2c@1,2e/fru@2,a8" 12 "seeprom"
"/pci@9,700000/ebus@1/i2c@1,2e/fru@2,aa" 13 "seeprom"
"/pci@9,700000/ebus@1/i2c@1,2e/fru@2,ac" 14 "seeprom"
"/pci@9,700000/ebus@1/i2c@1,2e/fru@2,ae" 15 "seeprom"
"/pci@9,700000/ebus@1/i2c@1,2e/fru@4,a0" 16 "seeprom"
"/pci@9,700000/ebus@1/i2c@1,2e/nvram@4,a4" 17 "seeprom"
"/pci@9,700000/ebus@1/i2c@1,2e/fru@4,a8" 18 "seeprom"
"/pci@9,700000/ebus@1/i2c@1,2e/fru@4,aa" 19 "seeprom"
"/pci@9,700000/ebus@1/pmc@1,300700" 0 "pmc"
"/pci@9,700000/ebus@1/power@1,30002e" 0 "power"
"/pci@9,700000/ebus@1/gpio@1,300600" 0 "gpio_87317"
"/pci@9,700000/usb@1,3" 0 "ohci"
"/pci@9,700000/usb@1,3/hub@2" 0 "hubd"
"/pci@9,700000/usb@1,3/hub@2/keyboard@4" 0 "hid"
"/pci@9,700000/network@2" 8 "ce"
"/pci@9,600000" 3 "pcisch"
"/pci@9,600000/SUNW,qlc@2" 0 "qlc"
"/pci@9,600000/SUNW,qlc@2/fp@0,0" 0 "fp"
"/pci@9,600000/SUNW,qlc@2/fp@0,0/ssd@w2100001d3851de19,0" 0 "ssd"
"/pci@9,600000/network@1" 9 "ce"
"/memory-controller@0,400000" 0 "mc-us3"
"/memory-controller@2,400000" 1 "mc-us3"
"/pseudo" 0 "pseudo"
"/scsi_vhci" 0 "scsi_vhci"

 

* link_status 를 체크

  - ndd 명령의 결과에서 link_status 가 있을 경우 ndd -get /dev/ce link_status 할 때 결과로 링크 상태 체크

  - ce 장치의 경우 link_status 항목이 없음

 

[command]# ndd -get /dev/ce \? 
?                             (read only)
instance                      (read and write)
adv_autoneg_cap               (read and write)
adv_1000fdx_cap               (read and write)
adv_1000hdx_cap               (read and write)
adv_100T4_cap                 (read and write)
adv_100fdx_cap                (read and write)
adv_100hdx_cap                (read and write)
adv_10fdx_cap                 (read and write)
adv_10hdx_cap                 (read and write)
adv_asmpause_cap              (read and write)
adv_pause_cap                 (read and write)
master_cfg_enable             (read and write)
master_cfg_value              (read and write)
use_int_xcvr                  (read and write)
enable_ipg0                   (read and write)
ipg0                          (read and write)
ipg1                          (read and write)
ipg2                          (read and write)
rx_intr_pkts                  (read and write)
rx_intr_time                  (read and write)
red_dv4to6k                   (read and write)
red_dv6to8k                   (read and write)
red_dv8to10k                  (read and write)
red_dv10to12k                 (read and write)
tx_dma_weight                 (read and write)
rx_dma_weight                 (read and write)
infinite_burst                (read and write)
disable_64bit                 (read and write)
accept_jumbo                  (read and write)
laggr_multistream             (read and write)

 

* IP 셋팅


[command]# ifconfig ce5 plumb 192.168.100.100 netmask 255.255.255.0 up

 

[command]# ping 192.168.100.1
192.168.100.1 is alive

 

[command]# vi /etc/hostname.ce5
192.168.100.100

 

* 백승찬 강사님의 도움 감사드립니다 (^^)(__)(^^)

 

* http://cafe.naver.com/eitlinux.cafe - 바두기 짱 -

 

 

출처 : http://www.solanara.net/solanara/hardware


하드웨어 호환 목록(HCL) - 윈디하나의 솔라나라

목차

하드웨어 호환성

솔라리스의 하드웨어 지원

오라클과 후지쯔에서 판매하는 모든 Sparc 및 x86 시스템은 솔라리스를 매우 잘 지원한다. 적어도 이들 시스템에서는 하드웨어와 관련된 이슈가 없다. 아래의 내용은 모두 x86에 해당되는 내용이다.
  • CPU
    • AMD와 Intel CPU 및 32Bit, 64Bit를 잘 지원한다. Via는 지원을 보장하지 않는다.
    • AMD의 PowerNow!, Intel의 Speedstep은 Solaris 10 x86 5/08 부터 지원한다.
    • Sun xVM을 제대로 지원하기 위해서는 AMD 옵테론 리비전 F 이상, VT확장이 지원되는 인텔 CPU가 필요하다. 2008년 여름 이후에 리비전되어 나온 CPU는 모두 이를 지원한다.
  • VGA
    • nVIDIA칩을 사용한 그래픽 카드는 최신 그래픽 카드까지, 3D(OpenGL)까지 잘 지원해준다. nVidia 유닉스 드라이버에서 드라이버를 받을 수 있다. 최신 GPU를 사용하는 경우 솔라리스에 번들된 드라이버보다 좋으니 반드시 설치하자.
    • Intel칩셋을 사용한 IGP는 최신 버전까지 잘 지원해 준다.
    • 2011.09 현재 샌디브릿지CPU에 있는 내장 그래픽 시스템을 지원하지 못한다.
    • ATI칩을 사용한 그래픽 카드는 Radeon HD 이전의 그래픽 카드까지만 잘 지원해준다. Radeon HD 그래픽 카드라면, 화면이 나오는 정도다.
    • 그 이외의 VGA 카드는 화면이 나오는 정도다. (가속기능을 사용 못한다)
  • Storage
    • 표준 ATA및 SATA장치와, Adaptec, LSI Logic, Intel 의 SCSI, SAS, RAID 장치는 (저가형 어댑터를 제외하고) 대부분 지원한다. 벤더 홈페이지에 별도의 드라이버를 등록해 놓고 있다.
    • 솔라리스 10 5/08 이상부터는 Intel ICH6/7/8/9, VIA vt8251의 SATA AHCI와 NCQ를 지원한다. ICH10의 AHCI는 솔라리스 10 9/10부터 지원한다. 솔라리스 10 8/11 부터는 AMD 칩셋을 포함해 대부분의 AHCI 드라이버를 지원한다. 자세한 사항은 ahci(7D)를 읽어보자.
    • 솔라리스는 하드웨어에서 디스크 스케줄링이 지원되어야 성능이 좋아진다. IDE 컨트롤러와 SATA HDD 보다는, AHCI 컨트롤러와 SATA HDD가 훨씬 좋다는 의미다. 물론 SAN이나 SCSI기반 장치를 사용하면 더욱 좋다.
  • NIC
    • Intel과 BroadCom, 3Com, Realtek의 NIC이면 대부분 지원된다. 그렇지만 마더보드에 임베드되어 나오는 것은 간혹 지원되지 않는 경우가 있다.
    • 네트워크 가상화를 위해서는 GLDv3(Generic LAN Driver v3)와 호환되는 NIC가 필요하다. 드라이버 이름이 bge, e1000g, xge, nge, rge이면 지원될 것이다.
      bge: BroadCom 기가비트 이더넷 장치
      e1000g, igb: Intel의 기가비트 이더넷 장치
      xge: Neterion의 10기가비트 이더넷 장치
      nge: nVIDIA의 기가비트 이더넷 장치
      rge: Realtek의 기가비트 이더넷 장치
      이외에도 최근에 나온 솔라리스 설치본에 번들된 드라이버는 대부분 GLDv3를 지원한다. 각각의 드라이버에 대해서는 man페이지를 참고하자.
    • Wi-Fi는 솔라리스 11부터 지원한다. NIC지원만 놓고 본다면 솔라리스 11이 더 많은 장치를 지원한다.
    • 솔라리스에 번들되지 않은 NIC는 Free NIC drivers for Solaris에 방문해보자. 대부분의 마더보드 내장 NIC를 지원해준다.
  • Audio
    • 솔라리스 10 이하에서는 오디오 지원이 거의 전무하다. AC 97, Intel High Definition Audio 호환 사운드카드라면 지원 하는 경우도 있다. 그냥 바이오스에서 끄는 것이 좋다고 생각한다.
    • 솔라리스 10 이하에서 반드시 필요하다면 Open Sound System드라이버를 사용하는 것을 고려해보자.
    • 솔라리스 11부터 Open Sound System 4 가 번들되어있다. 따라서 대부분의 오디오 기기를 지원한다.
  • Printers
    • Lexmark는 자사가 제조한 대부분의 프린터에 대해 솔라리스 프린터 드라이버를 제공하고 있다.
    • Xerox 의 비즈니스 프린터라면 대부분 잘 지원해준다.
    • HP 의 경우 JetDirect 및 PostScript Driver를 이용해 네트워크로 연결할 수 있다. 솔라리스용 JetDirect 드라이버를 HP홈페이지에서 구할 수 있다.
    • 윈도우에서 공유중인 프린터가 PostScript 명령을 해석할 수 있으면 연결할 수 있다.
    • 솔라리스 11부터 CUPS(The Common UNIX Printing System)를 지원한다. 솔라리스 10까지 사용되었던 LP 프린팅 시스템을 대체할 것이다. CUPS는 대부분의 네트워크 프린터에서 지원되기 때문에, 프린터 사용에 문제가 없을 것으로 본다.
  • 서버 제조사별
    • 당연하지만, 오라클(썬 마이크로 시스템즈)에서 판매하는 x86서버는 솔라리스를 지원한다.
    • HP 나 IBM 에서 판매하는 x86서버도 대부분 솔라리스를 지원한다. 벤더에 확인해보라.
    • HP의 경우 Oracle Solaris Supported Matrix에서 각 서버의 지원 사항을 확인할 수 있다.

HCL(Hardware Compatibility List)

Solaris SPARC/x86 에서 호환되는 장치에 대해 Oracle Solaris OS: Hardware Compatibility Lists에 가서 검색해볼 수 있다. 사용자가 직접 올린 코멘트도 볼 수 있다.

Solaris for x86 Device Support (추천)

Solaris on x86 Platforms Device Support에서는 솔라리스 버전및 릴리즈 별로 호환되는 장치의 목록에 대해 볼 수 있다.

시스템의 장치와 솔라리스와의 호환성 알아내기

Oracle Device Detection Tool

Oracle Device Detection Tool페이지에서 Oracle Device Detection Tool(sddtool_23.jnlp)을 다운로드 받는다. 자바로 되어있는 프로그램이라 자바 1.4.2 이상 지원되는 운영체제라면 모두 사용할 수 있다. 현재 사용하고 있는 시스템에서 솔라리스가 지원되는지 지원되지 않는지, 드라이버는 어디서 받을 수 있는지 알려준다.
솔라리스: prtconf -pv > hcl.txt
리눅스: lspci -vv -n > hcl.txt
윈도우: reg query hklm\system\currentcontrolset\enum\pci /s > hcl.txt
와 같은 커맨드를 실행시키면 hcl.txt가 생성된다. 이를 Oracle Device Detection Tool의 [파일 → 가져오기...] 에서 읽으면 아래와 비슷한 결과를 얻을 수 있다.


※ [atge]장치가 지원되지 않는 것으로 나와있으나, 아래의 주를 보면, 서드파티 드라이버를 다운로드 할 수 있는 주소가 나와있다.

PCI ID

※ PCIDatabase.com이나 The PCI ID Repository에 가서 PCI 장치ID값을 입력하면 장치의 제조사와 종류및 이름을 알려 준다. 대부분의 PCI장치는 등록되어있기 때문에, 거의 확실하게 알 수 있다. PCI장치 아이디(벤더ID와 장치ID)는 바이오스에서 부팅시 알려주며, 다음과 같이 알아낼 수 있다.

* 솔라리스 x86, x64
root@wl ~ # /usr/X11/bin/scanpci
...
pci bus 0x0002 cardnum 0x05 function 0x00: vendor 0x10b7 device 0x1700
 3Com Corporation 3c940 10/100/1000Base-T [Marvell]
...
root@wl ~ #
* 리눅스
root@wllinux ~ # /sbin/lspci
...
00:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
...
root@wllinux ~ # /sbin/lspci -n
...
00:07.0 0200: 10ec:8139 (rev 10)
...
root@wllinux ~ #
※ 솔라리스x86에서 각각의 PCI장치에 대해 붙어있는 드라이버의 이름을 보려면 아래와 같이 한다.
root@wl ~ # prtconf -D
...
            pci10b7,9055, instance #0 (driver name: elxl)
            pci8086,70, instance #0 (driver name: iprb)
...
root@wl ~ # 

장치보기

  • sysdef

    시스템의 모든 장치(Pseudo장치 포함)에 대해 알려준다. 주로 -d옵션과 같이 사용된다.
    root@wl ~ # sysdef -d
    Node 'i86pc', unit #-1
            Node 'scsi_vhci', unit #0
            Node 'isa', unit #0
                    Node 'i8042', unit #0
                            Node 'keyboard', unit #0
                            Node 'mouse', unit #0
                    Node 'fdc', unit #0
                            Node 'fd', unit #0
                    Node 'lp', unit #0
            Node 'pci', unit #0
                    Node 'pci8086,1237', unit #-1 (no driver)
                    Node 'pci8086,7000', unit #-1 (no driver)
                    Node 'pci-ide', unit #0
                            Node 'ide', unit #0
                                    Node 'cmdk', unit #0
                            Node 'ide', unit #1
                                    Node 'sd', unit #0
                    Node 'display', unit #0
                    Node 'pci8086,1e', unit #0
                    Node 'pci80ee,cafe', unit #0
                    Node 'pci8086,0', unit #-1 (no driver)
                    Node 'pci106b,3f', unit #0
                    Node 'pci8086,7113', unit #-1 (no driver)
                    Node 'pci8086,265c', unit #0
                    Node 'pci1000,8000', unit #0
                            Node 'sd', unit #10
                            Node 'sd', unit #9
            Node 'iscsi', unit #0
            Node 'pseudo', unit #0
                    Node 'zconsnex', unit #1
    ...
                    Node 'llc2', unit #0
            Node 'options', unit #0
            Node 'agpgart', unit #0
            Node 'objmgr', unit #0
            Node 'xsvc', unit #0
            Node 'acpi', unit #-1 (no driver)
            Node 'used-resources', unit #-1 (no driver)
            Node 'cpus', unit #0
                    Node 'cpu', unit #-1 (no driver)
    root@wl ~ #
    
  • prtconf

    시스템 설정 사항을 출력해준다.
    root@wl ~ # prtconf
    System Configuration:  Sun Microsystems  i86pc
    Memory size: 768 Megabytes
    System Peripherals (Software Nodes):
    
    i86pc
        scsi_vhci, instance #0
        isa, instance #0
            i8042, instance #0
                keyboard, instance #0
                mouse, instance #0
            fdc, instance #0
                fd, instance #0
            lp, instance #0
        pci, instance #0
            pci8086,1237 (driver not attached)
            pci8086,7000 (driver not attached)
            pci-ide, instance #0
                ide, instance #0
                    cmdk, instance #0
                ide, instance #1
                    sd, instance #0
            display, instance #0
            pci8086,1e, instance #0
            pci80ee,cafe, instance #0
            pci8086,0 (driver not attached)
            pci106b,3f, instance #0
            pci8086,7113 (driver not attached)
            pci8086,265c, instance #0
            pci1000,8000, instance #0
                sd, instance #10
                sd, instance #9
        iscsi, instance #0
        pseudo, instance #0
        options, instance #0
        agpgart, instance #0
        objmgr, instance #0
        xsvc, instance #0
        acpi (driver not attached)
        used-resources (driver not attached)
        cpus, instance #0
            cpu (driver not attached)
    root@wl ~ #
    
  • prtdiag

    시스템을 분석해 출력한다. x86보다는 스팍에서, 대형 서버에서 더 잘 출력해준다.
    root@wl ~ # prtdiag -v
    시스템 구성: Sun Microsystems  sun4u Sun Ultra 45 Workstation
    시스템 클록 주파수: 200 MHz
    메모리 크기: 1GB
    
    ==================================== CPUs ====================================
                   E$          CPU                    CPU
    CPU  Freq      Size        Implementation         Mask    Status      Location
    ---  --------  ----------  ---------------------  -----   ------      --------
    0    1600 MHz  1MB         SUNW,UltraSPARC-IIIi    3.4    on-line     MB/0
    
    ================================= IO 장치 =================================
    
    ============================== 메모리 구성 ==============================
    세그먼트 테이블:
    -----------------------------------------------------------------------
    기본 주소       크기       인터리브 계수 포함
    -----------------------------------------------------------------------
    0x200000000        1GB               1           BankIDs 0
    
    뱅크 테이블:
    -----------------------------------------------------------
               물리적 위치
    ID       ControllerID  GroupID   크기       인터리브 방식
    -----------------------------------------------------------
    0        0             1         1GB             0
    
    메모리 모듈 그룹:
    --------------------------------------------------
    ControllerID   GroupID  Labels         Status
    --------------------------------------------------
    0              1        MB/DIMM2
    0              1        MB/DIMM0
    
    =============================== usb 장치 ===============================
    
    Name          Port#
    ------------  -----
    mouse           1
    keyboard        2
    
    =============================== usb 장치 ===============================
    
    Name          Port#
    ------------  -----
    hub             7
    
    =============================== 환경 상태 ===============================
    팬 상태:
    -------------------------------------------
    Location             Sensor          Status
    -------------------------------------------
    F0                   cpu0-fan        okay
    F2                   pci-fan         okay
    F3                   system-fan3     okay
    F4                   system-fan4     okay
    
    온도 센서:
    -----------------------------------------
    Location       Sensor              Status
    -----------------------------------------
    MB/0           cpu0-sensor         okay
    MB             mb-sensor           okay
    MB             adt7462-sensor      okay
    MB             lm95221-sensor      okay
    MB             fire-sensor         okay
    MB             lsi1064-sensor      okay
    FIOB           front_panel-sensor  okay
    MB             psu-sensor          okay
    
    ================================= HW 개정 =================================
    ASIC Revisions:
    -------------------------------------------------------------------
    Path                   Device           Status             Revision
    -------------------------------------------------------------------
    /pci@1e,600000         pciex108e,80f0   okay               3
    /pci@1f,700000         pciex108e,80f0   okay               3
    
    시스템 PROM 개정:
    ----------------------
    OBP 4.21.6 2006/03/31 15:02 Sun Ultra 45 Workstation
    POST 4.21.6 2006/03/31 15:24
    root@wl ~ #
    
  • dmidecode

    x86 시스템의 DMI영역을 디코드해 보여주는 유틸리티다. 리눅스 배포판에는 기본으로 포함되어있지만, 솔라리스에서도 설치해 사용할 수 있다. dmidecode
    root@wl ~/src # wget http://download.savannah.gnu.org/releases/dmidecode/dmidecode-2.11.tar.bz2
    root@wl ~/src # tar xvfj dmidecode-2.11.tar.bz2
    root@wl ~/src # cd dmidecode-2.11
    root@wl ~/src/dmidecode-2.11 # vi Makefile
    CC      = /usr/sfw/bin/gcc
    root@wl ~/src/dmidecode-2.11 # /usr/sfw/bin/gmake
    root@wl ~/src/dmidecode-2.11 # cp dmidecode /usr/local/bin
    root@wl ~/src/dmidecode-2.11 # dmidecode
    # dmidecode 2.11
    SMBIOS 2.4 present.
    60 structures occupying 1782 bytes.
    Table at 0x000F0000.
    
    Handle 0x0000, DMI type 0, 24 bytes
    BIOS Information
            Vendor: Phoenix Technologies, LTD
            Version: ASUS M2A-VM HDMI ACPI BIOS Revision 5001
            Release Date: 02/04/2010
            Address: 0xE0000
            Runtime Size: 128 kB
            ROM Size: 1024 kB
    
    ...
    
    End Of Table
    

  • CPU 마이크로 코드 업데이트

    마이크로 업데이트
    특별한 문제가 없다면 굳이 마이크로 코드를 업데이트 할 필요 없다. 솔라리스에서도 기본적으로 제공해준다.
    ※ 인텔 프로세서 마이크로 코드 데이터 파일 업데이트
    우선 인텔 다운로드 사이트에서 Processor Microcode Data File로 검색해 최신의 마이크로 코드 파일(microcode-*.tgz)을 다운로드 받는다.
    root@wl ~ # tar xvfz microcode-20110915.tgz
    root@wl ~ # mv microcode.dat /platform/i86pc/ucode/intel-ucode.txt
    root@wl ~ # ucodeadm -i /platform/i86pc/ucode/intel-ucode.txt
    root@wl ~ # ucodeadm -u /platform/i86pc/ucode/intel-ucode.txt
    root@wl ~ # reboot
    
    ※ AMD 프로세서 마이크로 코드 데이터 파일 업데이트
    우선 AMD 다운로드 사이트(OSRC: Microcode)에서 최신의 마이크로 코드 파일(amd-ucode-latest.tar)을 받는다.
    root@wl ~ # tar xvf amd-ucode-latest.tar
    root@wl ~ # cd amd-ucode-2011-01-11
    root@wl ~/amd-ucode-2011-01-11 # mv microcode_amd.bin /platform/i86pc/ucode/amd-ucode.bin
    root@wl ~/amd-ucode-2011-01-11 # ucodeadm -i /platform/i86pc/ucode/amd-ucode.bin
    root@wl ~/amd-ucode-2011-01-11 # ucodeadm -u /platform/i86pc/ucode/amd-ucode.bin
    root@wl ~/amd-ucode-2011-01-11 # reboot
    
  • IRQ 충돌 확인

    부팅 도중 아래와 같은 메시지가 나오는 경우가 있다.
    root@wl ~ # cat /var/adm/messages
    ...
    Nov 14 xx:xx:xx wl unix: [ID 954099 kern.info] NOTICE: IRQ19 is being shared by drivers with different interrupt levels.
    Nov 14 xx:xx:xx wl This may result in reduced system performance.
    ...
    
    IRQ가 충돌된다는 의미다. 그리고 시스템 성능을 낮추는 결과를 가져온다. 필요 없는 장치를 제거하거나, BIOS에서 IRQ를 수동으로 조절해 해결할 수 있다.

    솔라리스의 IRQ 할당 내역은 아래와 같이 확인할 수 있다. 솔라리스의 APIC테이블을 조회해서 알아온다.
    root@wl ~ # mdb -k
    Loading modules: [ ... ]
    > ::interrupts
    IRQ  Vector IPL Bus   Type  CPU Share APIC/INT# ISR(s)
    ...
    19   0x83   9   PCI   Fixed 0   2     0x0/0x13  uhci_intr, ata_intr
    ...
    > Ctrl+D
    root@wl ~ # 
    
    uhci(7D)는 USB 1.x 컨트롤러 드라이버고, ata(7D)는 ATA/SATA 하드디스크 드라이버의 이름이다. uhci, ata 와같은 단어의 의미는 man페이지를 참조하면 된다. 만약 이런 시스템에서 USB장치와 하드디스크를 동시에 사용하면 시스템 성능이 느려질 수 있다. IRQ 충돌 해결은 서버의 바이오스에서 해결해 줘야 한다. IRQ를 강제로 할당할 수 있는 마더보드라면 시도해볼 수 있다.

    SPARC 에서는 이런 문제가 없다.

링크

HCL 관련

서드파티 드라이버 관련

Twitter RSS IconTexto 올바른 XHTML 1.0 Transitional 입니다 올바른 CSS입니다!

로그를 취합해서 메일을 그냥 전송하는 스크립트를 짜서 테스트를 할때는 이상없이 

문자가 가지만, 간혹 att00001.bin 으로 본문 텍스트가 씹혀서 가는 경우가 있습니다.


어차피 outlook에서는 이녀석을 누르면 텍스트를 보여주니까 문제는 없지만...


그래도.. 잘못된건 고쳐야 하므로

구글링을 하던중 아래와 같으 것을 발견 하였습니다.


그러니까... 문자열 문제... ?


출처 : http://superuser.com/questions/309530/prevent-nail-from-attaching-my-message-as-a-bin-file



When I pipe a very long change log into nail, I receive a blank email with a .bin attachment namedATT00001..bin in Outlook. The file is 36KB and contains the expected text but double spaced (presumably something to do with line endings). If the messages are brief, this doesn't happen.

How do I prevent Nail from converting my message to an attachment?

User-Agent: nail 11.25 7/29/05
MIME-Version: 1.0
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
share|improve this question

I have had this same problem with the son of nail (heirloom mailx) on a Redhat ES 6.1. The problem in the end boiled down to the file not being an ascii, unix standard file (that is LF-only).

I solved this problem by removing the \r characters from the file before sending the mail.

cat logfile | sed 's/\r//' > logfile.new

share|improve this answer
I've long since moved on from the Outlook environment, but imagined it would be something like this given that MS 
is involved. Thanks. – Matt Joiner Jan 24 at 23:28




I have tested /usr/platform/`uname -m`/sbin/prtdiag -v command with two solaris mahcine. Here below i give the output 

Machine 1 :
uname -a
SunOS nms-t1000 5.10 Generic_127127-11 sun4v sparc SUNW,SPARC-Enterprise-T1000

/usr/platform/`uname -m`/sbin/prtdiag -v

System Configuration: Sun Microsystems sun4v SPARC Enterprise T1000
System clock frequency: 200 MHz 
Memory size: 8184 Megabytes 
================================ Virtual CPUs ================================
CPU ID Frequency Implementation Status
------ --------- ---------------------- -------
0 1000 MHz SUNW,UltraSPARC-T1 on-line 
1 1000 MHz SUNW,UltraSPARC-T1 on-line 
2 1000 MHz SUNW,UltraSPARC-T1 on-line 
3 1000 MHz SUNW,UltraSPARC-T1 on-line 
......

출처 : http://www.unix.com/solaris/144405-how-get-solaris-system-information.html



그러니까 결론... prtdiag -v 를 하면 됨!

+ Recent posts