<?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>storage &#8211; Strava LTD</title>
	<atom:link href="https://strava.ltd/category/storage/feed/" rel="self" type="application/rss+xml" />
	<link>https://strava.ltd</link>
	<description>Services of IT infrastructure, AIX Operating System and IBM pSeries, IBM Power, PureStorage PureArrays and DevOps Ansible, Terraform, Infrastructure as a Code</description>
	<lastBuildDate>Tue, 03 Mar 2026 20:26:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://strava.ltd/wp-content/uploads/2024/02/cropped-logo_strava-140_transparent-32x32.png</url>
	<title>storage &#8211; Strava LTD</title>
	<link>https://strava.ltd</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Disk pathes &#038; SCSI Reservations on AIX 7.x</title>
		<link>https://strava.ltd/2025/09/05/disk-pathes-scsi-reservations-on-aix-7-x/</link>
		
		<dc:creator><![CDATA[nicolas]]></dc:creator>
		<pubDate>Fri, 05 Sep 2025 14:28:34 +0000</pubDate>
				<category><![CDATA[storage]]></category>
		<guid isPermaLink="false">https://strava.ltd/?p=220</guid>

					<description><![CDATA[If your errpt is filling with disk errors on one specific path ID, there is a chance your disk is locked up by a single Path Reservation. In this case, you can query and clear this reservation if you are totally sure no other system is using the same locked disk: Simply. Then, I advice to clear up the errpt logs and check few minutes later if no new error log appeared: Remember you can visualize your disk pathes ID, parents device, WWPN, LUN number and its status with the following lspah options:]]></description>
										<content:encoded><![CDATA[<p>If your errpt is filling with disk errors on one specific path ID, there is a chance your disk is locked up by a single Path Reservation. In this case, you can query and clear this reservation if you are totally sure no other system is using the same locked disk:</p>
<pre class="brush: plain; title: ; notranslate">
&#x5B;root@aixboix /root]# devrsrv -f -c release -l hdisk28
Device Reservation State Information
==================================================
Device Name                     :  hdisk28
Device Open On Current Host?    :  YES
ODM Reservation Policy          :  NO RESERVE
Device Reservation State        :  SINGLE PATH RESERVE
Device is currently Open on this host by a process.
Do you want to continue y/n:y
The command was successful.
The reservation has been cleared on the device.
</pre>
<p>Simply.</p>
<p>Then, I advice to clear up the errpt logs and check few minutes later if no new error log appeared:</p>
<pre class="brush: plain; title: ; notranslate">&#x5B;root@aix ~]# errclear 0
&#x5B;root@aixbox ~]# 
</pre>
<p>Remember you can visualize your disk pathes ID, parents device, WWPN, LUN number and its status with the following lspah options:</p>
<pre class="brush: plain; title: ; notranslate">&#x5B;root@aix ~]# for D in `lspv | awk {&#039; print $1 &#039;}`; do echo $D: ; lspath -l $D -F&quot;path_id;connection:parent:path_status:status&quot; ; echo ;  done
hdisk130:
0;524a9376d185dd12,ca000000000000:fscsi4:Available:Enabled
1;524a9376d185dd02,ca000000000000:fscsi5:Available:Enabled

hdisk12:
0;524a9376d185dd12,e0000000000000:fscsi4:Available:Enabled
1;524a9376d185dd02,e0000000000000:fscsi5:Available:Enabled
</pre>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
