AIX的完整形式是什么?

AIX:高级交互式主管 (AIX: Advanced Interactive Executive)

AIX is an abbreviation of "Advanced Interactive Executive".

AIX是“ Advanced Interactive Executive”的缩写

It is a progression sequence of proprietary UNIX operating systems designed, created and sold by IBM for a number of its computer platforms. At the beginning launched for the IBM RT PC RISC workstation, AIX at the present supports or has supported an extensive range of hardware platforms, comprising:

它是由IBM针对其许多计算机平台设计,创建和销售的专有UNIX操作系统的升级序列。 在开始为IBM RT PC RISC工作站启动时,当前的AIX支持或已经支持广泛的硬件平台,包括:

  • The IBM RS/6000 series

    IBM RS / 6000系列

  • POWER and PowerPC-based systems

    基于POWER和PowerPC的系统

  • IBM System i

    IBM System i

  • System/370 mainframes

    System / 370大型机

  • PS/2 personal computers

    PS / 2个人计算机

  • The Apple Network Server

    苹果网络服务器

In 1986, the AIX family of operating systems' first appearance turned out to be the standard operating system for the RS/6000 series on its release in 1990 and is still dynamically designed and created by IBM. It is at present supported on IBM Power Systems along with IBM i and Linux.

1986年, AIX操作系统家族首次出现是1990年发布的RS / 6000系列的标准操作系统,至今仍由IBM动态设计和创建。 目前,它在IBM Power Systems以及IBM i和Linux上受支持。

AIX was the primary operating system to have a journaling file system, and IBM has incessantly improved the software with features such as:

AIX是拥有日记文件系统的主要操作系统,并且IBM不断改进该软件,使其具有以下功能:

  • Processor, disk and network virtualization

    处理器,磁盘和网络虚拟化

  • Dynamic hardware resource allocation (comprising fractional processor units)

    动态硬件资源分配(包括小数处理器单元)

  • Reliability engineering ported from its mainframe designs

    从大型机设计移植的可靠性工程

支持的硬件平台 (Supported hardware platforms)

IBM RT PC:

IBM RT PC

The original AIX, occasionally called as AIX/RT, was designed and created for the IBM RT PC workstation by IBM in combined union with Interactive Systems Corporation, who had formerly ported UNIX System III to the IBM PC for IBM as PC/IX
IBM PS/2 series: AIX PS/2 is also known as AIX/386, was designed and created by Locus Computing Corporation under an agreement to IBM. In October 1988, AIX PS/2 first launched, ran on IBM PS/2 personal computers with Intel 386 and compatible processors.

最初的AIX(有时称为AIX / RT)是由IBM与Interactive Systems Corporation联合为IBM RT PC工作站设计和创建的,Interactive Systems Corporation以前将UNIX System III移植到IBM PC的IBM PC作为PC / IX。
IBM PS / 2系列:AIX PS / 2也称为AIX / 386,由Locus Computing Corporation根据与IBM达成的协议设计和创建。 1988年10月,AIX PS / 2首次发布,并在装有Intel 386和兼容处理器的IBM PS / 2个人计算机上运行。

IBM mainframes:

IBM大型机

In 1988, IBM proclaimed AIX/370, also designed and created by Locus Computing. AIX/370 was IBM's fourth challenging attempt to put forward Unix-like service and usefulness for their mainframe line, particularly the System/370.

1988年,IBM宣布了AIX / 370,它也是由Locus Computing设计和创建的。 AIX / 370是IBM第四次具有挑战性的尝试,旨在为其大型机产品线,尤其是System / 370,提供类Unix的服务和实用性。

IA-64 systems:

IA-64系统

As a division of Project Monterey, IBM launched a beta test version of AIX 5L for the IA-64 (Itanium) architecture in 2001, other than this by no means turned out to be an official product due to lack of interest.

