'분류 전체보기'에 해당되는 글 41건

  1. 2009.01.07 Ignite-UX 에서 복구시 client system 부팅방법 by 2540BE400
  2. 2008.12.08 Depot Server 를 이용한 Cold Install by 2540BE400
  3. 2008.12.08 ACC X.25 config by 2540BE400
  4. 2008.12.08 PSI X.25 config by 2540BE400
  5. 2008.12.08 dd 복사 root disk 다른서버에서 사용하기 by 2540BE400
  6. 2008.12.08 APA config lanmonitor by 2540BE400
  7. 2008.12.01 LCD 패널 불량화소 검사 by 2540BE400
  8. 2008.11.25 Network을 이용한 여러가지 활용 by 2540BE400
  9. 2008.10.10 root mirror disk 복구 by 2540BE400
  10. 2008.10.10 Ignite-ux backup tape 내용확인 & 복구 by 2540BE400

상황에 맞게 아래의 방법중 선택해서 booting

1. PA-RISC system
 
  LAN booting  => boot lan.n.n.n.n install ( n.n.n.n Ignite-UX server system IP )

  Tape drive or OS Install CD 로 booting

  Ignite-UX server 에서 client system 을 강제적으로 booting
     =>1) Ignite-UX server system 에서 ignite 명령을 실행
          2) client system list 에서 booting 할 client 선택
          3) 메뉴에서 Actions -> boot client -> confirm 메시지 창에서 OK -> Yes 


2. IA system

  Tape drive or OS Install CD 로 booting

  Ignite-UX server 에서 client system 을 강제적으로 booting 
    => 1) Ignite-UX server system 에서 ignite 명령을 실행
         2) client system list 에서 booting 할 client 선택
         3) 메뉴에서 Actions => boot client => confirm 메시지 창에서 OK => Yes


  LAN booting  ; EFI shell 에서 dbprofile 명령을 이용해서 booting
    => 1) Shell> dbprofile -dn bootprofile -sip 192.168.1.200 -cip 192.168.1.70 -gip 192.168.1.1
                                    -m 255.255.255.0 -b "/opt/ignite/boot/nbp.efi" 

                           
              Ignite-UX
서버 IP 주소(-sip)        192.168.1.200
  
              Ignite 클라이언트 IP 주소(-cip)    192.168.1.70
             
게이트웨이 IP 주소(-gip)             192.168.1.1
              네트워크 마스크(-m)                  255.255.255.0                            
              부팅 파일 이름
(-b)                     /opt/ignite/boot/nbp.efi


         2) Shell> dbprofile   =>  dbprofile 명령으로 현재의 dbprofile 설정을 확인
         3) Shell> lanboot select –dn bootprofile  => lanboot 명령으로 lan booting 하기  
                                                              위한 네트워크 카드를 선택후 Enter

Posted by 2540BE400

동시에 여러대의 system 에 DVD 로 OS 를 설치하고 싶을때

11.23에서

# mkdir /Depots
# mount /dev/dsk/cXtYdZ /cdrom
# swcopy -s /cdrom    ( /Depots 로 copy )
# cd /Depots
# make_config -s $PWD -c /var/opt/ignite/data/Rel_B.11.23/core_cfg 
                                        => make_config를 실행해 /Depots 디렉토리를 가리키게함
# manage_index -a -f /var/opt/ignite/data/Rel_B.11.23/core_cfg
                                        => /var/opt/ignite/INDEX 파일에 추가
# swreg -l depot /Depots       => Depots 서버에 등록
# vi /etc/exports                   

 ( anon=2 /etc/passwd 계정 UID : bin )

/var/opt/ignite/clients -anon=2
/Depots -anon=2

exportfs -av
=====================================================================

11.31 에서

# mkdir /Depots
# mount /dev/dsk/cXtYdZ /cdrom
# swcopy -s /cdrom    ( /Depots 로 copy )
# cd /Depots
# make_config -s $PWD -c /var/opt/ignite/data/Rel_B.11.31/core_cfg 
                                        => make_config를 실행해 /Depots 디렉토리를 가리키게함
# manage_index -a -f /var/opt/ignite/data/Rel_B.11.31/core_cfg
                                        => /var/opt/ignite/INDEX 파일에 추가
# swreg -l depot /Depots       => Depots 서버에 등록

# vi /etc/dfs/dfstab

share -F nfs -o anon=2 /var/opt/ignite/clients 

share -F nfs -o anon=2 /Depots


# /usr/sbin/shareall -F nfs                

=======================================================================

Posted by 2540BE400

ACC X.25 config

HPUX : 2008. 12. 8. 20:44

  #cd /opt/acc/cfg
  #vi zmasterd_list   ==> x25.tmem
  #cp x25_loop_answ x25.answ
  #vi x25.answ   ==>  rs232 -> V35  ,   Int -> Ext
  #ttgen -o x25.answ x25.tmem
  #zmasterd stop
  #zmasterd kill
  #zmasterd start
  #x25init -c /etc/x25/x25accmXpX
  #z25stat -d /dev/x25accmXpX

Posted by 2540BE400

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

 


LCD 구매후 점검할때 사용..

pixelchecker LCD check.exe

lcd.exe

Posted by 2540BE400

Network을 이용한 여러가지  활용

  • 자기자신의 Backup을 recovery
  • Golden Image 를 이용한 OS Install
  • swcopy를 이용한 OS Install DVD depot 서버 만들기 ==> Network 이용한 빠른 OS Install
  • 기타 필요한 Product depot 서버 만들기
Posted by 2540BE400

root mirror disk 복구

HPUX : 2008. 10. 10. 21:58
/dev/vg00
/dev/dsk/c0t0d0
/dev/dsk/c1t0d0   ==> fault mirror disk 

  1. dd test 로 /dev/dsk/c1t0d0 disk 확인
  2. pvchange -a n /dev/dsk/c1t0d0            ==> pvchange 후 disk 교체 
  3. ioscan -fnCdisk                                   ==> disk 확인
  4. vgcfgrestore -n /dev/vg00 /dev/rdsk/c1t0d0
  5. vgchange -a y vg00
  6. mkboot /dev/dsk/c1t0d0
  7. vgsync vg00        ( vgsync 명령은 실행하지 않아도 sync 가 걸리는 경우가 있으니 확인후 vgsync )
Posted by 2540BE400
PA-RISC System

mt -f /dev/rmt/0mn fsf 1                   Data 영역이동
tar tvf /dev/rmt/0mn                         내용확인
tar xvf /dev/rmt/0mn etc/passwd      복구
 

Itanium System

mt -f /dev/rmt/0mn fsf 22                  Data 영역이동
tar tvf /dev/rmt/0mn                         내용확인
tar xvf /dev/rmt/0mn etc/passwd      복구
 
Posted by 2540BE400