SlideShare a Scribd company logo
1 of 15
Vibrant Technologies
& Computers

AIX Administration Training
Institute
Make Career With Us!!
B2/6/2 Vashi ,Navi
androidtraining.vibranttechnologies.co.in

Audience
This basic course is intended for anyone who requires basic AIX/UNIX user
skills to be able to work in an AIX environment.
This course is also a prerequisite for many courses in the AIX Systems
Administration curriculum.
Prerequisites
You should be familiar with:
basic information technology (IT) concepts and the role of an operating
system

B2/6/2 Vashi ,Navi
Mumbai,
Contact:09892900103/9892900173
advancedaixadministration.vibranttechnologies.co.in
androidtraining.vibranttechnologies.co.in

Skills taught
Log in to an AIX system and set a user password
Use AIX online documentation
Manage AIX files and directories
Describe the purpose of the shell
Use the vi editor
Execute common AIX commands and manage AIX processes
Customize the working environment
Use common AIX utilities
Write simple shell scripts
Use the AIXWindows Environment
Use the Common Desktop Environment

B2/6/2 Vashi ,Navi
Mumbai,
Contact:09892900103/9892900173
advancedaixadministration.vibranttechnologies.co.in
androidtraining.vibranttechnologies.co.in
AIX history:

IBM had 2 discrete Power Architecture hardware lines, based on
different Operating Systems:
- OS/400, later i5/OS, more later IBM i
- AIX (on the same hardware it is possible to run Linux as well)

I. 1986-1990 (AS/400 - IBM RT):
In 1986 AIX Version 1 had been introduced for the IBM 6150 RT
workstation, which was based on UNIX.
In 1987 for the other product line: OS/400 (later i5/OS and IBM i), the
platform (hardware) AS/400 had been released.

B2/6/2 Vashi ,Navi
Mumbai,
Contact:09892900103/9892900173
advancedaixadministration.vibranttechnologies.co.in
advancedaixadministration.vibranttechnologies.co.in

II. 1990-1999 (RS/6000):
Among other variants, IBM later produced AIX Version 3 (also
known as AIX/6000), for their IBM POWER-based RS/6000
platform. The RS/6000 family replaced the IBM RT computer
platform in February 1990, and was the first computer line to see
the use of IBM's POWER and PowerPC based microprocessors.
Since 1990, AIX has served as the primary operating system for
the RS/6000 series.
III. 2000-2004 (eServer pseries):
IBM eServer was a family of computer servers from IBM Corporation.
Announced in the year 2000, it combined the various IBM server brands
(AS/400, RS/6000...) under one brand.

The various sub-brands were at the same time rebranded from:
- IBM AS/400 to IBM eServer iSeries, i for Integrated.
- IBM RS/6000 to IBM eServer pSeries, p for POWER
...

B2/6/2 Vashi ,Navi
Mumbai,
Contact:09892900103/9892900173
advancedaixadministration.vibranttechnologies.co.in
advancedaixadministration.vibranttechnologies.co.in

IV. 2004-2008 (IBM system i and p):
In 2005 announced a new brand, 'IBM System' as an umbrella
for all IBM server and storage brands:
- IBM eServer iSeries became IBM System i
- IBM eServer pSeries became IBM System p
...
V. 2008-2010 (Power Systems):
In April of 2008, IBM officially merged the two lines of servers and
workstations under the same name, Power Systems, with identical
hardware and a choice of operating systems, software and service
contracts.

Power Systems is the name of IBM's unified Power Architecturebased server line, merging both System i and System p server
platforms, and running either IBM i (formerly i5/OS and OS/400), AIX
or Linux operating systems. Power Systems was announced April
2, 2008.
B2/6/2 Vashi ,Navi
Mumbai,
Contact:09892900103/9892900173
advancedaixadministration.vibranttechnologies.co.in
advancedaixadministration.vibranttechnologies.co.in

