HP-UX
1753774 회원
7431 온라인
108799 솔루션
새 메시지

sam에서 kernel...

 
mark.M
임시 조언자

sam에서 kernel...

sam에서 network 설정하려고 들어가보면 아래와 같은 내용이 뿌려집니다. 혹시 이유 아시나요?





xNetl Note

k x

xqqqx xqqqx

x x After application of the parameter modification(s), one or more x x

x x kernel parameters were found to violate their minimum or maximum x x

xlqqx allowable values. The values of these parameters have been adjusted xqk x

xx x as shown in the table below: x ^ x

xx x x x

xx x Parameter Old Value New Value x x

xx x --------------------------------------------------------------- x x

xx x n2z_max_zstrbuf_pgs 0x8 0x1 x x

xx x n2z_outb_buffer_sz 0x1000 0x1
4 응답 4
고광태
중학생

sam에서 kernel...

터미널을 어떤것을 사용하시나요?



터미널이 지원이 안될경우 라인이 xx 로 나타나기도 합니다.



터미널을 바꿔서 사용해 보세요~



# export TERM=vt100, hp, hpterm
mark.M
임시 조언자

sam에서 kernel...

xx 는 화면 캡쳐일뿐입니다.

하단 2개의 커널이 왜 뜨는지 이유가 궁금합니다.
김병수
본과생

sam에서 kernel...

2개의 parameter는 모두 X.25 ACC에 사용하는 parameter입니다.



혹시 X.25를 사용하는데 문제가 있거나 message가 나오는 것으로 보아 관련 patch를 적용하는 것이 좋을듯합니다.



itrc에 아래와 같은 내용이 있으니 참조하시기 바랍니다.



This problem occurs because the following two kernel parameters

are incorrectly set to a value of 1:



Kernel Parameter Incorrect Value Correct Value

-------------------- --------------- -------------

n2z_outb_buffer_sz 1 4096



n2z_max_zstrbuf_pgs 1 8



(Note the correct values indicated in the right hand

column above.)



This problem has been fixed in the following patch:



PHNE_26693

11.00 3.10.01 ACC Base Software Product Patch



Note: This patch, as with any patch, may be superseded.

Please check for the latest patches at the IT Resource

Center (ITRC) at the following web site:



http://www.itrc.hp.com





Here is an alternative fix:



1. vi /usr/sam/lib/kc/paramsACC.tx



Change the last 2 lines...



FROM:

n2z_outb_buffer_sz:1:0:Network:0:ACC Internal Reserved:

n2z_max_zstrbuf_pgs:1:0:Network:0:ACC Internal Reserved:



TO:

n2z_outb_buffer_sz:4096:0:Network:0:ACC Internal Reserved:

n2z_max_zstrbuf_pgs:8:0:Network:0:ACC Internal Reserved:



2. cd /var/sam

mv boot.config boot.config.orig



3. cd /stand



4. vi system



Remove entries for n2z_outb_buffer_sz and n2z_max_zstrbuf_pgs.



5. mk_kernel -o ./vmunix



6. reboot -q



ALT KEYWORDS

고광태
중학생

sam에서 kernel...

제가 문제를 잘못이해를 했네요~ 죄송^^;



.tlog 파일의 내용을 확인해보세요~ 아래의 에러메세지가 있는지..



"N2 transmit limit"



11:24:05 zx25d 00516 Link 001: Abnormal event (4) for L2 state (7)!

Event has been ignored!

11:29:53 zx25d 00605 Link ZLU 001 down; exceeded N2 retransmit limit.

Mux= 0, Port= 0, Subchannel= 1.



만약에 있다면 김병수님의 방법대로 조치해보시길..