免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 4534 | 回复: 4
打印 上一主题 下一主题

……(交流)INFORMIX的推荐IDS_7.3文档翻译…… [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-12-18 11:30 |只看该作者 |倒序浏览
我只弄了前边的核心参数的部分,有兴趣的兄弟把他补齐吧……
我这里的问题我标出来了
大家帮忙解释一下
E文太烂,大家原谅


  1.                        =================================
  2.                             MACHINE SPECIFIC NOTES
  3.                                     FOR
  4.                    Informix Dynamic Server 7.31.UC2 PRODUCT RELEASE
  5.                                DATE: 18 May 1999
  6.                       =================================

  7. PORT NUMBER: 025581 (8MM CASSETTE) 025585 (DAT CARTRIDGE) 025577 (TAPE CARTRIDGE) 025589 (CD ROM)
  8. IRIS JOB NUMBER: 18833

  9. INFORMIX-OnLine Shared Memory Parameters (in Bytes):
  10. 共享内存参数(单位:字节)
  11. ===================================================

  12. SHMMAX:        409600000
  13. SHMMIN:        1
  14. SHMALL:        512
  15. SHMMNI:        100
  16. SHMSEG:        6

  17. LOCATION OF SHARED MEMORY:
  18. =========================
  19. SHMBASE 0x82000000L
  20. 谁知道这个是什么意思???

  21. Kernel Parameters recommended for Informix ONLINE:
  22. 推荐的核心参数设置
  23. ==================================================

  24. MAXUMEM:524287
  25. SEMMNI:        8192
  26. SEMMNS:        8192
  27. SEMMAP: 8192
  28. SEMMNU: 100
  29. SEMMSL:        25

  30. Kernel Parameters that might have to be changed
  31. depending on the Online configuration:
  32. 核心参数的更改必须依赖ONLINE的配置(这个是个大问题:对应关系是什么呢???那个TLI是什么东东???)
  33. ======================================

  34. MAXUP
  35. SEMMNI
  36. SEMMNS
  37. SEMMSL
  38. NFILE

  39. For TLI:

  40. NSTREAM
  41. NQUEUE
  42. NUMTIM
  43. NUMTRW

  44. Increasing the Number of SPX connections: Increase SPX_MAX_CONNECTIONS in
  45.                                           /etc/conf/pack.d/spx/spx_tune.h
  46.                                           (Related parameter is SPX_MAX_SOCKETS
  47.                                            in /etc/conf/pack.d/ipx/ipx_tune.h)
  48. (上边的这一串到底应该如何翻译啊???)


  49. Machine Specific Notes:
  50. =======================

  51. 1. The following protocol(s)/interface(s) are supported on this platform:
  52.    平台支持下列协议或接口
  53.         TLI using TCP/IP
  54.         TLI using IPX/SPX

  55.    To use TCP/IP, the NETTYPE in the ONCONFIG file and the nettype field
  56.    in the sqlhosts file entry must contain "ontlitcp".
  57.    使用TCP/IP,sqlhosts文件的nettype字段必须设置成"ontlitcp"

  58.    To use IPX/SPX, the NETTYPE in the ONCONFIG file and the nettype field
  59.    in the sqlhosts file entry must contain "ontlispx".
  60.    使用TCP/IP,sqlhosts文件的nettype字段必须设置成"ontlispx"


  61. 2. On-Archive tape drivers:

  62.    On-Archive has been tested on SCO OpenServer Release 5.0.5 with
  63.    a 4mm DAT tape drive. It is only possible (at the time of release)
  64.    to archive a single saveset per tape.
  65.    To use onarchive to tape you should set compat mode = 0 in
  66.    /etc/conf/pack.d/Stp/space.c and use a rewind device ie /dev/rmt/c0s0

  67.    On older versions of the OS (5.0.0, 5.0.2) you may need to consult with
  68.    SCO to get archiving to work.

  69. 3. TERMINFO is supported on this platform.

  70. 4. The Affinity feature, which allows the pinning of a CPU VP process to a
  71.    processor in a multi-cpu configuration, is supported on this platform. This
  72.    feature can be activated through the two ONCONFIG parameters AFF_SPROC
  73.    and AFF_NPROCS.

  74. 5. The no aging feature that disables priority aging of CPU virtual
  75.    processors by the operating system is supported on this port.  This
  76.    feature can be activated through the onconfig parameter NOAGE.

  77. 6. OS Auditing(Operation System Auditing) is supported and the related
  78.    information is given below:

  79.    To record INFORMIX-OnLine audit records in the OS audit log,

  80.      a) user "informix" must have writeaudit privilege; To do so, run
  81.          scoadmin to give user "informix" writeaudit privilege.

  82.      b) user "informix" and group "informix" must be in the list of users
  83.          and groups audited by OS. Run auditsh to add user "informix" and
  84.          group "informix" in these user/group lists. Due to a current SCO
  85.          bug in auditsh, individual users and groups cannot be entered.
  86.          The workaround is to audit all users, by entering a space instead
  87.          of a user name.

  88.      c) INFORMIX OnLine uses "Audit Subsystem Events" to write INFORMIX
  89.          OnLine audit records. Run auditsh to turn on "Audit Subsystem Events".
  90.          Due to a current bug in SCO auditsh, all the events should be audited
  91.          in order to audit Audit Subsystem Events.

  92.    To select which INFORMIX-OnLine events are to be audited, specify audit
  93.    masks by using the "onaudit" utility. To extract INFORMIX OnLine audit
  94.    records from the operating system audit trail, use "onshowaudit -O".

  95.    Refer to the INFORMIX-OnLine Trusted Facility Manual (TFM) and SCO Operating
  96.    system documentation for further details.

  97. 7. The DB/Cockpit DBA monitoring tool is not available on this platform.

  98. 8. Kernel Asynchronous I/O (KAIO) is supported on this platform. However, it
  99.    is DISABLED by default.  To enable KAIO set the environment variable
  100.    KAIOON. It is only effective on raw partitions.

  101.         KAIOON=1; export KAIOON  (for Bourne or Korn Shell)

  102.         setenv KAIOON 1          (for C Shell)

  103.    The following is a pre-requisite for using KAIO:

  104.         - SCO AIO driver "aio" is installed and enabled.

  105.         - SCO driver "suds" is installed and enabled.

  106.     For information on how to install and enable driver "aio" and "suds",
  107.     please check with your System Administrator.

  108.     Limitation of SCO's KAIO Implementation:

  109.         - Since SCO tries to optimize shared memory allocation for
  110.           asynchronous I/O, it will attempt to allocate physically contiguous
  111.           memory, lock the memory segment in the physical memory, and mark it
  112.           for use by KAIO routines.  Once the memory segment is locked, it
  113.           can not be chosen for "pageout" by the Operating System.  Therefore,
  114.           there is a chance that the system will run out of memory. Of course,
  115.           it depends on how large the memory is and how many processes are
  116.           running on the system.

  117.           To overcome the above limitation, you could either stop and restart
  118.           the server  -OR-  just not enable the KAIO by NOT setting the KAIOON
  119.           flag as suggested above. If KAIOON is already set, unset KAIOON
  120.           environment variable, and stop and restart the server.

  121.         - If the server is brought up with "KAIOON" and the client does not
  122.           know about it, there is a slight chance that onstat will not work
  123.           properly.


  124.        Table 1: Relation of Onstat and Oninit with KAIO On or Off

  125.                    | KAIO | KAIO | KAIO | KAIO
  126.            -------------------------------------
  127.            oninit  |  ON  | OFF  |  ON  | OFF
  128.           (server) |      |      |      |
  129.            -------------------------------------
  130.            onstat  |  ON  | OFF  | OFF  |  ON
  131.           (client) |      |      |      |
  132.            -------------------------------------
  133. error from onstat |  NO  |  NO  |  NO  | YES

  134. 9.  The High Performance Loader is supported on this platform.  The loader
  135.     utilities, onpload and ipload, require minimum of 35 MB of memory and
  136.     70 MB of swap space in order to run.

  137.     User-defined conversion routines must be provided in a dynamic,
  138.     shared library called ipldd07a.so. This library must be located
  139.     in /usr/lib (or must have a link provided in /usr/lib).

  140. 10. The Informix network shared libraries are not supported.

  141. 11. Shared memory residency is supported on this platfrom.

  142. 12. If the OnLine server and client run on different machines and connect
  143.     to each other through TLITCP, the user thread "sqlexec" on the server
  144.     side will remain alive for tcp_keepidle seconds when the physical
  145.     connection between the two machines is broken.  On SCO OpenServer
  146.     Release 5, the value of tcp_keepidle is tunable. (See the onconfig
  147.     man page for details.)

  148. 13. The Enterprise Replication (CDR) is supported on this platform.

  149. 14. Some of the functions called by ON-Bar are in a shared library
  150.     supplied by third party storage management vendors. For ON-Bar to
  151.     access the functions, the library has to be installed in one of the
  152.     three ways noted below.

  153.         1. Rename the library to /usr/lib/ibsad001.so.

  154.         2. Create /usr/lib/ibsad001.so as a symbolic link to the library.

  155.         3. Set the BAR_BSALIB_PATH paramter in $INFORMIXDIR/etc/$ONCONFIG
  156.            to the full pathname of the library.

  157. 15. The point-in-time (PIT) feature of ON-Bar is affected by a problem.
  158.      The workarounds are noted below.

  159.          1. Use adjusted time on the command line. For example to restore
  160.             on September 25 at 14:00 DST in the US/Pacific timezone, use
  161.             the command: onbar -r -t "1996-09-25 13:00:00"

  162.          2. Set the time zone (TZ) environment variable for both the
  163.             ON-Bar and the machine where the server runs accordingly. For
  164.             example, for US/Pacific time zone, TZ must be set to PST8 rather
  165.             than PST8DST7. This precludes the introduction of Daylight
  166.             Savings Time.


  167. 16. The Online SNMP subagent(OnSNMP)  is supported with this release.
  168.     On SCO, OnSNMP is based on PEER Network's subagent Development Kit
  169.     release 2.3.  The distribution includes the following files installed
  170.     under $INFORMIXDIR:

  171.         bin/onsnmp      the OnSNMP subagent itself, packaged as a separeate
  172.                         process.

  173.         bin/onsrvapd    the daemon which spawns a subagent for each server it
  174.                         discovers.

  175.         snmp/peer/snmpdp     PEER Network's master agent.

  176.         snmp/peer/CONFIG     PEER Network's configuration file.


  177.         snmp/*V1.mib
  178.         snmp/*V2.mib
  179.         snmp/*.my       MIB files defining the instrumentation provided with
  180.                         OnSNMP. Files with 'V1' conform to SNMP version 1 and
  181.                         share the widest acceptance; files with 'V2' conform
  182.                         to SNMP version 2; files with the 'my' extention are
  183.                         transitional that may be used as a last resort.

  184.     Refer to the installation notes that accompany the master agent for
  185.     more details.

  186.     Note: OnSNMP is supported on a host that is running one and only one
  187.     server.  If multiple servers are running on the same host, then the
  188.     values returned by the subagent are for the first server.  All
  189.     subagents for subsequent servers may fail to start.


  190. 17. IECC
  191.   
  192.     Informix Enterprise Command Center (IECC).
  193.     IECC ServerAgent is NOT supported for this release on this platform.
  194.     Because of this, only the following Tools within IECC Win NT/95 Client
  195.     can be used against the 7.31 server.
  196.   
  197.         ISM Administrator
  198.         Enterprise Replication
  199.         SQL Editor
  200.   
  201.     For more information on how to configure and use these Tools please refer
  202.     to IECC Tools section within IECC Users Guide. Be sure to also refer
  203.     to IECC Client Release Notes.



  204. 18. ISM
  205.         Informix Storage Manager version 2.00.UC1 is supported in this
  206.         release. On OpenServer 5.0.5  on 4mm dat devices have been tested.
  207.         To use ISM you must have Stp_compat=1 in /etc/conf/pack.d/Stp/space.c
  208.         and use a non-rewind tape device ie /dev/rmt/c0s0n

  209.         Backup Verification (a RAS utility) is supported on SCO
  210.         when the server is online but not when the server is offline.
  211.         This is documented in bug # 105881.



复制代码

论坛徽章:
0
2 [报告]
发表于 2003-12-18 11:33 |只看该作者

……(交流)INFORMIX的推荐IDS_7.3文档翻译……

其实我们看那些数字就行了,不用看E文,翻译过来我倒觉得别扭了。。。你觉得呢?

论坛徽章:
0
3 [报告]
发表于 2003-12-18 12:46 |只看该作者

……(交流)INFORMIX的推荐IDS_7.3文档翻译……

但是还是挺想知道数字到底是什么意思
到底要针对不同的系统怎样选择合适的配置
知其然不知其所以然挺无助的
eha 该用户已被删除
4 [报告]
发表于 2003-12-18 13:00 |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽

论坛徽章:
0
5 [报告]
发表于 2010-05-24 20:42 |只看该作者
北京八方广告设计制作服务,China Beijing bafang Commercial Printing Service Company,是一家集广告策划、产品设计、广告制作、印刷生产为一体的综合**公司。司拥有全套进口生产设备及印后加工设备,引进国际领先的科学管理经验和加工技术。公司拥有先进的电脑设计,专业的设计师,经验丰富的管理策划队伍。坚持公平、诚信、互惠、共进,树立创新务实的工作理念,创造卓越品质。以丰富的专业经验,配套性的综合实力,现代化的运作和企划,提供整合性的完整服务。在短暂的几年间,公司全心致力于政府和社会各界广告传播服务工作,在完成的各类形象工程策划设计和制作中,为自己树立了高信誉、高质量、专业化的形象。公司的主要业务有:(平面设计:)制作、VI、LOGO设计,CI设计、各种包装、招贴及宣传品设计等。(彩色印刷:)画册杂志、书刊、说明书、海报、招贴画、手提袋、传单、纸盒、包装印刷、信纸、信封无碳表格、台历、挂历等。(DTP事业:)我们拥有强大的技术力量以及丰富的经验,能够为本地化企业和跨国公司、以及翻译公司提供多语言的桌面排版服务,能够为各大中型企业提供排版与图像处理服务。可以提供印前所有流程:包括文字的录入、排版、出片、打样。版式设计,修图。可以制作单色、双色、四色排版。中文排版 英文排版 日文排版 德文排版 小语种排版、word排版 Adobe pageMaker排版 Adobe indesign排版 Framemaker排版 Illustrator排版 CorelDraw排版 Adobe Freehand排版。(礼品定制:)商务礼品、包装礼品、办公礼品、婚庆礼品、热转印礼品、广告促销礼品等。(广告工程:)北京形象墙、logo墙制作、企业形象墙设计制作、logo设计制作 喷绘写真、易拉宝制作、X展架制作、拉网展架制作、亚克力字、PVC字、喷绘广告制作服务等众多全方位、科室牌、导向标识、楼层指示,体贴周到服务。(展览展示:)展会、商场、专卖店设计、展会主办策划、展柜设计、制作。公司秉承“诚信为本、客户至上、创意无限、锐意进取”的理念服务客户,与知名企业和广告同行共创品牌。能够为各为各机关、高等院校、出版社、广告公司、文化公司、报社、杂志社、企事业单位、社会团体、房地产公司等单位及个人提供真诚服务。我们服务的客户包括:广播、家具、五金、珠宝、建材、汽车、化妆品、保健食品、化工、金融、医院、电器、电子科技、服装 、物流、电力、酒店餐饮等诸多行业。 形成了经营管理、媒体策划、广告设计的专业化队伍和技术优势。欢迎来电、来访咨询,来图来样订做;并为您免费取送,您的支持是我们无限的动力,欢迎新老客户的光临。地址:北京市丰台区右安门   直拨电话:010-51665543 手机:13691050127 E-mail: kkb168@126.com MSN: cbd118@hotmail.com国际网:Http://www.print861.com 业务咨询QQ:728783054(彩印部)1018405607(设计部)

评分

参与人数 1可用积分 -1 收起 理由
liaosnet -1 恶意灌水

查看全部评分

您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP