'HP-UX'에 해당되는 글 35건

  1. 2007.12.03 HP-UX System Management Homepage
  2. 2007.12.03 Umask Value
  3. 2007.12.03 FTP 명령어
  4. 2007.12.03 JFS
  5. 2007.12.03 PAM
  6. 2007.12.03 이곳은....
  7. 2007.11.28 HP-UX용 SW 다운로드 Site
  8. 2007.11.13 WARNING: modpath: DLKM is not initialized
  9. 2007.11.09 패치 설치
  10. 2007.11.03 HP Unix에서 압축명령어
o The HP-UX System Management Homepage is started using which URL?
- http://hostname:2301
반응형
Posted by She쥐포s

2007. 12. 3. 21:48 Unix/HP-UX

Umask Value

o What is the default umask value for a non-root user?
- 022

반응형
Posted by She쥐포s

2007. 12. 3. 21:45 Unix/HP-UX

FTP 명령어

o FTP 명령어
    - get
        단일 파일 전송(수신)
    - put
        단일 파일 전송(송신)
    - mget
        복수 파일 전송(수신)
    - mput
        복수 파일 전송(송신)
    - ha(sh)
        전송시 hash prompt(#) 출력
    - bi(n)
        binary mode 전송(바이너리 파일 전송)
    - asc(ii)
        ascii mode 전송(일반 파일(텍스트파일) 전송)
    - -
        파일내용 표준출력(화면출력)
반응형
Posted by She쥐포s

2007. 12. 3. 21:35 Unix/HP-UX

JFS

o Journaled File System
    intent log의 역할
        - Log meta dada changes

반응형
Posted by She쥐포s

2007. 12. 3. 21:14 Unix/HP-UX

PAM

o What is PAM(Pluggable Authentication Module) used for?
- To tell each service which authentication module to use
- 서비스별로 사용할 인증 모듈을 지정

반응형
Posted by She쥐포s

2007. 12. 3. 20:17 Unix/HP-UX

이곳은....

HPCP CSA Study 공간으로 꾸밀 예정이다.
단순한 Brain Dump가 아닌 공부할 수 있는 공간이 되기를 바라면서...
토론의 장이 될 수도 있길 바라면서...

반응형
Posted by She쥐포s

http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/

HP-UX 교육받을 때 알게된 사이트인데 인터넷 돌아다니다 보니 또 생각이 나서

반응형
Posted by She쥐포s

HP-UX에서 제목과 같은 메시지가 발생할 때

퍼옴..

kernel의 현재 버전과 /stand/dlkm/symtab에 있는  
symbol table의 버전이 맞지 않아서 발생하는 문제 입니다.
 
아래와 같은 명령어로 확인하고 kernel을 아래처럼 다시 구성하십시오:  
 
 echo mod_initialized/D | adb -k /stand/vmunix /dev/mem
 
 1. cd /stand/build
 2. /usr/lbin/sysadm/system_prep -s system
 3. mk_kernel -s system
 4. kmupdate /stand/build/vmunix_test
 5. shutdown -ry 0
 
주의: reboot command를 사용하지 마십시오.

http://hprc.co.kr/description.aspx?id=KBRC0000209285&type=제목&search=modpath:%20DLKM%20is%20not%20initializ&crit=All%20Words

반응형
Posted by She쥐포s

2007. 11. 9. 10:08 Unix/HP-UX

패치 설치

설치 지침(Instructions):

Please review all instructions and the Hewlett-Packard
SupportLine User Guide or your Hewlett-Packard support terms
and conditions for precautions, scope of license,
restrictions, and, limitation of liability and warranties,
before installing this patch.

=> 패치를 설치하기 전에 모든 지침을 읽어보라는 뜻.. (ㅡ.ㅡ)
------------------------------------------------------------
1. 패치를 설치하기 전에 시스템을 백업한다.

2. root로 로그인한다.

3. 패치를 /tmp 디렉토리에 복사한다.

4. /tmp 디렉토리로 이동하여 패치를 푼다(unshare):
    # cd /tmp
    # sh PHSS_XXXXX

5. 패치를 설치하기 위해 swinstall을 실행한다:

    # swinstall -x autoreboot=true -x patch_match_target=true \
                                       -s /tmp/PHSS_XXXXX.depot

기본적으로 swinstall은 원본(Original) 소프트웨어를 /var/adm/sw/save/PHSS_XXXXX
저장할 것이다. 원본 소프트웨어의 복사본을 보존하지 않으려면 patch_save_files 옵션을
위의 swinstall 명령에 포함시켜라:

               -x patch_save_files=false

주의 : 만일 patch_save_files 옵션이 false로 주어진 채 패치가 설치되면, 그 패치는 제거할
수 없다. 이 기능을 사용할 때는 조심하기 바란다.

향후에 참고하고자 할 때 PHSS_XXXXX.text 파일의 내용은 product readme에서 이용할 수 있다.

    # swlist -l product -a readme -d @ /tmp/PHSS_XXXXX.depot

이 패치를 자기 테잎에 넣고 테잎에서 설치를 하려면 다음의 명령을 사용하라:

    # dd if=/tmp/PHSS_XXXXX.depot of=/dev/rmt/0m bs=2k
반응형
Posted by She쥐포s
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
                             UNIX GURU UNIVERSE
                                UNIX HOT TIP

                       Unix Tip 2360 - June 18, 2006

                   http://www.ugu.com/sui/ugu/show?tip.today
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
gzip, znew, compress

HP Unix에서 "compress" 명령은 약 50~60%를 압축한다. "gzip"은 80%까지 파일을
압축한다. HP Unix에는 compress 파일(*.Z(註: 대문자))을 zip파일(註: *.gz)로
변환해주는 명령이 있다. "znew"는 자동으로 compress 파일(*.Z)을 gunzip파일(*.gz)로
변환해 준다.
 
예:
$ znew test.Z
 
@@@@@@@@@@@@@@@@@@@@[ 원문 ]@@@@@@@@@@@@@@@@@@@@
 
gzip, znew, compress
 
In HP Unix "compress" command will compress
around 50 to 60%.  "gzip" will compress the
file upto 80%. There is a command available
in HP's unix to convert a compress file to
a zip file. "znew" will automatically
convert compressed files(*.Z) to gunzip
files(*.gz).

Example:
$ znew test.Z
반응형
Posted by She쥐포s
이전버튼 1 2 3 4 이전버튼

블로그 이미지
She쥐포s
Yesterday
Today
Total

달력

 « |  » 2024.4
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30

최근에 올라온 글

최근에 달린 댓글

글 보관함