<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.3" -->
<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/"
	>

<channel>
	<title>天行健，君子以自强不息</title>
	<link>http://www.rickyzhu.com</link>
	<description>专注于测试自动化，性能测试以及测试工具的研究和实践/目前从事Oracle CRS和RAC的质量保证</description>
	<pubDate>Sat, 03 Jan 2009 12:42:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>
	<language>en</language>
			<item>
		<title>From Testing to Database</title>
		<link>http://www.rickyzhu.com/524_from-testing-to-dba.html</link>
		<comments>http://www.rickyzhu.com/524_from-testing-to-dba.html#comments</comments>
		<pubDate>Wed, 31 Dec 2008 14:18:29 +0000</pubDate>
		<dc:creator>ricky.zhu</dc:creator>
		
		<category><![CDATA[测试人生]]></category>
<category>career</category>
		<guid isPermaLink="false">http://www.rickyzhu.com/524_from-testing-to-dba.html</guid>
		<description><![CDATA[还有两个小时不到的时间，2008年就过去了。
在这一年的最后几个月里，我一直在思考并最终做出了一个重要决定：
Switch From Testing to Oracle database
Testing is a technology and Oracle database is a product. I lo... ]]></description>
			<content:encoded><![CDATA[<p>还有两个小时不到的时间，2008年就过去了。<br />
在这一年的最后几个月里，我一直在思考并最终做出了一个重要决定：</p>
<p>Switch From Testing to Oracle database<br />
Testing is a technology and Oracle database is a product. I love both of them.<br />
There is no conflict between the two careers and i have engaged  myself into testing in the past 5-6 years mainly on test automation and performance testing. Until after i join Oracle, the greatest company,  for one and half years later, i decided to switch from Testing to Oracle Database temporary.</p>
<p>Many Thanks to those friends who continuous help me in the past year.</p>
<p>Happy new year of 2009~</p>
<p class="akst_link"><a href="http://www.rickyzhu.com/?p=524&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_524" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.rickyzhu.com/524_from-testing-to-dba.html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Oracle Database 10g WorkshopII (Day2)</title>
		<link>http://www.rickyzhu.com/523_ocp-training-day2.html</link>
		<comments>http://www.rickyzhu.com/523_ocp-training-day2.html#comments</comments>
		<pubDate>Tue, 23 Dec 2008 13:31:26 +0000</pubDate>
		<dc:creator>ricky.zhu</dc:creator>
		
		<category><![CDATA[数据库]]></category>
<category>database</category><category>training</category>
		<guid isPermaLink="false">http://www.rickyzhu.com/523_ocp-training-day2.html</guid>
		<description><![CDATA[培训已经结束几天了，一直没来得及贴上来大纲，今天继续贴第二天的内容：
Day 2
Charpter4 Recovery from non-critical losses
If critical data lost, the database can’t functional works, or else database can still works.
If lo... ]]></description>
			<content:encoded><![CDATA[<p>培训已经结束几天了，一直没来得及贴上来大纲，今天继续贴第二天的内容：</p>
<p>Day 2<br />
Charpter4 Recovery from non-critical losses</p>
<p>If critical data lost, the database can’t functional works, or else database can still works.<br />
If loss the temp data files, drop the old one and create a new one.<br />
Log group state current: alter system switch log will switch the log group.<br />
Log group state active: there are data not write to data file, alter system checkpoint will flush it.<br />
If lose redo group member, drop the old one and add a new.<br />
If index lost, re-create a new one. Use parallel and nologging to speed up the creation.<br />
If password file lost, use orapwd command to create a new one. Then restart the instance.<br />
Remote_login_password_file can be set to exclusive/ shared and none</p>
<p>Charpter5 Database Recovery</p>
<p>There are two kinds of recovery: use management way and using RMAN<br />
User management: first restore=> manually copy data file/archived file to destination<br />
Then recover=> recover the database, that’s apply the online /archived log files<br />
You can recover the whole database, specified data file or tablespaces.<br />
RMAN management also finished the same task, it’s automatically: restore and recover.<br />
Situations need incompletely recover: missing archived/online redo or use control file to recover.<br />
Incomplete recover can recover to: until time/until cancel/until SCN/until log sequence<br />
Incomplete recovery has to open the db with resetlogs => then log sequence start from 1<br />
Incomplete recovery can also recover to restore point (SCN/date), need to create before restore.<br />
Create a new control file or use control file auto backup, we can create control file from command: backup control file to trace.<br />
If we create new control file, then need to register the backup set to control file: catalog database.<br />
Recovery from readonly tablespace is some different.<br />
 <a href="http://www.rickyzhu.com/523_ocp-training-day2.html#more-523" class="more-link">(more&#8230;)</a></p>
<p class="akst_link"><a href="http://www.rickyzhu.com/?p=523&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_523" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.rickyzhu.com/523_ocp-training-day2.html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Oracle Database 10g WorkshopII (Day1)</title>
		<link>http://www.rickyzhu.com/522_ocp-training-day1.html</link>
		<comments>http://www.rickyzhu.com/522_ocp-training-day1.html#comments</comments>
		<pubDate>Wed, 17 Dec 2008 05:05:55 +0000</pubDate>
		<dc:creator>ricky.zhu</dc:creator>
		
		<category><![CDATA[数据库]]></category>
<category>oracle</category><category>training</category>
		<guid isPermaLink="false">http://www.rickyzhu.com/522_ocp-training-day1.html</guid>
		<description><![CDATA[从这个周一开始，一直在广州参加一个Oracle大学的培训课程，这个为期五天的课程是我获取OCP证书的最后一道步骤了（042和043考试之前这个月初之前已经全部通过），进行到今天已经第三天了... ]]></description>
			<content:encoded><![CDATA[<p>从这个周一开始，一直在广州参加一个Oracle大学的培训课程，这个为期五天的课程是我获取OCP证书的最后一道步骤了（042和043考试之前这个月初之前已经全部通过），进行到今天已经第三天了，陆续记录了一些笔记，这里记录的都是一些大概的知识点和概要，详细的流水就不说了，仅供自己参考。</p>
<p>Day1<br />
Charpter1 Introduction</p>
<p>Oracle database review, oracle database consist of two part: instance and data. Instance is the memory and some background processes. Data is the datafile.<br />
Memory consist of SGA and PGA and processes including SMON, PMON, DBWn(0-9), CKPT, LGWR, ARCn(0-9)<br />
SCN should be sync in control file, data file and online redo log file.<br />
Schema can be understand as equals to user.<br />
Can get the tablespace and segment related information from dba_segments;, dba_tablespaces.<br />
Data block show be continuous, but extent are not required to.</p>
<p>Charpter2 Configure RMAN<br />
 <a href="http://www.rickyzhu.com/522_ocp-training-day1.html#more-522" class="more-link">(more&#8230;)</a></p>
<p class="akst_link"><a href="http://www.rickyzhu.com/?p=522&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_522" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.rickyzhu.com/522_ocp-training-day1.html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>博客开张两周年记</title>
		<link>http://www.rickyzhu.com/521_blog-2-years.html</link>
		<comments>http://www.rickyzhu.com/521_blog-2-years.html#comments</comments>
		<pubDate>Thu, 04 Dec 2008 12:42:34 +0000</pubDate>
		<dc:creator>ricky.zhu</dc:creator>
		
		<category><![CDATA[尚未分类]]></category>
<category>blog</category>
		<guid isPermaLink="false">http://www.rickyzhu.com/521_blog-2-years.html</guid>
		<description><![CDATA[从2006年底自己开博客以来，算算已经两年多的时间了。从最初的托管在blogspot，到后来注册自己的域名rickyzhu.com 买空间，搭建WP，两年多的时间里，一直在坚持，周围也有很多朋友（jarod, kaiya, ... ]]></description>
			<content:encoded><![CDATA[<p>从2006年底自己开博客以来，算算已经两年多的时间了。从最初的<a href="http://rickyzhuengineer.blogspot.com/">托管在blogspot</a>，到后来注册自己的域名<a href="http://rickyzhu.com">rickyzhu.com </a>买空间，搭建WP，两年多的时间里，一直在坚持，周围也有很多朋友（<a href="http://www.jarodwang.cn">jarod</a>, <a href="http://www.os2ora.com">kaiya</a>, <a href="http://www.feimaol.com">feimaol</a>）在我建议和影响之下，陆续开了自己的博客，还有些朋友在计划中。。。我对博客的理解还是我刚写博的时候那几句话，更多的时候，我们写作的过程就是不断思考的过程，不断整理和梳理自己思路的过程，不断分享的过程。。。 通过这两年的博客生涯，也结识和认识了一批圈内的同行，大家一起分享，探讨和进步，我想这就是这两年的最大收获吧。</p>
<p>两年的时间，看看统计结果：<br />
There are currently 402 posts and 866 comments, contained within 22 categories.</p>
<p>400篇文章，应该有300篇以上是纯粹技术的帖子，100篇以上原创的文字吧，开播初期分享过的一些自动化测试，性能测试，测试工具方面的<a href="http://www.rickyzhu.com/395_testing-post-summary.html">原创文章</a>，至今还有不少同行和朋友邮件过来咨询，实在是令人开心和感动的事情，800多条回复就是最好的印证，谢谢你们的关注和支持，正因为有你们默默的支持，我才一直坚持到现在。。。</p>
<p>访问量也曝光一下：<br />
总量:	74604 IP （访问量） 177703 PV （浏览量）<br />
数据可能不太准确，有部分是我自己的访问，初期的几个月没安装统计代码，所以实际结果可能在20w左右。<br />
博客的PR值也从最初的0经过几次调整，上升到<a href="http://www.rickyzhu.com/459_pr-is-four.html">现在的4</a>，根据Google管理员工具预测，可能很快就达到5了。</p>
<p>2009马上来了，期待新年朋友们的支持，我会更加努力。。。</p>
<p class="akst_link"><a href="http://www.rickyzhu.com/?p=521&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_521" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.rickyzhu.com/521_blog-2-years.html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>警惕短信新骗局</title>
		<link>http://www.rickyzhu.com/520_sms-trick.html</link>
		<comments>http://www.rickyzhu.com/520_sms-trick.html#comments</comments>
		<pubDate>Wed, 26 Nov 2008 15:26:56 +0000</pubDate>
		<dc:creator>ricky.zhu</dc:creator>
		
		<category><![CDATA[尚未分类]]></category>
<category>other</category>
		<guid isPermaLink="false">http://www.rickyzhu.com/520_sms-trick.html</guid>
		<description><![CDATA[今天中午临近吃饭，收到一个陌生号码的短信
“大家好，我换号码啦！有空常联系哦，朱梅山“，从脑子里扫了一下，虽然我也姓朱，但是没这样的亲戚，完全没印象，于是回复
”你是哪位“... ]]></description>
			<content:encoded><![CDATA[<p>今天中午临近吃饭，收到一个陌生号码的短信<br />
“大家好，我换号码啦！有空常联系哦，朱梅山“，从脑子里扫了一下，虽然我也姓朱，但是没这样的亲戚，完全没印象，于是回复<br />
”你是哪位“<br />
对方回复”朱梅山“，我还是搜索不出来这个人，继续回复”好像不认识我吗，你认识我吗”<br />
很快收到回复<br />
”他妈的～～同学都忘了“，听这口气，看来不是一般的熟，肯定是老熟人，还是想起不来，看来真的老了，于是继续回复<br />
”真他妈的老了，哪里的同学，哪个学校“<br />
对方也生气了，回复”晕倒，懒得理你，知道是同学就行了“，要真是我同学，下次见面肯定少不了挨骂<br />
我决定奉陪到底，继续回复<br />
”我靠，同学也能乱认，我就没读几天书，哪里的同学“<br />
很快收到“那我哪知道你啊，我可没乱认”<br />
嘿嘿～～有戏，我紧接着又回复了一句<br />
”你是不是我复旦的同学，哲学三班的“ 哈哈哈，发完，发觉自己前后说的太不一致了，要是在精心设计一下，就更完美了，比如不直接戳穿他，而是做幡然醒悟状 ”哦，你是不是我复旦的同学，不是出国了吗，借我的几万块啥时候还。。。” 哈哈哈，有意思</p>
<p>饭后抽空上网查了一下，这个号码的归属地居然都没有，15013144561  ~~~</p>
<p>年关将近，骗局越来越多，还有<a href="http://www.storyday.com/html/y2008/2031_airport-bus-liar-sequel.html">江东大哥发的机场大巴骗局</a>，大家提高警惕</p>
<p class="akst_link"><a href="http://www.rickyzhu.com/?p=520&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_520" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.rickyzhu.com/520_sms-trick.html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bruce Lee, Chinese Kongfu</title>
		<link>http://www.rickyzhu.com/519_brucelee-pingpang.html</link>
		<comments>http://www.rickyzhu.com/519_brucelee-pingpang.html#comments</comments>
		<pubDate>Wed, 26 Nov 2008 14:59:46 +0000</pubDate>
		<dc:creator>ricky.zhu</dc:creator>
		
		<category><![CDATA[尚未分类]]></category>
<category>other</category>
		<guid isPermaLink="false">http://www.rickyzhu.com/519_brucelee-pingpang.html</guid>
		<description><![CDATA[Bruce Lee Pingpang from Youtube, got it from Jarod.





Share This... ]]></description>
			<content:encoded><![CDATA[<p>Bruce Lee Pingpang from Youtube, got it from <a href="http://www.jarodwang.cn">Jarod</a>.</p>
<object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/OqGQ72bre30&#038;hl=zh_CN&#038;fs=1"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<p><embed src="http://www.youtube.com/v/OqGQ72bre30&#038;hl=zh_CN&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
<p class="akst_link"><a href="http://www.rickyzhu.com/?p=519&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_519" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.rickyzhu.com/519_brucelee-pingpang.html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>头盔</title>
		<link>http://www.rickyzhu.com/518_new-bike-equipment.html</link>
		<comments>http://www.rickyzhu.com/518_new-bike-equipment.html#comments</comments>
		<pubDate>Wed, 26 Nov 2008 05:03:41 +0000</pubDate>
		<dc:creator>ricky.zhu</dc:creator>
		
		<category><![CDATA[尚未分类]]></category>
<category>bike</category>
		<guid isPermaLink="false">http://www.rickyzhu.com/518_new-bike-equipment.html</guid>
		<description><![CDATA[从5月份买车到现在半年时间过去了，累计行程已接近1500公里。单程时间也从最初的半个小时，降到不到二十分钟，最高记录是十五分钟（从公司到家5.2公里）
昨天下班去Decathlon花300大洋入手... ]]></description>
			<content:encoded><![CDATA[<p>从5月份买车到现在半年时间过去了，累计行程已接近1500公里。单程时间也从最初的半个小时，降到不到二十分钟，最高记录是十五分钟（从公司到家5.2公里）</p>
<p>昨天下班去<a href="http://www.decathlon.com.cn/ZH/road-helmets-26674001/">Decathlon</a>花300大洋入手了一款头盔，骑行更加安全</p>
<p>我儿子比我更帅<br />
<img src="http://lh6.ggpht.com/_fwbFyFkh91M/SSv_6LG2PqI/AAAAAAAADZk/UVKAISzw5rI/s912/IMG_2660.JPG" alt="" /></p>
<p>更多照片，<a href="http://picasaweb.google.com/ricky.zhu/2008_11_25_#">猛击原图</a></p>
<p class="akst_link"><a href="http://www.rickyzhu.com/?p=518&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_518" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.rickyzhu.com/518_new-bike-equipment.html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>捂紧钱袋好过冬</title>
		<link>http://www.rickyzhu.com/517_take-care-your-money.html</link>
		<comments>http://www.rickyzhu.com/517_take-care-your-money.html#comments</comments>
		<pubDate>Sun, 16 Nov 2008 12:04:50 +0000</pubDate>
		<dc:creator>ricky.zhu</dc:creator>
		
		<category><![CDATA[主机]]></category>
<category>career</category>
		<guid isPermaLink="false">http://www.rickyzhu.com/517_take-care-your-money.html</guid>
		<description><![CDATA[经济不景气，很多公司裁员，经常有朋友问到我们是否受到影响，好像目前为止，还没看到有什么变化。
公司的现金流也十分充足。这年头，手头有现金就不愁了。虽然国家推出一揽子刺激经... ]]></description>
			<content:encoded><![CDATA[<p>经济不景气，很多公司裁员，经常有朋友问到我们是否受到影响，好像目前为止，还没看到有什么变化。<br />
公司的现金流也十分充足。这年头，手头有现金就不愁了。虽然国家推出一揽子刺激经济，鼓励消费的方案，但是对于我们普通打工一族，看好钱袋比较好。毕竟冬天马上要来了。</p>
<p>《福布斯》评出了全球持有现金最多10家科技公司。它们分别是：惠普(148亿美元)、苹果(119亿美元)、IBM(98亿美元)、微软(90亿美元)、戴尔(86亿美元)、甲骨文(85亿美元)、Google(84亿美元)、EMC(55亿美元)、思科(52亿美元)、英特尔(37亿美元) 。</p>
<p>今天看到最新消息，Sun也裁员了：<br />
北京时间11月14日消息 据国外媒体报道，为应对全球经济的衰退，Sun公司周五宣布，将在全球范围内裁员5000至6000人，约占员工总数的15%至18%。 </p>
<p class="akst_link"><a href="http://www.rickyzhu.com/?p=517&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_517" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.rickyzhu.com/517_take-care-your-money.html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>说说猎头</title>
		<link>http://www.rickyzhu.com/516_about-hunter.html</link>
		<comments>http://www.rickyzhu.com/516_about-hunter.html#comments</comments>
		<pubDate>Wed, 05 Nov 2008 13:18:01 +0000</pubDate>
		<dc:creator>ricky.zhu</dc:creator>
		
		<category><![CDATA[测试人生]]></category>
<category>career</category>
		<guid isPermaLink="false">http://www.rickyzhu.com/516_%e8%af%b4%e8%af%b4%e7%8c%8e%e5%a4%b4.html</guid>
		<description><![CDATA[一直想说说猎头的话题
今天下午下班前接到的电话是这周的第三个猎头的电话了，今天才是周三而已。其实今天说这个话题倒不是想表达我自己怎么怎么样，而是想对猎头这个职业发表自己的... ]]></description>
			<content:encoded><![CDATA[<p>一直想说说猎头的话题</p>
<p>今天下午下班前接到的电话是这周的第三个猎头的电话了，今天才是周三而已。其实今天说这个话题倒不是想表达我自己怎么怎么样，而是想对猎头这个职业发表自己的一点看法。</p>
<p>有个朋友说的好，这年头，只要你有资源，你可以不懂专业，也可以没有相关背景，甚至可以看不懂JD，可见这个行业发展多么不规范。一张办公桌，一部电话，就可以开始办公了，这不能不让人常常想到房地产中介。</p>
<p>现在很多的猎头公司都有各大公司的name list，得来的渠道多种多样，就不多说了。照着名单一个一个打过去，利用一些常见的沟通技巧旁敲侧击一些信息，以此对目标对象有更充分的了解。更有甚者，我遇到有猎头居然是从总机转过来的电话（总计电话当然可以在网上查到），只知道姓名，其他一概不知。更不要说对别人提出建议了。<br />
这里头还隐藏有一个隐私和职业道德的问题了，不在此处讨论。</p>
<p>猎头给人的第一印象应该是有一定的行业背景，非常资深的专业人士，可以帮你规划职业的发展，提供职业的指导。现在已经沦落到这个地步，实在是挺悲哀的。</p>
<p>有一次跟一个猎头聊天，他居然一副非常高高在上的姿态，我们是要帮你，你为什么不感谢我们。我们是在帮你寻找更好的工作。殊不知，对有意换工作的人，这也许是对的，但是对于大多数被他们骚扰的人来说（因为他们对目标没有定位，所以一般都是骚扰性质的）是一种负担，对企业来说，也是一种非常不利的因素。客观上助长了员工的浮躁心理，说的难听点，弄得人心浮动。</p>
<p>说到现在的形势，就一句话：轻易不要换工作。 经济这么不景气，而且很多大公司也在裁员。猎头的生意肯定难做了，如果我没猜错的话，估计要经历重新洗牌了。这如同去年的房地产中介大批倒闭如出一辙。说来说去，又是房地产中介，呵呵。房地产中介最喜欢客户成交了，买了房，他关心你啥时候出租，啥时候卖房，啥时候换房。卖了房子，他关心你啥时候租房，啥时候买新房。这就是生意。猎头也一样，完全不关心别人的职业发展，他们只关心他们是否你更感兴趣的机会。房地产的火爆有中介的一份功劳，IT行业的浮躁和离职率，也有猎头的一份贡献啊。</p>
<p>欢迎不同意见。</p>
<p>对了，我新弄了一个<a href="http://www.testingjob.net">招聘网站</a>，大家有招人的需求，可以去那里发贴，猎头也欢迎哈。</p>
<p class="akst_link"><a href="http://www.rickyzhu.com/?p=516&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_516" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.rickyzhu.com/516_about-hunter.html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Solaris Run States Introduction</title>
		<link>http://www.rickyzhu.com/515_solaris-run-state.html</link>
		<comments>http://www.rickyzhu.com/515_solaris-run-state.html#comments</comments>
		<pubDate>Mon, 27 Oct 2008 12:32:15 +0000</pubDate>
		<dc:creator>ricky.zhu</dc:creator>
		
		<category><![CDATA[主机]]></category>
<category>cluster</category><category>solaris</category>
		<guid isPermaLink="false">http://www.rickyzhu.com/515_solaris-run-state.html</guid>
		<description><![CDATA[Solaris运行级别表示系统的运行状态，每个level具体运行哪些服务和进程是由/etc/rc#.d目录下面的脚本决定的。举例来说，在有SunCluster的RAC环境下，对Oracle UDLM (ORCLudlm) 进行升级就需要先进入单用... ]]></description>
			<content:encoded><![CDATA[<p>Solaris运行级别表示系统的运行状态，每个level具体运行哪些服务和进程是由/etc/rc#.d目录下面的脚本决定的。举例来说，在有SunCluster的RAC环境下，对Oracle UDLM (ORCLudlm) 进行升级就需要先进入单用户模式，卸载老的ORCLudlm，然后安装新版本。 这个时候就需要boot -s<br />
默认的服务的运行级别列表如下：</p>
<p>    *  0: The system is at the PROM monitor (ok>) or security monitor (>) prompt. It is safe to shut down the system when it is at this init state.<br />
    * 1, s or S: This state is known as &#8220;single-user&#8221; or &#8220;system administrator&#8221; mode. Root is the only user on the system, and only basic kernel functions are enabled. A limited number of filesystems (usually only root and /usr) are mounted. This init state is often used for sensitive functions (such as kernel libc patches) or while troubleshooting a problem that is keeping the system from booting into multiuser mode.<br />
    * 2: Multiple users can log in. Most system services (except for NFS server and printer resource sharing) are enabled.<br />
    * 3: Normal operating state. NFS and printer sharing is enabled, where appropriate.<br />
    * 4: Usually undefined.<br />
    * 5: Associated with the boot -a command. The system is taken to init 0 and an interactive boot is started.<br />
    * 6: Reboot. This state takes the system to init state 0 and then to the default init state (usually 3, but can be redefined in the /etc/inittab file).<br />
 <a href="http://www.rickyzhu.com/515_solaris-run-state.html#more-515" class="more-link">(more&#8230;)</a></p>
<p class="akst_link"><a href="http://www.rickyzhu.com/?p=515&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_515" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.rickyzhu.com/515_solaris-run-state.html/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
