<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>언제나 영원히</title>
    <link>https://www.alwaysu012.net/</link>
    <description>Alwaysu012 (Always with You forever, 永遠히)
개인적인 지식나눔터입니다. 시간이 지날수록 기억하는 것보다 잊는 것이 더 많은 것 같아서...</description>
    <language>ko</language>
    <pubDate>Tue, 9 Jun 2026 15:12:03 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>alwaysu012</managingEditor>
    <image>
      <title>언제나 영원히</title>
      <url>https://t1.daumcdn.net/cfile/tistory/201818134A3E2E6906</url>
      <link>https://www.alwaysu012.net</link>
    </image>
    <item>
      <title>Shell Script TIPs</title>
      <link>https://www.alwaysu012.net/80</link>
      <description>PID=$(ps -ef | grep &quot;cm run&quot; | grep -v grep | awk '{print $2}') &amp;amp;&amp;amp; watch -n 2 &quot;pstree -apu -h ${PID}&quot;
&amp;nbsp;
alias&amp;nbsp;cm_pstree='PID=$(ps&amp;nbsp;-ef&amp;nbsp;|&amp;nbsp;grep&amp;nbsp;&quot;cm&amp;nbsp;run&quot;&amp;nbsp;|&amp;nbsp;grep&amp;nbsp;-v&amp;nbsp;grep&amp;nbsp;|&amp;nbsp;tr&amp;nbsp;-s&amp;nbsp..</description>
      <category>Linux</category>
      <author>alwaysu012</author>
      <guid isPermaLink="true">https://www.alwaysu012.net/80</guid>
      <comments>https://www.alwaysu012.net/80#entry80comment</comments>
      <pubDate>Fri, 29 Nov 2024 11:42:23 +0900</pubDate>
    </item>
    <item>
      <title>vim TIPs</title>
      <link>https://www.alwaysu012.net/79</link>
      <description>vim을 사용하다가 혹시 다음과 같은 오류가 발생한다면
E513: 쓰기 에러, 변환 실패 (무시하려면 'fenc'를 비우면 됨)E513: write error conversion failed (make 'fenc' empty to override)
다음과 같이 해 보시기 바랍니다.
:set fenc=
= 기호를 생략하시면 안 됩니다. 다음과 같이 하셔도 같은 기능입니다.
:set fileencoding=
출처:&amp;nbsp;https://woogyun.ti..</description>
      <category>Linux</category>
      <category>ENC</category>
      <category>Encoding</category>
      <category>UTF-8</category>
      <category>vim</category>
      <author>alwaysu012</author>
      <guid isPermaLink="true">https://www.alwaysu012.net/79</guid>
      <comments>https://www.alwaysu012.net/79#entry79comment</comments>
      <pubDate>Mon, 10 Jan 2022 08:11:28 +0900</pubDate>
    </item>
    <item>
      <title>psh script</title>
      <link>https://www.alwaysu012.net/78</link>
      <description>#!/bin/shHOSTLISTFILE=&quot;/usr/local/bin/hadoop&quot;#Error display functionError_Show() {&amp;nbsp;case &quot;$1&quot; in&amp;nbsp;&amp;nbsp;1) echo 'Usage: psh node[,node] command';;&amp;nbsp;&amp;nbsp;2) echo &quot;psh::Hostlist file not exist&quot;;;&amp;nbsp;&amp;nbsp;*) echo 'psh:Unknown Error';;&amp;nbsp;es..</description>
      <category>Linux</category>
      <author>alwaysu012</author>
      <guid isPermaLink="true">https://www.alwaysu012.net/78</guid>
      <comments>https://www.alwaysu012.net/78#entry78comment</comments>
      <pubDate>Mon, 13 Jun 2016 14:27:38 +0900</pubDate>
    </item>
    <item>
      <title>ATTO</title>
      <link>https://www.alwaysu012.net/77</link>
      <description>BENCHMARK</description>
      <category>ETC</category>
      <author>alwaysu012</author>
      <guid isPermaLink="true">https://www.alwaysu012.net/77</guid>
      <comments>https://www.alwaysu012.net/77#entry77comment</comments>
      <pubDate>Thu, 16 Jun 2011 11:50:08 +0900</pubDate>
    </item>
    <item>
      <title>HPC in the KT Cloud, and CHEF</title>
      <link>https://www.alwaysu012.net/76</link>
      <description>원문 : http://kerberosj.tistory.com/108
