욕심쟁이 공부방/AIX

fcstat / No Command Resource Count

크론탭 2018. 11. 26. 10:17
반응형

- Part of output of fcstat                                                 
... snip ...                                                               
Primitive Seq Protocol Error Count: 0                                      
Invalid Tx Word Count: 15                                                  
Invalid CRC Count: 0                                                       
                                                                           
IP over FC Adapter Driver Information                                      
  No DMA Resource Count: 0                                                 
  No Adapter Elements Count: 1655                                          
                                                                           
FC SCSI Adapter Driver Information                                         
  No DMA Resource Count: 0                                                 
  No Adapter Elements Count: 1655                                          
  No Command Resource Count: 59554      <<<                                   
... snip ...                                         

=> fcs의 num_cmd_elems 속성 값을 늘려줄 것

# chdev -l fcs# -a num_cd_elems=1024

반응형