作为蒙特雷计划的一个部门,IBM在2001年针对IA-64(Itanium)架构推出了AIX 5L的beta测试版本,除此之外,由于缺乏兴趣,它绝不是官方产品。

POWER ISA/PowerPC/Power ISA-based systems:

基于POWER ISA / PowerPC / Power ISA的系统

The launch of AIX version 3, occasionally called as AIX/6000, occurred at the same time with the declaration of the first POWER1-based IBM RS/6000 models in 1990.

AIX版本3(有时称为AIX / 6000)的发布与1990年第一批基于POWER1的IBM RS / 6000模型的发布同时进行。

POWER7 AIX:

POWER7 AIX

AIX 7.1 completely takes advantage of systems based on POWER7 processors to comprise the Active Memory Expansion (AME) feature.

AIX 7.1完全利用了基于POWER7处理器的系统来构成活动内存扩展(AME)功能。

POWER8 AIX:

POWER8 AIX

AIX 7.2 takes advantage of POWER8 hardware features comprising accelerators and eight-way hardware multithreading.

AIX 7.2利用了POWER8硬件功能,包括加速器和八路硬件多线程。

POWER9 AIX:

POWER9 AIX

AIX 7.2 takes advantage of POWER9 secure boot technology.

AIX 7.2利用了POWER9安全启动技术。

Reference: IBM_AIX

参考: IBM_AIX

翻译自: https://www.includehelp.com/dictionary/aix-full-form.aspx

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/377410.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

c#生成随机字符串 用做批量申请账号时的随机密码还是相当不错的

//随机字符串生成器的主要功能如下: //1、支持自定义字符串长度 //2、支持自定义是否包含数字 //3、支持自定义是否包含小写字母 //4、支持自定义是否包含大写字母 //5、支持自定义是否包含特殊符号 //6、支持自定义字符…

【C++基础】C++11的noexcept声明符 与 异常传播

目录C noexcept:1、用途2、用法1、noexcept声明符的用法:2、noexcept运算符的用法异常传播1、异常传播的定义2、异常传播中的规则3、异常传播的代价C noexcept: 1、用途 C11使用noexcept指明函数是否抛出异常: 若函数不抛异常&a…

使用IndexReader.repen提高搜索速度

1,使用indexreader创建indexsearcher. 2,indexsearcher在使用完了以后不要关闭. 3.使用indexreader.isCurrent()判断索引是否被indexwriter改动. 4,如果索引被改动,indexsearcher.close()先前那个,然后new indexsearcher(indexreader). 传string给searcher,searcher会维护一个内…

CSS中的文本格式

CSS文字格式 (CSS text formatting) CSS text properties allow you to style your text in various ways very easily. Such as color, alignment, spacing, direction, etc. CSS文本属性使您可以轻松地以各种方式设置文本样式。 例如颜色 , 对齐方式 ,…

【C++基础】重抛异常与异常的使用场景

