<?xml version="1.0" encoding="UTF-8" ?><feed xmlns="http://www.w3.org/2005/Atom">
	<title>HP</title>
		<link rel="alternate" type="text/html" hreflang="ko" href="https://ischo.net/bd_hp"/>
	<link rel="self" type="application/atom+xml" href="https://ischo.net/bd_hp/atom"/>
	<updated>2026-04-18T23:02:06+00:00</updated>
	<id>https://ischo.net/bd_hp/atom</id>
	<generator>Rhymix</generator>
		<entry>
		<title>HP rx2660서버에서 H/W RAID 구성하기</title>
		<link rel="alternate" type="text/html" href="https://ischo.net/bd_hp/21957"/>
		<link rel="replies" type="text/html" href="https://ischo.net/bd_hp/21957#comment"/>		<id>https://ischo.net/bd_hp/21957</id>
		<published>2019-10-04T01:31:48+00:00</published>
		<updated>2019-10-04T01:35:31+00:00</updated>
		<author>
			<name>ischo</name>
		</author>
		<summary type="text">HP rx2660서버에서 H/W RAID 구성하기 1. EFI shell로 부팅 Searching for devices Broadcom NetXtreme Gigabit Ethernet (BCM5704) is detected (PCI-X) Broadcom NetXtreme Gigabit Ethernet (BCM5704) is detected (PCI-X) Loading.: EFI Shell [Built-in] EFI Shell UEFI version 2.00 [14.62] Device mapping table fs0 : Acpi(HWP0002,PNP0A03,200)/Pci(1|0)/Sas(Addr5000CCA00A4C70FD,Lun0)/HD(Part1,SigCA19F478-E551-11E9-...</summary>
							</entry><entry>
		<title>특정계정만 ssh 접속 불가 sftp 만 접속 가능한 환경 만들기</title>
		<link rel="alternate" type="text/html" href="https://ischo.net/bd_hp/21270"/>
		<link rel="replies" type="text/html" href="https://ischo.net/bd_hp/21270#comment"/>		<id>https://ischo.net/bd_hp/21270</id>
		<published>2019-05-09T10:24:17+00:00</published>
		<updated>2019-08-07T15:37:43+00:00</updated>
		<author>
			<name>ischo</name>
		</author>
		<summary type="text">원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 참고 : https://support.hpe.com/hpsc/doc/public/display?docId=emr_na-c01516983목표 : HP-UX 환경에서 sftpuser 계정으로 ssh 접속은 불허용, sftp접속만 가능하도록 구성1. 디렉토리 생성# mkdir -m 755 /sftpdir2. 계정생성# useradd -d /sftpdir/home/sftpuser -s /bin/sh sftpuser3. /opt/ssh/utils/ssh_...</summary>
							</entry><entry>
		<title>HP-UX 환경에서 접근제어 사용하기</title>
		<link rel="alternate" type="text/html" href="https://ischo.net/bd_hp/18602"/>
		<link rel="replies" type="text/html" href="https://ischo.net/bd_hp/18602#comment"/>		<id>https://ischo.net/bd_hp/18602</id>
		<published>2016-06-01T16:33:00+00:00</published>
		<updated>2016-06-01T16:36:01+00:00</updated>
		<author>
			<name>조인상</name>
		</author>
		<summary type="text">원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ HP-UX 환경에서는 리눅스의 TCP Wrapper와 유사하게 IP기반의 접근제어를 제공한다.TCP Wrapper와 마찬가지로 inetd 슈퍼데몬에 태워져 있는 데몬을 대상으로 동작한다.1. 접근제어파일 /var/adm/inetd.sec2. 접근제어파일 설정예telnet allow 192.168.0.1 192.168.0.2 192.168.0.3 192.169.0.* 192.169.* \ 10....</summary>
							</entry><entry>
		<title>HP rp시리즈에서 mirror(lv-copy) 된 디스크 교체 : replace disk in mirror vg</title>
		<link rel="alternate" type="text/html" href="https://ischo.net/bd_hp/18559"/>
		<link rel="replies" type="text/html" href="https://ischo.net/bd_hp/18559#comment"/>		<id>https://ischo.net/bd_hp/18559</id>
		<published>2016-05-17T17:36:39+00:00</published>
		<updated>2018-03-17T15:37:25+00:00</updated>
		<author>
			<name>조인상</name>
		</author>
		<summary type="text">원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ HP rp시리즈에서 mirror(lv-copy) 된 디스크 교체[ 시나리오 ]HP rp 시리즈 서버에서 /dev/dsk/c2t0d0 , /dev/dsk/c2t1d0 디스크 2개로 mirror vg 가 구성되어 있는 상태에서두번째 디스크 /dev/dsk/c2t1d0 에서 Fail이 발생한 경우[ 작업절차 ]1. Fail이 발생한 디스크를 vg로 부터 제거2. 물리디스크 교체3. ...</summary>
							</entry><entry>
		<title>bdf의 결과를 GB단위로 보여주는 스크립트</title>
		<link rel="alternate" type="text/html" href="https://ischo.net/bd_hp/18201"/>
		<link rel="replies" type="text/html" href="https://ischo.net/bd_hp/18201#comment"/>		<id>https://ischo.net/bd_hp/18201</id>
		<published>2015-10-26T15:20:59+00:00</published>
		<updated>2018-03-17T15:37:01+00:00</updated>
		<author>
			<name>조인상</name>
		</author>
		<summary type="text">원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ HP-UX의 bdf 명령어는 KB단위로 파일시스템 사용량 테이블을 보여주기 때문에 GB단위로 보고자 할때 불편하다.아래의 스크립트를 gdf 라는 이름으로 심볼릭링크를 걸어서 사용하면 편리하다.#!/usr/bin/ksh####################################################################################### script by ...</summary>
							</entry><entry>
		<title>Vmware ESXI 환경에서 HP Smart Array CLI 사용하기 - command 예제</title>
		<link rel="alternate" type="text/html" href="https://ischo.net/bd_hp/18079"/>
		<link rel="replies" type="text/html" href="https://ischo.net/bd_hp/18079#comment"/>		<id>https://ischo.net/bd_hp/18079</id>
		<published>2015-07-29T13:02:31+00:00</published>
		<updated>2015-07-29T13:02:31+00:00</updated>
		<author>
			<name>조인상</name>
		</author>
		<summary type="text">원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 어플리케이션 설치 확인# esxcli software vib list | grep Hewlett-Packardhpssacli 1.60.17.0-5.5.0.1198610 Hewlett-Packard PartnerSupported 2014-07-10HP SSACLI 설치 - HP site 에서 HP Proliant Smart Array Controller Driver for VMware ESXi 를 다운로드 받아 아래의 커맨드로 설치한다. # esxicli s...</summary>
							</entry><entry>
		<title>VG00 의 mirror 상태 점검 스크립트</title>
		<link rel="alternate" type="text/html" href="https://ischo.net/bd_hp/17989"/>
		<link rel="replies" type="text/html" href="https://ischo.net/bd_hp/17989#comment"/>		<id>https://ischo.net/bd_hp/17989</id>
		<published>2015-06-11T15:21:37+00:00</published>
		<updated>2015-06-11T15:21:37+00:00</updated>
		<author>
			<name>조인상</name>
		</author>
		<summary type="text">원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 물리디스크 2개를 LV copy 형태로 mirror 했을 경우 일상점검 방법으로 mirror 가 정상적으로 유지되고 있는지 확인하는 방법은 다음과 같다.# lvdisplay -v &lt;LV명&gt; 의 결과중 stale 상태인 LE의 개수가 0 이상인 경우단, 이 방법은 LV의 개수만큼 수행해야 하기 때문에 반복된 작업일 경우 번거로워 다음의 스...</summary>
							</entry><entry>
		<title>HP-UX에 JDK 1.5 설치</title>
		<link rel="alternate" type="text/html" href="https://ischo.net/bd_hp/16426"/>
		<link rel="replies" type="text/html" href="https://ischo.net/bd_hp/16426#comment"/>		<id>https://ischo.net/bd_hp/16426</id>
		<published>2013-10-15T13:02:31+00:00</published>
		<updated>2013-10-15T13:22:44+00:00</updated>
		<author>
			<name>조인상</name>
		</author>
		<summary type="text">원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ * 환경 : HP-UX 11.23 IA64 1. 다운로드 http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXJAVAHOME 2. 이미 설치된 버전의 jdk 확인# swlist -l product | grep -i java ISEE-Java A.01.40.03 RST Java Runtime 1.4 Jdk14 1.4.2.10.05 Java2 1.4 SDK Jdk15 1.5.0.03.02 Java...</summary>
							</entry><entry>
		<title>HP-UX Web Server Suite Installation guide</title>
		<link rel="alternate" type="text/html" href="https://ischo.net/bd_hp/16272"/>
		<link rel="replies" type="text/html" href="https://ischo.net/bd_hp/16272#comment"/>		<id>https://ischo.net/bd_hp/16272</id>
		<published>2013-09-11T13:04:12+00:00</published>
		<updated>2013-09-11T13:48:45+00:00</updated>
		<author>
			<name>조인상</name>
		</author>
		<summary type="text">원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어 출처 : https://h20392.www2.hp.com/portal/swdepot/displayInstallInfo.do?productNumber=HPUXWSATW326#10822 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ HP-UX Web Server Suite Installation guide TABLE OF CONTENTS Overview Installation Newconfig Support HP-UX Apache-based Web Server HP-UX Tomcat-based Servlet Engine HP-UX Webmin-based Ad...</summary>
							</entry><entry>
		<title>Event Monitoring Service - Event Log path</title>
		<link rel="alternate" type="text/html" href="https://ischo.net/bd_hp/16043"/>
		<link rel="replies" type="text/html" href="https://ischo.net/bd_hp/16043#comment"/>		<id>https://ischo.net/bd_hp/16043</id>
		<published>2013-07-03T10:16:16+00:00</published>
		<updated>2013-07-03T14:49:51+00:00</updated>
		<author>
			<name>조인상</name>
		</author>
		<summary type="text">원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ Event Monitoring Service Event Notification 관련 로그 위치 /var/opt/resmon/log/event.log</summary>
							</entry><entry>
		<title>HP-UX에 gcc 설치</title>
		<link rel="alternate" type="text/html" href="https://ischo.net/bd_hp/9755"/>
		<link rel="replies" type="text/html" href="https://ischo.net/bd_hp/9755#comment"/>		<id>https://ischo.net/bd_hp/9755</id>
		<published>2013-04-10T21:36:42+00:00</published>
		<updated>2013-04-10T21:36:42+00:00</updated>
		<author>
			<name>조인상</name>
		</author>
		<summary type="text">원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ apache 설치중 컴파일러 관련 에러가 나서 gcc 를 재설치 하게 됨. 다운로드 : http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801?ciid=2a08725cc2f02110725cc2f02110275d6e10RCRD&amp;jumpid=reg_r1002_usen_c-001_title_r0001 여기서 depot 파일을 찾아서 설치# swinstall -...</summary>
							</entry><entry>
		<title>장비 H/W미러링 장치 확인 및 미러상태 점검</title>
		<link rel="alternate" type="text/html" href="https://ischo.net/bd_hp/8975"/>
		<link rel="replies" type="text/html" href="https://ischo.net/bd_hp/8975#comment"/>		<id>https://ischo.net/bd_hp/8975</id>
		<published>2013-02-24T17:06:17+00:00</published>
		<updated>2021-02-23T16:41:34+00:00</updated>
		<author>
			<name>조인상</name>
		</author>
		<summary type="text">원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1. SAS장치면# ioscan -fnkC sas# sasmgr get_info -D /dev/sasd0 -q raid 2. CISS 장치면 # ioscan -fnk | grep ciss# sautil /dev/ciss1</summary>
							</entry><entry>
		<title>해당 포트를 열고 있는 프로세스 확인방법. netstat, lsof</title>
		<link rel="alternate" type="text/html" href="https://ischo.net/bd_hp/8209"/>
		<link rel="replies" type="text/html" href="https://ischo.net/bd_hp/8209#comment"/>		<id>https://ischo.net/bd_hp/8209</id>
		<published>2012-09-20T11:57:38+00:00</published>
		<updated>2012-09-20T11:57:38+00:00</updated>
		<author>
			<name>조인상</name>
		</author>
		<summary type="text">원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어+++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1. 리스닝하고 있는 포트 검색 # netstat -an | grep 22 | grep LISTEN tcp 0 0 *.22 *.* LISTEN 2. 22번 포트를 실행중인 데몬을 알고 싶은 경우 다음과 같이 확인 가능. # lsof -i | grep 22 sshd 673 root 4u IPv4 0x4badd1c0 0t0 TCP *:22 (LISTEN) --&gt; sshd 데몬이 TCP 22번 포트로 리스닝하고 있음. 673번...</summary>
							</entry><entry>
		<title>시리얼 케이블 제작방법</title>
		<link rel="alternate" type="text/html" href="https://ischo.net/bd_hp/7766"/>
		<link rel="replies" type="text/html" href="https://ischo.net/bd_hp/7766#comment"/>		<id>https://ischo.net/bd_hp/7766</id>
		<published>2012-06-26T17:46:55+00:00</published>
		<updated>2012-06-26T17:47:17+00:00</updated>
		<author>
			<name>조인상</name>
		</author>
		<summary type="text">원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어+++++++++++++++++++++++++++++++++++++++++++++++++++++++ RS-232C Serial Cable for HP-UX Servers &amp; SAN Members only : http://www.ischo.net/7762</summary>
							</entry><entry>
		<title>HP Integrated Lights-Out User Guide</title>
		<link rel="alternate" type="text/html" href="https://ischo.net/bd_hp/7137"/>
		<link rel="replies" type="text/html" href="https://ischo.net/bd_hp/7137#comment"/>		<id>https://ischo.net/bd_hp/7137</id>
		<published>2012-03-13T16:04:48+00:00</published>
		<updated>2012-05-25T18:29:11+00:00</updated>
		<author>
			<name>조인상</name>
		</author>
		<summary type="text">원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어+++++++++++++++++++++++++++++++++++++++++++++++++++++++ HP Integrated Lights-Out User Guide</summary>
							</entry></feed> 