How can I find out what command is respawning too rapidly and
filling up my wtmp file?
A common situation is that the init process is repeatedly attempting
to start a failing process. The init man page describes what
happens when init finds an entry is being respawned:
If the init command finds that it is continuously running an entry in
the /etc/inittab file (more than five times in 225 seconds), it
assumes
that an error in the entry command string exists. It then prints an
error message to the console and logs an error in the system error
log.
After the message is sent, the entry does not run for 60 seconds.
B2/6/2 Vashi ,Navi
Mumbai,
Contact:09892900103/9892900173
advancedaixadministration.vibranttechnologies.co.in
advancedaixadministration.vibranttechnologies.co.in
the error continues to occur, the command will respawn the entry only
five times every 240 seconds. The init command continues to assume an
error occurred until the command does not respond five times in the

interval, or until it receives a signal from a user. The init command
logs an error for only the first occurrence of the error.
To find out what is being respawned use the steps below.
1. Check the console or console logs

Check on the console to see if init is writing an error message similar to the
one below:
0 Thu Jan 22 10:16:27 EST 2009
INIT: Command is respawning too rapidly. Check for possible errors.
B2/6/2 Vashi ,Navi
Mumbai,
Contact:09892900103/9892900173
advancedaixadministration.vibranttechnologies.co.in
advancedaixadministration.vibranttechnologies.co.in

id: xvfb "/usr/bin/X11/X -force -vfb -x abx -x dbe -x GLX :1 &"
Or search through the console log using the alog command:
# alog -t console -o | more
2. Check errpt
Next there may be an entry in the errpt output with the label
"INIT_RAPID" like below:
LABEL: INIT_RAPID
IDENTIFIER: 3A30359F
Date/Time:
Wed Jan 28 10:14:17 2009
Sequence Number: 1789
Machine Id:

00CC2F914C00

B2/6/2 Vashi ,Navi
Mumbai,
Contact:09892900103/9892900173
advancedaixadministration.vibranttechnologies.co.in
advancedaixadministration.vibranttechnologies.co.in
Node Id:

libgng

Class:

S

Type:

TEMP

AIX Overview
AIX stands for Advanced Interactive eXecutive
AIX is IBM’s version of the UNIX operating system.
AIX, IBM’s version of UNIX competes with Microsoft Windows server
operating systems, and other proprietary UNIX operating systems such
as, Oracle’s Sun Solaris, Hewett Packard’s HP-UX, and Tru64 Unix.
AIX is mainly used for enterprise business computing.

B2/6/2 Vashi ,Navi
Mumbai,
Contact:09892900103/9892900173
advancedaixadministration.vibranttechnologies.co.in
advancedaixadministration.vibranttechnologies.co.in

A word on Linux


Linux is a clone of the UNIX operating system. It is technically not
considered UNIX.



The first Linux kernel was developed by Linus Trorvalds in 1991.



Linux’s origins are found in the MINX operating system project
which was a minimal Unix like operating system used for
educational purposes, etc. It was released in 1987. Linux actually
started because Linus was frustrated with the licensing of the MINIX
operating system.



There are many different distributions of the Linux operating
system, aimed for different things, the two most used in the
business computing world however are: Novell Suse Linux and Red
Hat Linux used mostly in Europe and in the U.S. respectively.

B2/6/2 Vashi ,Navi
Mumbai,
Contact:09892900103/9892900173
advancedaixadministration.vibranttechnologies.co.in
advancedaixadministration.vibranttechnologies.co.in

IBM PowerVM
IBM PowerVM – Licensed software/firmware feature which enables IBM
virtualization technology on IBM POWER systems.
IBM PowerVM was formerly known as APV – Advanced Power
Virtualization.
IBM PowerVM is available in three editions:

-IBM PowerVM Express Edition
-IBM PowerVM Standard Edition
-IBM PowerVM Enterprise Edition
Each edition offers specific limitations, or additional

B2/6/2 Vashi ,Navi
Mumbai,
Contact:09892900103/9892900173
advancedaixadministration.vibranttechnologies.co.in
advancedaixadministration.vibranttechnologies.co.in

HMC – Hardware Management
Console

To access the HMC web interface. Access the following URL from
your web browser:
https://IP_ADDRESS_OR_RESOLVED_HOSTNAME_OF_HMC
The IBM factory default login credentials of the HMC are as follows:

Login: hscroot
Password: abc1234

There is very, very limited root access to the Linux operating system
on the HMC. IBM technical support will have to assist you in gaining
“real” Linux root access, if needed.