( younjin.jeong@gmail.com, 정윤진 )

&quot;CHEF&quot; 이건 모지?? 찾아봐야 겠다.</description>
      <category>CLOUD</category>
      <category>Chef</category>
      <category>cloud</category>
      <author>alwaysu012</author>
      <guid isPermaLink="true">https://www.alwaysu012.net/76</guid>
      <comments>https://www.alwaysu012.net/76#entry76comment</comments>
      <pubDate>Thu, 10 Feb 2011 15:14:06 +0900</pubDate>
    </item>
    <item>
      <title>FreeNX 실행시 에러 - Error: Can't determine the location of the X display socket.</title>
      <link>https://www.alwaysu012.net/75</link>
      <description>출처 : http://citylock.tistory.com/389


freens 가 VNC 보다 빠르고 안정적이다고 해서 설치해봤는데,&amp;nbsp;

설치까지 문제는 없었는데, 실행하는 순간 에러 발생&amp;nbsp;




Error Detail 메시지&amp;nbsp;


Info: Display running with pid '0' and handler '0x54'.
NXPROXY - Version 3.2.0
Copyright (C) 2001, 2007 NoM..</description>
      <category>Linux</category>
      <category>freenx</category>
      <category>nxserver</category>
      <category>vncserver</category>
      <author>alwaysu012</author>
      <guid isPermaLink="true">https://www.alwaysu012.net/75</guid>
      <comments>https://www.alwaysu012.net/75#entry75comment</comments>
      <pubDate>Thu, 27 Jan 2011 17:00:38 +0900</pubDate>
    </item>
    <item>
      <title>Installing pdsh on HPC cluster</title>
      <link>https://www.alwaysu012.net/74</link>
      <description>원격 병렬 명령에 사용하는 pdsh 설치 방법입니다.

http://www.wbitt.com/my-howtos/91-installing-pdsh-on-hpc-cluster.html

multi-thread 로 실행되기 때문에 빠르다고 합니다.
Rocks 에 들어있는 rocks run host 보다 좋은 듯.

pdsh, pdcp, rpdcp 등의 명령이 제공되고, 노드 선택할 때 유연성이 있습니다.

pdsh -w node[01-05] 'uptime'
..</description>
      <category>Rocks</category>
      <category>parallel shell</category>
      <category>pdsh</category>
      <category>psh</category>
      <author>alwaysu012</author>
      <guid isPermaLink="true">https://www.alwaysu012.net/74</guid>
      <comments>https://www.alwaysu012.net/74#entry74comment</comments>
      <pubDate>Wed, 15 Dec 2010 14:44:40 +0900</pubDate>
    </item>
    <item>
      <title>GVIM mswin.vim 환경설정</title>
      <link>https://www.alwaysu012.net/73</link>
      <description>Visual Block 사용
&quot; CTRL-V and SHIFT-Insert are Paste
&quot;map &amp;lt;C-V&amp;gt;&amp;nbsp;&amp;nbsp;&quot;+gP
map &amp;lt;S-Insert&amp;gt;&amp;nbsp;&amp;nbsp;&quot;+gP
&quot;cmap &amp;lt;C-V&amp;gt;&amp;nbsp;&amp;nbsp;&amp;lt;C-R&amp;gt;+
cmap &amp;lt;S-Insert&amp;gt;&amp;nbsp;&amp;nbsp;&amp;lt;C-R&amp;gt;+

기본폰트 변경
&quot;set guifont=Courier\ New
set guifon..</description>
      <category>Windows</category>
      <category>Font</category>
      <category>gvim</category>
      <category>mswin.vim</category>
      <category>visual block</category>
      <author>alwaysu012</author>
      <guid isPermaLink="true">https://www.alwaysu012.net/73</guid>
      <comments>https://www.alwaysu012.net/73#entry73comment</comments>
      <pubDate>Mon, 13 Dec 2010 09:37:07 +0900</pubDate>
    </item>
    <item>
      <title>Rocks Command</title>
      <link>https://www.alwaysu012.net/72</link>
      <description>Rocks Command 중 특이한 명령이 있어 올려봅니다.
