HP-UX
1825001 회원
2548 온라인
109678 솔루션
새 메시지

GSP 질문입니다..

 
이옥경
임시 수집가

GSP 질문입니다..

안녕하세요??



GSP의 에러로그 내용을 /tmp 에 저장할수 있나여??

방법좀 알려주세염...



글구 하나더...gsp 원격접속은 어케하는건지 좀 알려주심...

감사하겠습니다..



우선 /tmp에 저장하는게 급합니다..



그럼..꾸~~벅~~
2 응답 2
고광태
중학생

GSP 질문입니다..

아래의 방식대로 로그를 받을수있습니다.



즉 # cclogview ccerrlog > /tmp/GSP.log



자세한 내용은 아래를 참조하세요..





#man cclogview



cclogview(8)



NAME

cclogview - view chassis code log files created by the HP-UX cclogd(1m) daemon.

< etc...>



Small example ?



# pwd

/var/stm/logs/os

# ls

ccbootlog ccbootlog.15 ccbootlog.19 log1.fmt1 log1.raw.cur

ccbootlog.12 ccbootlog.16 ccbootlog.20 log1.fmt2 memlog

ccbootlog.13 ccbootlog.17 ccbootlog.21 log1.fmt3

ccbootlog.14 ccbootlog.18 ccerrlog log1.fmt4



Viewing the boot chassis codes :



# cclogview ccbootlog | more

Superdome cc_translator version 1.4 built for PDC version 35.1

0 PDC 0,0,0 1 04/07/2003 12:19:28

Log Entry 0: 04/07/2003 12:19:28

Alert Level 1: Forward progress, no failure; Keyword:

Platform 0 ; Status: 0

Logged by system firmware 0 during configuration subActivity 6f

System state change: Booting

< etc...>



Viewing the error log chassis codes :



# cclogview ccerrlog | more

Superdome cc_translator version 1.4 built for PDC version 35.1

0 HPUX 0,0,0 1 HALTED 03/17/2003 12:30:47

Log Entry 0: 03/17/2003 12:30:47

Alert Level 1: Forward progress, no failure; Keyword: HALTED

Processor 0 ; Status: 0

Logged by HP-UX 0 during system shutdown subActivity 0

System state change: HALTED

< etc...>



This command is added with the September 2001 OnlineDiags.

김병수
본과생

GSP 질문입니다..

GSP 의 원격접속은 Lan console를 설정하는 방법과 cu를 이용하는 방법이 있습니다.



GSP > lc (lan configuration)

This command allows you to modify the LAN configuration.

Current configuration:



MAC Address : 0x001083ff7090

IP Address : 210.112.255.31

GSP Host Name: uninitialized

Subnet Mask : 255.255.255.0

Gateway : 210.112.255.1



이런식으로 lan console용 ip를 설정한다음



GSP > el (Enable/disable LAN access)

enable로 하시면 되구요.



system 앞에 remote의 lamp에 on이 됩니다.



cu를 이용하는 방법은

1. # cd /dev

2. # mknod tty1p0 c 1 0x010000

3. # cd /usr/lib/uucp/

4. # vi Systems

gspiport Any;

gspiport,f900 - ''''\r\d\r\d\r ogin:-BREAK- ogin: uucp asswrd: uucp-BREAK-ogin: uucp asswrd: uucp

:wq

5. # cd /usr/lib/uucp6.

6. # vi Devices

gspiport tty1p0 - 9600 direct

:wq!



7. # cu -l /dev/tty1p0

8. login : enter

9. password : enter

10. GSP> sl

11. .................................> e

12. set up ..........................?> n

13. ....................................?> q ( sl 에서 빠져나올때)

12. GSP mode에서 완전히 빠져나올려면 ~.



하시면 됩니다.



그럼~~