<?xml version="1.0" encoding="UTF-8" ?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
	<channel>
		<title>HP</title>
		<link>https://ischo.net/bd_hp</link>
		<description></description>
		<atom:link href="https://ischo.net/bd_hp/rss" rel="self" type="application/rss+xml" />
		<language>ko</language>
		<pubDate>Sun, 19 Apr 2026 00:35:22 +0000</pubDate>
		<generator>Rhymix</generator>
						<item>
			<title>HP rx2660서버에서 H/W RAID 구성하기</title>
			<link>https://ischo.net/bd_hp/21957</link>
						<description>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-...</description>
						<category>HP</category>									<dc:creator>ischo</dc:creator>
			<guid isPermaLink="true">https://ischo.net/bd_hp/21957</guid>
			<comments>https://ischo.net/bd_hp/21957#comment</comments>			<pubDate>Fri, 04 Oct 2019 01:31:48 +0000</pubDate>
		</item><item>
			<title>특정계정만 ssh 접속 불가 sftp 만 접속 가능한 환경 만들기</title>
			<link>https://ischo.net/bd_hp/21270</link>
						<description>원문 : 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_...</description>
						<category>HP</category>									<dc:creator>ischo</dc:creator>
			<guid isPermaLink="true">https://ischo.net/bd_hp/21270</guid>
			<comments>https://ischo.net/bd_hp/21270#comment</comments>			<pubDate>Thu, 09 May 2019 10:24:17 +0000</pubDate>
		</item><item>
			<title>HP-UX 환경에서 접근제어 사용하기</title>
			<link>https://ischo.net/bd_hp/18602</link>
						<description>원문 : 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....</description>
						<category>HP</category>									<dc:creator>조인상</dc:creator>
			<guid isPermaLink="true">https://ischo.net/bd_hp/18602</guid>
			<comments>https://ischo.net/bd_hp/18602#comment</comments>			<pubDate>Wed, 01 Jun 2016 16:33:00 +0000</pubDate>
		</item><item>
			<title>HP rp시리즈에서 mirror(lv-copy) 된 디스크 교체 : replace disk in mirror vg</title>
			<link>https://ischo.net/bd_hp/18559</link>
						<description>원문 : 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. ...</description>
						<category>HP</category>									<dc:creator>조인상</dc:creator>
			<guid isPermaLink="true">https://ischo.net/bd_hp/18559</guid>
			<comments>https://ischo.net/bd_hp/18559#comment</comments>			<pubDate>Tue, 17 May 2016 17:36:39 +0000</pubDate>
		</item><item>
			<title>bdf의 결과를 GB단위로 보여주는 스크립트</title>
			<link>https://ischo.net/bd_hp/18201</link>
						<description>원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ HP-UX의 bdf 명령어는 KB단위로 파일시스템 사용량 테이블을 보여주기 때문에 GB단위로 보고자 할때 불편하다.아래의 스크립트를 gdf 라는 이름으로 심볼릭링크를 걸어서 사용하면 편리하다.#!/usr/bin/ksh####################################################################################### script by ...</description>
						<category>HP</category>									<dc:creator>조인상</dc:creator>
			<guid isPermaLink="true">https://ischo.net/bd_hp/18201</guid>
			<comments>https://ischo.net/bd_hp/18201#comment</comments>			<pubDate>Mon, 26 Oct 2015 15:20:59 +0000</pubDate>
		</item><item>
			<title>Vmware ESXI 환경에서 HP Smart Array CLI 사용하기 - command 예제</title>
			<link>https://ischo.net/bd_hp/18079</link>
						<description>원문 : 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...</description>
						<category>HP</category>									<dc:creator>조인상</dc:creator>
			<guid isPermaLink="true">https://ischo.net/bd_hp/18079</guid>
			<comments>https://ischo.net/bd_hp/18079#comment</comments>			<pubDate>Wed, 29 Jul 2015 13:02:31 +0000</pubDate>
		</item><item>
			<title>VG00 의 mirror 상태 점검 스크립트</title>
			<link>https://ischo.net/bd_hp/17989</link>
						<description>원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 물리디스크 2개를 LV copy 형태로 mirror 했을 경우 일상점검 방법으로 mirror 가 정상적으로 유지되고 있는지 확인하는 방법은 다음과 같다.# lvdisplay -v &amp;lt;LV명&amp;gt; 의 결과중 stale 상태인 LE의 개수가 0 이상인 경우단, 이 방법은 LV의 개수만큼 수행해야 하기 때문에 반복된 작업일 경우 번거로워 다음의 스...</description>
						<category>HP</category>									<dc:creator>조인상</dc:creator>
			<guid isPermaLink="true">https://ischo.net/bd_hp/17989</guid>
			<comments>https://ischo.net/bd_hp/17989#comment</comments>			<pubDate>Thu, 11 Jun 2015 15:21:37 +0000</pubDate>
		</item><item>
			<title>HP-UX에 JDK 1.5 설치</title>
			<link>https://ischo.net/bd_hp/16426</link>
						<description>원문 : 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...</description>
						<category>HP</category>									<dc:creator>조인상</dc:creator>
			<guid isPermaLink="true">https://ischo.net/bd_hp/16426</guid>
			<comments>https://ischo.net/bd_hp/16426#comment</comments>			<pubDate>Tue, 15 Oct 2013 13:02:31 +0000</pubDate>
		</item><item>
			<title>HP-UX Web Server Suite Installation guide</title>
			<link>https://ischo.net/bd_hp/16272</link>
						<description>원문 : 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...</description>
						<category>HP</category>									<dc:creator>조인상</dc:creator>
			<guid isPermaLink="true">https://ischo.net/bd_hp/16272</guid>
			<comments>https://ischo.net/bd_hp/16272#comment</comments>			<pubDate>Wed, 11 Sep 2013 13:04:12 +0000</pubDate>
		</item><item>
			<title>Event Monitoring Service - Event Log path</title>
			<link>https://ischo.net/bd_hp/16043</link>
						<description>원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ Event Monitoring Service Event Notification 관련 로그 위치 /var/opt/resmon/log/event.log</description>
						<category>HP</category>									<dc:creator>조인상</dc:creator>
			<guid isPermaLink="true">https://ischo.net/bd_hp/16043</guid>
			<comments>https://ischo.net/bd_hp/16043#comment</comments>			<pubDate>Wed, 03 Jul 2013 10:16:16 +0000</pubDate>
		</item><item>
			<title>HP-UX에 gcc 설치</title>
			<link>https://ischo.net/bd_hp/9755</link>
						<description>원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ apache 설치중 컴파일러 관련 에러가 나서 gcc 를 재설치 하게 됨. 다운로드 : http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801?ciid=2a08725cc2f02110725cc2f02110275d6e10RCRD&amp;amp;jumpid=reg_r1002_usen_c-001_title_r0001 여기서 depot 파일을 찾아서 설치# swinstall -...</description>
						<category>HP</category>									<dc:creator>조인상</dc:creator>
			<guid isPermaLink="true">https://ischo.net/bd_hp/9755</guid>
			<comments>https://ischo.net/bd_hp/9755#comment</comments>			<pubDate>Wed, 10 Apr 2013 21:36:42 +0000</pubDate>
		</item><item>
			<title>장비 H/W미러링 장치 확인 및 미러상태 점검</title>
			<link>https://ischo.net/bd_hp/8975</link>
						<description>원문 : 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</description>
						<category>HP</category>									<dc:creator>조인상</dc:creator>
			<guid isPermaLink="true">https://ischo.net/bd_hp/8975</guid>
			<comments>https://ischo.net/bd_hp/8975#comment</comments>			<pubDate>Sun, 24 Feb 2013 17:06:17 +0000</pubDate>
		</item><item>
			<title>해당 포트를 열고 있는 프로세스 확인방법. netstat, lsof</title>
			<link>https://ischo.net/bd_hp/8209</link>
						<description>원문 : 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) --&amp;gt; sshd 데몬이 TCP 22번 포트로 리스닝하고 있음. 673번...</description>
						<category>HP</category>									<dc:creator>조인상</dc:creator>
			<guid isPermaLink="true">https://ischo.net/bd_hp/8209</guid>
			<comments>https://ischo.net/bd_hp/8209#comment</comments>			<pubDate>Thu, 20 Sep 2012 11:57:38 +0000</pubDate>
		</item><item>
			<title>시리얼 케이블 제작방법</title>
			<link>https://ischo.net/bd_hp/7766</link>
						<description>원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어+++++++++++++++++++++++++++++++++++++++++++++++++++++++ RS-232C Serial Cable for HP-UX Servers &amp;amp; SAN Members only : http://www.ischo.net/7762</description>
						<category>HP</category>									<dc:creator>조인상</dc:creator>
			<guid isPermaLink="true">https://ischo.net/bd_hp/7766</guid>
			<comments>https://ischo.net/bd_hp/7766#comment</comments>			<pubDate>Tue, 26 Jun 2012 17:46:55 +0000</pubDate>
		</item><item>
			<title>HP Integrated Lights-Out User Guide</title>
			<link>https://ischo.net/bd_hp/7137</link>
						<description>원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어+++++++++++++++++++++++++++++++++++++++++++++++++++++++ HP Integrated Lights-Out User Guide</description>
						<category>HP</category>									<dc:creator>조인상</dc:creator>
			<guid isPermaLink="true">https://ischo.net/bd_hp/7137</guid>
			<comments>https://ischo.net/bd_hp/7137#comment</comments>			<pubDate>Tue, 13 Mar 2012 16:04:48 +0000</pubDate>
		</item>	</channel>
</rss>
