렌카드 설정을 했는데 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

+ Recent posts