▶ HPUX에서 사용 패키징 시스템은 .depot 라는 이름으로 관리 된다.
▶ hp 공식 패키지 다운로드
▶ hpux 패키지 다운로드
http://hpux.connect.org.uk/
HP-UX Porting and Archive Centre | Home
Using the Depothelper package helps you to easily download, install or uninstall HP-UX archive depot packages and their dependencies. It can download sets of packages and their dependencies (caching them for later use) and then install any of them that are
hpux.connect.org.uk
#apache 설치 여부 확인
swlist | grep -i apache
#설치 명령어
swinstall -s /home/test/HPUX-apache/HP_UX_11.31_HPUXWS22ATW-B409-11-31-64.depot
#SD Install 화면이나오면 해당 패키지 선택 후
Actions -> install 로 설치 진행
#패키지 삭제
swremove
[hpser:/]#swlist apache
# Initializing...
# Contacting target "hpser"...
ERROR: Software "apache" was not found on host "hpser:/".
[hpser:/]#swlist | grep -i apache
hpuxws22Apache B.2.2.15.22 HP-UX Apache-based Web Server
swinstall -s /home/test/HPUX-apache/HP_UX_11.31_HPUXWS22ATW-B409-11-31-64.depot
/-- 2.4버전 설치 에러
swinstall -s /home/test/HPUX-apache/HP_UX_11.31_HPUXWS24ATW-B511-11-31-64.depot
swreg -l depot /home/test/HPUX-apache/HP_UX_11.31_HPUXWS24ATW-B511-11-31-64.depot
│ Logfile: hpser:/var/adm/sw/swagent.log │
│
/-- OpenSSL 설치 필요
swinstall -s /home/test/HPUX-apache/OpenSSL_A.01.01.01l.001_HP-UX_B.11.31_IA_PA.depot
/-- 작업 후
[hpser:/home/test/HPUX-apache]#swlist | grep -i apache
hpuxws22Apache B.2.2.29.04 HP-UX Apache-based Web Server
[hpser:/home/test/HPUX-apache]#swlist | grep -i openssl
OpenSSL A.01.01.01l.001 Secure Network Communications Protocol
openssl A.01.00.02k.001 Secure Network Communications Protocol
'IT > HPUX' 카테고리의 다른 글
트러스트 모드 (0) | 2022.12.06 |
---|---|
HP 클러스터 HP MC service Guard_2(정상 실행 상태 예제) (0) | 2022.10.13 |
mknod mksf 차이 (0) | 2022.08.09 |
HPUX 디스크 LVM작업 (0) | 2022.07.24 |
ioscan --help (0) | 2022.07.24 |