이미 있었는데,, 제가 좀 늦게 눈치챈 것도 있고, Rocks 5.4에서 추가된 것도 있습니다.
rocks add host bonded compute-0-0 channel=bond0 interface=eth0,eth1 ip=10.1.255.254 network=private
http://www.rocksclusters.org/roll-documentation/base/5.4/x1640.html..</description>
      <category>Rocks</category>
      <category>action</category>
      <category>command</category>
      <category>Power</category>
      <category>Rocks</category>
      <author>alwaysu012</author>
      <guid isPermaLink="true">https://www.alwaysu012.net/72</guid>
      <comments>https://www.alwaysu012.net/72#entry72comment</comments>
      <pubDate>Thu, 9 Dec 2010 14:17:50 +0900</pubDate>
    </item>
    <item>
      <title>Adding a Login Appliance to Your Cluster</title>
      <link>https://www.alwaysu012.net/71</link>
      <description>Rocks 5.4 에서 추가된 또 다른 기능입니다.
Login 노드를 추가할 수 있습니다.
예전에는 별도로 다운받거나 XML을 수정해서 Login 노드 타입을 설정할 수 있었지만,,
기본 기능으로 추가되었네요..
http://www.rocksclusters.org/roll-documentation/base/5.4/login-appliance.html

7.3. Adding a Login Appliance to Your Cluster
A login app..</description>
      <category>Rocks</category>
      <category>login</category>
      <category>Rocks</category>
      <category>submission</category>
      <author>alwaysu012</author>
      <guid isPermaLink="true">https://www.alwaysu012.net/71</guid>
      <comments>https://www.alwaysu012.net/71#entry71comment</comments>
      <pubDate>Thu, 9 Dec 2010 13:12:10 +0900</pubDate>
    </item>
    <item>
      <title>Channel Bonding Interfaces</title>
      <link>https://www.alwaysu012.net/70</link>
      <description>Rocks Cluster 5.4에서 추가된 Channel Bonding 관련 내용입니다. 간단한 명령으로 채널 본딩을 구성할 수있게 되었네요..http://www.rocksclusters.org/roll-documentation/base/5.4/bonding.html ﻿﻿
7.4. Channel Bonding InterfacesChannel bonding enables two or more network interfaces to act as one.
T..</description>
      <category>Rocks</category>
      <category>bond0</category>
      <category>bonding</category>
      <category>Interface</category>
      <category>Rocks</category>
      <author>alwaysu012</author>
      <guid isPermaLink="true">https://www.alwaysu012.net/70</guid>
      <comments>https://www.alwaysu012.net/70#entry70comment</comments>
      <pubDate>Thu, 9 Dec 2010 13:02:04 +0900</pubDate>
    </item>
    <item>
      <title>이 또한 지나가리라</title>
      <link>https://www.alwaysu012.net/69</link>
      <description>&amp;lt;이것 또한 지나가리라&amp;gt;

&quot;이 또한 지나가리라!(Soon it shall also come to pass)&quot;유대인의 지혜서라는 &amp;lt;미드라시&amp;gt;에 이런 얘기가 있다.
이스라엘의 다윗 왕이 어느 날 궁중의 보석세공사를 불러 지시를 내렸다.
“내가 항상 지니고 다닐 만한 반지를 하나 만들고 그 반지에 글귀를 새겨 넣어라.
내가 전쟁에서 승리하거나 위대한 일을 이루었을 때
그 글귀를 보고 우쭐해 하지 않고 겸손해질 수 있어야 하며,
또한 견..</description>
      <category>ETC</category>
      <category>다윗</category>
      <category>솔로몬</category>
      <author>alwaysu012</author>
      <guid isPermaLink="true">https://www.alwaysu012.net/69</guid>
      <comments>https://www.alwaysu012.net/69#entry69comment</comments>
      <pubDate>Thu, 25 Nov 2010 11:52:54 +0900</pubDate>
    </item>
    <item>
      <title>Add roll on an existing server</title>
      <link>https://www.alwaysu012.net/68</link>
      <description>이미 설치된 Cluster 에 Roll을 추가하는 방법입니다.