重抛异常 异常处理程序可以重新抛出异常。 当它无法处理该异常,或想通知它的调用者发生了一个异常,此时就需要重抛异常: 1、抛出捕获的异常 try {// statements; } catch (TheException &ex) {// Do something;throw; }2、重新抛出另一…

vi @-function

vi 的功能 vi 是一个越用越强大的东西 功能: 例: 1 在插入模式 cwgadfly CTL-V ESC 看到的似: cwgadfly^[ 2 保存到g缓冲区 ESC :退出插入模式 "gdd :"g 指缓冲去个 dd删除一行 这样g缓冲去的内容是 cwgadflayESC 3 test love u 在…

CSS简写指南

1.margin 1.1 margin:1px 2px 3px(上 左右 下) 1.2 margin:2px 3px(上下 左右) 1.2 margin:1px 3px 2px 3px(上右下左) 2.padding(同上) 3.border border:1px red solid (border-width border-color border-style) 1 2 3border-width:1px 2px 3px; //最多可用四个值…

【C++基础】模板基础与函数模板

目录初识模板函数模板函数模板实例化显式实例化隐式实例化初识模板 求两个int、float、char类型的数据的最大值: C里面要这样写: int maxInt(int x, int y); double maxDouble(double x, double y); char maxChar(char x, char y);C使用函数重载&#…

scala 函数中嵌套函数_Scala合成函数

scala 函数中嵌套函数Scala中的合成功能 (Composition function in Scala) Scala composition function is a way in which functions are composed in program i.e. mixing of more than one functions to extract some results. In Scala programming language, there are mu…

js--基础

js 0为false 非0为true null为false 非null为true js 特有with(对象){}:可以确定对象所使用的范围。for(变量 in 对象)对变量和和行为进行遍历html xhtml xml :这些都是标记型文档。DOM:document object model 文档对象模型。 dom三层模型: dom1:将…

字符串的处理[C#]

//string Str1 "友情相逢"; //string Str2 "用一生爱你"; //#region char的使用 //char a a; //Console.WriteLine("IsLetter方法判断a是否为字母:{0}", Char.IsLetter(a)); …

CentOS安全设置

CentOS安全设置 删除多余的用户和用户组,修改口令文件属性,禁止[CtrlAltDelete]重启命令,防止别人ping的方法。整理自互联网。1、删除多余的用户和用户组//删除多余用户# vi /etc/passwduserdel admuserdel lpuserdel syncuserdel shutdownus…

【设计模式之美】<Reading Notes>继承与组合

继承缺点 继承是面向对象的四大特性之一,用来表示类之间的 is-a 关系,可以解决代码复用的问题。虽然继承有诸多作用,但继承层次过深、过复杂,也会影响到代码的可维护性。在这种情况下,我们应该尽量少用,甚至…

scala中何时使用下划线_在Scala中使用下划线

scala中何时使用下划线Underscore (_) character is reserved in Scala and has multiple usages in the programming language. Based on functions that use the underscore have the following usages: 下划线(_)字符在Scala中保留,并且在编程语言中有多种用法。…

如何利用C#编写网页投票器程序 如何使用代理来投票 代理IP来投票

一、前言看个图,了解下投票的过程。提交投票信息投票页 ――――――――>投票信息处理页反馈投票结果(请求页)<―――――――(响应页)一般情况下,填写投票信息,然后点提交按钮发送到响应页,这…

【设计模式之美】<Reading Notes>贫血模型与充血模型

小知识 需要了解的一些名词 1、领域驱动设计(Domain Driven Design,简称 DDD) 2、MVC 三层架构 : M 表示 Model,V 表示 View,C 表示 Controller。 它将整个项目分为三层:展示层、逻辑层、数据层…

TAFE的完整形式是什么?

TAFE:拖拉机和农用设备 (TAFE: Tractors and Farm Equipment) TAFE is an abbreviation of Tractors and Farm Equipment Limited. It is an Indian tractor manufacturer which is founded at Chennai in 1960. It is the second-largest tractor manufacturer in …

Oracle 10g 数据库的备份和还原

一、备份数据库1.在图形工具中,如sqldeveloper,pl/sqldeveloper用以下这句查找空表select alter table ||table_name|| allocate extent; from user_tables where num_rows0;2.把第一步执行得到的结果当用sql语来再次执行3.到oracle服务器上执行备份语句. 运行-cmd …

用户行为分析指导电商精细化运营

规模和利润,这两个在商业运营中最基本的指标,却在电子商务市场中遭遇了不同的待遇。前两年,几乎所有的电商企业都只追求规模,不追求利润,导 致自身的运营极其粗放,绝大多数电商公司只有两招:猛打…

【C++基础】 类模板

类模板 模板是将类中某些类型变为泛型,从而定义一个模板。 如下: 类模板的语法 直接进行对比: 泛型化之前 泛型化之后类模板的实例化 注意:只要是对类模版进行实例化,编译器就会生成一个类!&#xff0…