<?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>Sybase数据库技术，数据库恢复专家 &#187; aio</title>
	<atom:link href="http://www.dbainfo.net/tag/aio/feed" rel="self" type="application/rss+xml" />
	<link>https://www.dbainfo.net</link>
	<description>提供Sybase ASE及Sybase SQL Anywhere数据库修复服务，电话：13811580958(微信)，QQ：289965371！We have many years of experience in recovering data from damanged Sybase devices. Contact us by Phone: +86 13811580958 Wechat: 13811580958 Email: 289965371@qq.com</description>
	<lastBuildDate>Sat, 14 Jun 2025 16:28:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>AIX上未启动异步IO导致Sybase服务创建失败</title>
		<link>https://www.dbainfo.net/aix-fail-to-create-install-of-aio.htm</link>
		<comments>https://www.dbainfo.net/aix-fail-to-create-install-of-aio.htm#comments</comments>
		<pubDate>Mon, 19 Sep 2011 13:02:17 +0000</pubDate>
		<dc:creator>dbainfo</dc:creator>
				<category><![CDATA[Sybase ASE]]></category>
		<category><![CDATA[Unix&Linux]]></category>
		<category><![CDATA[aio]]></category>
		<category><![CDATA[AIX]]></category>

		<guid isPermaLink="false">http://www.dbainfo.net/?p=1118</guid>
		<description><![CDATA[在AIX5.3上使用资源文件新建Sybase ASE12.5.2实例时，报如下的错误： exec(): 0509-036 Cannot load program /home/sybase/ASE-12_5/bin/dataserver because of the following errors: 0509-130 Symbol resolution failed for /usr/ccs/lib/libc.a[aio_64.o] because: 0509-136 Symbol kaio_rdwr64 (number 0) is not exported from dependent module /unix. 0509-136 Symbol listio64 (number 1) is not exported from dependent module /unix. 0509-136 Symbol acancel64 (number 2) is not exported from dependent module [...]]]></description>
			<content:encoded><![CDATA[<p>在AIX5.3上使用资源文件新建Sybase ASE12.5.2实例时，报如下的错误：</p>
<blockquote>
<p>exec(): 0509-036 Cannot load program /home/sybase/ASE-12_5/bin/dataserver because of the following errors:<br />
		0509-130 Symbol resolution failed for /usr/ccs/lib/libc.a[aio_64.o] because:<br />
		0509-136 Symbol kaio_rdwr64 (number 0) is not exported from dependent module /unix.<br />
		0509-136 Symbol listio64 (number 1) is not exported from dependent module /unix.<br />
		0509-136 Symbol acancel64 (number 2) is not exported from dependent module /unix.<br />
		0509-136 Symbol iosuspend64 (number 3) is not exported from dependent module /unix.<br />
		0509-136 Symbol aio_nwait (number 4) is not exported from dependent module /unix.<br />
		0509-136 Symbol aio_nwait64 (number 5) is not exported from dependent module /unix.<br />
		0509-136 Symbol aio_nwait_timeout (number 6) is not exported from dependent module /unix.<br />
		0509-136 Symbol aio_nwait_timeout64 (number 7) is not exported from dependent module /unix.<br />
		0509-028 Symbol used in ? type does not match exported type.<br />
		0509-192 Examine .loader section symbols with the<br />
		&#39;dump -Tv&#39; command.</p>
</blockquote>
<p>检查后发现AIX的异步IO没打开。修改参数后，重启机器。<br />
	<strong><span id="more-1118"></span><br />
	chdev -l aio0 -P -a autoconfig=&#39;available&#39;</strong></p>
<p>再次利用rs文件新建实例，正常执行！</p>
<p>附：</p>
<p>AIX查看aix状态： <a href="http://itspace.iteye.com/blog/612096" target="_blank">AIX 查看aio状态</a></p>
<p><a href="http://space.itpub.net/519536/viewspace-625819" target="_blank">【故障处理】因AIX异步IO没有开启导致SQL*Plus不可用<br />
	</a></p>
<div style="clear: both; margin: 10px 0pt; border: 1px dashed rgb(153, 153, 153); font-size: 12px; padding: 5px 10px;">
<li>本文链接地址：<a href="https://www.dbainfo.net/aix-fail-to-create-install-of-aio.htm">https://www.dbainfo.net/aix-fail-to-create-install-of-aio.htm</a>；</li>
<li>本文为dbainfo个人原创，请在尊重作者劳动成果的前提下进行转载；</li>
<li>转载务必注明原始出处 : <a href="https://www.dbainfo.net/">Sybase数据库技术，数据库恢复专家</a>；</li>
<li>对《<a href="https://www.dbainfo.net/aix-fail-to-create-install-of-aio.htm">AIX上未启动异步IO导致Sybase服务创建失败</a>》有何疑问或见解，请在本文下方发表；</li>
<li>对网站还有其他问题或建议，请提交在<a href="https://www.dbainfo.net/messages" target="_blank">留言板</a>，谢谢！</li>
</div>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li>2011-09-19 -- <a href="https://www.dbainfo.net/steps-to-imigrate-sybase-ase-database-on-aix-platform.htm" title="AIX平台上Sybase ASE数据库迁移步骤">AIX平台上Sybase ASE数据库迁移步骤</a> (0)</li><li>2011-06-02 -- <a href="https://www.dbainfo.net/aix-date-change-time-zone-to-get-date.htm" title="aix系统可以用改变时区的方法获取前后N天的日期">aix系统可以用改变时区的方法获取前后N天的日期</a> (0)</li><li>2010-03-22 -- <a href="https://www.dbainfo.net/aix-switch-user-environmnet-load.htm" title="AIX下用su切换用户时不能加载环境变量的问题解决">AIX下用su切换用户时不能加载环境变量的问题解决</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>https://www.dbainfo.net/aix-fail-to-create-install-of-aio.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
