博客首页
注册
建议与交流
排行榜
加入友情链接
推荐
投诉
搜索:
帮助
Become System Admin
Growing Pains..............................................
bsa.cublog.cn
管理博客
发表文章
留言
收藏夹
博客圈
音乐
相册
文章
· AIX
· EBS
· HP-UX
· IT心情
· Linux
· Oracle
· P5
· Peoplesoft
· Siebel
· Xen
首页
关于作者
姓名:Dylan 职业:System Admin 年龄:27 爱好:摄影,台球
||
<<
>>
||
我的分类
最新文章
·
ESB Soap Endpoint URI r..
·
502 bad gateway error
·
常用命令
·
Siebel CHS Language Pat..
·
Peoplesoft HCM 89 Clone..
最新留言
·
本站网友
请教:我这装的OAS每次进入..
最新评论
·
有Linux入门视频
..
·
请教:我这装的OAS每次进入..
·
联系方式 QQ: 1127080
..
最新收藏
·
Become System Admin
·
本人的摄影Blog
统计信息
·
总访问量:21286
·
文章个数:18
·
评论条数:3
·
留言条数:1
·
网友推荐:
ESB Soap Endpoint URI returns HTTP 404 error
<h2 class="km">Symptoms</h2> In a non clustered ESB setup, when logged into the ESB control you can view the Definition of a<br>regiestered service and click on 'SOAP Endpoint URI' link but sometimes you receive an 'HTTP 404 (page not found)' error after clicking on the definition.<br><br><br> <h2 class="km"><a name="CAUSE"></a>Cause</h2> An HTTP 404 error suggests there is a problem between the HTTP listener and the ESB services.<br><br>This implies either a connection error or a service not available issue.<br><br> <h2 class="km"><a name="FIX"></a>Solution</h2> 1. Backup and edit %ORACLE_HOME%\soa_1\j2ee\<home or oc4j_soa>\config\default-web-site.xml<br>2. Change the ohs-routing value from false to true:<br><br><web-app application="esb-rt" name="provider-war" load-on-startup="true" root="/event"<br>ohs-routing="true" />
查看全文
发表于:2008-10-14 ┆
阅读(359)
┆
评论(0)
502 bad gateway error
If you meet this error while developing BPEL, check the partner link wsdl file, and you'd better use remote wsdl.
查看全文
发表于:2008-09-08 ┆
阅读(207)
┆
评论(0)
常用命令
<br> shutdown -y -h 0 (关闭系统,然后关闭电源)<br> shutdown -y -r (关闭系统后重新启动,类于widowns里的热起) <br> shutdown -y 0 (关闭系统,并进到单用户模式)<br><p> Apache服务安装后并不自动运行。<span><a id="hl_2" class="qs_highlight1" style="font-size: 1em;" href="http://clk.qunsee.com/click/click.php?cpid=12&ads_id=24&pid=99000124&cid=124&url=http%3A//www.dell.com.cn&k=%u9700%u8981&s=http%3A//www.xker.com/page/e2008/0331/51507.html&rn=542112&v=1&ref=http%3A//www.google.com.sg/search%3Fhl%3Den%26q%3DHP-UX+%25E5%2590%25AF%25E5%258A%25A8apache%26btnG%3DSearch%26meta%3D&province=UNKNOWN&city=UNKNOWN" target="_blank" onmouseover="window.clearTimeout(_ht[2]);qs_show_frame(event,this,2);" onmouseout="_on_div[2]=false;_ht[2]=window.setTimeout('qs_is_on_div(2)',500);" onclick="_write_cookie('click24',2);">需要</a></span>手动启停。<br> 启动HP-UX Apache-based Web Server服务:<br> $ /opt/hpws/apache/bin/apachectl start<br> 停止HP-UX Apache-based Web Server服务:<br> $ /opt/hpws/apache/bin/apachectl stop<br> 然后就可以用浏览器来查看WEB有没有发布了。 </p> <p> 也可以启动带SSL的HP-UX Apache-based Web Server服务:<br> $ /opt/hpws/apache/bin/apachectl startssl<br> 停止服务为:<br> $ /opt/hpws/apache/bin/apachectl stop </p> <p> 还要说说HP-UX WEBMIN-BASED ADMIN。这个是基于WEB的web服务配置工具,可以用root来Log in,然后启动服务: <br> $ /opt/hpws/webmin/webmin-init start<br> 用浏览器访问: http://yourserver.com:10000/<br> Login : admin<br> Password : hp.com<br> 停止这个服务用:$ /opt/hpws/webmin/webmin-init stop <br></p><p>查看监听端口 Linux<br>nmap localhost<br>netstat -npl<br><br>从linux mount windows共享文件夹<br>mount -t smbfs -o username=share,password=Welcome1 "//10.182.121.88\Red Hat Enterprise Linux 4-gci3" /mnt<br><br>aix mount cdrom<br>mount -rn /dev/cd0 /mnt/cdrom<br><br>根据文件内容查找<br>find . -exec grep -l 'pass' {} \;<br>sed -i "s/gci1/gci4/g" <br>find . -type f -print|xargs grep -l gci4</p> <p>备份控制文件<br>ALTER DATABASE BACKUP CONTROLFILE TO trace;</p><p><br></p><p><br></p><br><br><br>
查看全文
发表于:2008-05-14 ┆
阅读(334)
┆
评论(0)
Siebel CHS Language Patching
<P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">This document lists the steps for applying CHS language patch to an existing ENU only Siebel CRM instance.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">Notice: Perform a full cold backup on both file system and database before patching.<BR>Siebel installation Guide: http://download.oracle.com/docs/cd/B31104_02/books/SiebInstWIN/SiebInstWINTOC.html<o:p></o:p></SPAN></P> <H2 style="MARGIN: 12pt 0cm 3pt"><A name=_Toc196118596><SPAN lang=EN-US style="FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312"><EM>I. Software Version</EM></SPAN></A><EM><SPAN lang=EN-US style="FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312"> </SPAN><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 14.0pt; mso-fareast-font-family: FangSong_GB2312; mso-fareast-language: ZH-CN"><o:p></o:p></SPAN></EM></H2> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><SPAN style="mso-spacerun: yes"> </SPAN>Operating System: Windows XP on Dell desktop<o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><SPAN style="mso-spacerun: yes"> </SPAN>Web Server: IIS 5.1<o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><SPAN style="mso-spacerun: yes"> </SPAN>Database: Oracle 10.2.0.3.0 on HP-UX IA64 platform </SPAN><SPAN lang=EN-US style="COLOR: red; FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312"><o:p></o:p></SPAN></P> <H2 style="MARGIN: 12pt 0cm 3pt"><A name=_Toc196118597><SPAN lang=EN-US style="FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312"><EM>II. Install Base software</EM></SPAN></A><SPAN style="mso-bookmark: _Toc196118597"></SPAN><SPAN lang=EN-US style="FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312; mso-fareast-language: ZH-CN"><o:p></o:p></SPAN></H2> <H4 style="MARGIN: 0cm 0cm 0pt"><A name=_Toc196118598><SPAN lang=EN-US style="COLOR: red">Perform Full Cold Backup for Database and File System</SPAN></A><SPAN lang=EN-US style="COLOR: red"><o:p></o:p></SPAN></H4> <H4 style="MARGIN: 0cm 0cm 0pt"><A name=_Toc196118599><SPAN lang=EN-US style="FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312">Creating the Siebel Installation Image</SPAN></A><SPAN lang=EN-US style="FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312"><o:p></o:p></SPAN></H4> <P><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">Description:<o:p></o:p></SPAN></B></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">Download the installation files, unzip them and create the image by ’image creator’ application. Make sure you choose both ENG and CHS for language.<o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">Note 1:<o:p></o:p></SPAN></B></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">If you have any patch or QuickFix on existing Siebel instance, you also need make multi-language image for them.<o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">Reference:</SPAN></B><B><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><o:p></o:p></SPAN></B></P> <P><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><A href="http://download.oracle.com/docs/cd/B31104_02/books/SiebInstWIN/SiebInstCOM_Image.html#wp1577926"><FONT color=#800080>http://download.oracle.com/docs/cd/B31104_02/books/SiebInstWIN/SiebInstCOM_Image.html#wp1577926</FONT></A><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <H4 style="MARGIN: 0cm 0cm 0pt"><A name=_Toc196118600><SPAN lang=EN-US style="FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312">Uninstall Siebel gateway server, database server, Siebel server and SWSE</SPAN></A><SPAN lang=EN-US style="FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312"><o:p></o:p></SPAN></H4> <P><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">Description:</SPAN></B><B><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><o:p></o:p></SPAN></B></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">To add CHS language support, we need first uninstall all base software and configuration. Then next step we will re-install and choose both ENU and CHS language.<BR>Execute %SIEBEL_HOME%\_uninst\ses\uninstaller.exe<o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">Execute %SIEBEL_HOME%\SWEApp\_uninst\eappweb\uninstaller.exe<BR style="mso-special-character: line-break"><BR style="mso-special-character: line-break"><o:p></o:p></SPAN></P> <H4 style="MARGIN: 0cm 0cm 0pt"><A name=_Toc196118601><SPAN lang=EN-US style="FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312">Install Siebel gateway server, database server, Siebel server and SWSE</SPAN></A><SPAN style="mso-bookmark: _Toc196118601"></SPAN><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><o:p></o:p></SPAN></H4> <P><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">Description:</SPAN></B><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><BR></SPAN><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">Please follow Siebel official installation Guide. <BR style="mso-special-character: line-break"><BR style="mso-special-character: line-break"></SPAN><SPAN lang=EN-US style="FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312"><o:p></o:p></SPAN></P> <P><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">Note 1: <o:p></o:p></SPAN></B></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">Make sure you choose both ENU and CHS language during installation<BR>Choose ENU as primary language <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">Note 2:<SPAN style="mso-tab-count: 1"> </SPAN></SPAN></B><B><SPAN lang=EN-US style="FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312"><o:p></o:p></SPAN></B></P> <P><SPAN lang=EN-US>Apply each patch and quick fix, and choose both ENU and CHS language</SPAN></P> <P><SPAN lang=EN-US> <o:p></o:p></SPAN></P> <H4 style="MARGIN: 0cm 0cm 0pt"><A name=_Toc196118602><SPAN lang=EN-US style="FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312">Restore customized web template files from backup</SPAN></A><SPAN style="mso-bookmark: _Toc196118602"></SPAN><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><o:p></o:p></SPAN></H4> <P><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">Description: If you customized or added any web template files, you need restore it.</SPAN></B><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><BR></SPAN><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">The web template files locate in %Siebel_Root%\siebsrvr\WEBTEMPL<BR style="mso-special-character: line-break"><BR style="mso-special-character: line-break"></SPAN></P> <H2 style="MARGIN: 12pt 0cm 3pt"><A name=_Toc196118603><SPAN lang=EN-US><EM><SPAN style="FONT-FAMILY: Arial">II. Add CHS to Database</SPAN></EM></SPAN></A><SPAN style="mso-bookmark: _Toc196118603"></SPAN><SPAN lang=EN-US style="COLOR: red; mso-fareast-font-family: SimSun; mso-fareast-language: ZH-CN"><o:p></o:p></SPAN></H2> <H4 style="MARGIN: 0cm 0cm 0pt"><A name=_Toc196118604><SPAN lang=EN-US style="FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312">Add Chinese seed data into DB.</SPAN></A><SPAN lang=EN-US style="FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312"><o:p></o:p></SPAN></H4> <P><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">Description:<o:p></o:p></SPAN></B></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">The imported data include LOV… The step are performed suing ‘Database Server Confuguration’<o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">Below is screenshots for your information<o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image001.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image003.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image005.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image007.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image009.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image011.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image013.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image015.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image017.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image019.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image021.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image023.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image025.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image027.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image029.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image031.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <H4 style="MARGIN: 0cm 0cm 0pt"><A name=_Toc196118605><SPAN lang=EN-US style="FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312">Import Chinese language Repository into Database</SPAN></A><SPAN lang=EN-US style="FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312"><o:p></o:p></SPAN></H4> <P><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">Description:<o:p></o:p></SPAN></B></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">The imported data include LOV… The step are performed using ‘Database Server Confuguration’<o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">Below is screenshots for your information</SPAN><B><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><o:p></o:p></SPAN></B></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image001.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image003.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image005.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image007.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image037.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image039.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image015.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image017.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image019.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image021.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image023.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image046.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image027.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image029.png" width=485><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG height=323 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image050.png" width=485><o:p></o:p></SPAN></P> <H4 style="MARGIN: 0cm 0cm 0pt"><A name=_Toc196118606><SPAN lang=EN-US style="FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312">Run the MLOV Upgrade Utilities</SPAN></A><SPAN lang=EN-US style="FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312"><o:p></o:p></SPAN></H4> <P><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">Description: This step will active the list of values for Chinese language if you uses\<SPAN style="mso-spacerun: yes"> </SPAN>multi-language feature in your app.<o:p></o:p></SPAN></B></P> <P><SPAN lang=EN-US>1.<SPAN style="FONT: 7pt 'Times New Roman'"> </SPAN></SPAN><SPAN lang=EN-US>Launch “Database Server Configurations” </SPAN></P> <P><SPAN lang=EN-US>2.<SPAN style="FONT: 7pt 'Times New Roman'"> </SPAN></SPAN><SPAN lang=EN-US>Enter Gateway Address and Enterprise Server Name</SPAN></P> <P><SPAN lang=EN-US><IMG class="" title="" style="DISPLAY: inline; WIDTH: 680px; HEIGHT: 510px" height=510 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image052.png" width=680></SPAN></P> <P><SPAN lang=EN-US>3.<SPAN style="FONT: 7pt 'Times New Roman'"> </SPAN></SPAN><SPAN lang=EN-US>Enter Siebel Server Directory</SPAN></P> <P><SPAN lang=EN-US><IMG class="" title="" style="DISPLAY: inline; WIDTH: 680px; HEIGHT: 510px" height=510 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image054.png" width=680></SPAN></P> <P><SPAN lang=EN-US>4.<SPAN style="FONT: 7pt 'Times New Roman'"> </SPAN></SPAN><SPAN lang=EN-US>Enter Siebel Database Server Directory</SPAN></P> <P><SPAN lang=EN-US><IMG class="" title="" style="DISPLAY: inline; WIDTH: 680px; HEIGHT: 510px" height=510 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image056.png" width=680></SPAN></P> <P><SPAN lang=EN-US>5.<SPAN style="FONT: 7pt 'Times New Roman'"> </SPAN></SPAN><SPAN lang=EN-US>Choose RDBM platform</SPAN></P> <P><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US><IMG class="" title="" style="DISPLAY: inline; WIDTH: 680px; HEIGHT: 510px" height=510 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image058.png" width=680><o:p></o:p></SPAN></B></P> <P><SPAN lang=EN-US>6.<SPAN style="FONT: 7pt 'Times New Roman'"> </SPAN></SPAN><SPAN lang=EN-US>Choose Siebel Database Operation – Run Database Utilities<BR><IMG class="" title="" style="DISPLAY: inline; WIDTH: 680px; HEIGHT: 510px" height=510 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image060.png" width=680></SPAN></P> <P><SPAN lang=EN-US>7.<SPAN style="FONT: 7pt 'Times New Roman'"> </SPAN></SPAN><SPAN lang=EN-US>Choose MLOV conversion</SPAN></P> <P><SPAN lang=EN-US><IMG class="" title="" style="DISPLAY: inline; WIDTH: 680px; HEIGHT: 510px" height=510 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image062.png" width=680></SPAN></P> <P><SPAN lang=EN-US>8.<SPAN style="FONT: 7pt 'Times New Roman'"> </SPAN></SPAN><SPAN lang=EN-US>Choose MLOV Operation (Run validation first, if no error, run translate)</SPAN></P> <P><SPAN lang=EN-US><IMG class="" title="" style="DISPLAY: inline; WIDTH: 680px; HEIGHT: 510px" height=510 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image064.png" width=680></SPAN></P> <P><SPAN lang=EN-US>9.<SPAN style="FONT: 7pt 'Times New Roman'"> </SPAN></SPAN><SPAN lang=EN-US>Choose Language selection (Choose the primary Language)<BR><IMG class="" title="" style="DISPLAY: inline; WIDTH: 680px; HEIGHT: 510px" height=510 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image066.png" width=680></SPAN></P> <P><SPAN lang=EN-US>10.<SPAN style="FONT: 7pt 'Times New Roman'"> </SPAN></SPAN><SPAN lang=EN-US>Enter the ODBC String</SPAN></P> <P><SPAN lang=EN-US><IMG class="" title="" style="DISPLAY: inline; WIDTH: 680px; HEIGHT: 510px" height=510 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image068.png" width=680></SPAN></P> <P><SPAN lang=EN-US>11.<SPAN style="FONT: 7pt 'Times New Roman'"> </SPAN></SPAN><SPAN lang=EN-US>Enter the U/P of Database User</SPAN></P> <P><SPAN lang=EN-US><IMG class="" title="" style="DISPLAY: inline; WIDTH: 680px; HEIGHT: 510px" height=510 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image070.png" width=680></SPAN></P> <P><SPAN lang=EN-US>12.<SPAN style="FONT: 7pt 'Times New Roman'"> </SPAN></SPAN><SPAN lang=EN-US>Enter the U/P of the table owner</SPAN></P> <P><SPAN lang=EN-US><IMG class="" title="" style="DISPLAY: inline; WIDTH: 680px; HEIGHT: 510px" height=510 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image072.png" width=680></SPAN></P> <P><SPAN lang=EN-US>13.<SPAN style="FONT: 7pt 'Times New Roman'"> </SPAN></SPAN><SPAN lang=EN-US>Enter Repository Name</SPAN></P> <P><SPAN lang=EN-US><IMG class="" title="" style="DISPLAY: inline; WIDTH: 680px; HEIGHT: 510px" height=510 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image074.png" width=680></SPAN></P> <P><SPAN lang=EN-US>14.<SPAN style="FONT: 7pt 'Times New Roman'"> </SPAN></SPAN><SPAN lang=EN-US>Select the Index Parameters</SPAN></P> <P><SPAN lang=EN-US><IMG class="" title="" style="DISPLAY: inline; WIDTH: 680px; HEIGHT: 510px" height=510 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image076.png" width=680></SPAN></P> <P><SPAN lang=EN-US>15.<SPAN style="FONT: 7pt 'Times New Roman'"> </SPAN></SPAN><SPAN lang=EN-US>Enter the log output directory</SPAN></P> <P><SPAN lang=EN-US><IMG class="" title="" style="DISPLAY: inline; WIDTH: 680px; HEIGHT: 510px" height=510 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image078.png" width=680></SPAN></P> <P><SPAN lang=EN-US>16.<SPAN style="FONT: 7pt 'Times New Roman'"> </SPAN></SPAN><SPAN lang=EN-US>Confirm the parameters</SPAN></P> <P><SPAN lang=EN-US><IMG class="" title="" style="DISPLAY: inline; WIDTH: 680px; HEIGHT: 510px" height=510 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image080.png" width=680></SPAN></P> <P><SPAN lang=EN-US>17.<SPAN style="FONT: 7pt 'Times New Roman'"> </SPAN></SPAN><SPAN lang=EN-US>if error occurs, check log file in the log output directory: $SIEBEL_ROOT/siebsrvr/log/mlov_verify\output\mlovupgd_verify.log</SPAN></P> <P><SPAN lang=EN-US><IMG class="" title="" style="DISPLAY: inline; WIDTH: 680px; HEIGHT: 491px" height=491 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image082.png" width=680></SPAN></P> <H2 style="MARGIN: 12pt 0cm 3pt"><A name=_Toc196118607><SPAN lang=EN-US style="FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312"><EM>I</EM></SPAN></A><EM><SPAN style="mso-bookmark: _Toc196118607"><SPAN lang=EN-US style="FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312; mso-fareast-language: ZH-CN">V</SPAN></SPAN><SPAN style="mso-bookmark: _Toc196118607"><SPAN lang=EN-US style="FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312">. </SPAN></SPAN><SPAN style="mso-bookmark: _Toc196118607"><SPAN lang=EN-US style="FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312; mso-fareast-language: ZH-CN">Trouble Shouting</SPAN></SPAN><SPAN lang=EN-US style="FONT-FAMILY: 'Palatino Linotype'; mso-fareast-font-family: FangSong_GB2312; mso-fareast-language: ZH-CN"><o:p></o:p></SPAN></EM></H2> <P><SPAN lang=EN-US>1 After patching, you may find that the navigation label for page-breaking is translated to Chinese language on your English website. See below picture.</SPAN></P> <P><SPAN lang=EN-US><IMG height=32 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image084.wmz" width=28></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">Step to fix it:<o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">Login Siebel website. Go to <B>Site map</B>, click ‘</SPAN><SPAN class=screenname11><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: Arial"><STRONG>Administration - Data</STRONG></SPAN></SPAN><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">’<o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG class="" title="" style="DISPLAY: inline; WIDTH: 680px; HEIGHT: 510px" height=510 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image086.png" width=680><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">Click on ‘<B>List of Values</B>’<o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><SPAN style="mso-spacerun: yes"> </SPAN><IMG class="" title="" style="DISPLAY: inline; WIDTH: 680px; HEIGHT: 510px" height=510 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image088.png" width=680>’<o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">Query by <B>Type</B> with value “SWE_ROW_COUNTER_MAP”.<o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG class="" title="" style="DISPLAY: inline; WIDTH: 680px; HEIGHT: 510px" height=510 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image090.png" width=680><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">Check <B>Multilingual</B>, Click Ctrl-S to save the change. Then Click on ‘<B>Clear Cache</B>’ button.<o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG class="" title="" style="DISPLAY: inline; WIDTH: 680px; HEIGHT: 510px" height=510 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image092.png" width=680><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">Click on link ‘<B>List of Values Explorer</B>’, Query by <B>Type</B> with value “SWE_ROW_COUNTER_MAP”<o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"><IMG class="" title="" style="DISPLAY: inline; WIDTH: 680px; HEIGHT: 510px" height=510 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image094.png" width=680><o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312"> <o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312">Check ‘<B>Multilingual</B>’, Click Ctrl-S to save. Finish! You can switch to other pages to review the result.<o:p></o:p></SPAN></P> <P><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Palatino Linotype'; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: FangSong_GB2312; mso-fareast-language: ZH-CN; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-bidi-language: AR-SA; mso-bidi-font-family: 'Times New Roman'"><IMG class="" title="" style="DISPLAY: inline; WIDTH: 680px; HEIGHT: 145px" height=145 alt="" src="file:///C:/DOCUME~1/dysun/LOCALS~1/Temp/msoclip1/05/clip_image096.png" width=680></SPAN></P>
查看全文
发表于:2008-04-16 ┆
阅读(371)
┆
评论(0)
Peoplesoft HCM 89 Clone Notes
<DIV> <P class=MsoToc2 style="MARGIN: 0cm 0cm 0pt 12pt; tab-stops: right dotted 522.95pt"><SPAN lang=EN-US style="mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN"><FONT size=3><FONT face="Times New Roman"> <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></FONT></FONT></SPAN></P> <P class=MsoHeading7 style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><STRONG><FONT face="Times New Roman" size=5>Peoplesoft HCM 89 Clone Notes</FONT></STRONG></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="mso-fareast-language: ZH-CN"><FONT size=3><FONT face="Times New Roman"> </FONT></FONT></SPAN><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Sometimes when the peoplesoft system may be destroyed because of dba mistake or hardware issue. If you have a cold backup of the database fortunelly, you can restore the system in very short time. </SPAN><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">This document </SPAN><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">described the process for restoring it. Also we can clone a new peoplesoft system from an existing one.<o:p></o:p></SPAN></P> <H2 style="MARGIN: 12pt 0cm 3pt"><A name=_Toc168823280><SPAN lang=EN-US><EM><FONT face=Arial>I. </FONT></EM></SPAN></A><EM><FONT face=Arial><SPAN style="mso-bookmark: _Toc168823280"><SPAN lang=EN-US style="mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN">Software Version</SPAN></SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN"> <o:p></o:p></SPAN></FONT></EM></H2> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>For the clone, I use the same software version except for database.<SPAN style="mso-spacerun: yes"> </SPAN><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>Source system: <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>Operating System: Redhat linux 2.4.21-32.EL<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>Web Server: Weblogic 8.1<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>PeopleTools: 8.47<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>Application: HCM 8.9<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>COBOL compiler: MicroFocus ServerExpress <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>Tuxedo 8.1<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; COLOR: red; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>Database: Oracle 10.1.0.1.0<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>Target system:<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>Operating System: Redhat linux 2.4.21-32.EL<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>Web Server: Weblogic 8.1<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>PeopleTools: 8.47<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>Application: HCM 8.9<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>COBOL compiler: MicroFocus ServerExpress <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>Tuxedo 8.1<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; COLOR: red; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>Database: Oracle 10.2.0.1.0</SPAN><SPAN lang=EN-US style="COLOR: red; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-family: 'Times New Roman'"><o:p></o:p></SPAN></P> <H2 style="MARGIN: 12pt 0cm 3pt"><A name=_Toc168823281><SPAN lang=EN-US><EM><FONT face=Arial>II. Install </FONT></EM></SPAN></A><EM><FONT face=Arial><SPAN style="mso-bookmark: _Toc168823281"><SPAN lang=EN-US style="mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN">software</SPAN></SPAN><SPAN style="mso-bookmark: _Toc168823281"></SPAN><SPAN lang=EN-US style="mso-fareast-language: ZH-CN"><o:p></o:p></SPAN></FONT></EM></H2> <P class=MsoHeader style="MARGIN: 0cm 0cm 0pt; tab-stops: 21.0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">If you want to clone a new system from an existing one and you want to share the same PS_HOME with it, you can skip this chapter and begin to clone database from chapter III.</SPAN><SPAN lang=EN-US style="FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-family: 'Times New Roman'"><o:p></o:p></SPAN></P> <H4 style="MARGIN: 0cm 0cm 0pt"><A name=_Toc168823282><SPAN lang=EN-US><FONT face="Times New Roman">Install Web Server: Weblogic 8.1</FONT></SPAN></A></H4> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Description:<o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Weblogic acted as a web server here only, peoplesoft uses its own application server.</SPAN><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Reference:</SPAN></B><B><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">CHAPTER 2 on Enterprise PeopleTools 8.47 Installation for Oracle<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="mso-fareast-language: ZH-CN"><FONT size=3><FONT face="Times New Roman"> <o:p></o:p></FONT></FONT></SPAN></P> <H4 style="MARGIN: 0cm 0cm 0pt"><A name=_Toc168823283><SPAN lang=EN-US><FONT face="Times New Roman">Install Tuxedo 8.1</FONT></SPAN></A></H4> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Description:</SPAN></B><B><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">The PeopleSoft application server uses BEA's middleware product, Tuxedo, to perform transaction management, messaging, and administration.</SPAN><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><BR><BR><B>Reference:</B></SPAN><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">CHAPTER 3 on Enterprise PeopleTools 8.47 Installation for Oracle<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">TUXEDO portal: http://www.bea.com/framework.jsp?CNT=index.htm&FP=/content/products/tux/</SPAN><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <H4 style="MARGIN: 0cm 0cm 0pt"><A name=_Toc168823284><SPAN lang=EN-US><FONT face="Times New Roman">Install MicroFocus ServerExpress</FONT></SPAN></A><SPAN style="mso-bookmark: _Toc168823284"></SPAN><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><o:p></o:p></SPAN></H4> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Description:<o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">It is a COBOL compiler.</SPAN><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="mso-fareast-language: ZH-CN"><FONT size=3><FONT face="Times New Roman"> <o:p></o:p></FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Reference:<o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">CHAPTER 3 on Enterprise PeopleTools 8.47 Installation for Oracle<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">MicroFocus website: http://supportline.microfocus.com</SPAN><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><BR style="mso-special-character: line-break"><BR style="mso-special-character: line-break"></SPAN><SPAN lang=EN-US style="mso-fareast-language: ZH-CN"><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Note 1: <o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">COBOL is not needed for PeopleTools because the Process Scheduler has been re-written in C++. In addition,<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">COBOL is not required for applications that contain no COBOL programs. Please see <A name=OLE_LINK1>appendix I </A>for the details on whether your application requires COBOL.</SPAN><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Note 2:<SPAN style="mso-tab-count: 1"> </SPAN></SPAN></B><B><SPAN lang=EN-US style="mso-fareast-language: ZH-CN"><o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Press ‘y’ when asked whether you want to install Micro Focus LMF. LMF is the License Management<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Facility. PeopleSoft recommends that LMF be installed as part of the Server Express installation and suggest that you install LMF in its own directory, not in a subdirectory of Server Express.</SPAN><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN lang=EN-US style="FONT-SIZE: 11pt; FONT-FAMILY: TimesNewRoman; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: EN-US">.</SPAN><SPAN lang=EN-US style="FONT-SIZE: 11pt; FONT-FAMILY: TimesNewRoman; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN"><o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Note 3:</SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">You can download the LMF user manual from URL:<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">http://microfocus.com/000/ServerExpressLicensing_tcm21-8234.pdf</SPAN><SPAN lang=EN-US style="FONT-SIZE: 11pt; FONT-FAMILY: TimesNewRoman; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN"><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt 18pt"><SPAN lang=EN-US style="FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-family: 'Times New Roman'"><FONT size=3> <o:p></o:p></FONT></SPAN></P> <H4 style="MARGIN: 0cm 0cm 0pt"><A name=_Toc168823285><SPAN lang=EN-US><FONT face="Times New Roman">License Codes</FONT></SPAN></A><SPAN style="mso-bookmark: _Toc168823285"></SPAN><SPAN lang=EN-US style="FONT-SIZE: 16pt; mso-bidi-font-size: 12.0pt"><o:p></o:p></SPAN></H4> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Refer to following URL for license codes for Oracle’s PeopleSoft Enterprise line of products:<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">http://licensecodes.oracle.com/ent_keys_by_prod.html.</SPAN><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial,Bold; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: EN-US"><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="mso-fareast-language: ZH-CN"><FONT size=3><FONT face="Times New Roman"> <o:p></o:p></FONT></FONT></SPAN></P> <H6><SPAN lang=EN-US style="FONT-SIZE: 14pt; mso-bidi-font-size: 12.0pt"><EM><FONT face="Times New Roman"> <o:p></o:p></FONT></EM></SPAN></H6> <H4 style="MARGIN: 0cm 0cm 0pt"><A name=_Toc168823286><SPAN lang=EN-US><FONT face="Times New Roman">Install PeopleTool 8.47</FONT></SPAN></A></H4> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Description</SPAN></B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">:<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">It contains all the scripts, executable files for File Server, App Server, Batch Server and Database server.<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Reference</SPAN></B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">:<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">CHAPTER 4 on Enterprise PeopleTools 8.47 Installation for Oracle<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="mso-fareast-language: ZH-CN"><FONT size=3><FONT face="Times New Roman"> <o:p></o:p></FONT></FONT></SPAN></P> <H4 style="MARGIN: 0cm 0cm 0pt"><A name=_Toc168823287><SPAN lang=EN-US><FONT face="Times New Roman">Install Application HCM89</FONT></SPAN></A></H4> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Description</SPAN></B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">:<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">It contains all the executable files and scripts for creating tables and views of HCM89, also including the demo data for it.<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Reference</SPAN></B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">:<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">CHAPTER 4 on Enterprise PeopleTools 8.47 Installation for Oracle<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Note 1</SPAN></B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">:<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Use the same <PS_HOME> as you used for the PeopleTools.<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Note 2</SPAN></B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">:<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">To properly install a Demo database, you must select both the System Database and the Demo Database options during the installation of your PeopleSoft applications.<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="mso-fareast-language: ZH-CN"><FONT size=3><FONT face="Times New Roman"> <o:p></o:p></FONT></FONT></SPAN></P> <H4 style="MARGIN: 0cm 0cm 0pt"><A name=_Toc168823288><SPAN lang=EN-US><FONT face="Times New Roman">Installing the Oracle Database Server on the Database Server</FONT></SPAN></A><SPAN style="mso-bookmark: _Toc168823288"></SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 宋体"><o:p></o:p></SPAN></H4> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Description</SPAN></B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">:<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">The Oracle RDBMS software must be installed before clone. I suggest that you use the same database version with the source system if possible. <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Reference</SPAN></B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">:<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">CHAPTER 7B on Enterprise PeopleTools 8.47 Installation for Oracle</SPAN><SPAN lang=EN-US style="mso-fareast-language: ZH-CN"><o:p></o:p></SPAN></P> <H2 style="MARGIN: 12pt 0cm 3pt"><A name=_Toc168823289><SPAN lang=EN-US style="mso-fareast-language: ZH-CN"><EM><FONT face=Arial>IV. Clone the database</FONT></EM></SPAN></A><SPAN lang=EN-US style="mso-fareast-language: ZH-CN"><o:p></o:p></SPAN></H2> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Description</SPAN></B><B><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial">:</SPAN></B><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">In this section, we create a new database from the source database’s backup. There are 3 plans for different conditions.<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Plan A: The database versions of source and target systems are same.<o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">You can refer to solution A.<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Plan B: The database versions of source and target systems are different, the database of source system can startup normally.<o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">I suggest upgrade the database in the source system firstly, then clone follow solution A.<B><o:p></o:p></B></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Plan C: The database versions of source and target systems are different, the database of source system are destroyed. In this condition, we must slipt the task into 2 steps; first upgrade the database file to the target version, then recovers the database. <o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">You can refer to solution B.<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Solution A:<o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Step 1: Upload the database files (dbf) to target system $TARGET_PATH (any directory is ok, up to you).<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Step 2: Copy the init[SID].ora file to $ORACLE_HOME/dbs folder of target system. Change the parameter db_name to the new db name. Change the parameter control_files to use the new directory. Also you may also need to change the file name to include the new SID.<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Step 3: Recreate control files.<SPAN style="mso-spacerun: yes"> </SPAN>Refer to recreate control file script.<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Step 4: Start database and reset redo logs.<SPAN style="mso-spacerun: yes"> </SPAN>ALTER DATABASE OPEN RESETLOGS;<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Step 5: Config the listener. You need add the new SID information to listener.ora and restart it using lsnrctl command.<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Step 6: Change the db owner table.<SPAN style="mso-spacerun: yes"> </SPAN>Update psdbowner set dbname=[NEW_SID] ;commit;<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Solution B:<o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Step 1: Upload the database files (dbf) to target system $TARGET_PATH (it should be the same directory with the source system).<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Step 2: Copy the init[SID].ora file to $ORACLE_HOME/dbs folder of target system. Don’t modify anything in the file because we need to do an upgrade firstly.<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Step 3: Reset redo logs.<SPAN style="mso-spacerun: yes"> </SPAN>ALTER DATABASE OPEN UPGRADE;<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Step 4: Upgrade the 10.1.0.1 to 10.2.0.1. Excute $ORACLE_HOME/rdbms/admin/catupgrd.sql<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Step 5: Restart the database.<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Step 6: Till now the database files have been upgrade to the new version successfully. You can refer to solution A to change the SID, db file directory. In another word, you need do a restore from these database files.<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Recreate control file script:<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">startup nomount pfile=$ORACLE_HOME/dbs/init[SID].ora;<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">CREATE CONTROLFILE REUSE set DATABASE "[SID]" RESETLOGS<SPAN style="mso-spacerun: yes"> </SPAN>NOARCHIVELOG<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN><SPAN style="mso-spacerun: yes"> </SPAN>MAXLOGFILES 8<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>MAXLOGMEMBERS 4<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>MAXDATAFILES 1021<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>MAXINSTANCES 1<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>MAXLOGHISTORY 454<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">LOGFILE<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>GROUP 1 '$TARGET_PATH/redo01.log'<SPAN style="mso-spacerun: yes"> </SPAN>SIZE 100M,<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>GROUP 2 '$TARGET_PATH/redo02.log'<SPAN style="mso-spacerun: yes"> </SPAN>SIZE 100M,<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>GROUP 3 '$TARGET_PATH/redo03.log'<SPAN style="mso-spacerun: yes"> </SPAN>SIZE 100M<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">-- STANDBY LOGFILE<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">DATAFILE<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/system01.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/psundots01.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/sysaux01.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/psdefault.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/aaapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/aalarge.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/adapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/amapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/avapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/bdapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/bnapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/bnlarge.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/ccapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/coapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/cuaudit.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/cularg1.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/cularg2.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/cularg3.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/cularge.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/diapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/dtapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eoapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eobfapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eocfapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eocmapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eocmlrg.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eocmwrk.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eocuapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eoculrg.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eodsapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eodslrg.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eoecapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eoeclrg.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eoecwrk.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eoeiapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eoeilrg.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eoewapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eoewlrg.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eoewwrk.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eoiuapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eoiulrg.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eoiuwrk.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eolarge.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eoltapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eoppapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eopplrg.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eotpapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eotplrg.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/epapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/eplarge.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/erapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/erlarge.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/erwork.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/faapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/falarge.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/fgapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/fglarge.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/fsapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/giapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/gpapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/gpdeapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/hpapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/hrapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/hrapp1.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/hrapp2.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/hrapp3.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/hrapp4.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/hrapp5.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/hrapp6.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/hrapp7.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/hrimage.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/hrlarg1.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/hrlarge.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/hrsapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/hrsarch.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/hrslarge.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/hrswork.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/hrwork.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/htapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/inapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/paapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/palarge.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/pcapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/pclarge.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/piapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/pilarge.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/piwork.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/poapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/psimage.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/psimgr.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/psindex.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/psindex1.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/ptamsg.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/ptapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/ptappe.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/ptaudit.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/ptcmstar.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/ptlock.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/ptprc.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/ptprjwk.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/ptrpts.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/pttbl.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/pttlrg.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/pttree.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/ptwork.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/pvapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/py0lrg.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/pyapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/pylarge.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/pywork.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/saapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/sacapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/salarge.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/srapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/stapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/stlarge.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/stwork.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/tlapp.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/tllarge.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/tlwork.dbf',<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>'$TARGET_PATH/waapp.dbf'<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">CHARACTER SET UTF8<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">;<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; COLOR: red; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Note: You need add db file to TEMP tablespace manually after control file recreation.<o:p></o:p></SPAN></P> <H2 style="MARGIN: 12pt 0cm 3pt"><A name=_Toc168823290><SPAN lang=EN-US><EM><FONT face=Arial>V.Configuring the Application Server</FONT></EM></SPAN></A><EM><FONT face=Arial><SPAN style="mso-bookmark: _Toc168823290"><SPAN lang=EN-US style="mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN">, Batch Server, Web Server</SPAN></SPAN><SPAN style="mso-bookmark: _Toc168823290"></SPAN><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial,Bold; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN"><o:p></o:p></SPAN></FONT></EM></H2> <H4 style="MARGIN: 0cm 0cm 0pt"><A name=_Toc168823291><SPAN lang=EN-US><FONT face="Times New Roman">Configuring the Application Server</FONT></SPAN></A></H4> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Description:<o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">We need create an appcalition domain here. <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Reference:<o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">CHAPTER 8B on Enterprise PeopleTools 8.47 Installation for Oracle<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Enterprise PeopleTools 8.47 PeopleBook: System and Server Administration, “Using PSADMIN Menus”<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Note 1:<o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">We need set listening ports for WSL, JSL and JRAD, confirm with the system administrtor about the free ports that are not using by other applications.<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Possible issue 1:</SPAN></B><B><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Failed to start up app server domain, invalid version of SQL library libpsora starting up app server on Linux with Oracle 10g.<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 8pt; COLOR: #3366ff; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt">PSAPPSRV.26696 (0) [06/01/06 15:53:41](1) GenMessageBox(200, 0, M): PS General SQL Routines: Missing or invalid version of SQL library libpsora (200,0) <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 8pt; COLOR: #3366ff; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt">PSAPPSRV.26696 (0) [06/01/06 15:53:41](1) GenMessageBox(0, 0, M): Database Signon: Could not sign on to database HR89DMO with user PS. <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 8pt; COLOR: #3366ff; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt">PSWATCHSRV.26695 (0) [06/01/06 15:53:43] Shutting down</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN"><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><FONT face="Times New Roman"><B><SPAN lang=EN-US style="mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN">Solution</SPAN></B><SPAN lang=EN-US style="mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN">:</SPAN></FONT></FONT><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> SOLUTION#201016345 on Customer Connection<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">1) Log in as the Oracle owner. <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">2) cd $ORACLE_HOME/lib <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">ln -s $ORACLE_HOME/lib/libclntsh.so.10.1 libclntsh.so.9.0 <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">3) cd to $PS_HOME/setup <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">4) Rerun PSRUN.MAK <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Possible issue 2:<o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Cannot open message isue, like below:<B><o:p></o:p></B></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Cannot open message catalog LIBTUX_CAT, set 1, num 262;</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN"><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><FONT face="Times New Roman"><B><SPAN lang=EN-US style="mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN">Solution</SPAN></B><SPAN lang=EN-US style="mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN">:</SPAN></FONT></FONT><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> SOLUTION# 684318 on Customer Connection<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">The problem was that when Tuxedo was installed, the<SPAN style="mso-spacerun: yes"> </SPAN>variable LANG was not set.<SPAN style="mso-spacerun: yes"> </SPAN>Because of this, the subdirectory en_US was not created -- full name is $TUXDIR/locale/en_us but this subdirectory was stored : $TUXDIR/locale/C. <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">To resolve this issue: <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">1) Declare<SPAN style="mso-spacerun: yes"> </SPAN>the variable LANG=en_US; export LANG; then reinstall<SPAN style="mso-spacerun: yes"> </SPAN>Tuxedo to create the missing directory en_US ($TUXDIR/locale/en_US). <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">-or- <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">2) A solution that does not include reinstalling Tuxedo -- create<SPAN style="mso-spacerun: yes"> </SPAN>a link in $TUXDIR/locale called "en_US" pointing to $TUXDIR/local/C. To create the link cd to $TUXDIR/locale then execute the command<SPAN style="mso-spacerun: yes"> </SPAN>ln -s C en_US <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">3) For NT: set the following environment variable through the System in the control panel: NLSPATH=%TUXDIR%\local\c.<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <H4 style="MARGIN: 0cm 0cm 0pt"><A name=_Toc168823292><SPAN lang=EN-US><FONT face="Times New Roman">Setting Up the PeopleSoft Pure Internet Architecture</FONT></SPAN></A><SPAN style="mso-bookmark: _Toc168823292"></SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 宋体"><o:p></o:p></SPAN></H4> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Description:<o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">We set up the PIA on Weblogic here. <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Reference:<o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">CHAPTER 9B on Enterprise PeopleTools 8.47 Installation for Oracle<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Note 1:<o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">When prompted to select the type of domain to create—single server, multi server, or distributed managed server.<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">You must select "Multi Server Domain" if you plan to host PeopleBooks on the web server on which you are installing the PeopleSoft Pure Internet Architecture.</SPAN><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: TimesNewRoman; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: EN-US"><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <H4 style="MARGIN: 0cm 0cm 0pt"><A name=_Toc168823293><SPAN lang=EN-US><FONT face="Times New Roman">Setting Up Process Scheduler on UNIX</FONT></SPAN></A><SPAN style="mso-bookmark: _Toc168823293"></SPAN><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> </SPAN><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><o:p></o:p></SPAN></H4> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Reference:<o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">CHAPTER 10B on Enterprise PeopleTools 8.47 Installation for Oracle<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Enterprise PeopleTools 8.47 PeopleBook: PeopleSoft Process Scheduler</SPAN><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: TimesNewRoman,Italic; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: EN-US"><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-family: 'Times New Roman'"><FONT size=3> <o:p></o:p></FONT></SPAN></P> <H4 style="MARGIN: 0cm 0cm 0pt"><A name=_Toc168823294><SPAN lang=EN-US><FONT face="Times New Roman">Compiling COBOL on UNIX</FONT></SPAN></A><SPAN style="mso-bookmark: _Toc168823294"></SPAN><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial,Bold; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: EN-US"><o:p></o:p></SPAN></H4> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Description</SPAN></B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">:</SPAN><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">We compile and link PeopleSoft COBOL batch programs here. <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Reference:<o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">CHAPTER 12B on Enterprise PeopleTools 8.47 Installation for Oracle<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Administering the License Management Facility: http://supportline.microfocus.com/documentation/books/sx40sp2/adtask.htm</SPAN><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: TimesNewRoman; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: EN-US"><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">Possible issue 1:</SPAN></B><B><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"><o:p></o:p></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">6 cobols fail to compile in HRMS and Campus Solutions 8.9 MP1 Application Unicode environment.<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">The six COBOLs listed below will fail to compile during the Compiling COBOL section of the Enterprise PeopleTools 8.46 Installation Guide. The errors occur because required COBOL sources are not copied to the temporary compile directory by cblbld.bat or pscbl.mak while the build runs. <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">FAPINAS4 <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">FAPINAS5 <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">FAPINAS6 <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">IMPLUS03 <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">IMPLUS04 <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">IMPLUS05</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN"><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B><SPAN lang=EN-US style="mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN"><FONT face="Times New Roman" size=3>Solution:</FONT></SPAN></B><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> SOLUTION ID:<SPAN style="mso-spacerun: yes"> </SPAN>201025418 on Customer Connection<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">On Unix, the errors can be ignored because pscbl.mak will copy all of the COBOLs that successfully compile to PS_HOME/cblbin directory. Also, the errors should go away after Task 2-1 is completed so subsequent recompiles should be clean. Task 2-1 describes how to successfully compile the remaining files so that all sources will be built. <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">On Windows, cblbld.bat will stop after the six errors occur and will not copy the compiled COBOL files to the PS_HOME\CBLBINU directory. Because of this, the compiled *.exes., *.gnts, and *.ints should be manually copied from the compile directory to the PS_HOME\cblbinu directory after cblbld.bat stops (shown below). <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'">In an ANSI environment on Windows, the COBOL compiling process described in the Enterprise PeopleTools 8.46 Installation Guide will remove all compiled COBOLs from PS_HOME\cblbina before copying the new files in. This will also remove the INAS COBOLs that are created in this task. As a result, Task 2-1 will need to be repeated after a PeopleSoft COBOL recompile using cblbld.bat so that the INAS objects are replaced.<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'"> <o:p></o:p></SPAN></P></DIV>
查看全文
发表于:2008-04-12 ┆
阅读(1078)
┆
评论(0)
Linux/Unix 常用命令
<P>查看监听端口 Linux<BR>nmap localhost<BR>netstat -npl<BR><BR>从linux mount windows共享文件夹<BR>mount -t smbfs -o username=share,password=Welcome1 "//10.182.121.88\Red Hat Enterprise Linux 4-gci3" /mnt<BR><BR>aix mount cdrom<BR>mount -rn /dev/cd0 /mnt/cdrom<BR><BR>根据文件内容查找<BR>find . -exec grep -l 'pass' {} \;<BR>sed -i "s/gci1/gci4/g" <BR>find . -type f -print|xargs grep -l gci4</P> <P>备份控制文件<BR>ALTER DATABASE BACKUP CONTROLFILE TO trace;</P> <P> </P> <P><BR> </P> <DIV></DIV>
查看全文
发表于:2008-01-10 ┆
阅读(607)
┆
评论(1)
Linux常用Shell登陆时自动执行的脚本
下午闲着没事,稍微整理了一下。<br><br><table border="1" cellpadding="1" cellspacing="1" width="200"> <tbody><tr> <td style="background-color: rgb(0, 1, 204); color: rgb(255, 255, 255);"> Shell种类</td> <td style="background-color: rgb(0, 1, 204); color: rgb(255, 255, 255);"> 脚本名</td> </tr> <tr> <td> sh</td> <td>.profile <br></td> </tr> <tr> <td> bash</td> <td>.bash_profile <br></td> </tr> <tr> <td> csh</td> <td>.cshrc <br></td> </tr> <tr> <td> zsh</td> <td>.zshrc <br></td> </tr> <tr> <td> ksh</td> <td>.profile <br></td> </tr> </tbody></table> <br>
查看全文
发表于:2007-12-17 ┆
阅读(636)
┆
评论(1)
IIS无法启动
<DIV>上网找了一些资料,原来是微软安全补丁939373的问题,把此补丁卸载即可。</DIV> <DIV>问题描述:</DIV> <DIV>1 启动iis提示"服务没有及时响应启动或控制请求"</DIV> <DIV>2 启动World Wide Web Publishing Services服务时,又提示“错误127,找不到指定程序”</DIV>
查看全文
发表于:2007-12-16 ┆
阅读(341)
┆
评论(0)
OAS的一个问题
<DIV>总的来说今天是郁闷的一天啊。本来下午可以在家里做备份,但是发现一个很重要的Server居然ping不通。过来一看,居然死机了。到现在还没有查到原因。 起来后Oracle SOA Suite就起不来了。以下是报错信息:</DIV> <DIV> </DIV> <DIV><FONT color=#0000ff>opmn.log</FONT></DIV> <DIV><FONT color=#0000ff>07/12/09 14:43:25 *** (SEVERE) Failed to set the internal configuration of the OC4J JMS Server with: XMLJMSServerConfig[file:/<BR>u01/OracleSOA/j2ee/home/config/jms.xml]</FONT></DIV> <DIV><FONT color=#0000ff></FONT> </DIV> <DIV><FONT color=#0000ff>group.log</FONT></DIV> <DIV><FONT color=#0000ff>07/12/09 14:43:46 WARNING: OC4J will not send ONS ProcReadyPort messages to opmn for service: OC4JServiceInfo id: null protoco<BR>l: jms hostname: null port: 12601 description: null<BR>07/12/09 14:43:46 null hostname was null</FONT></DIV> <DIV> </DIV> <DIV>到metalink上查了半天也没有解决,后来发现$OH里面有一些root用户的问题,我一想,肯定是某些人手误用root启动过SOA.于是终于找到引发问题的下列文件。 删除后,一切OK了 :)</DIV> <DIV><FONT color=#ff0000>$ORACLE_HOME/j2ee/home/persistence/home_default_group_1/jms.state</FONT></DIV>
查看全文
发表于:2007-12-09 ┆
阅读(623)
┆
评论(1)
oracle/dms/instrument/ExecutionContextForJDBC
<font size="-1">今天安装OSR的时候,创建Database schema那一步总是如下错误:<br>NoClassDefFoundError: <b>oracle/dms/instrument/ExecutionContextForJDBC</b></font><br>反复修改JDBC lib, N次。最后终于找到解决方法。原来这个类是包含在dms.jar中的。oracle db客户端中没有这个类的。可以从SOA Suite的Lib中找到。<br>
查看全文
发表于:2007-11-25 ┆
阅读(788)
┆
评论(0)
Xwindow的重定向功能
先结合VNC,说说X-windows的基本原理和命令。<br>使用vncserver命令可以启动一个X-windows, 启动者即为此X窗口的owner. 使用同一用户可以在同一主机其他的窗口上把图形显示到该X窗口上。当然需要设置DISPLAY环境变量。<br>AIX默认安装是没有vnc的,有的很少用到图形,也懒得装vnc了。所以可以考虑把输出定向到pc的linux上去<br>linux 主机<br>vncserver :5 --启动一个X窗口<br>export DISPLAY=:5.0 --设置当前默认X窗口为5 <br>xhost + --设置该X窗口的权限, +为允许任何用户从任何主机把图形显示输出过来<br><br>aix主机<br>export DISPLAY=IPofLinuxHost:5.0 --设置当前默认X窗口为linux主机的5<br>xclock<br><br>这时可以用vnc连接到linux主机的5口,会看到aix的输出了 <br> <br><br><br> <br>
查看全文
发表于:2007-11-25 ┆
阅读(521)
┆
评论(0)
VMWare Guest 在迁移中的网卡问题
<DIV>如果虚拟机的网卡采用Direct模式,迁移后会遇到网卡配置与物理网卡MAC地址不匹配问题,导致网卡不能正常启动。</DIV> <DIV>方法:</DIV> <DIV>修改网卡配置文件,注释掉网卡物理地址,让OS重新给虚拟机获得物理地址。<BR>cat /etc/sysconfig/network-scripts/ifcfg-eth0</DIV> <DIV> </DIV> <DIV><FONT color=#0080ff>DEVICE=eth0<BR>BOOTPROTO=static<BR>HWADDR=00:1A:A0:D9:9E:8B <FONT color=#ff0000>--需要注释掉此行</FONT><BR>IPADDR=10.182.125.72<BR>NETMASK=255.255.254.0<BR>ONBOOT=yes<BR>TYPE=Ethernet</FONT></DIV> <DIV> </DIV> <DIV>重启网卡</DIV> <DIV>ifconfig eth0 up</DIV> <DIV> </DIV>
查看全文
发表于:2007-11-19 ┆
阅读(394)
┆
评论(0)
Bind配置找不到zone配置文件问题
<DIV>今天配置Bind老是不成功,后来从/var/log/message中找到以下信息,原来是bind找不到zone配置文件named.10.182.125和named.oraclecorp.com.这两个是我自定义的文件,放在 /var/named路径下。</DIV> <DIV><BR><FONT color=#0080ff>Nov 19 15:21:42 gci5 named[4059]: command channel listening on 127.0.0.1#953<BR>Nov 19 15:21:42 gci5 named[4059]: /etc/rndc.key:7: couldn't add command channel 127.0.0.1#953: address in use<BR>Nov 19 15:21:42 gci5 named[4059]: zone 0.in-addr.arpa/IN: loaded serial 42<BR>Nov 19 15:21:42 gci5 named[4059]: zone 125.182.10.in-addr.arpa/IN: loading master file named.10.182.125: file not<BR> found<BR>Nov 19 15:21:42 gci5 named[4059]: zone 0.0.127.in-addr.arpa/IN: loaded serial 1997022700<BR>Nov 19 15:21:42 gci5 named[4059]: zone 255.in-addr.arpa/IN: loaded serial 42<BR>Nov 19 15:21:42 gci5 named[4059]: zone 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN:<BR> loaded serial 1997022700<BR>Nov 19 15:21:42 gci5 named[4059]: zone oraclecorp.com/IN: loading master file named.oraclecorp.com: file not foun<BR>d<BR>Nov 19 15:21:42 gci5 named[4059]: zone localdomain/IN: loaded serial 42<BR>Nov 19 15:21:42 gci5 named[4059]: zone localhost/IN: loaded serial 42<BR>Nov 19 15:21:42 gci5 named[4059]: running<BR>Nov 19 15:21:42 gci5 named: named startup succeeded</FONT></DIV> <DIV> </DIV> <DIV>后来偶尔发现同一目录下的其他bind默认zone的配置文件,原来是个软连接。ls的输出如下:</DIV> <DIV> </DIV> <DIV><FONT color=#0080ff>ls -l /var/named<BR>drwxr-x--- 6 root named 4096 Nov 16 08:21 chroot<BR>drwxrwx--- 2 named named 4096 Apr 4 2006 data<BR>lrwxrwxrwx 1 root root 44 Nov 14 13:49 localdomain.zone -> /var/named/chroot/var/named/localdomain.zone<BR>lrwxrwxrwx 1 root root 42 Nov 14 13:49 localhost.zone -> /var/named/chroot/var/named/localhost.zone<BR>lrwxrwxrwx 1 root root 44 Nov 19 15:28 named.10.182.125 </FONT></DIV> <DIV><FONT color=#0080ff>lrwxrwxrwx 1 root root 43 Nov 14 13:49 named.broadcast -> /var/named/chroot/var/named/named.broadcast<BR>lrwxrwxrwx 1 root root 36 Nov 14 13:49 named.ca -> /var/named/chroot/var/named/named.ca<BR>lrwxrwxrwx 1 root root 43 Nov 14 13:49 named.ip6.local -> /var/named/chroot/var/named/named.ip6.local<BR>lrwxrwxrwx 1 root root 39 Nov 14 13:49 named.local -> /var/named/chroot/var/named/named.local<BR>lrwxrwxrwx 1 root root 48 Nov 19 15:27 named.oraclecorp.com <BR>lrwxrwxrwx 1 root root 38 Nov 14 13:49 named.zero -> /var/named/chroot/var/named/named.zero<BR>drwxrwx--- 2 named named 4096 Apr 4 2006 slaves</FONT></DIV> <DIV> </DIV> <DIV><FONT color=#000000>之后我把我的zone配置文件mv到/var/named/chroot/var/named/中,然后在/var/named目录做了个软链接,问题解决了。给遇到类似问题的同志们参考。</FONT></DIV> <DIV> </DIV> <DIV></DIV> <DIV></DIV>
查看全文
发表于:2007-11-19 ┆
阅读(602)
┆
评论(0)
OPTIPLEX 745 安装RedHat 4
Dell的optiplex 系列工作站使用的是SATA硬盘,而RedHat 是在5.0版本才支持sata硬盘的。如果需要安装Redhat4或者之前的版本,需要首先在BIOS里面设置SATA兼容老的IDE接口。方法如下<BR>SATA operations->选择legacy模式,保存,重启即可。<BR> <DIV></DIV>
查看全文
发表于:2007-11-14 ┆
阅读(398)
┆
评论(0)
Oracle EBS R12中REP-3000错误的解决方法
前段时间在AIX 5.3上安装EBS R12, 完成后去Concurrent Manager中运行report的时候,报错<br> REP-3000: Internal error starting Oracle Toolkit.<br>在metalink看了许多文章,终于找到解决方法。原来Report Server运行时需要X-Window的支持,而我安装的AIX并没有启动x-window, server本身也不具备显卡。<br>可以通过VNC软件模拟一个x-window来解决这个问题,本例子中使用port 9。<br>1 修改adcmctl.sh文件,把DISPLAY的值改为 localhost:9.0<br>2 用root 启动vncserver,并授权任何用户都可以连接到本x-window<br><span style="color: rgb(0, 128, 255);"> $ vncserver :9</span><br style="color: rgb(0, 128, 255);"><span style="color: rgb(0, 128, 255);"> $ export DISPLAY=localhost:9.0</span><br style="color: rgb(0, 128, 255);"><span style="color: rgb(0, 128, 255);"> $ xhost +</span><br>3 使用EBS app用户启动EBS<br><br><br>
查看全文
发表于:2007-10-22 ┆
阅读(844)
┆
评论(0)
AIX 5.3中设置大文件支持
AIX系统安装之后,默认不允许单个文件大小超过2G,对于企业应用系统来说,这个限制一般是需要去除的。<br><br>首先,取消安全方面的限制,需要修改配置文件/etc/security/limits,可以针对所有用户在default段修改,或者在指定user段来修改具体user的限制。下面是一个示例。设置成-1,表示取消大小限制。<br>cat /etc/security/limits<br><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">*</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* Sizes are in multiples of 512 byte blocks, CPU time is in seconds</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">*</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* fsize - soft file size in blocks</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* core - soft core file size in blocks</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* cpu - soft per process CPU time limit in seconds</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* data - soft data segment size in blocks</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* stack - soft stack segment size in blocks</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* rss - soft real memory usage in blocks</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* nofiles - soft file descriptor limit</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* fsize_hard - hard file size in blocks</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* core_hard - hard core file size in blocks</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* cpu_hard - hard per process CPU time limit in seconds</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* data_hard - hard data segment size in blocks</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* stack_hard - hard stack segment size in blocks</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* rss_hard - hard real memory usage in blocks</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* nofiles_hard - hard file descriptor limit</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">*</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* The following table contains the default hard values if the</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* hard values are not explicitly defined:</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">*</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* Attribute Value</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* ========== ============</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* fsize_hard set to fsize</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* cpu_hard set to cpu</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* core_hard -1</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* data_hard -1</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* stack_hard 8388608 </span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* rss_hard -1</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* nofiles_hard -1</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">*</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">* NOTE: A value of -1 implies "unlimited"</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">*</span><br style="color: rgb(0, 153, 204);"><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">default:</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);"> fsize = -1 </span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);"> core = 2097151</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);"> cpu = -1</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);"> data = -1 </span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);"> rss = -1</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);"> stack = -1</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);"> nofiles = 65536</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);"> maxuprc =1024</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">root:</span><br style="color: rgb(0, 153, 204);"><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">daemon:</span><br style="color: rgb(0, 153, 204);"><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">bin:</span><br style="color: rgb(0, 153, 204);"><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">sys:</span><br style="color: rgb(0, 153, 204);"><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">adm:</span><br style="color: rgb(0, 153, 204);"><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">uucp:</span><br style="color: rgb(0, 153, 204);"><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">guest:</span><br style="color: rgb(0, 153, 204);"><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">nobody:</span><br style="color: rgb(0, 153, 204);"><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">lpd:</span><br style="color: rgb(0, 153, 204);"><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);">oracle:</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);"> fsize = -1</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);"> core = 2097151</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);"> cpu = -1</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);"> data = -1</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);"> rss = -1</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);"> stack = -1</span><br style="color: rgb(0, 153, 204);"><span style="color: rgb(0, 153, 204);"> nofiles = 65536</span><br><br>除了安全方面的限制,单个文件大小还受文件系统类型的限制,AIX下主要使用JFS和JFS2文件系统,下面是一个对比表格。可见,JFS最大只能支持64G的单个文件,有时候做大文件的归档备份时,有可能会超过这个限制的,所以建议使用JFS2文件系统。<br><br><table id="wq64" border="1" frame="border" rules="all" width="100%"><thead valign="bottom"><tr><th id="wq65" align="left" valign="top">Functions</th><th id="wq66" align="left" valign="top">JFS2</th><th id="wq67" align="left" valign="top">JFS</th></tr></thead><tbody valign="top"><tr><td headers="wq65">Fragments/Block Size</td><td headers="wq66">512-4096 Block sizes</td><td headers="wq67">512-4096 Frags</td></tr><tr><td headers="wq65">Maximum file system size</td><td headers="wq66">16 Terabytes</td><td headers="wq67">1 Terabyte</td></tr><tr><td headers="wq65">Maximum file size</td><td headers="wq66">16 Terabytes</td><td headers="wq67">64 GB</td></tr><tr><td headers="wq65">Number of i-nodes</td><td headers="wq66">Dynamic, limited by disk space</td><td headers="wq67">Fixed, set at file-system creation</td></tr><tr><td headers="wq65">Directory organization</td><td headers="wq66">B-tree</td><td headers="wq67">Linear</td></tr><tr><td headers="wq65">Compression</td><td headers="wq66">No</td><td headers="wq67">Yes</td></tr><tr><td headers="wq65">Quotas</td><td headers="wq66">No</td><td headers="wq67">Yes</td></tr><tr><td headers="wq65">Error logging</td><td headers="wq66">Yes</td><td headers="wq67">Yes</td></tr></tbody></table><br>
查看全文
发表于:2007-10-22 ┆
阅读(1363)
┆
评论(0)
IBM P5 Server 基本分区配置
<DIV> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: center" align=center><B><SPAN style="FONT-SIZE: 18pt; mso-bidi-font-size: 12.0pt"><FONT face="Times New Roman"><FONT size=2>IBM P5 Server Configuration Notes <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></FONT></FONT></SPAN></B></P> <P class=MsoBodyText style="MARGIN: 0in 0in 6pt"><SPAN lang=JA style="FONT-FAMILY: 宋体">为了便于理解,我们的例子中,共有</SPAN><SPAN style="FONT-FAMILY: 宋体">3<SPAN lang=JA>个</SPAN>Partition: <SPAN lang=JA>一个</SPAN>VIO Server Partition, <SPAN lang=JA>两个</SPAN>AIX<SPAN style="mso-spacerun: yes"> </SPAN>Partition</SPAN><SPAN style="FONT-FAMILY: 宋体; mso-fareast-language: ZH-CN">,<SPAN lang=ZH-CN>分别为</SPAN>AIX 1 <SPAN lang=ZH-CN>和</SPAN> AIX 2<o:p></o:p></SPAN></P> <H2 style="MARGIN: 12pt 0in 3pt"><A name=_Toc173228816><EM><FONT face=Arial><FONT size=2><SPAN style="mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN">I</SPAN>. </FONT></FONT></EM></A><EM><FONT face=Arial><FONT size=2><SPAN style="mso-bookmark: _Toc173228816"><SPAN style="mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN">Setup VIO Server</SPAN></SPAN><SPAN style="mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN"><o:p></o:p></SPAN></FONT></FONT></EM></H2> <P class=MsoBodyText style="MARGIN: 0in 0in 6pt"><FONT face="Times New Roman">VIO Server manages all the virtual IO resource, including 3 types, virtual Series Device, virtual SC<SPAN style="mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN">SI</SPAN> Device and virtual <SPAN style="mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN">Eth</SPAN>ternet adapter.<SPAN style="mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN"><o:p></o:p></SPAN></FONT></P> <H4 style="MARGIN: 0in 0in 0pt"><A name=_Toc173228817><FONT face="Times New Roman" size=2>1 Create VIO Server Partition</FONT></A></H4> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 12pt; mso-layout-grid-align: none"><FONT face="Times New Roman">You can follow <B><SPAN style="mso-fareast-font-family: 'MS Mincho'; mso-fareast-language: JA">3.2 Creating a Virtual I/O Server partition of sg247940.pdf</SPAN><o:p></o:p></B></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 12pt; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="COLOR: blue">Note: </SPAN><SPAN style="COLOR: blue; mso-fareast-font-family: 'MS Mincho'; mso-fareast-language: JA">sg247940.pdf</SPAN></FONT><SPAN lang=ZH-CN style="COLOR: blue; FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">指</SPAN><SPAN style="COLOR: blue"><FONT face="Times New Roman">IBM</FONT></SPAN><SPAN lang=ZH-CN style="COLOR: blue; FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">关于</SPAN><SPAN style="COLOR: blue"><FONT face="Times New Roman">P5</FONT></SPAN><SPAN lang=ZH-CN style="COLOR: blue; FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">的一本红皮书。</SPAN><SPAN style="COLOR: blue"><FONT face="Times New Roman">Title</FONT></SPAN><SPAN lang=ZH-CN style="COLOR: blue; FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">为</SPAN><SPAN style="COLOR: blue"><FONT face="Times New Roman">Advanced POWER Virtualization on IBM System p5: Introduction and Configuration</FONT></SPAN><SPAN lang=ZH-CN style="COLOR: blue; FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">,可在</SPAN><SPAN style="COLOR: blue"><FONT face="Times New Roman">ibm</FONT></SPAN><SPAN lang=ZH-CN style="COLOR: blue; FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">网站下载</SPAN><FONT face="Times New Roman"><SPAN style="COLOR: blue">.</SPAN><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Helvetica-Bold"><o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 12pt"><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体">根据实际需要给</SPAN><SPAN style="FONT-FAMILY: 宋体">VIO Server<SPAN lang=ZH-CN>分配</SPAN>CPU<SPAN lang=ZH-CN>和</SPAN>Memory <SPAN lang=ZH-CN>资源。选择</SPAN>IO<SPAN lang=ZH-CN>资源页面中,把需要管理的资源全部添加到下面的</SPAN>Profile<SPAN lang=ZH-CN>栏中,在定义虚拟设备时,我们建立</SPAN>5<SPAN lang=ZH-CN>个</SPAN>SCSI <SPAN lang=ZH-CN>设备和一个虚拟以太网卡设备,信息如下:</SPAN><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 12pt"><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体">表一</SPAN><SPAN style="FONT-FAMILY: 宋体">: <SPAN lang=ZH-CN>虚拟设备计划</SPAN></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 12pt"><FONT face="Times New Roman"> <o:p></o:p></FONT></P> <TABLE style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 0in 5.4pt 0in 5.4pt" cellSpacing=0 cellPadding=0 border=1> <TBODY> <TR> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 0.5pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: windowtext 0.5pt solid; WIDTH: 1.2in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent" vAlign=top width=115> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">Name</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 0.5pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 99pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt" vAlign=top width=132> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">Purpose</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 0.5pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 0.5in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt" vAlign=top width=48> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">Slot</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 0.5pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 2in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt" vAlign=top width=192> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">Remote slot</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 0.5pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 168.85pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt" vAlign=top width=225> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">Aditional Properties</FONT></P></TD></TR> <TR> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: windowtext 0.5pt solid; WIDTH: 1.2in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=115> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">SCSI 1</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 99pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=132> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">Shared CDROM </FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 0.5in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=48> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">10</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 2in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=192> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">Any Partition can connect</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 168.85pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=225> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman"> <o:p></o:p></FONT></P></TD></TR> <TR> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: windowtext 0.5pt solid; WIDTH: 1.2in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=115> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">SCSI 2</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 99pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=132> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">分配给</SPAN><FONT face="Times New Roman">AIX 1, </FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">本地磁盘分区,用于安装</SPAN><FONT face="Times New Roman">OS</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 0.5in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=48> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">20</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 2in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=192> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">Any Partition can connect (</FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">建立</SPAN><FONT face="Times New Roman">AIX 1 Partition </FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">之后需修改为</SPAN><FONT face="Times New Roman">15)</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 168.85pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=225> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman"> <o:p></o:p></FONT></P></TD></TR> <TR> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: windowtext 0.5pt solid; WIDTH: 1.2in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=115> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">SCSI 3</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 99pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=132> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">分配给</SPAN><FONT face="Times New Roman">AIX 1, </FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">实际为</SPAN><FONT face="Times New Roman">Storage</FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">设备上的分区</SPAN></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 0.5in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=48> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">21</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 2in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=192> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">Any Partition can connect (</FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">建立</SPAN><FONT face="Times New Roman">AIX 1 Partition </FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">之后需修改为</SPAN><FONT face="Times New Roman">25)</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 168.85pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=225> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman"> <o:p></o:p></FONT></P></TD></TR> <TR> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: windowtext 0.5pt solid; WIDTH: 1.2in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=115> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">SCSI 4</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 99pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=132> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">分配给</SPAN><FONT face="Times New Roman">AIX 2, </FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">本地磁盘分区,用于安装</SPAN><FONT face="Times New Roman">OS</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 0.5in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=48> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">30</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 2in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=192> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">Any Partition can connect (</FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">建立</SPAN><FONT face="Times New Roman">AIX 2 Partition </FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">之后需修改</SPAN><FONT face="Times New Roman">)</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 168.85pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=225> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman"> <o:p></o:p></FONT></P></TD></TR> <TR> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: windowtext 0.5pt solid; WIDTH: 1.2in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=115> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">SCSI 5</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 99pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=132> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">分配给</SPAN><FONT face="Times New Roman">AIX 2, </FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">实际为</SPAN><FONT face="Times New Roman">Storage</FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">设备上的分区</SPAN></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 0.5in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=48> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">31</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 2in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=192> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">Any Partition can connect (</FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">建立</SPAN><FONT face="Times New Roman">AIX 2 Partition </FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">之后需修改</SPAN><FONT face="Times New Roman">)</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 168.85pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=225> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman"> <o:p></o:p></FONT></P></TD></TR> <TR> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: windowtext 0.5pt solid; WIDTH: 1.2in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=115> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">Net Adadpter 1</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 99pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=132> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">为共享网卡,为</SPAN><FONT face="Times New Roman">AIX 1 </FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">和</SPAN><FONT face="Times New Roman">AIX 2</FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">提供网络支持</SPAN></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 0.5in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=48> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">40</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 2in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=192> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">None</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 168.85pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=225> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">Virtual LAN ID: 1</FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Access external network: Yes</FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">IEEE 802.1 adapter: No</FONT></P></TD></TR></TBODY></TABLE> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 12pt"><FONT face="Times New Roman"> <o:p></o:p></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 12pt"><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">注意,此处只是定义了虚拟的设备,和物理设备没有任何关联。</SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 12pt"><FONT face="Times New Roman"> <o:p></o:p></FONT></P> <H4 style="MARGIN: 0in 0in 0pt"><A name=_Toc173228818><FONT face="Times New Roman" size=2>2 Install OS for VIO Server</FONT></A></H4> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 21pt; mso-layout-grid-align: none"><FONT face="Times New Roman">You can follow <B><SPAN style="mso-fareast-font-family: 'MS Mincho'; mso-fareast-language: JA">3.3 Virtual I/O Server software installation of sg247940.pdf</SPAN><o:p></o:p></B></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 21pt; mso-layout-grid-align: none"><FONT face="Times New Roman"> <o:p></o:p></FONT></P> <H4 style="MARGIN: 0in 0in 0pt"><A name=_Toc173228819><FONT face="Times New Roman" size=2>3 Mapping Virtual Devices to Physical Devices</FONT></A></H4> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN style="mso-spacerun: yes"><FONT face="Times New Roman"> </FONT></SPAN><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体">本步骤在</SPAN><SPAN style="FONT-FAMILY: 宋体">VIO Server<SPAN lang=ZH-CN>的命令行中实现</SPAN>:<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 27pt; TEXT-INDENT: -0.25in; tab-stops: list 27.0pt; mso-list: l5 level1 lfo59"><SPAN style="FONT-FAMILY: 宋体">1<SPAN style="FONT: 7pt 'Times New Roman'"><FONT size=2> </FONT></SPAN></SPAN><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体">查看现有虚拟以太网卡设备。</SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in; mso-layout-grid-align: none"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"><FONT face="Times New Roman">$ lsmap -all -net<o:p></o:p></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in; mso-layout-grid-align: none"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"><FONT face="Times New Roman">SVEA Physloc<o:p></o:p></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in; mso-layout-grid-align: none"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"><FONT face="Times New Roman">------ --------------------------------------------<o:p></o:p></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">ent1 U9113.550.105E9DE-V1-C</SPAN><B><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: BookMasterGothic-Roman">40</SPAN></B><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">-T1<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">SEA NO SHARED ETHERNET ADAPTER FOUND</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 宋体; mso-fareast-language: EN-US"><o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 0.5in"><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体">注</SPAN><SPAN style="FONT-FAMILY: 宋体">: C<SPAN lang=ZH-CN>字母后面的数字</SPAN>40<SPAN lang=ZH-CN>为虚拟网卡的</SPAN>slot, <SPAN lang=ZH-CN>与表一中对应。</SPAN><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 0.5in"><SPAN style="FONT-FAMILY: 宋体"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 27pt; TEXT-INDENT: -0.25in; tab-stops: list 27.0pt; mso-list: l5 level1 lfo59"><SPAN style="FONT-FAMILY: 宋体">2<SPAN style="FONT: 7pt 'Times New Roman'"><FONT size=2> </FONT></SPAN></SPAN><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体">把虚拟网卡</SPAN><SPAN style="FONT-FAMILY: 宋体">ent1<SPAN lang=ZH-CN>绑定到物理网卡</SPAN> ent0<SPAN lang=ZH-CN>,生成共享网卡</SPAN>SEA<SPAN lang=ZH-CN>。</SPAN></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in; mso-layout-grid-align: none"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"><FONT face="Times New Roman">$ mkvdev -sea ent0 -vadapter ent1 -default ent1 -defaultid 1<o:p></o:p></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">ent</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">2</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"> Available<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">en</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">2<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">et</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">2<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in; mso-layout-grid-align: none"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman"><FONT face="Times New Roman"> <o:p></o:p></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 27pt; TEXT-INDENT: -0.25in; tab-stops: list 27.0pt; mso-list: l5 level1 lfo59"><SPAN style="FONT-FAMILY: 宋体">3<SPAN style="FONT: 7pt 'Times New Roman'"><FONT size=2> </FONT></SPAN></SPAN><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体">查看现有虚拟</SPAN><SPAN style="FONT-FAMILY: 宋体">SCISI<SPAN lang=ZH-CN>设备</SPAN></SPAN><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">。</SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in; mso-layout-grid-align: none"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"><FONT face="Times New Roman">$ lsdev -vpd|grep vhost<o:p></o:p></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">vhost4 U9113.550.105E9DE-V1-C</SPAN><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: BookMasterGothic-Roman">31</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"> Virtual SCSI Server Adapter<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">vhost3 U9113.550.105E9DE-V1-C</SPAN><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: BookMasterGothic-Roman">3</SPAN><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">0</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"> Virtual SCSI Server Adapter<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">vhost2 U9113.550.105E9DE-V1-C</SPAN><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: BookMasterGothic-Roman">21</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"> Virtual SCSI Server Adapter<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in; mso-layout-grid-align: none"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"><FONT face="Times New Roman">vhost1 U9113.550.105E9DE-V1-C<SPAN style="COLOR: blue">20</SPAN> Virtual SCSI Server Adapter<o:p></o:p></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">vhost0 U9113.550.105E9DE-V1-C</SPAN><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: BookMasterGothic-Roman">10</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"> Virtual SCSI Server Adapter</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman"><o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in; mso-layout-grid-align: none"><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体">注</SPAN><SPAN style="FONT-FAMILY: 宋体">: C<SPAN lang=ZH-CN>字母后面的数字与表一中</SPAN>SCIS<SPAN lang=ZH-CN>设备</SPAN>slot<SPAN lang=ZH-CN>一一对应</SPAN></SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 宋体"><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 9pt"><FONT face="Times New Roman"> <o:p></o:p></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 27pt; TEXT-INDENT: -0.25in; tab-stops: list 27.0pt; mso-list: l5 level1 lfo59"><SPAN style="FONT-FAMILY: 宋体">4<SPAN style="FONT: 7pt 'Times New Roman'"><FONT size=2> </FONT></SPAN></SPAN><SPAN style="FONT-FAMILY: 宋体">Mapping <SPAN lang=ZH-CN>虚拟磁盘到物理磁盘。</SPAN><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 27pt"><SPAN lang=JA style="FONT-FAMILY: 宋体; mso-fareast-language: JA">本例子中的</SPAN><SPAN style="FONT-FAMILY: 宋体; mso-fareast-language: JA">Server <SPAN lang=JA>有两块硬盘,一块</SPAN>(hdisk1)<SPAN lang=JA>已经在安装</SPAN>VIO Server<SPAN lang=JA>时使用,其对应卷组为</SPAN>rootvg, <SPAN lang=JA>另外一块</SPAN>(hdisk2)<SPAN lang=JA>将分成</SPAN>2<SPAN lang=JA>部分,分别用于</SPAN>AIX 1<SPAN lang=JA>和</SPAN> AIX 2<SPAN lang=JA>的操作系统安装</SPAN></SPAN><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体">。</SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 27pt"><FONT face="Times New Roman"> <o:p></o:p></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in; mso-layout-grid-align: none"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Helvetica-Oblique; mso-bidi-font-size: 9.0pt"><FONT face="Times New Roman">1) </FONT></SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 10pt; FONT-FAMILY: 宋体; mso-bidi-font-size: 9.0pt">在</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 宋体; mso-bidi-font-size: 9.0pt">hdisk2<SPAN lang=ZH-CN>上建立卷组</SPAN> rootvg_clients<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US; mso-hansi-font-family: Helvetica-Oblique"><FONT face="Times New Roman">$ mkvg -f -vg rootvg_clients hdisk2<o:p></o:p></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US; mso-hansi-font-family: Helvetica-Oblique">rootvg_clients</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-hansi-font-family: Helvetica-Oblique"><o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Helvetica-Oblique; mso-fareast-font-family: 'Times New Roman'"><FONT face="Times New Roman"> <o:p></o:p></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN><SPAN style="mso-tab-count: 1"> </SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Helvetica-Oblique; mso-bidi-font-size: 9.0pt">2) </SPAN></FONT><SPAN lang=ZH-CN style="FONT-SIZE: 10pt; FONT-FAMILY: 宋体; mso-bidi-font-size: 9.0pt">在建立的卷组上划分</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 宋体; mso-bidi-font-size: 9.0pt">2<SPAN lang=ZH-CN>个逻辑分区,分别为</SPAN>rootvg_aix1<SPAN lang=ZH-CN>和</SPAN>rootvg_aix2</SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">$ mklv -lv rootvg_</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman"> aix1 </SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">rootvg_clients </SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">2</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">0G<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">rootvg_</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">aix1<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">$ mklv -lv rootvg_</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman"> aix2 </SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">rootvg_clients </SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">2</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">0G<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">rootvg_</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">aix2<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman"><FONT face="Times New Roman"> <o:p></o:p></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 0.5in; mso-layout-grid-align: none"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Helvetica-Oblique; mso-bidi-font-size: 9.0pt"><FONT face="Times New Roman">3) </FONT></SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 10pt; FONT-FAMILY: 宋体; mso-bidi-font-size: 9.0pt">把</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 宋体; mso-bidi-font-size: 9.0pt">rootvg_aix1<SPAN lang=ZH-CN>和</SPAN>rootvg_aix2<SPAN lang=ZH-CN>两个逻辑分区分别与</SPAN>SCSI 2 (vhost1) <SPAN lang=ZH-CN>和</SPAN> SCSI 4(vhost3)<SPAN lang=ZH-CN>绑定</SPAN></SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Helvetica-Oblique; mso-bidi-font-size: 9.0pt"><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">$ mkvdev -vdev rootvg_</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">aix1</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"> -vadapter vhost1 -dev v</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">aix1<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">v</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">aix1</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"> Available<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">$ mkvdev -vdev rootvg_</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">aix2</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"> -vadapter vhost</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">3</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"> -dev v</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">aix2<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">v</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">aix2</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"> Available<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman"><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN><o:p></o:p></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 27pt; TEXT-INDENT: -9pt; mso-layout-grid-align: none"><SPAN style="mso-spacerun: yes"><FONT face="Times New Roman"> </FONT></SPAN><SPAN lang=JA style="FONT-FAMILY: 宋体; mso-fareast-language: JA">本例子中</SPAN><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体">使用</SPAN><SPAN style="FONT-FAMILY: 宋体">IBM DS4700 <SPAN lang=ZH-CN>存储设备,已经划分两个</SPAN>250G<SPAN lang=ZH-CN>的磁盘分区到本</SPAN>P5 Server. <SPAN lang=ZH-CN>现在我们需要把它们分别</SPAN>mapping<SPAN lang=ZH-CN>到</SPAN> SCSI 3 <SPAN lang=ZH-CN>和</SPAN>SCSI 5<SPAN lang=ZH-CN>对应的虚拟设备中。</SPAN><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 27pt; TEXT-INDENT: -9pt; mso-layout-grid-align: none"><FONT face="Times New Roman"> <o:p></o:p></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 0.5in; mso-layout-grid-align: none"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Helvetica-Oblique; mso-bidi-font-size: 9.0pt"><FONT face="Times New Roman">1) </FONT></SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 10pt; FONT-FAMILY: 宋体; mso-bidi-font-size: 9.0pt">查看磁盘阵列分配给本机的磁盘分区,实际上磁盘阵列上的磁盘分区自动对应到本系统中的硬盘设备,本例子中分别对应到</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 宋体; mso-bidi-font-size: 9.0pt">hdisk3<SPAN lang=ZH-CN>和</SPAN>hdisk4:</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Helvetica-Oblique; mso-bidi-font-size: 9.0pt"><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"><FONT face="Times New Roman">$ oem_setup_env<o:p></o:p></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"><FONT face="Times New Roman"># fget_config -Av<o:p></o:p></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"><FONT face="Times New Roman">---dar0---<o:p></o:p></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"><FONT face="Times New Roman">User array name = 'FAST200'<o:p></o:p></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"><FONT face="Times New Roman">dac0 ACTIVE dacNONE ACTIVE<o:p></o:p></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"><FONT face="Times New Roman">Disk DAC LUN Logical Drive<o:p></o:p></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">Hdisk</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">3</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"> dac0 0 </SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">A01P01<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">Hdisk</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">4</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"> dac0 1 </SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">A01P02<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"><FONT face="Times New Roman"> <o:p></o:p></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 0.5in; mso-layout-grid-align: none"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Helvetica-Oblique; mso-bidi-font-size: 9.0pt"><FONT face="Times New Roman">2) </FONT></SPAN><SPAN lang=ZH-CN style="FONT-SIZE: 10pt; FONT-FAMILY: 宋体; mso-bidi-font-size: 9.0pt">把磁盘阵列分区</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 宋体; mso-bidi-font-size: 9.0pt">(<SPAN lang=ZH-CN>对应的硬件设备为</SPAN>hdisk3<SPAN lang=ZH-CN>和</SPAN>hdisk4) mapping<SPAN lang=ZH-CN>到 虚拟设备</SPAN> SCSI 3<SPAN lang=ZH-CN>和</SPAN> SCSI 5<SPAN lang=ZH-CN>上</SPAN>:</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Helvetica-Oblique; mso-bidi-font-size: 9.0pt"><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">$ mkvdev -vdev hdisk</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">3</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"> -vadapter vhost</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">2</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"> -dev v</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">aix_storage_1<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">v</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">aix_storage_1 </SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">Available<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">$ mkvdev -vdev hdisk</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">4</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"> -vadapter vhost</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">4</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"> -dev </SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">vaix_storage_2<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">v</SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">aix_storage_2 </SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">Available<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-font-family: 宋体"><FONT face="Times New Roman"> <o:p></o:p></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 27pt; TEXT-INDENT: -27pt; mso-layout-grid-align: none"><SPAN style="mso-spacerun: yes"><FONT face="Times New Roman"> </FONT></SPAN><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体">因为每个</SPAN><SPAN style="FONT-FAMILY: 宋体">AIX<SPAN lang=ZH-CN>分区在安装操作系统时将会用到光驱,我们需要把表一中建立的虚拟光驱设备</SPAN>mapping<SPAN lang=ZH-CN>到物理光驱</SPAN> cd0 <SPAN lang=ZH-CN>上。</SPAN><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: 0.5in; mso-layout-grid-align: none"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US"><FONT face="Times New Roman">$ mkvdev -vdev cd0 -vadapter vhost0 -dev vcd<o:p></o:p></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 27pt"><FONT face="Times New Roman"> <o:p></o:p></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 27pt"><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体">至此,我们已经完成所有的</SPAN><SPAN style="FONT-FAMILY: 宋体">6<SPAN lang=ZH-CN>个虚拟设备到物理设备的映射设置。</SPAN><o:p></o:p></SPAN></P> <H2 style="MARGIN: 12pt 0in 3pt"><A name=_Toc173228820><EM><FONT face=Arial size=2>II. Setup Client Partition</FONT></EM></A><SPAN style="mso-bookmark: _Toc173228820"></SPAN><SPAN style="mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN"><o:p></o:p></SPAN></H2> <H4 style="MARGIN: 0in 0in 0pt"><A name=_Toc173228821><FONT face="Times New Roman" size=2>1 Create Client Partition Aix 1</FONT></A></H4> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>You can follow <B><SPAN style="mso-fareast-font-family: 'MS Mincho'; mso-fareast-language: JA">3.4.3 Creating client partitions of sg247940.pdf</SPAN></B><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Helvetica-Bold"><o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 12pt"><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体">根据实际需要给</SPAN><SPAN style="FONT-FAMILY: 宋体">Aix 1<SPAN lang=ZH-CN>分配</SPAN>CPU<SPAN lang=ZH-CN>和</SPAN>Memory <SPAN lang=ZH-CN>资源。选择</SPAN>IO<SPAN lang=ZH-CN>资源页面中,不需要选择任何物理设备,因为本分区用到的</SPAN>IO<SPAN lang=ZH-CN>资源将由</SPAN>VIO Server<SPAN lang=ZH-CN>分别。定义虚拟设备时,我们定义了</SPAN>4<SPAN lang=ZH-CN>个设备,见下表:</SPAN></SPAN></P> <TABLE style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 0in 5.4pt 0in 5.4pt" cellSpacing=0 cellPadding=0 border=1> <TBODY> <TR> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 0.5pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: windowtext 0.5pt solid; WIDTH: 1.2in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent" vAlign=top width=115> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">Name</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 0.5pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 99pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt" vAlign=top width=132> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">Purpose</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 0.5pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 0.5in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt" vAlign=top width=48> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">Slot</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 0.5pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 2in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt" vAlign=top width=192> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">Remote slot</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 0.5pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 168.85pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt" vAlign=top width=225> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">Aditional Properties</FONT></P></TD></TR> <TR> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: windowtext 0.5pt solid; WIDTH: 1.2in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=115> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">SCSI 1</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 99pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=132> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">CDROM </FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 0.5in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=48> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">5</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 2in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=192> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">10</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 168.85pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=225> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman"> <o:p></o:p></FONT></P></TD></TR> <TR> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: windowtext 0.5pt solid; WIDTH: 1.2in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=115> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">SCSI 2</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 99pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=132> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">本地磁盘分区,用于安装</SPAN><FONT face="Times New Roman">OS</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 0.5in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=48> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">15</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 2in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=192> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">20</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 168.85pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=225> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman"> <o:p></o:p></FONT></P></TD></TR> <TR> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: windowtext 0.5pt solid; WIDTH: 1.2in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=115> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">SCSI 3</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 99pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=132> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">Storage</FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">设备上的存储分区</SPAN></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 0.5in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=48> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">25</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 2in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=192> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">21</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 168.85pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=225> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman"> <o:p></o:p></FONT></P></TD></TR> <TR> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: windowtext 0.5pt solid; WIDTH: 1.2in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=115> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">Net Adadpter 1</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 99pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=132> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">网卡</SPAN></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 0.5in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=48> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">35</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 2in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=192> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">40</FONT></P></TD> <TD style="BORDER-RIGHT: windowtext 0.5pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 168.85pt; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 0.5pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=225> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">Virtual LAN ID: 1</FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">Access external network: No</FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">IEEE 802.1 adapter: No</FONT></P></TD></TR></TBODY></TABLE> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 12pt"><FONT face="Times New Roman"> <o:p></o:p></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 12pt"><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">定义完成后,我们需要重新修改</SPAN><FONT face="Times New Roman">VIO Server</FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">的</SPAN><FONT face="Times New Roman">Partition</FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">定义,把此处定义的</SPAN><FONT face="Times New Roman">SCSI 1</FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">和</SPAN><FONT face="Times New Roman">SCSI </FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">的</SPAN><FONT face="Times New Roman">Slot</FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">号修改到</SPAN><FONT face="Times New Roman">VIO Server</FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">中相应的</SPAN><FONT face="Times New Roman">SCSI</FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">设备中的</SPAN><FONT face="Times New Roman">client partition slot</FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">中,并选择相应的</SPAN><FONT face="Times New Roman">client partition</FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">。修改后的数据见表一的</SPAN><FONT face="Times New Roman">remote slot</FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">列中的注释。</SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 12pt"><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">此时我们完成了对</SPAN><FONT face="Times New Roman">VIO</FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">资源对</SPAN><FONT face="Times New Roman">Aix 1</FONT><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">的分配。</SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 12pt"><FONT face="Times New Roman"> <o:p></o:p></FONT></P> <H4 style="MARGIN: 0in 0in 0pt"><A name=_Toc173228822><FONT face="Times New Roman" size=2>2 Install OS for Aix 1</FONT></A></H4> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"><FONT face="Times New Roman">You can follow <B><SPAN style="mso-fareast-font-family: 'MS Mincho'; mso-fareast-language: JA">3.4.5 Client partition AIX 5L installation</SPAN> </B><B><SPAN style="mso-fareast-font-family: 'MS Mincho'; mso-fareast-language: JA">of sg247940.pdf</SPAN><o:p></o:p></B></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体">选择操作系统安装硬盘时,可以看到有</SPAN><SPAN style="FONT-FAMILY: 宋体">hdisk0<SPAN lang=ZH-CN>和</SPAN>hdisk 1, <SPAN lang=ZH-CN>分别对应</SPAN>VIO<SPAN lang=ZH-CN>分配给本</SPAN>partition<SPAN lang=ZH-CN>的</SPAN>20G<SPAN lang=ZH-CN>本地磁盘和</SPAN>Storage <SPAN lang=ZH-CN>磁盘分区,可以根据容量大小具体区分。</SPAN></SPAN><B><o:p></o:p></B></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 21pt; mso-layout-grid-align: none"><FONT face="Times New Roman"> <o:p></o:p></FONT></P> <H4 style="MARGIN: 0in 0in 0pt"><A name=_Toc173228823><FONT face="Times New Roman" size=2>3 Setup the Network and OS Disk Partition</FONT></A></H4> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN style="mso-spacerun: yes"><FONT face="Times New Roman"> </FONT></SPAN><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体">本步骤在</SPAN><SPAN style="FONT-FAMILY: 宋体">AIX 1 OS<SPAN lang=ZH-CN>的命令行中实现</SPAN>:<o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 27pt; TEXT-INDENT: -0.25in; tab-stops: list 27.0pt; mso-list: l17 level1 lfo60"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 宋体; mso-bidi-font-size: 9.0pt">1<SPAN style="FONT: 7pt 'Times New Roman'"><FONT size=2> </FONT></SPAN></SPAN><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体">使用</SPAN><SPAN style="FONT-FAMILY: 宋体">SMIT<SPAN lang=ZH-CN>对</SPAN>storage<SPAN lang=ZH-CN>磁盘进行分区,建立文件系统。此时可以在</SPAN> smit<SPAN lang=ZH-CN>中看到两个物理磁盘设备</SPAN> hdisk0 <SPAN lang=ZH-CN>和</SPAN>hdisk 1, <SPAN lang=ZH-CN>分别对应</SPAN>VIO<SPAN lang=ZH-CN>分配给本</SPAN>partition<SPAN lang=ZH-CN>的</SPAN>20G<SPAN lang=ZH-CN>本地磁盘和</SPAN>Storage <SPAN lang=ZH-CN>磁盘分区,可以根据容量大小具体区分。分区步骤为:</SPAN><BR></SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 宋体; mso-bidi-font-size: 9.0pt">1) <SPAN lang=ZH-CN>基于</SPAN>storage <SPAN lang=ZH-CN>磁盘建立卷组。</SPAN><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 27pt"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 宋体; mso-bidi-font-size: 9.0pt">2) <SPAN lang=ZH-CN>在</SPAN> 1) <SPAN lang=ZH-CN>中建立的卷组上面建立文件系统,并设置</SPAN>mount<SPAN lang=ZH-CN>点和容量。</SPAN></SPAN><SPAN style="FONT-FAMILY: 宋体"><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 27pt"><SPAN style="FONT-FAMILY: 宋体"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 27pt"><A name=OLE_LINK1><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体">具体方法参考</SPAN></A><SPAN style="mso-bookmark: OLE_LINK1"><SPAN style="FONT-FAMILY: 宋体">smit<SPAN lang=ZH-CN>文档。</SPAN></SPAN></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 0.5in"><SPAN style="FONT-FAMILY: 宋体"> <o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 27pt; TEXT-INDENT: -0.25in; tab-stops: list 27.0pt; mso-list: l17 level1 lfo60"><SPAN style="FONT-FAMILY: 宋体">2<SPAN style="FONT: 7pt 'Times New Roman'"><FONT size=2> </FONT></SPAN></SPAN><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体">使用</SPAN><SPAN style="FONT-FAMILY: 宋体">SMIT<SPAN lang=ZH-CN>对网卡</SPAN>en0<SPAN lang=ZH-CN>进行网络设置。设置</SPAN>IP<SPAN lang=ZH-CN>地址,子网掩码,网关地址,域名服务器地址等信息。</SPAN></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in; mso-layout-grid-align: none"><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman; mso-fareast-language: EN-US">$ </SPAN><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman">smit tcpip<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in; mso-layout-grid-align: none"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: BookMasterGothic-Roman"><FONT face="Times New Roman"> <o:p></o:p></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"><SPAN style="FONT-FAMILY: 宋体"><SPAN style="mso-spacerun: yes"> </SPAN><SPAN lang=ZH-CN>具体方法参考</SPAN>smit<SPAN lang=ZH-CN>文档。</SPAN><o:p></o:p></SPAN></P> <H4 style="MARGIN: 0in 0in 0pt"><A name=_Toc173228824><FONT face="Times New Roman" size=2>4 Setup the Partition Aix 2</FONT></A></H4> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN style="mso-spacerun: yes"><FONT face="Times New Roman"> </FONT></SPAN><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体">本步骤请参考</SPAN><SPAN style="FONT-FAMILY: 宋体">1<SPAN lang=ZH-CN>,</SPAN>2<SPAN lang=ZH-CN>,</SPAN>3<SPAN lang=ZH-CN>来进行。</SPAN></SPAN></P> <H2 style="MARGIN: 12pt 0in 3pt"><EM><FONT face=Arial><FONT size=2> <o:p></o:p></FONT></FONT></EM></H2> <H2 style="MARGIN: 12pt 0in 3pt"><A name=_Toc173228825><EM><FONT face=Arial size=2>II</FONT></EM></A><EM><FONT face=Arial><FONT size=2><SPAN style="mso-bookmark: _Toc173228825"><SPAN style="mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN">I</SPAN>. </SPAN><SPAN style="mso-bookmark: _Toc173228825"><SPAN style="mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN">Notes</SPAN></SPAN><SPAN style="mso-fareast-font-family: 宋体; mso-fareast-language: ZH-CN"><o:p></o:p></SPAN></FONT></FONT></EM></H2> <H4 style="MARGIN: 0in 0in 0pt"><A name=_Toc173228826><FONT face="Times New Roman" size=2>1 About IP Setting</FONT></A></H4> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman">There are 3 places we can set up IP Address:<BR>1 On VIO Server: using mktcpip command. The sample command on the documentis: mktcpip -hostname VIO_Server1 -inetaddr 9.3.5.110 -interface en2 -netmask 255.255.255.0 -gateway 9.3.5.41</FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN style="COLOR: blue"><FONT face="Times New Roman">Note: </FONT></SPAN><SPAN lang=ZH-CN style="COLOR: blue; FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">设置</SPAN><SPAN style="COLOR: blue"><FONT face="Times New Roman">VIO Server</FONT></SPAN><SPAN lang=ZH-CN style="COLOR: blue; FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">的</SPAN><SPAN style="COLOR: blue"><FONT face="Times New Roman">IP</FONT></SPAN><SPAN lang=ZH-CN style="COLOR: blue; FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">地址,如果不需要通过远程连接到</SPAN><SPAN style="COLOR: blue"><FONT face="Times New Roman">VIO Server</FONT></SPAN><SPAN lang=ZH-CN style="COLOR: blue; FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">进行操作,可以不设置。</SPAN><BR><FONT face="Times New Roman">2 Before installing Unix: Using Setup Remote IPL (Initial Program Load) SMS Firmware menu.</FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN style="COLOR: blue"><FONT face="Times New Roman">Note: </FONT></SPAN><SPAN lang=ZH-CN style="COLOR: blue; FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">设置</SPAN><SPAN style="COLOR: blue"><FONT face="Times New Roman">Partition</FONT></SPAN><SPAN lang=ZH-CN style="COLOR: blue; FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">的</SPAN><SPAN style="COLOR: blue"><FONT face="Times New Roman">IP</FONT></SPAN><SPAN lang=ZH-CN style="COLOR: blue; FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">地址,网络安装</SPAN><SPAN style="COLOR: blue"><FONT face="Times New Roman">AIX</FONT></SPAN><SPAN lang=ZH-CN style="COLOR: blue; FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">的时候需要,如果用光盘安装,可以不设置。</SPAN><BR><FONT face="Times New Roman">3 After AIX installation: using smit.</FONT></P> <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN style="COLOR: blue"><FONT face="Times New Roman">Note: </FONT></SPAN><SPAN lang=ZH-CN style="COLOR: blue; FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">设置</SPAN><SPAN style="COLOR: blue"><FONT face="Times New Roman">Partition</FONT></SPAN><SPAN lang=ZH-CN style="COLOR: blue; FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">的</SPAN><SPAN style="COLOR: blue"><FONT face="Times New Roman">IP</FONT></SPAN><SPAN lang=ZH-CN style="COLOR: blue; FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">地址。需要设置后该</SPAN><SPAN style="COLOR: blue"><FONT face="Times New Roman">Partition </FONT></SPAN><SPAN lang=ZH-CN style="COLOR: blue; FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">才能进行网络通讯。</SPAN><SPAN style="COLOR: blue"><o:p></o:p></SPAN></P></DIV> <DIV><FONT size=2></FONT></DIV> <DIV><FONT size=2></FONT></DIV> <DIV><FONT size=2></FONT></DIV>
查看全文
发表于:2007-10-21 ┆
阅读(1119)
┆
评论(0)
写在前面
<DIV>自07年5月份,到现在已经做了近半年的DBA了。摸爬滚打之后,总有一些东西沉淀下来。如果不写下来的话,又怕以后遇到同样的问题时忘了解决方法。再则,留点东西跟大家讨论分享,也算是为互联网上的朋友们做点儿力所能及的事情,毕竟本人从互联网上获取的东西太多太多了。</DIV> <DIV>我目前为一家小有名气的企业软件公司的亚洲研发中心工作,主要support组织内的一些开发团队的环境配置,升级,patching,性能优化等等。涉及的东西比较多,但是并不深入,希望在以后的工作磨练中,逐步成为一名专业的System Administrator!</DIV> <DIV>Cheer!</DIV> <DIV> Dylan 2007.10.21</DIV> <DIV> </DIV> <DIV></DIV> <DIV></DIV>
查看全文
发表于:2007-10-21 ┆
阅读(399)
┆
评论(0)