아래 설명은 Area51 매뉴얼이지만,, 대부분의 roll cd에 적용 가능합니다.
2.2. On an Existing ServerThe area51 Roll may also be added onto an existing server
(or frontend).  For sake of discussion, assume that you have an iso image
of the roll cal..</description>
      <category>Rocks</category>
      <category>add roll</category>
      <category>ISO</category>
      <category>Rocksclusters</category>
      <author>alwaysu012</author>
      <guid isPermaLink="true">https://www.alwaysu012.net/68</guid>
      <comments>https://www.alwaysu012.net/68#entry68comment</comments>
      <pubDate>Tue, 23 Nov 2010 16:20:36 +0900</pubDate>
    </item>
    <item>
      <title>What you have to do after channel bonding</title>
      <link>https://www.alwaysu012.net/67</link>
      <description>Rocks Cluster에서 Channel Bonding 구성을 하면 몇가지 문제가 생긴다.

1. 일반계정 홈디렉토리 마운트가 안됨
2. Job Submit 후 connection refused 에러
3. Ganglia 모니터링 안됨


Firewall 때문에 발생한 문제인데,,
Rocks에서는 Private Network 을 eth0로 고정되어 있다.
eth0로 되어 있는 부분을 몽땅 bond0로 바꿔줘야 문제가 안된다.


Frontend
/etc..</description>
      <category>Rocks</category>
      <category>bonding</category>
      <category>iptables</category>
      <author>alwaysu012</author>
      <guid isPermaLink="true">https://www.alwaysu012.net/67</guid>
      <comments>https://www.alwaysu012.net/67#entry67comment</comments>
      <pubDate>Tue, 19 Oct 2010 10:43:01 +0900</pubDate>
    </item>
    <item>
      <title>linux 백업/복구 후 selinux 처리</title>
      <link>https://www.alwaysu012.net/66</link>
      <description>selinux 가 활성화된 linux 시스템을 백업/복구 하게 되면 여러가지 에러메시지를 만나게 된다.
파일/디렉토리에 정의된 security 값이 바뀌기 때문..

해결하려면 먼저 부팅할 때 grub 메뉴에서 selinux=0 파라미터를 입력하여 부팅
부팅 후 fixfiles relabel 명령어 처리

이 외에도 여러가지 명령어를 사용할 수 있다


fixfiles
setfiles
restorecon


참조 :&amp;nbsp;http://www.cryp..</description>
      <category>Linux</category>
      <category>fixfiles</category>
      <category>restorecon</category>
      <category>SeLinux</category>
      <category>setfiles</category>
      <author>alwaysu012</author>
      <guid isPermaLink="true">https://www.alwaysu012.net/66</guid>
      <comments>https://www.alwaysu012.net/66#entry66comment</comments>
      <pubDate>Thu, 14 Oct 2010 15:05:06 +0900</pubDate>
    </item>
    <item>
      <title>Channel bonding</title>
      <link>https://www.alwaysu012.net/65</link>
      <description>[root@redhat network-scripts]# cat ifcfg-bond0
DEVICE=bond0
ONBOOT=yes
BOOTPROTO=none
NETWORK=192.168.0.128
IPADDR=192.168.0.154
NETMASK=255.255.255.224
GATEWAY=192.168.0.129
USERCTL=no

[root@redhat network-scripts]# cat ifcfg-eth0
DEVICE=eth0
ONBOOT=yes..</description>
      <category>Linux</category>
      <category>bond0</category>
      <category>bonding</category>
      <author>alwaysu012</author>
      <guid isPermaLink="true">https://www.alwaysu012.net/65</guid>
      <comments>https://www.alwaysu012.net/65#entry65comment</comments>
      <pubDate>Mon, 11 Oct 2010 09:48:32 +0900</pubDate>
    </item>
    <item>
      <title>Dell Blade 성능이슈 및 해결 방법</title>
      <link>https://www.alwaysu012.net/64</link>
      <description>이번에 Dell Blade 에 Rocks+ 를 구성하면서 여러가지 많은 공부를 했습니다.
