PSI X.25 config

HPUX : 2008. 12. 8. 20:40

PSI X.25 J2793B

  sam -> networking and Communications -> Network Interface Cards -> X.25 선택
   Configure X.25 Address 에서
             X.25 Address: 임의의 값
       Programmtic Address Name : 임의의 이름 ( 나머지는 주어진 값을 주면 됨 )
       8  1

  # x25init -c /etc/x25/x25config_0p1
  # x25stat -d /dev/x25_0p1

  교환가상회선(SVC : Switched Virtual Circuit) : 통신을 행할 때마다 통신경로를 설정/ 해제  1
  고정가상회선(PVC : Permanent Virtual Circuit) : 미리 지정된 상대방과 통신경로가
                                                                고정적으로 성립되어 있는 방식 8

Posted by 2540BE400
 hpux -lm 으로 booting
 vgexport vg00
 mkdir /dev/vg00
 mknod /dev/vg00/group c 64 0x000000
 vgimport /dev/vg00  < ioscan 해서나온 disk >
 lvlnboot -b < boot lvol >
 lvlnboot -s < swap lvol >
 lvlnboot -d < dump lvol >
 lvlnboot -r  < root lvol >   
 lvlnboot -R
Posted by 2540BE400

APA config lanmonitor

HPUX : 2008. 12. 8. 20:18

 /sbin/init.d/hplm stop
 /sbin/init.d/hpapa stop
 vi /etc/rc.config.d/hp_apaportconf
 /sbin/init.d/hpapa start
 cd /etc/lanmon
 lanqueryconf -s
 vi /etc/lanmon/lanmon.ascii
 /sbin/init.d/hplm start
Posted by 2540BE400