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.pswp.cn/news/377410.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/377410.shtml
英文地址,請注明出處:http://en.pswp.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…