본문 바로가기
반응형

전체 글357

[HP-UX] IA Server HP-UX 11.23 미러 구성 1. partition file을 만들기.(임의의 파일 이름 사용) # vi /tmp/partition_file 3 EFI 500MB HPUX 100% HPSP 400MB * 11.22에서는 partition 2개, 11.23 partition 3개(Service partition s3 추가됨) 11.22의 경우: # vi /tmp/partition_file 2 EFI 100MB HPUX 100% 2. Partition file을 이용하여 IPF disk를 위한 partition을 만든다. # idisk -wf /tmp/partition_mirror /dev/rdsk/c4t6d0 idisk version: 1.31 ********************** WARNING *******************.. 2008. 4. 30.
[HP-UX] APA 구성 lanscan 시 위와 같이 Linkagg0 과 같은 형태로 나타나며 #lanscan -q 3 0 100 1 2 101 102 103 104 lan1 과 lan2 card 가 lan100 으로 apa 구성 되어 있음을 의미 합니다. 위의 자세한 구성은 아래와 같이 설정 한 것입니다. 구성 예 etc/rc.config.d/hp_apaconf /etc/rc.config.d/hp_apaportconf /etc/rc.config.d/netconf 먼저 lan1 , lan2 의 두개의 NIC를 하나의 APA로 그것도 load balancing mode 로한다고 가정하고 아래의 방법대로 file을 수정하십시요. 아래의 setting은 여러번 test했던 가장 간단하고 문제없는 방법입니다. netconf에서는 lan.. 2008. 4. 30.
[HP-UX] SSH 설치하기 http://h20293.www2.hp.com/ "ssh" 로 검색 "HP-UX Secure Shell" 의 "Receive For Free" 선택 (ex. T1471AA_A.04.50.009_HP-UX_B.11.11_32+64.depot) 현재 경로에 다운로드받은 파일 업로드(복사)하고 swinstall -s `pwd`/....depot 스페이스바로 select하고 Tab키로 이동하여 Actions -> Install... 선택하면 잠시 Analysis 후 OK버튼이 활성화되면 Tab을 수차례 눌러 OK 선택하고 이후 같은 방법으로 Done 선택하면 완료됨 2008. 4. 30.
[HP-UX] 10.20 에서 OS Backup /opt/ignite/bin/make_recovery -Av 2008. 4. 30.
[HP-UX] FileSystem increase (lvextend) umount /APP lvextend -L 5120M /dev/vg00/lvol5 extendfs /dev/vg00/rlvol5 mount /APP lvextend -L 2560 /dev/vg00/lvol11 umount /dev/vg00/lvol11 extendfs /dev/vg00/rlvol11 mount /dev/vg00/lvol11 /Files 2008. 4. 30.
[HP-UX] How do I get rid of old 10.x patches or superseded patches? To remove old 10.x patches from /var/adm/sw/patch/, use the command: # cleanup -i Committing a patch causes rollback files associated with that patch to be deleted from /var/adm/sw/save/. To commit all patches that have been superseded at least twice, use the command: # cleanup -c 2 http://www.unixguide.net/hp/faq/5.12.2.4.shtml 2008. 4. 30.
[HP-UX] tcp_time_wait_interval TIME_WAIT이 많이 발생하는 경우, 이 수치를 조절함으로서 해결가능 # ndd -get /dev/tcp tcp_time_wait_interval # ndd -set /dev/tcp tcp_time_wait_interval 1000 2008. 4. 30.
[HP-UX] Modifying an LVM File System Index: Regular tasks I) How to create a Volume Group (VG). II) How to create a Logical Volume (LV) and mount the filesystem. III) How to add a disk to a Volume Group IV) How to increase the size of a logical volume without OnlineJFS (advanced JFS) V) How to remove a Logical Volume VI) How to reduce the size of a logical volume without OnlineJFS (advanced JFS) VII) How to remove a disk from a vol.. 2008. 4. 30.
반응형