B2/6/2 Vashi ,Navi
Mumbai,
Contact:09892900103/9892900173
advancedaixadministration.vibranttechnologies.co.in
advancedaixadministration.vibranttechnologies.co.in

HMC – Hardware Management Console
- 7042-C06 desk side HMC model:

B2/6/2 Vashi ,Navi
Mumbai,
Contact:09892900103/9892900173
advancedaixadministration.vibranttechnologies.co.in
advancedaixadministration.vibranttechnologies.co.in

Where to Get More Information
Vibrant Group:
www.vibrantgroup.co.in
Vibrant Technologies & Computers
www.vibranttechnologies.co.in/technologies.vibrantgroup
.co.in
Vibrant HR Team
www.hr.vibrangroup.co.in

B2/6/2 Vashi ,Navi
Mumbai,
Contact:09892900103/9892900173
advancedaixadministration.vibranttechnologies.co.in

More Related Content

Viewers also liked (6)

El sectorterciari pvr
El sectorterciari pvrEl sectorterciari pvr
El sectorterciari pvr
 
TDD drogą do oświecenia w Scali
TDD drogą do oświecenia w ScaliTDD drogą do oświecenia w Scali
TDD drogą do oświecenia w Scali
 
Introduction to BluWrap
Introduction to BluWrapIntroduction to BluWrap
Introduction to BluWrap
 
обучающий курс для менеджеров
обучающий курс для менеджеровобучающий курс для менеджеров
обучающий курс для менеджеров
 
Psycho tuesday (1)
Psycho tuesday (1)Psycho tuesday (1)
Psycho tuesday (1)
 
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbaiSiebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
 

Similar to Aix admin-course-provider-navi-mumbai

ops300 Project(3)
ops300 Project(3)ops300 Project(3)
ops300 Project(3)
trayyoo
 
ops300 Project(4)
ops300 Project(4)ops300 Project(4)
ops300 Project(4)
trayyoo
 
Open Source Virtualization Hacks
Open Source Virtualization HacksOpen Source Virtualization Hacks
Open Source Virtualization Hacks
Niel Bornstein
 

Similar to Aix admin-course-provider-navi-mumbai (20)

Aix admin-course-provider-navi-mumbai | Aix admin course provider Navi Mumbai...
Aix admin-course-provider-navi-mumbai | Aix admin course provider Navi Mumbai...Aix admin-course-provider-navi-mumbai | Aix admin course provider Navi Mumbai...
Aix admin-course-provider-navi-mumbai | Aix admin course provider Navi Mumbai...
 
IOT Home Automation / Two Months Industrial Training File Format
IOT Home Automation / Two Months Industrial Training File FormatIOT Home Automation / Two Months Industrial Training File Format
IOT Home Automation / Two Months Industrial Training File Format
 
Practical Introduction To Linux
Practical Introduction To LinuxPractical Introduction To Linux
Practical Introduction To Linux
 
ops300 Project(3)
ops300 Project(3)ops300 Project(3)
ops300 Project(3)
 
ops300 Project(4)
ops300 Project(4)ops300 Project(4)
ops300 Project(4)
 
Resume (2)
Resume (2)Resume (2)
Resume (2)
 
Aix overview
Aix overviewAix overview
Aix overview
 
What's new in IBM MQ, March 2018
What's new in IBM MQ, March 2018What's new in IBM MQ, March 2018
What's new in IBM MQ, March 2018
 
IBM MQ Light @ Capitalware's MQTC 2.0.1.4 conference
IBM MQ Light @ Capitalware's MQTC 2.0.1.4 conferenceIBM MQ Light @ Capitalware's MQTC 2.0.1.4 conference
IBM MQ Light @ Capitalware's MQTC 2.0.1.4 conference
 
IamLUG -- Lotus On Linux Report
IamLUG -- Lotus On Linux ReportIamLUG -- Lotus On Linux Report
IamLUG -- Lotus On Linux Report
 
