<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
   <channel>
      <title>Yink's Blog</title>
      <link>http://www.playes.net</link>
      <description></description>
      <language>zh-cn</language>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs>
      <copyright>Copyright 2004, Yink's Blog</copyright>
      <generator>Yink's Blog</generator>
      <webMaster>yink3280@163.net (yink)</webMaster>
      <category>做人要厚道</category>
      <ttl>60</ttl>
      <image>
          <url>http://www.playes.net/yink/Images/Logo.gif</url>
          <title>做人要厚道</title>
          <link>http://www.playes.net</link>
      </image>

      <item>
         <title>HP-UX硬盘资源的逻辑卷管理</title>
         <author>yink</author>
         <category>technology</category>
         <link>http://www.playes.net/yink/Blog.asp?ID=29</link>
         <description>物理卷physical valume：物理上的硬盘，一个硬盘就是一个PV逻辑卷组，一个卷组包含整数个PV逻辑卷：logical valume：相当于对大硬盘进行逻辑分区，一个VG可包含多个LV文件系统：在逻辑卷的基础上，可建立文件系统，然后mount到某个目录下，就可以以文件存取的方法来使用硬盘了HP-UX下正确使用硬盘的顺序如下：一：先建立物理卷pvcreate -f /dev/rdsk/cCdDtT二：再建立逻辑卷组mkdir /dev/vg01mknod /dev/vg01/group ...</description>
         <pubDate>2006-9-28 17:08:07</pubDate>
         <comments>http://www.playes.net/yink/Comment.asp?ID=29</comments>
         <guid isPermaLink="true">http://www.playes.net/yink/?ID=29</guid>
      </item>

      <item>
         <title>(转摘) windows XP开机启动服务列表详解</title>
         <author>yink</author>
         <category>technology</category>
         <link>http://www.playes.net/yink/Blog.asp?ID=28</link>
         <description>众所周知，Windows XP集成了许多功能和服务，但是有很多服务是我们个人用户所用不到的，开启只会浪费内存和资源，而且，还影响启动速度。经我试验和参考了众多的文章和微软的资料，关掉大部分没用的服务以后，系统的资源占用率有了大幅度的下降，系统运行当然也就更加顺畅了。在运行中输入:services.msc或者:控制面板-管理工具-服务。如果调整后电脑出了问题，重新开启那个服务就可以了。设定时右击一个服务，可以选择关闭，手动，还是自动(自动为跟Windows一起启动)。手动为需要时它自行启动。禁止...</description>
         <pubDate>2006-9-18 11:00:35</pubDate>
         <comments>http://www.playes.net/yink/Comment.asp?ID=28</comments>
         <guid isPermaLink="true">http://www.playes.net/yink/?ID=28</guid>
      </item>

      <item>
         <title>资料放送——aix操作系统（ibm中文资料)</title>
         <author>yink</author>
         <category>resource</category>
         <link>http://www.playes.net/yink/Blog.asp?ID=27</link>
         <description>第一章：AIX入门与提高之AIX操作系统介绍            第二章：AIX入门与提高之系统启动与关机第三章：AIX入门与提高之用户登录与退出              第四章：AIX入门与提高之设备管理第五章：AIX入门与提高之磁盘和文件系统              第六章：AIX入门与提高之进程管理第七章：AIX入门与提高之备份与恢复                    第八章：AIX入门与提高之打印第九章：AIX入门与提高之TCP_IP                     ...</description>
         <pubDate>2006-9-8 16:04:12</pubDate>
         <comments>http://www.playes.net/yink/Comment.asp?ID=27</comments>
         <guid isPermaLink="true">http://www.playes.net/yink/?ID=27</guid>
      </item>

      <item>
         <title>HP双机常见操作步骤和相关命令</title>
         <author>yink</author>
         <category>technology</category>
         <link>http://www.playes.net/yink/Blog.asp?ID=26</link>
         <description>激活锁盘：vgchange -a  y  /dev/vglock去激活锁盘：vgchange  -a  n   /dev/vglock编译生成二进制配置文件：# cmapplyconf -v -C /etc/cmcluster/cmcluster.asc配置双机软件包修改以下主要文件：scupkg.asc  control.sh  spy.sh同步两边节点的PKG配置文件编译生成PKG：cmapplyconf -v -P /etc/cmcluster/scupkg/scupkg.asc启动双机...</description>
         <pubDate>2006-9-5 16:05:13</pubDate>
         <comments>http://www.playes.net/yink/Comment.asp?ID=26</comments>
         <guid isPermaLink="true">http://www.playes.net/yink/?ID=26</guid>
      </item>

      <item>
         <title>IBM双机系统的一些命令</title>
         <author>yink</author>
         <category>technology</category>
         <link>http://www.playes.net/yink/Blog.asp?ID=25</link>
         <description>IBM共享磁盘双机系统的启动启动cluster在主机上使用smit clstart 或者运行# /usr/sbin/cluster/etc/rc.cluster -boot -N -i 命令启动cluster先启动的节点将成为主节点，将自动获得浮动IP，监控程序等资源在备机上使用smit clstart 或者运行# /usr/sbin/cluster/etc/rc.cluster -boot -N -i 命令启动节点IBM HACMP双机软件运行状态查询命令：lssrc -g cluster ...</description>
         <pubDate>2006-8-28 14:46:51</pubDate>
         <comments>http://www.playes.net/yink/Comment.asp?ID=25</comments>
         <guid isPermaLink="true">http://www.playes.net/yink/?ID=25</guid>
      </item>

      <item>
         <title>AIX系统检查双机串口连通性的方法</title>
         <author>yink</author>
         <category>technology</category>
         <link>http://www.playes.net/yink/Blog.asp?ID=24</link>
         <description>在其中一台机器上，这里假定为hostahosta#cat   /dev/tty1在另外一台机器，这里假定为hostbhostb#cat /etc/hosts   /dev/tty1在hostb上回车后，hosta上面如果滚动显示hostb的/etc/hosts文件的内容并且没有乱码出现，表示hosta和hostb串口通信正常。</description>
         <pubDate>2006-8-25 17:09:02</pubDate>
         <comments>http://www.playes.net/yink/Comment.asp?ID=24</comments>
         <guid isPermaLink="true">http://www.playes.net/yink/?ID=24</guid>
      </item>

      <item>
         <title>（转）此篇写给城里普通收入的年轻人</title>
         <author>yink</author>
         <category>freely</category>
         <link>http://www.playes.net/yink/Blog.asp?ID=23</link>
         <description>总则：1、不要再相信任何政府给你描绘的美好前景了。经历了房改、医改、教改以后，如果你还没醒过来，还以为以后的生活能越“改”越好，那是太天真啦。2、中国会饿死、病死、穷死人，但绝不能饿死、病死、穷死大部分人。不少官商要赚钱，所以政府会踩着这条底线走；这条底线，是估算政府以后改革方案的最好方法。关于工作：工作是生活收入之源，所以为了以后更好的活下去，哪里工作收入高，就跑哪里去，哪个区域政府搞活了，就去哪。跟着政策走，广州不行了去上海，上海不行了去北京，北京也不行了就去别的地方，总之要比别人先走一步...</description>
         <pubDate>2006-8-21 0:36:38</pubDate>
         <comments>http://www.playes.net/yink/Comment.asp?ID=23</comments>
         <guid isPermaLink="true">http://www.playes.net/yink/?ID=23</guid>
      </item>

      <item>
         <title>IBM-AIX无法删除LV的解决方法</title>
         <author>yink</author>
         <category>technology</category>
         <link>http://www.playes.net/yink/Blog.asp?ID=22</link>
         <description># lsvg -l datavgdatavg:LV NAME             TYPE       LPs   PPs   PVs  LV STATE      MOUNT POINTlvscu               ???        128   128   1    closed/syncd  N/Alv00                jfs2log    1     1     1    closed/syncd  N/A# rmlv lvscuWarning, al...</description>
         <pubDate>2006-8-14 13:39:08</pubDate>
         <comments>http://www.playes.net/yink/Comment.asp?ID=22</comments>
         <guid isPermaLink="true">http://www.playes.net/yink/?ID=22</guid>
      </item>

      <item>
         <title>IBM AIX启动过程简单介绍</title>
         <author>yink</author>
         <category>technology</category>
         <link>http://www.playes.net/yink/Blog.asp?ID=20</link>
         <description>分为4个步骤：1. CheckpointsCheckpoints检查点是系统加电CMOS初始化程序(initial program load，IPL)运行后显示在 I/O柜的显示面板上一系列信息。当交流电源接到系统后，IPL流程就开始了，IPL流程包括四个步骤：(1)Phase 1：Service Processor 的初始化Phase 1 开始于交流电源接到系统后，直到OK显示在I/O柜上的显示面板上为止。在这个步骤会显示 8xxx 或9xxx checkpoints代码。(2)Phase ...</description>
         <pubDate>2006-3-23 11:28:39</pubDate>
         <comments>http://www.playes.net/yink/Comment.asp?ID=20</comments>
         <guid isPermaLink="true">http://www.playes.net/yink/?ID=20</guid>
      </item>

      <item>
         <title>2006年新年第一天</title>
         <author>yink</author>
         <category>freely</category>
         <link>http://www.playes.net/yink/Blog.asp?ID=19</link>
         <description>2006年第一天，大家新年快乐，狗年幸福。。</description>
         <pubDate>2006-1-1 20:27:06</pubDate>
         <comments>http://www.playes.net/yink/Comment.asp?ID=19</comments>
         <guid isPermaLink="true">http://www.playes.net/yink/?ID=19</guid>
      </item>

   </channel>
</rss>