博客首页
注册
建议与交流
排行榜
加入友情链接
推荐
投诉
搜索:
帮助
吉祥嘻嘻
才华斗不过资本,资本斗不过行政,行政斗不过政治,政治斗不过潮流,潮流斗不过宇宙规律
hnnx.cublog.cn
管理博客
发表文章
留言
收藏夹
博客圈
音乐
相册
· 照片
· 宝贝女儿
文章
· 操作系统
}
· HPUX
· LINUX
· WINDOWS
· 工作文化
· 工作笔记
· 资源中心
· 数据库
}
· ORACLE
首页
关于作者
QQ:5728686 E_mail:hnnx_yue@126.com
||
<<
>>
||
我的分类
最新照片
上一张
下一张
幻灯片
停止播放
最新文章
·
重建临时标空间
·
SQLPLUS 使用的一些技巧
·
在线添加表空间
·
修改EASYCON密码注意事项
·
analyze table问题.
·
xp128报警信息
·
生产系统重起机器操作流程
·
创建根盘镜像流程
·
Oracle 10g RAC 的部署6
·
Oracle 10g RAC 的部署5
·
Oracle 10g RAC 的部署4
·
Oracle 10g RAC 的部署3
·
Oracle 10g RAC 的部署2
·
Oracle 10g RAC 的部署1
·
扩展UNDO表空间
·
linux下的XMANGER配置
·
<<货币战争>>下载
·
HPUX下CDE有关问题解决方法
·
生产系统重起数据库流程
·
结息系统操作流程
·
每月底数据备份操作流程
·
征信数据导出操作流程
·
清理交易日志表的操作步骤
·
删除某一机构在某个阶段的..
·
如何写好总结
·
给某一机构导入上半年历史..
·
系统维护常用命令
·
glance介绍
·
FTP命令大全
·
find 命令语法
·
SVCHOST.EXE CPU占用率高..
·
tar解包报时间戳问题
·
Linux网络服务器配置详细..
·
Linux操作系统下两种自动..
·
Root用户ftp/telnet登陆设置
·
Linux系统 常用服务程序配置
·
Linux操作系统下的网络配..
·
oracle查询显示?的解决办法
·
在线修改重做日志文件的大小
·
创建数据库
·
启动关闭数据库
最新留言
最新评论
最新收藏
·
ITPUB技术门户
·
linux宝库
·
CSDN.NET
·
51CTO技术博客
统计信息
·
总访问量:13697
·
文章个数:41
·
评论条数:0
·
留言条数:0
·
网友推荐:
重建临时标空间
查看全文
发表于:2008-07-01 ┆
阅读(34)
┆
评论(0)
SQLPLUS 使用的一些技巧
查看全文
发表于:2008-06-25 ┆
阅读(66)
┆
评论(0)
在线添加表空间
<DIV>先查询数据文件使用情况</DIV> <DIV>SQL>select name from v$datafile order by name;</DIV> <DIV>SQL>select name from v$tempfile order by name;</DIV> <DIV>然后把没有使用的数据文件添加到所要添加的表空间</DIV> <DIV>SQL>alter tablespace “HIS_TBS” add datafile</DIV> <DIV>SQL>‘/dev/vg_data04/rlv_data230’,</DIV> <DIV>SQL>‘/dev/vg_data04/rlv_data231’;</DIV>
查看全文
发表于:2008-06-20 ┆
阅读(51)
┆
评论(0)
修改EASYCON密码注意事项
<DIV>修改easycon密码注意事项:</DIV> <DIV>修改命令:SQL>alter user easycon identified by 新密码;</DIV> <DIV> </DIV> <DIV>注意事项:</DIV> <DIV>一、在单台数据库服务器上修改执行就可以了;</DIV> <DIV>二、easycon用户密码修改以后需要分别同步前置一上的hneasy1用户密码、前置二上的hneasy2用户密码、数据库服务器上的hneasy用户密码。方法是,分别用hneasy用户登录,然后执行set_passwd命令。</DIV> <DIV>三、修改密码以后,要同步修改反洗钱导表脚本的easycon密码,analyze脚本的easycon密码</DIV>
查看全文
发表于:2008-06-16 ┆
阅读(47)
┆
评论(0)
analyze table问题.
<DIV>下午数据库服务器突然CPU利用率大幅上升,但是磁盘IO很小,检查运行日志没有报错信息.判断可能是因为长时间没有对DRMX表做analyze table分析.因为三个月前修改EASYCON用户密码,没有对crontab 中的脚本同步用户密码,所以每次crontab都没有正常执行analyze table.</DIV> <DIV> 解决办法:</DIV> <DIV>手工执行analyze table;</DIV> <DIV>sqlplus easycon/********</DIV> <DIV>analyze table fdrmx compute statistics;</DIV> <DIV>分析完成后,压力恢复正常.</DIV> <DIV> </DIV> <DIV>经验:</DIV> <DIV>以后修改数据库用户密码以后,要同步反洗钱脚本密码,同步analyze table 脚本密码,同步三个hneasy密码.</DIV>
查看全文
发表于:2008-02-15 ┆
阅读(186)
┆
评论(0)
xp128报警信息
<DIV>上班第一天到机房检查,发现XP128报警灯亮,检查LOG信息,发现HDU-2 06块盘坏掉,需要更换硬盘.报800,派单更换.</DIV> <DIV>处理步骤:</DIV> <DIV>1,查看VIEW MODE 模式</DIV> <DIV>2,查看LOG</DIV> <DIV>LOG信息显示DRIVE ERROR</DIV> <DIV>3,到MAINTENANCE下检查有没有闪烁的信息,如果有,就表示该地方有硬件故障.</DIV> <DIV>4,确定故障以后报HP800.</DIV> <DIV> </DIV>
查看全文
发表于:2008-02-13 ┆
阅读(149)
┆
评论(0)
生产系统重起机器操作流程
<DIV align=left><FONT size=3><B><FONT face="Times New Roman">1</FONT></B><B>、停<FONT face="Times New Roman">hneasy1</FONT></B><B>、<FONT face="Times New Roman">hneasy2</FONT></B><B>、<FONT face="Times New Roman">hneasy</FONT></B><B>应用</B></FONT></DIV> <DIV><FONT face="Times New Roman" size=3>Tmshutdown –y</FONT></DIV> <DIV><FONT face="Times New Roman" size=3></FONT></DIV> <DIV><FONT size=3><B><FONT face="Times New Roman">2</FONT></B><B>、停<FONT face="Times New Roman">SZXSRV1</FONT></B><B>数据库</B></FONT></DIV> <DIV><FONT face="Times New Roman" size=3>Sql>alter system checkpoint;</FONT></DIV> <DIV><FONT face="Times New Roman" size=3>Sql>Shutdown immediate;</FONT></DIV> <DIV><FONT face="Times New Roman" size=3></FONT> </DIV> <DIV><FONT size=3><B><FONT face="Times New Roman">3</FONT></B><B>、停<FONT face="Times New Roman">SZXSRV2</FONT></B><B>机数据库</B></FONT></DIV> <DIV><FONT face="Times New Roman" size=3>Sql>alter system checkpoint;</FONT></DIV> <DIV><FONT face="Times New Roman" size=3>Sql>Shutdown immediate;</FONT></DIV> <DIV><FONT face="Times New Roman" size=3></FONT> </DIV> <DIV><FONT size=3><B><FONT face="Times New Roman">4</FONT></B><B>、停<FONT face="Times New Roman">SZXSRV1</FONT></B><B>机的<FONT face="Times New Roman">CRS</FONT></B></FONT></DIV> <DIV><FONT face="Times New Roman" size=3>#[/sbin/init.d]./init.crs stop</FONT></DIV> <DIV><FONT face="Times New Roman" size=3></FONT> </DIV> <DIV><FONT size=3><B><FONT face="Times New Roman">5</FONT></B><B>、停<FONT face="Times New Roman">SZXSRV2</FONT></B><B>机的<FONT face="Times New Roman">CRS</FONT></B></FONT></DIV> <DIV><FONT face="Times New Roman" size=3>#[/sbin/init.d]./init.crs stop</FONT></DIV> <DIV><FONT face="Times New Roman" size=3></FONT> </DIV> <DIV><FONT size=3><B><FONT face="Times New Roman">6</FONT></B><B>、停<FONT face="Times New Roman">SZXSRV1</FONT></B><B>机的<FONT face="Times New Roman">MC</FONT></B></FONT></DIV> <DIV><FONT face="Times New Roman" size=3>#cmhaltcl –v –f</FONT></DIV> <DIV><FONT face="Times New Roman" size=3></FONT> </DIV> <DIV><FONT size=3><B><FONT face="Times New Roman">7</FONT></B><B>、停<FONT face="Times New Roman">SZXSRV2</FONT></B><B>机的<FONT face="Times New Roman">MC</FONT></B></FONT></DIV> <DIV><FONT face="Times New Roman" size=3>#cmhaltcl –v –f </FONT></DIV> <DIV><FONT face="Times New Roman" size=3></FONT> </DIV> <DIV><FONT size=3><B><FONT face="Times New Roman">8</FONT></B><B>、停两台前置机集群</B><FONT face="Times New Roman"> ---</FONT>停集群应该在单边机器停就可以了</FONT></DIV> <DIV><FONT face="Times New Roman" size=3>#cmhaltcl –v –f</FONT></DIV> <DIV><FONT face="Times New Roman" size=3></FONT> </DIV> <DIV><FONT size=3><B><FONT face="Times New Roman">9</FONT></B><B>、重起<FONT face="Times New Roman">SZXSRV1</FONT></B><B>机器</B></FONT></DIV> <DIV><FONT face="Times New Roman" size=3>#Shutdown –r –y 0</FONT></DIV> <DIV><FONT face="Times New Roman" size=3></FONT> </DIV> <DIV><FONT size=3><B><FONT face="Times New Roman">10</FONT></B><B>、重起<FONT face="Times New Roman">SZXSRV2</FONT></B><B>机器</B></FONT></DIV> <DIV><FONT face="Times New Roman" size=3>#Shutdown –r –y 0</FONT></DIV> <DIV><FONT face="Times New Roman" size=3></FONT> </DIV> <DIV><FONT size=3><B><FONT face="Times New Roman">11</FONT></B><B>、重起<FONT face="Times New Roman">SZXQZ1</FONT></B><B>机器</B></FONT></DIV> <DIV><FONT face="Times New Roman" size=3>#Shutdown –r –y 0</FONT></DIV> <DIV><FONT face="Times New Roman" size=3></FONT> </DIV> <DIV><FONT size=3><B><FONT face="Times New Roman">12</FONT></B><B>、重起<FONT face="Times New Roman">SZXQZ2</FONT></B><B>机器</B></FONT></DIV> <DIV><FONT face="Times New Roman" size=3>#Shutdown –r –y 0</FONT></DIV> <DIV><FONT face="Times New Roman" size=3></FONT> </DIV> <DIV><FONT size=3><B><FONT face="Times New Roman">13</FONT></B><B>、起两台服务器的集群并检查包运行状态<FONT face="Times New Roman"> </FONT></B><FONT face="Times New Roman"> --</FONT>单边起应该就可以了</FONT></DIV> <DIV><FONT face="Times New Roman" size=3>#cmruncl –v</FONT></DIV> <DIV><FONT size=3><B><FONT face="Times New Roman">14</FONT></B><B>、起两台前置集群并检查包运行状态</B></FONT></DIV> <DIV><FONT face="Times New Roman" size=3>#cmruncl –v</FONT></DIV> <DIV><FONT face="Times New Roman" size=3></FONT> </DIV> <DIV><FONT size=3><B><FONT face="Times New Roman">15</FONT></B><B>、起<FONT face="Times New Roman">SZXSRV1</FONT></B><B>机的<FONT face="Times New Roman">CRS</FONT></B></FONT></DIV> <DIV><FONT face="Times New Roman" size=3>#[/sbin/init.d]./init.crs start</FONT></DIV> <DIV><FONT face="Times New Roman" size=3></FONT> </DIV> <DIV><FONT size=3><B><FONT face="Times New Roman">16</FONT></B><B>、起<FONT face="Times New Roman">SZXSRV2</FONT></B><B>机的<FONT face="Times New Roman">CRS</FONT></B></FONT></DIV> <DIV><FONT face="Times New Roman" size=3>#[/sbin/init.d]./init.crs start</FONT></DIV> <DIV><FONT face="Times New Roman" size=3></FONT> </DIV> <DIV><FONT size=3><B><FONT face="Times New Roman">17</FONT></B><B>、起服务,并检查服务指向</B></FONT></DIV> <DIV><FONT size=3><FONT face="Times New Roman">$srvctl start service –d szxdb –s </FONT>“<FONT face="Times New Roman">SVC,SVC1,SVC</FONT><FONT face="Times New Roman">2</FONT>”</FONT></DIV> <DIV><FONT face="Times New Roman" size=3></FONT> </DIV> <DIV><FONT size=3><B><FONT face="Times New Roman">18</FONT></B><B>、重起<FONT face="Times New Roman">hneasy1</FONT></B><B>、<FONT face="Times New Roman">hneasy2</FONT></B><B>、<FONT face="Times New Roman">hneasy</FONT></B><B>应用</B></FONT></DIV> <DIV><FONT face="Times New Roman" size=3>Tmshutdown –y</FONT></DIV> <DIV><FONT face="Times New Roman" size=3>Tmboot –y</FONT></DIV>
查看全文
发表于:2008-02-01 ┆
阅读(168)
┆
评论(0)
创建根盘镜像流程
<DIV> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center" align=center><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT size=3> 节前巡检发现两台数据库服务器没有做根盘镜像,可能是上次恢复系统以后,把以前的镜像恢复没有了,决定当天在重起机器前做两台服务器的根盘镜像</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT size=3>操作步骤:</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT size=3>日终结帐完毕以后操作执行</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US><FONT face="Times New Roman">1</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">、把</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">/dev/dsk/c1t0d0</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">作为</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">c0t0d0</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">的镜像</SPAN><SPAN lang=EN-US><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></B></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US><FONT face="Times New Roman">2</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">、检查</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">/tmp/partitionfile</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">文件,如果没有则创建一个分区列表文件,为后面的</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">idisk</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">作准备</SPAN><SPAN lang=EN-US><o:p></o:p></SPAN></B></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman">szxsrv1#[/]vi /tmp/partitionfile<SPAN style="mso-spacerun: yes"> </SPAN></FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>3</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>EFI 500MB</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>HPUX 100%</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>HPSP 400MB</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US><FONT face="Times New Roman">3</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">、</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">Create the system, OS, and service partitions</FONT></SPAN></B><SPAN lang=EN-US><FONT face="Times New Roman">.</FONT></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>szxsrv1#[/]idisk -wf /tmp/partitionfile /dev/rdsk/c1t0d0</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>idisk version: 1.31</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>********************** WARNING ***********************</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>If you continue you may destroy all data on this disk.</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>Do you wish to continue(yes/no)? yes</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>EFI Primary Header:</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Signature<SPAN style="mso-spacerun: yes"> </SPAN>= EFI PART</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Revision<SPAN style="mso-spacerun: yes"> </SPAN>= 0x10000</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>HeaderSize<SPAN style="mso-spacerun: yes"> </SPAN>= 0x<?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" /><st1:chmetcnv w:st="on" UnitName="C" SourceValue="5" HasSpace="False" Negative="False" NumberType="1" TCSC="0">5c</st1:chmetcnv></FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>HeaderCRC32<SPAN style="mso-spacerun: yes"> </SPAN>= 0xa<st1:chmetcnv w:st="on" UnitName="a" SourceValue="2414" HasSpace="False" Negative="False" NumberType="1" TCSC="0">2414a</st1:chmetcnv>99</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>MyLbaLo<SPAN style="mso-spacerun: yes"> </SPAN>= 0x1</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN><SPAN style="mso-spacerun: yes"> </SPAN>AlternateLbaLo<SPAN style="mso-spacerun: yes"> </SPAN>= 0x<st1:chmetcnv w:st="on" UnitName="ac" SourceValue="87" HasSpace="False" Negative="False" NumberType="1" TCSC="0">87ac</st1:chmetcnv>6bf</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>FirstUsableLbaLo<SPAN style="mso-spacerun: yes"> </SPAN>= 0x22</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>LastUsableLbaLo<SPAN style="mso-spacerun: yes"> </SPAN>= 0x<st1:chmetcnv w:st="on" UnitName="ac" SourceValue="87" HasSpace="False" Negative="False" NumberType="1" TCSC="0">87ac</st1:chmetcnv><st1:chmetcnv w:st="on" UnitName="C" SourceValue="69" HasSpace="False" Negative="False" NumberType="1" TCSC="0">69c</st1:chmetcnv></FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Disk GUID<SPAN style="mso-spacerun: yes"> </SPAN>= be<st1:chmetcnv w:st="on" UnitName="a" SourceValue="75" HasSpace="False" Negative="False" NumberType="1" TCSC="0">75a</st1:chmetcnv>30e-cf4e-11dc-8001-d6217b60e588</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>PartitionEntryLbaLo<SPAN style="mso-spacerun: yes"> </SPAN>= 0x2</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>NumberOfPartitionEntries<SPAN style="mso-spacerun: yes"> </SPAN>= 0xc</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>SizeOfPartitionEntry<SPAN style="mso-spacerun: yes"> </SPAN>= 0x80</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>PartitionEntryArrayCRC32<SPAN style="mso-spacerun: yes"> </SPAN>= 0x85ea9453</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Primary Partition Table (in 512 byte blocks):</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Partition 1 (EFI):</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Partition Type GUID<SPAN style="mso-spacerun: yes"> </SPAN>= c<st1:chmetcnv w:st="on" UnitName="a" SourceValue="12" HasSpace="False" Negative="False" NumberType="1" TCSC="0">12a</st1:chmetcnv>7328-f<st1:chmetcnv w:st="on" UnitName="F" SourceValue="81" HasSpace="False" Negative="False" NumberType="1" TCSC="0">81f</st1:chmetcnv>-11d2-ba4b<st1:chmetcnv w:st="on" UnitName="a" SourceValue="0" HasSpace="False" Negative="True" NumberType="1" TCSC="0">-00a</st1:chmetcnv><st1:chmetcnv w:st="on" UnitName="C" SourceValue="0" HasSpace="False" Negative="False" NumberType="1" TCSC="0">0c</st1:chmetcnv>93ec93b</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Unique Partition GUID<SPAN style="mso-spacerun: yes"> </SPAN>= be<st1:chmetcnv w:st="on" UnitName="a" SourceValue="75" HasSpace="False" Negative="False" NumberType="1" TCSC="0">75a</st1:chmetcnv><st1:chmetcnv w:st="on" UnitName="C" SourceValue="55" HasSpace="False" Negative="False" NumberType="1" TCSC="0">55c</st1:chmetcnv>-cf4e-11dc-8002-d6217b60e588</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Starting Lba<SPAN style="mso-spacerun: yes"> </SPAN>= 0x22</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Ending Lba<SPAN style="mso-spacerun: yes"> </SPAN>= 0xfa021</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Partition 2 (HP-UX):</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Partition Type GUID<SPAN style="mso-spacerun: yes"> </SPAN>= <st1:chmetcnv w:st="on" UnitName="C" SourceValue="75894" HasSpace="False" Negative="False" NumberType="1" TCSC="0">75894c</st1:chmetcnv>1e-3aeb-11d3-b<st1:chmetcnv w:st="on" UnitName="C" SourceValue="7" HasSpace="False" Negative="False" NumberType="1" TCSC="0">7c</st1:chmetcnv>1-7b<st1:chmetcnv w:st="on" UnitName="a" SourceValue="3" HasSpace="False" Negative="False" NumberType="1" TCSC="0">03a</st1:chmetcnv>0000000</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Unique Partition GUID<SPAN style="mso-spacerun: yes"> </SPAN>= be<st1:chmetcnv w:st="on" UnitName="a" SourceValue="75" HasSpace="False" Negative="False" NumberType="1" TCSC="0">75a</st1:chmetcnv><st1:chmetcnv w:st="on" UnitName="a" SourceValue="57" HasSpace="False" Negative="False" NumberType="1" TCSC="0">57a</st1:chmetcnv>-cf4e-11dc-8003-d6217b60e588</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Starting Lba<SPAN style="mso-spacerun: yes"> </SPAN>= 0xfa022</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Ending Lba<SPAN style="mso-spacerun: yes"> </SPAN>= 0x86e469b</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Partition 3 (HPSP):</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Partition Type GUID<SPAN style="mso-spacerun: yes"> </SPAN>= e<st1:chmetcnv w:st="on" UnitName="a" SourceValue="2" HasSpace="False" Negative="False" NumberType="1" TCSC="0">2a</st1:chmetcnv>1e728-32e3-11d6-a682-7b<st1:chmetcnv w:st="on" UnitName="a" SourceValue="3" HasSpace="False" Negative="False" NumberType="1" TCSC="0">03a</st1:chmetcnv>0000000</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Unique Partition GUID<SPAN style="mso-spacerun: yes"> </SPAN>= be<st1:chmetcnv w:st="on" UnitName="a" SourceValue="75" HasSpace="False" Negative="False" NumberType="1" TCSC="0">75a</st1:chmetcnv>598-cf4e-11dc-8004-d6217b60e588</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Starting Lba<SPAN style="mso-spacerun: yes"> </SPAN>= 0x86e<st1:chmetcnv w:st="on" UnitName="C" SourceValue="469" HasSpace="False" Negative="False" NumberType="1" TCSC="0">469c</st1:chmetcnv></FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Ending Lba<SPAN style="mso-spacerun: yes"> </SPAN>= 0x<st1:chmetcnv w:st="on" UnitName="ac" SourceValue="87" HasSpace="False" Negative="False" NumberType="1" TCSC="0">87ac</st1:chmetcnv>69b</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>EFI Alternate Header:</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Signature<SPAN style="mso-spacerun: yes"> </SPAN>= EFI PART</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Revision<SPAN style="mso-spacerun: yes"> </SPAN>= 0x10000</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>HeaderSize<SPAN style="mso-spacerun: yes"> </SPAN>= 0x<st1:chmetcnv w:st="on" UnitName="C" SourceValue="5" HasSpace="False" Negative="False" NumberType="1" TCSC="0">5c</st1:chmetcnv></FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>HeaderCRC32<SPAN style="mso-spacerun: yes"> </SPAN>= 0x4cb8eea3</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>MyLbaLo<SPAN style="mso-spacerun: yes"> </SPAN>= 0x<st1:chmetcnv w:st="on" UnitName="ac" SourceValue="87" HasSpace="False" Negative="False" NumberType="1" TCSC="0">87ac</st1:chmetcnv>6bf</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>AlternateLbaLo<SPAN style="mso-spacerun: yes"> </SPAN>= 0x1</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>FirstUsableLbaLo<SPAN style="mso-spacerun: yes"> </SPAN>= 0x22</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>LastUsableLbaLo<SPAN style="mso-spacerun: yes"> </SPAN>= 0x<st1:chmetcnv w:st="on" UnitName="ac" SourceValue="87" HasSpace="False" Negative="False" NumberType="1" TCSC="0">87ac</st1:chmetcnv><st1:chmetcnv w:st="on" UnitName="C" SourceValue="69" HasSpace="False" Negative="False" NumberType="1" TCSC="0">69c</st1:chmetcnv></FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Disk GUID<SPAN style="mso-spacerun: yes"> </SPAN>= be<st1:chmetcnv w:st="on" UnitName="a" SourceValue="75" HasSpace="False" Negative="False" NumberType="1" TCSC="0">75a</st1:chmetcnv>30e-cf4e-11dc-8001-d6217b60e588</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>PartitionEntryLbaLo<SPAN style="mso-spacerun: yes"> </SPAN>= 0x<st1:chmetcnv w:st="on" UnitName="ac" SourceValue="87" HasSpace="False" Negative="False" NumberType="1" TCSC="0">87ac</st1:chmetcnv>69e</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>NumberOfPartitionEntries<SPAN style="mso-spacerun: yes"> </SPAN>= 0xc</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>SizeOfPartitionEntry<SPAN style="mso-spacerun: yes"> </SPAN>= 0x80</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>PartitionEntryArrayCRC32<SPAN style="mso-spacerun: yes"> </SPAN>= 0x85ea9453</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Alternate Partition Table (in 512 byte blocks):</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Partition 1 (EFI):</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Partition Type GUID<SPAN style="mso-spacerun: yes"> </SPAN>= c<st1:chmetcnv w:st="on" UnitName="a" SourceValue="12" HasSpace="False" Negative="False" NumberType="1" TCSC="0">12a</st1:chmetcnv>7328-f<st1:chmetcnv w:st="on" UnitName="F" SourceValue="81" HasSpace="False" Negative="False" NumberType="1" TCSC="0">81f</st1:chmetcnv>-11d2-ba4b<st1:chmetcnv w:st="on" UnitName="a" SourceValue="0" HasSpace="False" Negative="True" NumberType="1" TCSC="0">-00a</st1:chmetcnv><st1:chmetcnv w:st="on" UnitName="C" SourceValue="0" HasSpace="False" Negative="False" NumberType="1" TCSC="0">0c</st1:chmetcnv>93ec93b</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Unique Partition GUID<SPAN style="mso-spacerun: yes"> </SPAN>= be<st1:chmetcnv w:st="on" UnitName="a" SourceValue="75" HasSpace="False" Negative="False" NumberType="1" TCSC="0">75a</st1:chmetcnv><st1:chmetcnv w:st="on" UnitName="C" SourceValue="55" HasSpace="False" Negative="False" NumberType="1" TCSC="0">55c</st1:chmetcnv>-cf4e-11dc-8002-d6217b60e588</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Starting Lba<SPAN style="mso-spacerun: yes"> </SPAN>= 0x22</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Ending Lba<SPAN style="mso-spacerun: yes"> </SPAN>= 0xfa021</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Partition 2 (HP-UX):</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Partition Type GUID<SPAN style="mso-spacerun: yes"> </SPAN>= <st1:chmetcnv w:st="on" UnitName="C" SourceValue="75894" HasSpace="False" Negative="False" NumberType="1" TCSC="0">75894c</st1:chmetcnv>1e-3aeb-11d3-b<st1:chmetcnv w:st="on" UnitName="C" SourceValue="7" HasSpace="False" Negative="False" NumberType="1" TCSC="0">7c</st1:chmetcnv>1-7b<st1:chmetcnv w:st="on" UnitName="a" SourceValue="3" HasSpace="False" Negative="False" NumberType="1" TCSC="0">03a</st1:chmetcnv>0000000</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Unique Partition GUID<SPAN style="mso-spacerun: yes"> </SPAN>= be<st1:chmetcnv w:st="on" UnitName="a" SourceValue="75" HasSpace="False" Negative="False" NumberType="1" TCSC="0">75a</st1:chmetcnv><st1:chmetcnv w:st="on" UnitName="a" SourceValue="57" HasSpace="False" Negative="False" NumberType="1" TCSC="0">57a</st1:chmetcnv>-cf4e-11dc-8003-d6217b60e588</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Starting Lba<SPAN style="mso-spacerun: yes"> </SPAN>= 0xfa022</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Ending Lba<SPAN style="mso-spacerun: yes"> </SPAN>= 0x86e469b</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Partition 3 (HPSP):</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Partition Type GUID<SPAN style="mso-spacerun: yes"> </SPAN>= e<st1:chmetcnv w:st="on" UnitName="a" SourceValue="2" HasSpace="False" Negative="False" NumberType="1" TCSC="0">2a</st1:chmetcnv>1e728-32e3-11d6-a682-7b<st1:chmetcnv w:st="on" UnitName="a" SourceValue="3" HasSpace="False" Negative="False" NumberType="1" TCSC="0">03a</st1:chmetcnv>0000000</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Unique Partition GUID<SPAN style="mso-spacerun: yes"> </SPAN>= be<st1:chmetcnv w:st="on" UnitName="a" SourceValue="75" HasSpace="False" Negative="False" NumberType="1" TCSC="0">75a</st1:chmetcnv>598-cf4e-11dc-8004-d6217b60e588</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN><SPAN style="mso-spacerun: yes"> </SPAN>Starting Lba<SPAN style="mso-spacerun: yes"> </SPAN>= 0x86e<st1:chmetcnv w:st="on" UnitName="C" SourceValue="469" HasSpace="False" Negative="False" NumberType="1" TCSC="0">469c</st1:chmetcnv></FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Ending Lba<SPAN style="mso-spacerun: yes"> </SPAN>= 0x<st1:chmetcnv w:st="on" UnitName="ac" SourceValue="87" HasSpace="False" Negative="False" NumberType="1" TCSC="0">87ac</st1:chmetcnv>69b</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>Legacy MBR (MBR Signatures in little endian):</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>MBR Signature = 0x6ea275be</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>Protective MBR</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US><FONT face="Times New Roman">4</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">、在新创建的</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">efi</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">分区里面写入</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">HPUX</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">文件夹,类似于</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">pa</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">机型作</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">mkboot </FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">写</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">lif</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">区</SPAN><SPAN lang=EN-US><o:p></o:p></SPAN></B></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>szxsrv1#[/]mkboot -e -l /dev/rdsk/c1t0d0</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US><FONT face="Times New Roman">5</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">、编辑一个</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">auto</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">文件,准备把它</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">copy</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">到</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">efi</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">分区里面去</SPAN><SPAN lang=EN-US><o:p></o:p></SPAN></B></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>szxsrv1#[/]echo "boot vmunix -lq" >/tmp/AUTO.lq</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US><FONT face="Times New Roman">6</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">、把刚刚编辑的</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">auto.lq</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">文件</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">copy</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">到</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">c2t0d0s1(c2t0d0</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">的</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">efi</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">分区</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">)</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">,放在</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">/EFI/HPUX/AUTO,</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">这一步对应</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">pa</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">机型的</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">mkboot </FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">–</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">a </FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">“</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">hpux -lq</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">”</SPAN><SPAN lang=EN-US><o:p></o:p></SPAN></B></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>szxsrv1#[/]efi_cp -d /dev/rdsk/c1t0d0s1 /tmp/AUTO.lq /EFI/HPUX/AUTO</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>szxsrv1#[/]efi_cp -d /dev/rdsk/c0t0d0s1 -u /EFI/HPUX/AUTO /tmp/AUTO.pri</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>szxsrv1#[/]efi_cp -d /dev/rdsk/c1t0d0s1 -u /EFI/HPUX/AUTO /tmp/AUTO.alt</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US><FONT face="Times New Roman">7</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">、把两块根盘的</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">AUTO</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">文件都</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">copy</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">出来,作个检查</SPAN><SPAN lang=EN-US><o:p></o:p></SPAN></B></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>szxsrv1#[/]cat /tmp/AUTO.pri</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>boot vmunix</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>szxsrv1#[/]cat /tmp/AUTO.alt</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>boot vmunix –lq</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US><FONT face="Times New Roman">8</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">、</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">/dev/dsk/c1t0d0s2</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">是真正的要放数据的部分,把它作成</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">pv<o:p></o:p></FONT></SPAN></B></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>szxsrv1#[/]pvcreate -fB /dev/rdsk/c1t0d0s2</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US><FONT face="Times New Roman">9</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">、#把</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">c1t0d0s2</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">加入</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">vg00<o:p></o:p></FONT></SPAN></B></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>szxsrv1#[/]vgextend vg00 /dev/dsk/c1t0d0s2</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US><FONT face="Times New Roman">10</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">、编辑一个</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">mirror</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">脚本,里面内容就是</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">lvextend -m 1 /dev/vg00/lvol1~8 /dev/dsk/c1t0d0s2<o:p></o:p></FONT></SPAN></B></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>szxsrv1#[/]vi /tmp/mirror.sh</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US><FONT face="Times New Roman">11</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">、执行</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">mirror</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">脚本</SPAN><SPAN lang=EN-US><o:p></o:p></SPAN></B></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>szxsrv1#[/]sh /tmp/mirror.sh</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US><FONT face="Times New Roman">12</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">、把新硬盘加入到</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">bootconf</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">文件中,注意用</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">s2</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">的设备文件</SPAN><SPAN lang=EN-US><o:p></o:p></SPAN></B></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman">l<SPAN style="mso-spacerun: yes"> </SPAN>/dev/dsk/c0t0d0s2<o:p></o:p></FONT></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman">l<SPAN style="mso-spacerun: yes"> </SPAN>/dev/dsk/c1t0d0s2<o:p></o:p></FONT></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US><FONT face="Times New Roman">13</FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">、检查</SPAN><SPAN lang=EN-US><o:p></o:p></SPAN></B></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>szxsrv1#[/]vgdisplay -v vg00|more</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>--- Volume groups ---</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>VG Name <SPAN style="mso-spacerun: yes"> </SPAN>/dev/vg00</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>VG Write Access<SPAN style="mso-spacerun: yes"> </SPAN>read/write</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>VG Status<SPAN style="mso-spacerun: yes"> </SPAN>available</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>Max LV<SPAN style="mso-spacerun: yes"> </SPAN>255</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>Cur LV<SPAN style="mso-spacerun: yes"> </SPAN>8</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>Open LV<SPAN style="mso-spacerun: yes"> </SPAN>8</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>Max PV<SPAN style="mso-spacerun: yes"> </SPAN>16</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><SPAN lang=EN-US><FONT face="Times New Roman">Cur PV<SPAN style="mso-spacerun: yes"> </SPAN><SPAN style="mso-spacerun: yes"> </SPAN>2<SPAN style="mso-spacerun: yes"> </SPAN>------</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">为</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">2</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">表示当所用</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">PV</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">为两个</SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>Act PV<SPAN style="mso-spacerun: yes"> </SPAN>2</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>Max PE per PV<SPAN style="mso-spacerun: yes"> </SPAN>4350</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>VGDA<SPAN style="mso-spacerun: yes"> </SPAN>4</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>PE Size (Mbytes)<SPAN style="mso-spacerun: yes"> </SPAN>16</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>Total PE<SPAN style="mso-spacerun: yes"> </SPAN>8568</FONT></SPAN></P> <P class=MsoNormal style="M