DEF CON 27 - workshop ANTHONY ROSE - introduction to amsi bypasses and sandbo...
DEF CON 27 - workshop ANTHONY ROSE - introduction to amsi bypasses and sandbo...DEF CON 27 - workshop ANTHONY ROSE - introduction to amsi bypasses and sandbo...
DEF CON 27 - workshop ANTHONY ROSE - introduction to amsi bypasses and sandbo...
 
Symbian OS
Symbian  OS Symbian  OS
Symbian OS
 
FREDERICK_DOMICO, JR_1-1AAAA
FREDERICK_DOMICO, JR_1-1AAAAFREDERICK_DOMICO, JR_1-1AAAA
FREDERICK_DOMICO, JR_1-1AAAA
 
Managing VMware with PowerShell - VMworld 2008
Managing VMware with PowerShell - VMworld 2008Managing VMware with PowerShell - VMworld 2008
Managing VMware with PowerShell - VMworld 2008
 
Windows Server 2016 First Look (Part 1)
Windows Server 2016 First Look (Part 1)Windows Server 2016 First Look (Part 1)
Windows Server 2016 First Look (Part 1)
 
ERTS 2008 - Using Linux for industrial projects
ERTS 2008 - Using Linux for industrial projectsERTS 2008 - Using Linux for industrial projects
ERTS 2008 - Using Linux for industrial projects
 
ITE7_Chp9.pptx
ITE7_Chp9.pptxITE7_Chp9.pptx
ITE7_Chp9.pptx
 
Microsoft Tech Summit Switzerland 2019 - DOCKER + AZURE DEVOPS + KUBERNETES = ♥
Microsoft Tech Summit Switzerland 2019 - DOCKER + AZURE DEVOPS + KUBERNETES = ♥Microsoft Tech Summit Switzerland 2019 - DOCKER + AZURE DEVOPS + KUBERNETES = ♥
Microsoft Tech Summit Switzerland 2019 - DOCKER + AZURE DEVOPS + KUBERNETES = ♥
 
Open Source Virtualization Hacks
Open Source Virtualization HacksOpen Source Virtualization Hacks
Open Source Virtualization Hacks
 
IBM AIX online training .pdf
IBM AIX online training .pdfIBM AIX online training .pdf
IBM AIX online training .pdf
 

More from anshkhurana01

Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbaiLinux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
anshkhurana01
 

More from anshkhurana01 (17)

sas-course-provider-navi-mumbai-sas-training-navi-mumbai-sas-classes-navi-mumbai
sas-course-provider-navi-mumbai-sas-training-navi-mumbai-sas-classes-navi-mumbaisas-course-provider-navi-mumbai-sas-training-navi-mumbai-sas-classes-navi-mumbai
sas-course-provider-navi-mumbai-sas-training-navi-mumbai-sas-classes-navi-mumbai
 
05php
05php05php
05php
 
Sajid
SajidSajid
Sajid
 
Websphere application-server-training-course-navi-mumbai-websphere-applicatio...
Websphere application-server-training-course-navi-mumbai-websphere-applicatio...Websphere application-server-training-course-navi-mumbai-websphere-applicatio...
Websphere application-server-training-course-navi-mumbai-websphere-applicatio...
 
Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...
Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...
Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...
 
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbaiLinux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
 
Java j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbai
Java j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbaiJava j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbai
Java j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbai
 
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbaiSiebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
 
Tibco training-course-navi-mumbai-tibco-course-provider-navi-mumbai
Tibco training-course-navi-mumbai-tibco-course-provider-navi-mumbaiTibco training-course-navi-mumbai-tibco-course-provider-navi-mumbai
Tibco training-course-navi-mumbai-tibco-course-provider-navi-mumbai
 
Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...
Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...
Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...
 
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbai
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbaiMainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbai
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbai
 
Sas training-course-navi-mumbai-sas-course-provider-navi-mumbai
Sas training-course-navi-mumbai-sas-course-provider-navi-mumbaiSas training-course-navi-mumbai-sas-course-provider-navi-mumbai
Sas training-course-navi-mumbai-sas-course-provider-navi-mumbai
 
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbaiLinux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
 
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...
 
Mysql classes in navi-mumbai,mysql course-provider-in-navi-mumbai
Mysql classes in navi-mumbai,mysql course-provider-in-navi-mumbaiMysql classes in navi-mumbai,mysql course-provider-in-navi-mumbai
Mysql classes in navi-mumbai,mysql course-provider-in-navi-mumbai
 
Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...
Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...
Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...
 
