<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kairo Araujo</title>
	<atom:link href="http://blog.kairo.eti.br/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kairo.eti.br</link>
	<description>Unix, Storage Disk, Storage Area Network and me.</description>
	<lastBuildDate>Thu, 12 Aug 2010 13:04:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Getting HBA / Fabric statistics on Solaris 10</title>
		<link>http://blog.kairo.eti.br/2010/07/03/getting-hba-fabric-statistics-on-solaris-10/</link>
		<comments>http://blog.kairo.eti.br/2010/07/03/getting-hba-fabric-statistics-on-solaris-10/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 18:34:07 +0000</pubDate>
		<dc:creator>Kairo Araujo</dc:creator>
				<category><![CDATA[Fast tip]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Unix Notes]]></category>
		<category><![CDATA[Fabric]]></category>
		<category><![CDATA[Fabric Statistics]]></category>
		<category><![CDATA[HBA]]></category>
		<category><![CDATA[HBA Statistics]]></category>
		<category><![CDATA[Solaris 10]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[SUN]]></category>
		<category><![CDATA[SunOS]]></category>

		<guid isPermaLink="false">http://blog.kairo.eti.br/?p=349</guid>
		<description><![CDATA[You can use iostat (ignoring the disks, md (mirros) and nfs) # iostat -xdmzC 1 10 &#124; egrep -v "sd&#124;md&#124;nfs"]]></description>
			<content:encoded><![CDATA[<p>You can use iostat (ignoring the disks, md (mirros) and nfs)</p>
<pre># iostat -xdmzC 1 10 | egrep -v "sd|md|nfs"</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.kairo.eti.br/2010/07/03/getting-hba-fabric-statistics-on-solaris-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find HBA WWN Solaris 10</title>
		<link>http://blog.kairo.eti.br/2010/07/01/how-to-find-hba-wwn-solaris-10/</link>
		<comments>http://blog.kairo.eti.br/2010/07/01/how-to-find-hba-wwn-solaris-10/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 14:52:58 +0000</pubDate>
		<dc:creator>Kairo Araujo</dc:creator>
				<category><![CDATA[Fast tip]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Unix Notes]]></category>
		<category><![CDATA[fcinfo]]></category>
		<category><![CDATA[HBA]]></category>
		<category><![CDATA[hba-port]]></category>
		<category><![CDATA[SUN]]></category>
		<category><![CDATA[WWN]]></category>
		<category><![CDATA[WWPN]]></category>

		<guid isPermaLink="false">http://blog.kairo.eti.br/?p=344</guid>
		<description><![CDATA[To get a WWN HBA on Solaris 10 you can use the fcinfo # fcinfo hba-port &#124; grep -i wwn]]></description>
			<content:encoded><![CDATA[<p>To get a WWN HBA on Solaris 10 you can use the fcinfo</p>
<pre># fcinfo hba-port | grep -i wwn</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.kairo.eti.br/2010/07/01/how-to-find-hba-wwn-solaris-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Identify ethN correspondent to physical interface &#8211; Red Hat Enterprise Linux</title>
		<link>http://blog.kairo.eti.br/2010/06/24/identify-ethn-correspondent-to-physical-interfac-red-hat-enterprise-linux/</link>
		<comments>http://blog.kairo.eti.br/2010/06/24/identify-ethn-correspondent-to-physical-interfac-red-hat-enterprise-linux/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 17:32:54 +0000</pubDate>
		<dc:creator>Kairo Araujo</dc:creator>
				<category><![CDATA[Fast tip]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Unix Notes]]></category>
		<category><![CDATA[blink]]></category>
		<category><![CDATA[blinking]]></category>
		<category><![CDATA[eth]]></category>
		<category><![CDATA[eth0]]></category>
		<category><![CDATA[eth1]]></category>
		<category><![CDATA[eth2]]></category>
		<category><![CDATA[eth3]]></category>
		<category><![CDATA[eth4]]></category>
		<category><![CDATA[ethernet]]></category>
		<category><![CDATA[ethtool]]></category>
		<category><![CDATA[ethtool -p]]></category>
		<category><![CDATA[identify]]></category>
		<category><![CDATA[identify interface]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[physical]]></category>
		<category><![CDATA[physical interface]]></category>
		<category><![CDATA[Red Hat Enterprise Linux]]></category>
		<category><![CDATA[RHEL]]></category>

		<guid isPermaLink="false">http://blog.kairo.eti.br/?p=336</guid>
		<description><![CDATA[Many times is necessary identify who eth (eth0, eth1, eth2, &#8230; , ethN) correspond to physical interface. For this you can use the ethtool ethtool -p ethN example: ethtool -p eth0 One or more LEDs on the specific physical ethernet port are blinking now.]]></description>
			<content:encoded><![CDATA[<p>Many times is necessary identify who eth (eth0, eth1, eth2, &#8230; , ethN) correspond to physical interface.</p>
<p>For this you can use the ethtool</p>
<pre>ethtool -p ethN</pre>
<p>example:</p>
<pre>ethtool -p eth0</pre>
<p>One or more LEDs on the specific physical ethernet port are blinking now.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kairo.eti.br/2010/06/24/identify-ethn-correspondent-to-physical-interfac-red-hat-enterprise-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using authorized keys on SSH without password &#8211; Red Hat Enterprise Linux (works with others Unix)</title>
		<link>http://blog.kairo.eti.br/2010/06/23/using-authorized-keys-on-ssh-without-password-red-hat-enterprise-linux-works-with-others-unix/</link>
		<comments>http://blog.kairo.eti.br/2010/06/23/using-authorized-keys-on-ssh-without-password-red-hat-enterprise-linux-works-with-others-unix/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 17:54:45 +0000</pubDate>
		<dc:creator>Kairo Araujo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sem categoria]]></category>
		<category><![CDATA[Unix Notes]]></category>
		<category><![CDATA[authorized keys]]></category>
		<category><![CDATA[authorized_keys]]></category>
		<category><![CDATA[relação de confiança]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[RHEL5]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[ssh-copy-id]]></category>
		<category><![CDATA[ssh-keygen]]></category>
		<category><![CDATA[UNIX SSH]]></category>

		<guid isPermaLink="false">http://blog.kairo.eti.br/?p=319</guid>
		<description><![CDATA[Remember this is a very intrusive configuration. Look your security policies with atention. 1. Make de keys using ssh-keygen On the &#8220;Enter passphrase&#8221; question leave black and enter. # ssh-keygen -t dsa -f ~/.ssh/id_dsa Generating public/private dsa key pair. Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in [...]]]></description>
			<content:encoded><![CDATA[<p>Remember this is a very intrusive configuration.<br />
Look your security policies with atention.</p>
<p>1. Make de keys using ssh-keygen</p>
<p>On the &#8220;Enter passphrase&#8221; question leave black and enter.</p>
<pre># ssh-keygen -t dsa -f ~/.ssh/id_dsa
Generating public/private dsa key pair.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/user1/.ssh/id_dsa.
Your public key has been saved in /home/user1/.ssh/id_dsa.pub.
The key fingerprint is:
87:52:b6:ec:c9:1f:f2:ce:be:d7:33:e9:1b:2b:33:dd user1@myserver1</pre>
<p>2. Copy the public key for the server you want to have direct access.</p>
<pre># scp .ssh/id_dsa.pub user1@myserver2:~/.ssh/authorized_keys_temp</pre>
<p>On myserver2 increse autorized_keys</p>
<pre># cat ~/.ssh/authorized_keys_temp &gt;&gt; ~/.ssh/authorized_keys</pre>
<p>Remove temporary authorized_keys</p>
<pre># rm ~/.ssh/authorized_keys_temp</pre>
<p><strong>TIP:</strong> On RHEL 5 You can use ssh-copy-id</p>
<pre># ssh-copy-id -i ~user1/.ssh/id_dsa.pub user1@myserver2</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.kairo.eti.br/2010/06/23/using-authorized-keys-on-ssh-without-password-red-hat-enterprise-linux-works-with-others-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling rlogin, rexec and rcp (rsh-server) on Red Hat</title>
		<link>http://blog.kairo.eti.br/2010/06/22/enabling-rlogin-rexec-and-rcp-rsh-server-on-red-hat/</link>
		<comments>http://blog.kairo.eti.br/2010/06/22/enabling-rlogin-rexec-and-rcp-rsh-server-on-red-hat/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 12:52:25 +0000</pubDate>
		<dc:creator>Kairo Araujo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Unix Notes]]></category>
		<category><![CDATA[rcp]]></category>
		<category><![CDATA[Red Hat Enterprise Linux]]></category>
		<category><![CDATA[rexec]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[rlogin]]></category>
		<category><![CDATA[rsh]]></category>
		<category><![CDATA[rsh-server]]></category>

		<guid isPermaLink="false">http://blog.kairo.eti.br/?p=312</guid>
		<description><![CDATA[On this example I´m using two servers named of myserver1 and myserve2 and the user is user1. 1. Install rsh-server # yum install rsh-server -y Loaded plugins: rhnplugin, security Repository 'RHEL5LocalRepository' is missing name in configuration, using id This system is not registered with RHN. RHN support will be disabled. Setting up Install Process Resolving [...]]]></description>
			<content:encoded><![CDATA[<p>On this example I´m using two servers named of myserver1 and myserve2 and the user is user1.</p>
<p>1. Install rsh-server</p>
<pre># yum install rsh-server -y
Loaded plugins: rhnplugin, security
Repository 'RHEL5LocalRepository' is missing name in configuration, using id
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Resolving Dependencies
--&gt; Running transaction check
---&gt; Package rsh-server.x86_64 0:0.17-40.el5 set to be updated
--&gt; Finished Dependency Resolution

Dependencies Resolved

=======================================================================================================
Package               Arch              Version                 Repository                       Size
=======================================================================================================
Installing:
rsh-server            x86_64            0.17-40.el5             RHEL5LocalRepository             40 k

Transaction Summary
=======================================================================================================
Install       1 Package(s)
Upgrade       0 Package(s)

Total download size: 40 k
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing     : rsh-server                                                                      1/1

Installed:
rsh-server.x86_64 0:0.17-40.el5

Complete!</pre>
<p>2. Enable services</p>
<pre># chkconfig rsh on
# chkconfig rlogin on
# chkconfig rexec on
# chkconfig nscd on
# chkconfig xinetd on</pre>
<p>3. Reestart xinetd and  nscd</p>
<pre># /etc/init.d/xinetd restart
Stopping xinetd:                                           [  OK  ]
Starting xinetd:                                           [  OK  ]

# /etc/init.d/nscd restart
Stopping nscd:                                             [  OK  ]
Starting nscd:                                             [  OK  ]</pre>
<p>4. Edit /etc/securetty and add rsh, rlogin and rexec</p>
<pre># vi /etc/securetty</pre>
<p>Put on end of file:</p>
<pre>rsh
rlogin
rexec</pre>
<p>5. Create file ~user1/.rhosts (user1 is my user example)</p>
<pre># vi ~user1/.rhosts</pre>
<p>Put on end of file:</p>
<pre>myserver2 user1</pre>
<p>Change the permission of file</p>
<pre># chmod 600 ~user1/.rhost</pre>
<p>6. Testing</p>
<p>On myserver2 with user1 create a file testing.file</p>
<pre># touch testing.file</pre>
<p>Uses the rcp:</p>
<pre># rcp testing.file myserver1:tested.file</pre>
<p>Look if file are created using the rexec</p>
<pre># rsh myserver1 ls -l ~user1</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.kairo.eti.br/2010/06/22/enabling-rlogin-rexec-and-rcp-rsh-server-on-red-hat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My First AppleScript &#8211; iTerm-CM</title>
		<link>http://blog.kairo.eti.br/2010/05/18/my-first-applescript-iterm-cm/</link>
		<comments>http://blog.kairo.eti.br/2010/05/18/my-first-applescript-iterm-cm/#comments</comments>
		<pubDate>Tue, 18 May 2010 22:58:15 +0000</pubDate>
		<dc:creator>Kairo Araujo</dc:creator>
				<category><![CDATA[AppleScripts]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[MAC]]></category>

		<guid isPermaLink="false">http://blog.kairo.eti.br/?p=283</guid>
		<description><![CDATA[iTerm Connect Manager a.k.a iTerm-CM. This is my first AppleScript. It&#8217;s not beautiful, but works fine. With this AppleScript you can manager multiples conections using iTerm. This AppleScript make automatic connections and commands using a file text on $HOME/iTerm-CM/Services. Please read Usage. Usage: Create on your home the dir iTerm-CM and put a file server (full [...]]]></description>
			<content:encoded><![CDATA[<p>iTerm Connect Manager a.k.a <a href="http://blog.kairo.eti.br/applescripts/">iTerm-CM</a>.</p>
<p>This is my first AppleScript. It&#8217;s not beautiful, but works fine.</p>
<p>With this AppleScript you can manager multiples conections using iTerm.<br />
This AppleScript make automatic connections and commands using a file text on $HOME/iTerm-CM/Services. Please read Usage.</p>
<p>Usage:</p>
<p>Create on your home the dir iTerm-CM and put a file server (full path $HOME/iTerm-CM/servers)<br />
The file need content that structure:<br />
SERVERNAME:ADDRESS:USERNAME:PASSWORD:CMD1:CMD2:CMD3:CMD4<br />
The script open a server list, select server and enjoy</p>
<p>For more informations, <a href="http://blog.kairo.eti.br/applescripts/">look here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kairo.eti.br/2010/05/18/my-first-applescript-iterm-cm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Identify QLogic WWN on Red Hat Enterprise Linux 5 and 4  (RHEL)</title>
		<link>http://blog.kairo.eti.br/2010/05/13/identify-qlogic-wwn-on-red-hat-enterprise-linux-5-and-4-rhel/</link>
		<comments>http://blog.kairo.eti.br/2010/05/13/identify-qlogic-wwn-on-red-hat-enterprise-linux-5-and-4-rhel/#comments</comments>
		<pubDate>Thu, 13 May 2010 14:39:17 +0000</pubDate>
		<dc:creator>Kairo Araujo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Unix Notes]]></category>
		<category><![CDATA[Get WWN Red Hat Enterprise Linux]]></category>
		<category><![CDATA[Get WWNP Red Hat Enterprise Linux]]></category>
		<category><![CDATA[Identify WWN Red Hat Enterprise Linux]]></category>
		<category><![CDATA[Identify WWNP Red Hat Enterprise Linux]]></category>
		<category><![CDATA[lpfc]]></category>
		<category><![CDATA[QLogic]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[RHEL 4]]></category>
		<category><![CDATA[RHEL 5]]></category>
		<category><![CDATA[WWN]]></category>
		<category><![CDATA[WWNP]]></category>

		<guid isPermaLink="false">http://kairo.wordpress.com/?p=260</guid>
		<description><![CDATA[How to identify/get QLogic WWN on Red Hat Enterprise Linux 5 (RHEL5). First identify your installed or recognized # lspci &#124; grep -i fibre 04:00.0 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 03) 04:00.1 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 03) 05:00.0 [...]]]></description>
			<content:encoded><![CDATA[<p>How to identify/get QLogic WWN on Red Hat Enterprise Linux 5 (RHEL5).</p>
<p>First identify your installed or recognized</p>
<pre># lspci | grep -i fibre
04:00.0 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 03)
04:00.1 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 03)
05:00.0 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 03)
05:00.1 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 03)</pre>
<p><strong>On  Red Hat Enterprise Linux 5 </strong>(5.x) is on /sys/class/fc_host/hostX/port_name</p>
<p>(X is your device 1,2,3,&#8230;N)</p>
<p>For get use:</p>
<pre>cat /sys/class/fc_host/hostX/port_name</pre>
<p>Sample with multiple HBA (Fibre) QLogic</p>
<pre># ls /sys/class/fc_host/
host3  host4  host5  host6
# cat /sys/class/fc_host/host[3-6]/port_name
0x2100001b32936e24
0x2101001b32b36e24
0x2100001b32932821
0x2101001b32b32821</pre>
<p><strong>On Red Hat Enterprise Linux 4 (AS/ES)</strong> is on /proc/scsi/qla2xxx/1 (1,2,3,..N)</p>
<p>Sample:</p>
<pre># egrep [node|port] /proc/scsi/qlx2xxx/0
scsi-qla0-adapter-node=200000e08b1c19f2;
scsi-qla0-adapter-port=210000e08b1c19f2;</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.kairo.eti.br/2010/05/13/identify-qlogic-wwn-on-red-hat-enterprise-linux-5-and-4-rhel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NMON for Solaris? Yes, you can use SARMON</title>
		<link>http://blog.kairo.eti.br/2010/05/08/nmon-for-solaris-yes-you-can-use-sarmon/</link>
		<comments>http://blog.kairo.eti.br/2010/05/08/nmon-for-solaris-yes-you-can-use-sarmon/#comments</comments>
		<pubDate>Sat, 08 May 2010 10:47:28 +0000</pubDate>
		<dc:creator>Kairo Araujo</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Unix Notes]]></category>
		<category><![CDATA[capacity]]></category>
		<category><![CDATA[capacity and peformance]]></category>
		<category><![CDATA[nmon]]></category>
		<category><![CDATA[nmon for solaris]]></category>
		<category><![CDATA[peformance]]></category>
		<category><![CDATA[sarmon]]></category>

		<guid isPermaLink="false">http://kairo.wordpress.com/?p=252</guid>
		<description><![CDATA[Searching about NMON I find the SARMON. This is a great solution for reports of capacity on Solaris. If you know the NMON (website) for AIX e Linux and need for Solaris you can use the SARMON (website) For reports you can use the original tool The installation is very ease 1. Get the .zip [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.kairo.eti.br/wp-content/uploads/2010/05/sarmon_cpuall.png"><img class="alignleft size-medium wp-image-257" title="SARMON" src="http://blog.kairo.eti.br/wp-content/uploads/2010/05/sarmon_cpuall.png?w=300" alt="SARMON, NMON for Solaris" width="240" height="98" /></a></p>
<p>Searching about NMON I find the SARMON. This is a great solution for reports of capacity on Solaris.</p>
<p>If you know the NMON (<a href="http://www.ibm.com/developerworks/wikis/display/WikiPtype/nmon">website</a>) for AIX e Linux and need for Solaris you can use the SARMON (<a href="http://www.geckotechnology.com/sarmon">website</a>)</p>
<p>For reports you can use <a href="http://www.ibm.com/developerworks/wikis/display/WikiPtype/nmonanalyser">the original tool</a></p>
<p>The installation is very ease</p>
<p>1. Get the .zip file</p>
<p>2. Save on /var/tmp</p>
<p>3. Unzip the .zip</p>
<pre># unzip sarmon_v1.01.bin_sparc.zip</pre>
<p>4. Make backup of original files</p>
<pre># cp /usr/bin/sar /usr/bin/sar.orig
# cp /usr/bin/timex /usr/bin/timex.orig
# cp /usr/lib/sa/sadc /usr/lib/sa/sadc.orig</pre>
<p>5. Move the sarmon to /usr/local</p>
<pre># mv /var/tmp/sarmon_v1.01.bin_sparc /usr/local/sarmon</pre>
<p>6. Copy files</p>
<pre># cp /usr/local/sarmon/sar /usr/bin/sar
# cp /usr/local/sarmon/timex /usr/bin/timex
# cp /usr/local/sarmon/sadc /usr/lib/sa/sadc</pre>
<p>7. Edit the crontab and put the entry for collect</p>
<pre>0 0 * * * /usr/local/sarmon/sa1 300 288 &amp;</pre>
<p>This start collect every day at 00:00</p>
<p>The files generated are in /var/adm/sa/ (day-by-day)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kairo.eti.br/2010/05/08/nmon-for-solaris-yes-you-can-use-sarmon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to identify ssd devices on Solaris (MX000 Servers only)</title>
		<link>http://blog.kairo.eti.br/2010/03/23/how-to-identify-ssd-devices-on-solaris-mx000-servers-only/</link>
		<comments>http://blog.kairo.eti.br/2010/03/23/how-to-identify-ssd-devices-on-solaris-mx000-servers-only/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 17:25:01 +0000</pubDate>
		<dc:creator>Kairo Araujo</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Unix Notes]]></category>
		<category><![CDATA[Identify ssd devices]]></category>
		<category><![CDATA[MX000]]></category>
		<category><![CDATA[SSD devices]]></category>

		<guid isPermaLink="false">http://kairo.wordpress.com/?p=244</guid>
		<description><![CDATA[How to identify ssd devices on Solaris (MX000 Servers only) 1. Open one SSH on XSCF Last login: Tue Mar 23 12:22:37 2010 from XXX.YYY.ZZZ.KKKK XSCF&#62; 2. Open on SSH session on your Solaris Server Last login: Tue Mar 23 11:35:06 2010 from XXX.YYY.ZZZ.KKKK Sun Microsystems Inc. SunOS 5.10 Generic January 2005 You have new [...]]]></description>
			<content:encoded><![CDATA[<p>How to identify ssd devices on Solaris (MX000 Servers only)</p>
<p>1. Open one SSH on XSCF</p>
<pre>Last login: Tue Mar 23 12:22:37 2010 from XXX.YYY.ZZZ.KKKK
XSCF&gt;</pre>
<p>2. Open on SSH session on your Solaris Server</p>
<pre>Last login: Tue Mar 23 11:35:06 2010 from XXX.YYY.ZZZ.KKKK
Sun Microsystems Inc.   SunOS 5.10      Generic January 2005
You have new mail.
[root@MYSERVER ]#</pre>
<p>3. Verify your top disks I/O with iostat</p>
<p>Sample:</p>
<pre>[root@MYSERVER ]#  iostat -xM | grep ssd
ssd0        0.0    0.0    0.0    0.0  0.0  0.0    0.0   0   0
ssd43       0.0    0.0    0.0    0.0  0.0  0.0    0.9   0   0
ssd50       0.0    0.0    0.0    0.0  0.0  0.0    0.2   0   0
ssd61       0.0    0.0    0.0    0.0  0.0  0.0    0.0   0   0
ssd62       0.0    0.0    0.0    0.0  0.0  0.0    0.0   0   0
ssd148      0.0    0.0    0.0    0.0  0.0  0.0    0.0   0   0
ssd159      0.3    0.6    0.0    0.0  0.0  0.0    2.0   0   0
ssd160      0.1    0.3    0.0    0.0  0.0  0.0    2.4   0   0
ssd201      0.0    0.0    0.0    0.0  0.0  0.0    0.0   0   0
ssd202      0.0    0.0    0.0    0.0  0.0  0.0    0.0   0   0
ssd203      0.0    0.0    0.0    0.0  0.0  0.0    0.0   0   0
ssd296      0.0    0.0    0.0    0.0  0.0  0.0    0.1   0   0
ssd333      0.0    0.0    0.0    0.0  0.0  0.0    0.1   0   0</pre>
<p>4. Verify the SSD Devices on XSCF of respective domain of server.</p>
<p>Sample:</p>
<pre># showdevices -v -d 01
01  01-2      ssd201  /dev/dsk/c4t500009740809C55Cd42s2Device being used by VxVM
01  01-2      ssd202  /dev/dsk/c4t500009740809C55Cd41s2Device being used by VxVM</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.kairo.eti.br/2010/03/23/how-to-identify-ssd-devices-on-solaris-mx000-servers-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Veritas Volume Manager (VxVM) &#8211; Disk Group DG Rename</title>
		<link>http://blog.kairo.eti.br/2010/03/15/veritas-volume-manager-vxvm-dg-disk-group-rename-2/</link>
		<comments>http://blog.kairo.eti.br/2010/03/15/veritas-volume-manager-vxvm-dg-disk-group-rename-2/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 18:42:41 +0000</pubDate>
		<dc:creator>Kairo Araujo</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Unix Notes]]></category>
		<category><![CDATA[DG]]></category>
		<category><![CDATA[DG rename]]></category>
		<category><![CDATA[Disk Group]]></category>
		<category><![CDATA[Disk Group Rename]]></category>
		<category><![CDATA[import new name]]></category>
		<category><![CDATA[rename]]></category>
		<category><![CDATA[Veritas]]></category>
		<category><![CDATA[Veritas Volume Manager]]></category>
		<category><![CDATA[VxVM]]></category>

		<guid isPermaLink="false">http://kairo.wordpress.com/?p=233</guid>
		<description><![CDATA[Veritas Volume Manager (VxVM) &#8211; DG (Disk Group) Rename 1. Umount all filesystems used # umount /myfilesystem1 # umount /myfilesystem2 2. Stop all volumes of Disk Group (DG) # vxdg -g DG_APPS stopall 3. Deport the Disk Group (DG) # vxdg deport DG_APPS 4. Import Disk Group with new name # vxdg -n DG_DB import [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.kairo.eti.br/wp-content/uploads/2010/03/solaris_logo.png"><img src="http://blog.kairo.eti.br/wp-content/uploads/2010/03/solaris_logo.png?w=150" alt="" title="solaris_logo" width="150" height="77" class="alignleft size-thumbnail wp-image-239" /></a>Veritas Volume Manager (VxVM) &#8211; DG (Disk Group) Rename</p>
<p>1. Umount all filesystems used</p>
<p><code># umount /myfilesystem1<br />
# umount /myfilesystem2</code></p>
<p>2. Stop all volumes of Disk Group (DG)</p>
<p><code># vxdg -g DG_APPS stopall</code></p>
<p>3. Deport the Disk Group (DG)</p>
<p><code># vxdg deport DG_APPS</code></p>
<p>4. Import Disk Group with new name</p>
<p><code># vxdg -n DG_DB import DG_APPs</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kairo.eti.br/2010/03/15/veritas-volume-manager-vxvm-dg-disk-group-rename-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->