잊어먹기 전에 간단히 메모라도 해두어야죠..





IPMI 패스워드 설정

Rocks 문서에 보면, 파워 관리를 위해 IPMI를 사용하는 방법이 나와 있습니다.
네트워크를 통해 관리하려면, IP를 입력하고, 네트워크 관리를 활성화 하고, 계정에 패스워드를 입력하여 활성화 시켜줘야 합니다.
계정을 활성화할 경우 Dell Blade의 샤시 관리 모듈 (CMC)와 각..</description>
      <category>Rocks</category>
      <category>infiniband</category>
      <category>M610</category>
      <category>Rocks</category>
      <author>alwaysu012</author>
      <guid isPermaLink="true">https://www.alwaysu012.net/64</guid>
      <comments>https://www.alwaysu012.net/64#entry64comment</comments>
      <pubDate>Fri, 8 Oct 2010 11:51:42 +0900</pubDate>
    </item>
    <item>
      <title>Install ofed, intel-developer, intel-icr without support roll</title>
      <link>https://www.alwaysu012.net/63</link>
      <description>왜 설치가 안됐을까 고민고민하다가 rocks 의 graphs 에 대해서 확인하고,&amp;nbsp;그 원인을 찾았습니다.
graphs 는 rocks 패키지 설치의 지도와 같습니다.
지도에 support 가 설치되어 있어야 설치가 된다고 연결이 되어 있더군요.





당연히 안되는 걸 가지고,, 한참을 헤맸네요..
그럼 해결 방법은 ??


support-client ==&amp;gt; client
support-server ==&amp;gt; server


로 연결 고리..</description>
      <category>Rocks</category>
      <category>Rocks</category>
      <category>support</category>
      <author>alwaysu012</author>
      <guid isPermaLink="true">https://www.alwaysu012.net/63</guid>
      <comments>https://www.alwaysu012.net/63#entry63comment</comments>
      <pubDate>Mon, 20 Sep 2010 17:53:27 +0900</pubDate>
    </item>
    <item>
      <title>HPCS2008 Network Direct Enable</title>
      <link>https://www.alwaysu012.net/62</link>
      <description>http://www.dell.com/Downloads/Global/Power/ps4q09-20100176-Gulbeden.pdf

Administrators can also use the command line for driver installation. The command msiexec /qn /i path, where path is the path to the WinOF MSI pack- age, enables driver installation ..</description>
      <category>HPCS</category>
      <category>infiniband</category>
      <category>ndinstall</category>
      <category>Network Direct</category>
      <author>alwaysu012</author>
      <guid isPermaLink="true">https://www.alwaysu012.net/62</guid>
      <comments>https://www.alwaysu012.net/62#entry62comment</comments>
      <pubDate>Sat, 18 Sep 2010 15:40:11 +0900</pubDate>
    </item>
    <item>
      <title>HPC Server 2008 R2 설치 에러</title>
      <link>https://www.alwaysu012.net/61</link>
      <description>HPC Server 2008 R2 버전이 얼마전에 출시되었습니다.
Compute Node 자동 설치 중에 Product Key를 확인하는 과정에서 에러가 발생했습니다.
MS에서 제공된 Product Key였는데,, 설치 중에 계속해서 에러가 발생하더군요.
결국 해결 못해서,,
Compute Node Template 에서 Product Key를 삭제한 후 설치를 진행했습니다.
설치 완료 후 각 노드에 들어가서 Product Key를 입력했는데,, 잘 인식..</description>
      <category>HPCS</category>
      <category>HPCS2008</category>
      <category>HPCS2008R2</category>
      <category>Product Key</category>
      <author>alwaysu012</author>
      <guid isPermaLink="true">https://www.alwaysu012.net/61</guid>
      <comments>https://www.alwaysu012.net/61#entry61comment</comments>
      <pubDate>Sat, 18 Sep 2010 15:23:48 +0900</pubDate>
    </item>
  </channel>
</rss>