Best java courses in navi mumbai best classes for java in navi mumbai-java cl...
Best java courses in navi mumbai best classes for java in navi mumbai-java cl...Best java courses in navi mumbai best classes for java in navi mumbai-java cl...
Best java courses in navi mumbai best classes for java in navi mumbai-java cl...
 

Recently uploaded

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 

Recently uploaded (20)

Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 

Aix admin-course-provider-navi-mumbai

  • 1. Vibrant Technologies & Computers AIX Administration Training Institute Make Career With Us!! B2/6/2 Vashi ,Navi
  • 2. androidtraining.vibranttechnologies.co.in Audience This basic course is intended for anyone who requires basic AIX/UNIX user skills to be able to work in an AIX environment. This course is also a prerequisite for many courses in the AIX Systems Administration curriculum. Prerequisites You should be familiar with: basic information technology (IT) concepts and the role of an operating system B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 advancedaixadministration.vibranttechnologies.co.in
  • 3. androidtraining.vibranttechnologies.co.in Skills taught Log in to an AIX system and set a user password Use AIX online documentation Manage AIX files and directories Describe the purpose of the shell Use the vi editor Execute common AIX commands and manage AIX processes Customize the working environment Use common AIX utilities Write simple shell scripts Use the AIXWindows Environment Use the Common Desktop Environment B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 advancedaixadministration.vibranttechnologies.co.in
  • 4. androidtraining.vibranttechnologies.co.in AIX history: IBM had 2 discrete Power Architecture hardware lines, based on different Operating Systems: - OS/400, later i5/OS, more later IBM i - AIX (on the same hardware it is possible to run Linux as well) I. 1986-1990 (AS/400 - IBM RT): In 1986 AIX Version 1 had been introduced for the IBM 6150 RT workstation, which was based on UNIX. In 1987 for the other product line: OS/400 (later i5/OS and IBM i), the platform (hardware) AS/400 had been released. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 advancedaixadministration.vibranttechnologies.co.in
  • 5. advancedaixadministration.vibranttechnologies.co.in II. 1990-1999 (RS/6000): Among other variants, IBM later produced AIX Version 3 (also known as AIX/6000), for their IBM POWER-based RS/6000 platform. The RS/6000 family replaced the IBM RT computer platform in February 1990, and was the first computer line to see the use of IBM's POWER and PowerPC based microprocessors. Since 1990, AIX has served as the primary operating system for the RS/6000 series. III. 2000-2004 (eServer pseries): IBM eServer was a family of computer servers from IBM Corporation. Announced in the year 2000, it combined the various IBM server brands (AS/400, RS/6000...) under one brand. The various sub-brands were at the same time rebranded from: - IBM AS/400 to IBM eServer iSeries, i for Integrated. - IBM RS/6000 to IBM eServer pSeries, p for POWER ... B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 advancedaixadministration.vibranttechnologies.co.in
  • 6. advancedaixadministration.vibranttechnologies.co.in IV. 2004-2008 (IBM system i and p): In 2005 announced a new brand, 'IBM System' as an umbrella for all IBM server and storage brands: - IBM eServer iSeries became IBM System i - IBM eServer pSeries became IBM System p ... V. 2008-2010 (Power Systems): In April of 2008, IBM officially merged the two lines of servers and workstations under the same name, Power Systems, with identical hardware and a choice of operating systems, software and service contracts. Power Systems is the name of IBM's unified Power Architecturebased server line, merging both System i and System p server platforms, and running either IBM i (formerly i5/OS and OS/400), AIX or Linux operating systems. Power Systems was announced April 2, 2008. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 advancedaixadministration.vibranttechnologies.co.in
  • 7. advancedaixadministration.vibranttechnologies.co.in How can I find out what command is respawning too rapidly and filling up my wtmp file? A common situation is that the init process is repeatedly attempting to start a failing process. The init man page describes what happens when init finds an entry is being respawned: If the init command finds that it is continuously running an entry in the /etc/inittab file (more than five times in 225 seconds), it assumes that an error in the entry command string exists. It then prints an error message to the console and logs an error in the system error log. After the message is sent, the entry does not run for 60 seconds. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 advancedaixadministration.vibranttechnologies.co.in
  • 8. advancedaixadministration.vibranttechnologies.co.in the error continues to occur, the command will respawn the entry only five times every 240 seconds. The init command continues to assume an error occurred until the command does not respond five times in the interval, or until it receives a signal from a user. The init command logs an error for only the first occurrence of the error. To find out what is being respawned use the steps below. 1. Check the console or console logs Check on the console to see if init is writing an error message similar to the one below: 0 Thu Jan 22 10:16:27 EST 2009 INIT: Command is respawning too rapidly. Check for possible errors. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 advancedaixadministration.vibranttechnologies.co.in
  • 9. advancedaixadministration.vibranttechnologies.co.in id: xvfb "/usr/bin/X11/X -force -vfb -x abx -x dbe -x GLX :1 &" Or search through the console log using the alog command: # alog -t console -o | more 2. Check errpt Next there may be an entry in the errpt output with the label "INIT_RAPID" like below: LABEL: INIT_RAPID IDENTIFIER: 3A30359F Date/Time: Wed Jan 28 10:14:17 2009 Sequence Number: 1789 Machine Id: 00CC2F914C00 B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 advancedaixadministration.vibranttechnologies.co.in
  • 10. advancedaixadministration.vibranttechnologies.co.in Node Id: libgng Class: S Type: TEMP AIX Overview AIX stands for Advanced Interactive eXecutive AIX is IBM’s version of the UNIX operating system. AIX, IBM’s version of UNIX competes with Microsoft Windows server operating systems, and other proprietary UNIX operating systems such as, Oracle’s Sun Solaris, Hewett Packard’s HP-UX, and Tru64 Unix. AIX is mainly used for enterprise business computing. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 advancedaixadministration.vibranttechnologies.co.in
  • 11. advancedaixadministration.vibranttechnologies.co.in A word on Linux  Linux is a clone of the UNIX operating system. It is technically not considered UNIX.  The first Linux kernel was developed by Linus Trorvalds in 1991.  Linux’s origins are found in the MINX operating system project which was a minimal Unix like operating system used for educational purposes, etc. It was released in 1987. Linux actually started because Linus was frustrated with the licensing of the MINIX operating system.  There are many different distributions of the Linux operating system, aimed for different things, the two most used in the business computing world however are: Novell Suse Linux and Red Hat Linux used mostly in Europe and in the U.S. respectively. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 advancedaixadministration.vibranttechnologies.co.in
  • 12. advancedaixadministration.vibranttechnologies.co.in IBM PowerVM IBM PowerVM – Licensed software/firmware feature which enables IBM virtualization technology on IBM POWER systems. IBM PowerVM was formerly known as APV – Advanced Power Virtualization. IBM PowerVM is available in three editions: -IBM PowerVM Express Edition -IBM PowerVM Standard Edition -IBM PowerVM Enterprise Edition Each edition offers specific limitations, or additional B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 advancedaixadministration.vibranttechnologies.co.in
  • 13. advancedaixadministration.vibranttechnologies.co.in HMC – Hardware Management Console To access the HMC web interface. Access the following URL from your web browser: https://IP_ADDRESS_OR_RESOLVED_HOSTNAME_OF_HMC The IBM factory default login credentials of the HMC are as follows: Login: hscroot Password: abc1234 There is very, very limited root access to the Linux operating system on the HMC. IBM technical support will have to assist you in gaining “real” Linux root access, if needed. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 advancedaixadministration.vibranttechnologies.co.in
  • 14. advancedaixadministration.vibranttechnologies.co.in HMC – Hardware Management Console - 7042-C06 desk side HMC model: B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 advancedaixadministration.vibranttechnologies.co.in
  • 15. advancedaixadministration.vibranttechnologies.co.in Where to Get More Information Vibrant Group: www.vibrantgroup.co.in Vibrant Technologies & Computers www.vibranttechnologies.co.in/technologies.vibrantgroup .co.in Vibrant HR Team www.hr.vibrangroup.co.in B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 advancedaixadministration.vibranttechnologies.co.in