<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="http://rss.egloos.com/style/blog.xsl" type="text/xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
	<title>열혈남아님의 이글루</title>
	<link>http://mywayro9.egloos.com</link>
	<description>항상 뭐에 미쳐있다.</description>
	<language>ko</language>
	<pubDate>Fri, 13 Feb 2009 23:32:45 GMT</pubDate>
	<generator>Egloos</generator>
	<image>
		<title>열혈남아님의 이글루</title>
		<url>http://pds9.egloos.com/logo/200807/13/52/f0038352.jpg</url>
		<link>http://mywayro9.egloos.com</link>
		<width>80</width>
		<height>60</height>
		<description>항상 뭐에 미쳐있다.</description>
	</image>
  	<item>
		<title><![CDATA[ this script on both nodes to see what the WWN of each LUN is. ]]> </title>
		<link>http://mywayro9.egloos.com/1304402</link>
		<guid>http://mywayro9.egloos.com/1304402</guid>
		<description>
			<![CDATA[ 
  <span id="UpdateSR"><span id="SRDetailsSubTabRN"><span id="SRHistoryTabxRN"><span id="SRLogxRN"><span id="ActivityTextFLRN_2__401"><span id="NoteDetailText_1__401" class="x4">This script to see what the WWN of each LUN is.<br />
<br />
<br />
for i in `ls -d /sys/block/sd*`; do J=`echo $i | cut -f4 -d "/"`; \<br />
echo "$J = `scsi_id -g -u -s /block/$J`"; done<br />
<br />
<br />
</span></span></span></span></span></span>			 ]]> 
		</description>
		<category>Linux</category>

		<comments>http://mywayro9.egloos.com/1304402#comments</comments>
		<pubDate>Fri, 13 Feb 2009 23:32:45 GMT</pubDate>
		<dc:creator>열혈남아</dc:creator>
	</item>
	<item>
		<title><![CDATA[ 힘에 부치는 하루 ]]> </title>
		<link>http://mywayro9.egloos.com/1296700</link>
		<guid>http://mywayro9.egloos.com/1296700</guid>
		<description>
			<![CDATA[ 
  오늘하루 바쁘고 짜증나고 힘드네.<br />
어디론가 도망가고 싶다.<br />
			 ]]> 
		</description>
		<category>언저리리</category>

		<comments>http://mywayro9.egloos.com/1296700#comments</comments>
		<pubDate>Sun, 08 Feb 2009 09:30:28 GMT</pubDate>
		<dc:creator>열혈남아</dc:creator>
	</item>
	<item>
		<title><![CDATA[ rpm sorting ]]> </title>
		<link>http://mywayro9.egloos.com/1254717</link>
		<guid>http://mywayro9.egloos.com/1254717</guid>
		<description>
			<![CDATA[ 
  Normal session<br />
rpm -qa --qf "%{name}-%{version}-%{release}-%{arch}\n" | sort &gt; rpm-qa<br />
<br />
Rescue mode<br />
rpm -qa --qf "%{name}-%{version}-%{release}-%{arch}\n" --root=/mnt/sysimage | sort &gt; rpm-qa<br />
<br/><br/>tag : <a href="/tag/rpm" rel="tag">rpm</a>,&nbsp;<a href="/tag/sort" rel="tag">sort</a>			 ]]> 
		</description>
		<category>Linux</category>
		<category>rpm</category>
		<category>sort</category>

		<comments>http://mywayro9.egloos.com/1254717#comments</comments>
		<pubDate>Mon, 05 Jan 2009 23:33:09 GMT</pubDate>
		<dc:creator>열혈남아</dc:creator>
	</item>
	<item>
		<title><![CDATA[ rpm -ivh --replacefiles kernel ]]> </title>
		<link>http://mywayro9.egloos.com/896002</link>
		<guid>http://mywayro9.egloos.com/896002</guid>
		<description>
			<![CDATA[ 
  <span id="UpdateSR"><span id="SRDetailsSubTabRN"><span id="SRHistoryTabxRN"><span id="SRLogxRN"><span id="ActivityTextFLRN_15__1333"><span id="NoteDetailText_8__1333" class="x4">다른 모듈 인스톨 됬을때 원래꺼로 다시 바꿀때 사용<br />
<br />
rpm -ivh --replacefiles kernel-PAE-2.6.18-53.el5.i686.rpm </span></span></span></span></span></span>			 ]]> 
		</description>
		<category>Linux</category>

		<comments>http://mywayro9.egloos.com/896002#comments</comments>
		<pubDate>Tue, 30 Sep 2008 22:50:57 GMT</pubDate>
		<dc:creator>열혈남아</dc:creator>
	</item>
	<item>
		<title><![CDATA[ Channel Family in RHN Satellite ]]> </title>
		<link>http://mywayro9.egloos.com/866794</link>
		<guid>http://mywayro9.egloos.com/866794</guid>
		<description>
			<![CDATA[ 
  ***Channel Family***<br />
--------<br />
When you create a clone/custom channel at that moment a new family is created and the name of the family is taken from the owner of the activated satellite certificate,so, when at the moment when initially you created ur own custom channels at that moment the owner of the sat cert was "Red Hat Internal Test Cert". So it took this as the channel family name and under this all clone / custom channel are present<br />
--------<br />
<br />
You cannot remove the channel family, you can rename it.<br />
<br />
# su - oracle<br />
# sqlplus rhnsat/rhnsat@rhnsat<br />
SQL&gt; select ID,NAME from rhnChannelFamily where NAME='Old Family Name';<br />
The above command is to verify that the channel name exists and isunique<br />
SQL&gt; update rhnChannelFamily set NAME='SHPS' where NAME='New Family Name';<br />
SQL&gt; COMMIT;<br />
SQL&gt; update rhnChannelFamily set NAME='NEw Name' where NAME='Old Family Name';<br />
<br />
<br/><br/>tag : <a href="/tag/rhn" rel="tag">rhn</a>,&nbsp;<a href="/tag/Satellite" rel="tag">Satellite</a>			 ]]> 
		</description>
		<category>Linux</category>
		<category>rhn</category>
		<category>Satellite</category>

		<comments>http://mywayro9.egloos.com/866794#comments</comments>
		<pubDate>Wed, 24 Sep 2008 07:13:51 GMT</pubDate>
		<dc:creator>열혈남아</dc:creator>
	</item>
	<item>
		<title><![CDATA[ 편도선이 자주 붇는다... ]]> </title>
		<link>http://mywayro9.egloos.com/860709</link>
		<guid>http://mywayro9.egloos.com/860709</guid>
		<description>
			<![CDATA[ 
  오늘도 고객이랑 한 5시간 통화한거 같다..<br />
무슨 말길을 못알아 듯냐 ㅡㅡ<br />
넘 말해서 목이 아프다..<br />
이놈의 직장 1년만 더다니면 후두암 걸리겠다..<br />
딴곳으로 옮겨야지..<br />
더 이상 있을만한 이유를 못찾겠다 ㅡㅡ<br />
<br />
			 ]]> 
		</description>
		<category>언저리리</category>

		<comments>http://mywayro9.egloos.com/860709#comments</comments>
		<pubDate>Mon, 22 Sep 2008 14:43:03 GMT</pubDate>
		<dc:creator>열혈남아</dc:creator>
	</item>
	<item>
		<title><![CDATA[ memtest86 ]]> </title>
		<link>http://mywayro9.egloos.com/754840</link>
		<guid>http://mywayro9.egloos.com/754840</guid>
		<description>
			<![CDATA[ 
  1. Please contact hardware vedor and get dignostic tool and run.<br />
2. please download memtest86.iso and burn to CD and test memory.<br />
http://www.memtest.org/<br />
http://www.memtest.org/#downiso<br/><br/>tag : <a href="/tag/memtest" rel="tag">memtest</a>			 ]]> 
		</description>
		<category>Samples</category>
		<category>memtest</category>

		<comments>http://mywayro9.egloos.com/754840#comments</comments>
		<pubDate>Wed, 27 Aug 2008 01:22:22 GMT</pubDate>
		<dc:creator>열혈남아</dc:creator>
	</item>
	<item>
		<title><![CDATA[ RHN Satellite Upgrade Procedure  ]]> </title>
		<link>http://mywayro9.egloos.com/750487</link>
		<guid>http://mywayro9.egloos.com/750487</guid>
		<description>
			<![CDATA[ 
  <pre wrap="">Note: Procedure in increasing the filesystem size of / and /rhnsat of<br />
satellite.gsslab.bne.redhat.com<br />
<br />
1. Reserved pe2950-1.gsslab.bne.redhat.com<br />
<a class="moz-txt-link-freetext" href="http://inventory.gsslab.rdu.redhat.com/">http://inventory.gsslab.rdu.redhat.com/</a><br />
<br />
2. Create virtual disk and assign it to pe2950-1 <br />
<a class="moz-txt-link-freetext" href="http://storage-1.gsslab.bne.redhat.com/">http://storage-1.gsslab.bne.redhat.com</a><br />
<br />
3. Setup pe2950-1 to properly detect and access the exported LUN.  Mount<br />
LUN to a mount point.<br />
<br />
mkdir /mnt/satellite<br />
fdisk /dev/sdX<br />
mkfs -t ext3 /dev/sdXY<br />
mount /dev/sdXY /mnt/satellite<br />
<br />
4. Export the mounted LUN via NFS from pe2950-1 so<br />
satellite.gsslab.bne.redhat.com can access it<br />
/etc/exports<br />
/mnt/satellte *(rw,no_root_squash)<br />
service nfs restart<br />
<br />
5. Mount the NFS filesystem exported by pe2950-1<br />
mount -t nfs pe2950-1.gsslab.bne.redhat.com:/mnt/satellite<br />
/mnt/satellite<br />
<br />
6. Run rhn-satellite-exporter to backup all the RHN Satellite software<br />
channels towards the NFS filesystem<br />
rhn-satellite-exporter -c ... -c .... --dir=<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>mnt/satellite<span class="moz-txt-tag">/</span></i><br />
<br />
7. Stop the RHN Satellite service:<br />
service rhn-satellite stop<br />
<br />
8. Unmount the /var/satellite filesystem:<br />
umount /var/satellite<br />
<br />
9. check the file system<br />
e2fsck -f /dev/VolGroup00/LogVol03<br />
<br />
10. Shrink the ext3 filesystem from 806GB to 700GB:<br />
resize2fs /dev/VolGroup00/LogVol03 700G<br />
<br />
11. Resize the volume group:<br />
lvreduce -L -106G /dev/VolGroup00/LogVol03<br />
<br />
12. Do a filesystem check on it:<br />
fsck /dev/VolGroup00/LogVol03<br />
<br />
13. Mount the filesystem:<br />
mount -t ext3 /dev/VolGroup00/LogVol03 /var/satellite<br />
<br />
14. Start RHN Satellite to test:<br />
service rhn-satellite start<br />
<br />
15. Once working, stop the satellite to go grow /rhnsat filesystem:<br />
service rhn-satellite stop<br />
<br />
16. Unmount /rhnsat filesystem:<br />
umount /rhnsat<br />
<br />
17. Increase the logical volume LogVol02:<br />
lvextend -L +76G /dev/VolGroup00/LogVol02<br />
<br />
18. check the file system<br />
e2fsck -f /dev/VolGroup00/LogVol03<br />
<br />
19. Enlarge the ext3 filesystem of LogVol02:<br />
resize2fs /dev/VolGroup00/LogVol02<br />
<br />
20. Do a filesystem check on it:<br />
fsck /dev/VolGroup00/LogVol02<br />
<br />
21. Mount the filesystem:<br />
mount -t ext3 /dev/VolGroup00/LogVol02 /rhnsat<br />
<br />
22. Start RHN Satellite and do some testing:<br />
service rhn-satellite start<br />
<br />
23. Increase the logical volume LogVol01 (/ partition):<br />
lvextend -L +30G /dev/VolGroup00/LogVol01<br />
<br />
24. Enlarge the mounted LogVol01 filesystem:<br />
ext2online /dev/VolGroup00/LogVol01</pre><br/><br/>tag : <a href="/tag/shrink" rel="tag">shrink</a>,&nbsp;<a href="/tag/resize2fs" rel="tag">resize2fs</a>,&nbsp;<a href="/tag/lvextend" rel="tag">lvextend</a>,&nbsp;<a href="/tag/ext2online" rel="tag">ext2online</a>,&nbsp;<a href="/tag/rhel4" rel="tag">rhel4</a>			 ]]> 
		</description>
		<category>Linux</category>
		<category>shrink</category>
		<category>resize2fs</category>
		<category>lvextend</category>
		<category>ext2online</category>
		<category>rhel4</category>

		<comments>http://mywayro9.egloos.com/750487#comments</comments>
		<pubDate>Mon, 25 Aug 2008 22:28:27 GMT</pubDate>
		<dc:creator>열혈남아</dc:creator>
	</item>
	<item>
		<title><![CDATA[ tune2fs ]]> </title>
		<link>http://mywayro9.egloos.com/735774</link>
		<guid>http://mywayro9.egloos.com/735774</guid>
		<description>
			<![CDATA[ 
  To remove the journal:<br />
# tune2fs -O ^has_journal /dev/sda1<br />
<br />
To add a journal:<br />
# tune2fs -j /dev/sda1<br />
<br />
<br/><br/>tag : <a href="/tag/tune2fs" rel="tag">tune2fs</a>			 ]]> 
		</description>
		<category>Linux</category>
		<category>tune2fs</category>

		<comments>http://mywayro9.egloos.com/735774#comments</comments>
		<pubDate>Fri, 22 Aug 2008 03:11:26 GMT</pubDate>
		<dc:creator>열혈남아</dc:creator>
	</item>
	<item>
		<title><![CDATA[ Change grub boot menu  ]]> </title>
		<link>http://mywayro9.egloos.com/735269</link>
		<guid>http://mywayro9.egloos.com/735269</guid>
		<description>
			<![CDATA[ 
  *Procedure<br />
<br />
1. At the GRUB boot screen, select the kernel entry you want to change and press 'e' to edit the entry<br />
2. Select the kernel line with the arrow keys. An example kernel line from GRUB:<br />
<br />
&nbsp;&nbsp; kernel /vmlinuz-2.6.9-67.EL ro root=/dev/VolGroup00/LogVol00 rhgb quiet<br />
<br />
3. Press 'e' to edit the entry and add the option to the end of the line. For example, to add the "noapic" option:<br />
<br />
&nbsp;&nbsp; kernel /vmlinuz-2.6.9-67.EL ro root=/dev/VolGroup00/LogVol00 rhgb quiet noapic<br />
<br />
4. Press ENTER to save the change.<br />
5. Press 'b' to boot.<br />
<br />
After boot, the time is ok, please modify /etc/grub.conf<br/><br/>tag : <a href="/tag/grub" rel="tag">grub</a>			 ]]> 
		</description>
		<category>Samples</category>
		<category>grub</category>

		<comments>http://mywayro9.egloos.com/735269#comments</comments>
		<pubDate>Thu, 21 Aug 2008 22:54:02 GMT</pubDate>
		<dc:creator>열혈남아</dc:creator>
	</item>
</channel>
</rss>
