SlideShare ist ein Scribd-Unternehmen logo
1 von 15
Vibrant Technologies
& Computers
AIX Administration Training
Institute
Make Career With Us!!
B2/6/2 Vashi ,Navi Mumbai,
B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
advancedaixadministration.vibranttechnologies.co.in
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 Architecture-
based 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
- 7042-C06 desk side HMC model:
HMC – Hardware Management Console
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

Weitere ähnliche Inhalte

Was ist angesagt?

Future of Power: Aix in Future - Jan Kristian Nielsen
Future of Power: Aix in Future - Jan Kristian NielsenFuture of Power: Aix in Future - Jan Kristian Nielsen
Future of Power: Aix in Future - Jan Kristian NielsenIBM Danmark
 
Aix6+quick+ref+sheet
Aix6+quick+ref+sheetAix6+quick+ref+sheet
Aix6+quick+ref+sheetdb2kid
 
Cisco ios (1)
Cisco ios (1)Cisco ios (1)
Cisco ios (1)kashi4583
 
Review paper on bios vs uefi
Review  paper on bios vs uefiReview  paper on bios vs uefi
Review paper on bios vs uefiFaizan Mushtaq
 
pradip_mote_MCA_AIX-TSM_L2_Admin_4.8+Years_EXP
pradip_mote_MCA_AIX-TSM_L2_Admin_4.8+Years_EXPpradip_mote_MCA_AIX-TSM_L2_Admin_4.8+Years_EXP
pradip_mote_MCA_AIX-TSM_L2_Admin_4.8+Years_EXPPradip Mote
 
ITIC 2009 Global Server Hardware and Server OS Reliability Survey
ITIC 2009 Global Server Hardware and Server OS Reliability SurveyITIC 2009 Global Server Hardware and Server OS Reliability Survey
ITIC 2009 Global Server Hardware and Server OS Reliability SurveyIBM India Smarter Computing
 
Virtualisation overview
Virtualisation overviewVirtualisation overview
Virtualisation overviewsagaroceanic11
 
Presentation power vm editions and power systems virtualization - basic
Presentation   power vm editions and power systems virtualization - basicPresentation   power vm editions and power systems virtualization - basic
Presentation power vm editions and power systems virtualization - basicsolarisyougood
 
Vmware admin interview questions
Vmware admin interview questionsVmware admin interview questions
Vmware admin interview questionsRitesh Rushiya
 
Mac OS X Snow Leopard & Informix IDS 11.5 + PHP5
Mac OS X Snow Leopard & Informix IDS 11.5 + PHP5Mac OS X Snow Leopard & Informix IDS 11.5 + PHP5
Mac OS X Snow Leopard & Informix IDS 11.5 + PHP5Antonio Musarra
 
AIX Administator Resume.
AIX Administator Resume.AIX Administator Resume.
AIX Administator Resume.Shamsher Singh
 
Bloombase Keyparc Business Enterprise Server Specifications
Bloombase Keyparc Business Enterprise Server SpecificationsBloombase Keyparc Business Enterprise Server Specifications
Bloombase Keyparc Business Enterprise Server SpecificationsBloombase
 

Was ist angesagt? (20)

IBM Flex System V7000 Storage Node
IBM Flex System V7000 Storage NodeIBM Flex System V7000 Storage Node
IBM Flex System V7000 Storage Node
 
Future of Power: Aix in Future - Jan Kristian Nielsen
Future of Power: Aix in Future - Jan Kristian NielsenFuture of Power: Aix in Future - Jan Kristian Nielsen
Future of Power: Aix in Future - Jan Kristian Nielsen
 
Aix6+quick+ref+sheet
Aix6+quick+ref+sheetAix6+quick+ref+sheet
Aix6+quick+ref+sheet
 
AIX 7.2
AIX 7.2AIX 7.2
AIX 7.2
 
3494 Enterprise Tape Library
3494 Enterprise Tape Library3494 Enterprise Tape Library
3494 Enterprise Tape Library
 
Cisco ios (1)
Cisco ios (1)Cisco ios (1)
Cisco ios (1)
 
Review paper on bios vs uefi
Review  paper on bios vs uefiReview  paper on bios vs uefi
Review paper on bios vs uefi
 
Aix install
Aix installAix install
Aix install
 
UEFI presentation
UEFI presentationUEFI presentation
UEFI presentation
 
pradip_mote_MCA_AIX-TSM_L2_Admin_4.8+Years_EXP
pradip_mote_MCA_AIX-TSM_L2_Admin_4.8+Years_EXPpradip_mote_MCA_AIX-TSM_L2_Admin_4.8+Years_EXP
pradip_mote_MCA_AIX-TSM_L2_Admin_4.8+Years_EXP
 
ITIC 2009 Global Server Hardware and Server OS Reliability Survey
ITIC 2009 Global Server Hardware and Server OS Reliability SurveyITIC 2009 Global Server Hardware and Server OS Reliability Survey
ITIC 2009 Global Server Hardware and Server OS Reliability Survey
 
Centos
CentosCentos
Centos
 
Virtualisation overview
Virtualisation overviewVirtualisation overview
Virtualisation overview
 
Unix Admin
Unix AdminUnix Admin
Unix Admin
 
Presentation power vm editions and power systems virtualization - basic
Presentation   power vm editions and power systems virtualization - basicPresentation   power vm editions and power systems virtualization - basic
Presentation power vm editions and power systems virtualization - basic
 
Vmware admin interview questions
Vmware admin interview questionsVmware admin interview questions
Vmware admin interview questions
 
Mac OS X Snow Leopard & Informix IDS 11.5 + PHP5
Mac OS X Snow Leopard & Informix IDS 11.5 + PHP5Mac OS X Snow Leopard & Informix IDS 11.5 + PHP5
Mac OS X Snow Leopard & Informix IDS 11.5 + PHP5
 
AIX Administator Resume.
AIX Administator Resume.AIX Administator Resume.
AIX Administator Resume.
 
Bloombase Keyparc Business Enterprise Server Specifications
Bloombase Keyparc Business Enterprise Server SpecificationsBloombase Keyparc Business Enterprise Server Specifications
Bloombase Keyparc Business Enterprise Server Specifications
 
Resume (2)
Resume (2)Resume (2)
Resume (2)
 

Andere mochten auch

Presentation oracle on power power advantages and license optimization
Presentation   oracle on power power advantages and license optimizationPresentation   oracle on power power advantages and license optimization
Presentation oracle on power power advantages and license optimizationsolarisyougood
 
Overview of v cloud case studies
Overview of v cloud case studiesOverview of v cloud case studies
Overview of v cloud case studiessolarisyougood
 
Ibm tivoli storage manager bare machine recovery for aix with sysback - red...
Ibm tivoli storage manager   bare machine recovery for aix with sysback - red...Ibm tivoli storage manager   bare machine recovery for aix with sysback - red...
Ibm tivoli storage manager bare machine recovery for aix with sysback - red...Banking at Ho Chi Minh city
 
Avoiding Chaos: Methodology for Managing Performance in a Shared Storage A...
Avoiding Chaos:  Methodology for Managing Performance in a Shared Storage A...Avoiding Chaos:  Methodology for Managing Performance in a Shared Storage A...
Avoiding Chaos: Methodology for Managing Performance in a Shared Storage A...brettallison
 
Visual studio 2008 overview
Visual studio 2008 overviewVisual studio 2008 overview
Visual studio 2008 overviewsagaroceanic11
 
Proof of concept guide for ibm tivoli storage manager version 5.3 sg246762
Proof of concept guide for ibm tivoli storage manager version 5.3 sg246762Proof of concept guide for ibm tivoli storage manager version 5.3 sg246762
Proof of concept guide for ibm tivoli storage manager version 5.3 sg246762Banking at Ho Chi Minh city
 
Sparc t4 systems customer presentation
Sparc t4 systems customer presentationSparc t4 systems customer presentation
Sparc t4 systems customer presentationsolarisyougood
 
Ibm tivoli storage manager in a clustered environment sg246679
Ibm tivoli storage manager in a clustered environment sg246679Ibm tivoli storage manager in a clustered environment sg246679
Ibm tivoli storage manager in a clustered environment sg246679Banking at Ho Chi Minh city
 
RHT Upgrading to vSphere 5
RHT Upgrading to vSphere 5RHT Upgrading to vSphere 5
RHT Upgrading to vSphere 5virtualsouthwest
 
2.ibm flex system manager overview
2.ibm flex system manager overview2.ibm flex system manager overview
2.ibm flex system manager overviewsolarisyougood
 
HP-UX Dynamic Root Disk vs Solaris Live Upgrade vs AIX Multibos by Dusan Balj...
HP-UX Dynamic Root Disk vs Solaris Live Upgrade vs AIX Multibos by Dusan Balj...HP-UX Dynamic Root Disk vs Solaris Live Upgrade vs AIX Multibos by Dusan Balj...
HP-UX Dynamic Root Disk vs Solaris Live Upgrade vs AIX Multibos by Dusan Balj...Circling Cycle
 
CTI Group- Blue power technology storwize technical training for customer - p...
CTI Group- Blue power technology storwize technical training for customer - p...CTI Group- Blue power technology storwize technical training for customer - p...
CTI Group- Blue power technology storwize technical training for customer - p...Tri Susilo
 
Leveraging Open Source to Manage SAN Performance
Leveraging Open Source to Manage SAN PerformanceLeveraging Open Source to Manage SAN Performance
Leveraging Open Source to Manage SAN Performancebrettallison
 
V mware v center orchestrator 5.5 knowledge transfer kit
V mware v center orchestrator 5.5 knowledge transfer kitV mware v center orchestrator 5.5 knowledge transfer kit
V mware v center orchestrator 5.5 knowledge transfer kitsolarisyougood
 
Customer overview oracle solaris cluster, enterprise edition
Customer overview oracle solaris cluster, enterprise editionCustomer overview oracle solaris cluster, enterprise edition
Customer overview oracle solaris cluster, enterprise editionsolarisyougood
 
Virtual san hardware guidance & best practices
Virtual san hardware guidance & best practicesVirtual san hardware guidance & best practices
Virtual san hardware guidance & best practicessolarisyougood
 

Andere mochten auch (20)

Presentation oracle on power power advantages and license optimization
Presentation   oracle on power power advantages and license optimizationPresentation   oracle on power power advantages and license optimization
Presentation oracle on power power advantages and license optimization
 
Overview of v cloud case studies
Overview of v cloud case studiesOverview of v cloud case studies
Overview of v cloud case studies
 
Ibm tivoli storage manager bare machine recovery for aix with sysback - red...
Ibm tivoli storage manager   bare machine recovery for aix with sysback - red...Ibm tivoli storage manager   bare machine recovery for aix with sysback - red...
Ibm tivoli storage manager bare machine recovery for aix with sysback - red...
 
Avoiding Chaos: Methodology for Managing Performance in a Shared Storage A...
Avoiding Chaos:  Methodology for Managing Performance in a Shared Storage A...Avoiding Chaos:  Methodology for Managing Performance in a Shared Storage A...
Avoiding Chaos: Methodology for Managing Performance in a Shared Storage A...
 
Visual studio 2008 overview
Visual studio 2008 overviewVisual studio 2008 overview
Visual studio 2008 overview
 
AIX 5L Differences Guide Version 5.3 Edition
AIX 5L Differences Guide Version 5.3 EditionAIX 5L Differences Guide Version 5.3 Edition
AIX 5L Differences Guide Version 5.3 Edition
 
Proof of concept guide for ibm tivoli storage manager version 5.3 sg246762
Proof of concept guide for ibm tivoli storage manager version 5.3 sg246762Proof of concept guide for ibm tivoli storage manager version 5.3 sg246762
Proof of concept guide for ibm tivoli storage manager version 5.3 sg246762
 
Sparc t4 systems customer presentation
Sparc t4 systems customer presentationSparc t4 systems customer presentation
Sparc t4 systems customer presentation
 
Accelerate Return on Data
Accelerate Return on DataAccelerate Return on Data
Accelerate Return on Data
 
Ibm tivoli storage manager in a clustered environment sg246679
Ibm tivoli storage manager in a clustered environment sg246679Ibm tivoli storage manager in a clustered environment sg246679
Ibm tivoli storage manager in a clustered environment sg246679
 
IBMRedbook
IBMRedbookIBMRedbook
IBMRedbook
 
RHT Upgrading to vSphere 5
RHT Upgrading to vSphere 5RHT Upgrading to vSphere 5
RHT Upgrading to vSphere 5
 
2.ibm flex system manager overview
2.ibm flex system manager overview2.ibm flex system manager overview
2.ibm flex system manager overview
 
RHT Design for Security
RHT Design for SecurityRHT Design for Security
RHT Design for Security
 
HP-UX Dynamic Root Disk vs Solaris Live Upgrade vs AIX Multibos by Dusan Balj...
HP-UX Dynamic Root Disk vs Solaris Live Upgrade vs AIX Multibos by Dusan Balj...HP-UX Dynamic Root Disk vs Solaris Live Upgrade vs AIX Multibos by Dusan Balj...
HP-UX Dynamic Root Disk vs Solaris Live Upgrade vs AIX Multibos by Dusan Balj...
 
CTI Group- Blue power technology storwize technical training for customer - p...
CTI Group- Blue power technology storwize technical training for customer - p...CTI Group- Blue power technology storwize technical training for customer - p...
CTI Group- Blue power technology storwize technical training for customer - p...
 
Leveraging Open Source to Manage SAN Performance
Leveraging Open Source to Manage SAN PerformanceLeveraging Open Source to Manage SAN Performance
Leveraging Open Source to Manage SAN Performance
 
V mware v center orchestrator 5.5 knowledge transfer kit
V mware v center orchestrator 5.5 knowledge transfer kitV mware v center orchestrator 5.5 knowledge transfer kit
V mware v center orchestrator 5.5 knowledge transfer kit
 
Customer overview oracle solaris cluster, enterprise edition
Customer overview oracle solaris cluster, enterprise editionCustomer overview oracle solaris cluster, enterprise edition
Customer overview oracle solaris cluster, enterprise edition
 
Virtual san hardware guidance & best practices
Virtual san hardware guidance & best practicesVirtual san hardware guidance & best practices
Virtual san hardware guidance & best practices
 

Ähnlich wie Aix admin course provider Navi Mumbai | AIX Admin Course Training Navi Mumbai | Best AIX Admin Coures Trainers In Navi Mumbai | AIX Admin Course

Aix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbaiAix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbaianshkhurana01
 
Aix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbaiAix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbaianshkhurana01
 
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 FormatLovish Kumar
 
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 2018David Ware
 
Practical Introduction To Linux
Practical Introduction To LinuxPractical Introduction To Linux
Practical Introduction To LinuxZeeshan Rizvi
 
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
 
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 conferencematthew1001
 
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...Felipe Prado
 
IamLUG -- Lotus On Linux Report
IamLUG -- Lotus On Linux ReportIamLUG -- Lotus On Linux Report
IamLUG -- Lotus On Linux ReportBill Malchisky Jr.
 
Managing VMware with PowerShell - VMworld 2008
Managing VMware with PowerShell - VMworld 2008Managing VMware with PowerShell - VMworld 2008
Managing VMware with PowerShell - VMworld 2008Carter Shanklin
 
Differences Between Operating Systems And Software And...
Differences Between Operating Systems And Software And...Differences Between Operating Systems And Software And...
Differences Between Operating Systems And Software And...Mary Gregory
 
Systems Administration And Network Services
Systems Administration And Network ServicesSystems Administration And Network Services
Systems Administration And Network ServicesTammy Davis
 
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)Tuan Yang
 
CICS TS for z/VSE Update including CICS connectivity options
CICS TS for z/VSE Update including CICS connectivity optionsCICS TS for z/VSE Update including CICS connectivity options
CICS TS for z/VSE Update including CICS connectivity optionsIBM
 

Ähnlich wie Aix admin course provider Navi Mumbai | AIX Admin Course Training Navi Mumbai | Best AIX Admin Coures Trainers In Navi Mumbai | AIX Admin Course (20)

Aix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbaiAix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbai
 
Aix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbaiAix 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
 
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
 
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)
 
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
 
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...
 
Vrf Design
Vrf DesignVrf Design
Vrf Design
 
IamLUG -- Lotus On Linux Report
IamLUG -- Lotus On Linux ReportIamLUG -- Lotus On Linux Report
IamLUG -- Lotus On Linux Report
 
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
 
Differences Between Operating Systems And Software And...
Differences Between Operating Systems And Software And...Differences Between Operating Systems And Software And...
Differences Between Operating Systems And Software And...
 
Systems Administration And Network Services
Systems Administration And Network ServicesSystems Administration And Network Services
Systems Administration And Network Services
 
ITE7_Chp9.pptx
ITE7_Chp9.pptxITE7_Chp9.pptx
ITE7_Chp9.pptx
 
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)
 
CICS TS for z/VSE Update including CICS connectivity options
CICS TS for z/VSE Update including CICS connectivity optionsCICS TS for z/VSE Update including CICS connectivity options
CICS TS for z/VSE Update including CICS connectivity options
 
Lecture 1.pptx
Lecture 1.pptxLecture 1.pptx
Lecture 1.pptx
 

Mehr von VibrantGroup

Zend training-course-navi-mumbai-zend-course-provider-navi-mumbai
Zend training-course-navi-mumbai-zend-course-provider-navi-mumbaiZend training-course-navi-mumbai-zend-course-provider-navi-mumbai
Zend training-course-navi-mumbai-zend-course-provider-navi-mumbaiVibrantGroup
 
Weblogic Application Server training-course-navi-mumbai-weblogic application ...
Weblogic Application Server training-course-navi-mumbai-weblogic application ...Weblogic Application Server training-course-navi-mumbai-weblogic application ...
Weblogic Application Server training-course-navi-mumbai-weblogic application ...VibrantGroup
 
Software-automation-testing-course-navi-mumbai-software-automation-testing-co...
Software-automation-testing-course-navi-mumbai-software-automation-testing-co...Software-automation-testing-course-navi-mumbai-software-automation-testing-co...
Software-automation-testing-course-navi-mumbai-software-automation-testing-co...VibrantGroup
 
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-mumbaiVibrantGroup
 
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...VibrantGroup
 
Oracle11g training-course-navi-mumbai-oracle11gl-course-provider-navi-mumbai
Oracle11g training-course-navi-mumbai-oracle11gl-course-provider-navi-mumbaiOracle11g training-course-navi-mumbai-oracle11gl-course-provider-navi-mumbai
Oracle11g training-course-navi-mumbai-oracle11gl-course-provider-navi-mumbaiVibrantGroup
 
Netbackup training-course-navi-mumbai-netbackup-course-provider-navi-mumbai
Netbackup training-course-navi-mumbai-netbackup-course-provider-navi-mumbaiNetbackup training-course-navi-mumbai-netbackup-course-provider-navi-mumbai
Netbackup training-course-navi-mumbai-netbackup-course-provider-navi-mumbaiVibrantGroup
 
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-mumbaiVibrantGroup
 
Jboss Application Server training-course-navi-mumbai-jboss-course-provider-na...
Jboss Application Server training-course-navi-mumbai-jboss-course-provider-na...Jboss Application Server training-course-navi-mumbai-jboss-course-provider-na...
Jboss Application Server training-course-navi-mumbai-jboss-course-provider-na...VibrantGroup
 
Datastage training-course-navi-mumbai-datastage-course-provider-navi-mumbai
Datastage training-course-navi-mumbai-datastage-course-provider-navi-mumbaiDatastage training-course-navi-mumbai-datastage-course-provider-navi-mumbai
Datastage training-course-navi-mumbai-datastage-course-provider-navi-mumbaiVibrantGroup
 
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...VibrantGroup
 

Mehr von VibrantGroup (11)

Zend training-course-navi-mumbai-zend-course-provider-navi-mumbai
Zend training-course-navi-mumbai-zend-course-provider-navi-mumbaiZend training-course-navi-mumbai-zend-course-provider-navi-mumbai
Zend training-course-navi-mumbai-zend-course-provider-navi-mumbai
 
Weblogic Application Server training-course-navi-mumbai-weblogic application ...
Weblogic Application Server training-course-navi-mumbai-weblogic application ...Weblogic Application Server training-course-navi-mumbai-weblogic application ...
Weblogic Application Server training-course-navi-mumbai-weblogic application ...
 
Software-automation-testing-course-navi-mumbai-software-automation-testing-co...
Software-automation-testing-course-navi-mumbai-software-automation-testing-co...Software-automation-testing-course-navi-mumbai-software-automation-testing-co...
Software-automation-testing-course-navi-mumbai-software-automation-testing-co...
 
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
 
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...
 
Oracle11g training-course-navi-mumbai-oracle11gl-course-provider-navi-mumbai
Oracle11g training-course-navi-mumbai-oracle11gl-course-provider-navi-mumbaiOracle11g training-course-navi-mumbai-oracle11gl-course-provider-navi-mumbai
Oracle11g training-course-navi-mumbai-oracle11gl-course-provider-navi-mumbai
 
Netbackup training-course-navi-mumbai-netbackup-course-provider-navi-mumbai
Netbackup training-course-navi-mumbai-netbackup-course-provider-navi-mumbaiNetbackup training-course-navi-mumbai-netbackup-course-provider-navi-mumbai
Netbackup training-course-navi-mumbai-netbackup-course-provider-navi-mumbai
 
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
 
Jboss Application Server training-course-navi-mumbai-jboss-course-provider-na...
Jboss Application Server training-course-navi-mumbai-jboss-course-provider-na...Jboss Application Server training-course-navi-mumbai-jboss-course-provider-na...
Jboss Application Server training-course-navi-mumbai-jboss-course-provider-na...
 
Datastage training-course-navi-mumbai-datastage-course-provider-navi-mumbai
Datastage training-course-navi-mumbai-datastage-course-provider-navi-mumbaiDatastage training-course-navi-mumbai-datastage-course-provider-navi-mumbai
Datastage training-course-navi-mumbai-datastage-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 | Aix admin course provider Navi Mumbai...
 

Kürzlich hochgeladen

Patient Counselling. Definition of patient counseling; steps involved in pati...
Patient Counselling. Definition of patient counseling; steps involved in pati...Patient Counselling. Definition of patient counseling; steps involved in pati...
Patient Counselling. Definition of patient counseling; steps involved in pati...raviapr7
 
10 Topics For MBA Project Report [HR].pdf
10 Topics For MBA Project Report [HR].pdf10 Topics For MBA Project Report [HR].pdf
10 Topics For MBA Project Report [HR].pdfJayanti Pande
 
Protein Structure - threading Protein modelling pptx
Protein Structure - threading Protein modelling pptxProtein Structure - threading Protein modelling pptx
Protein Structure - threading Protein modelling pptxvidhisharma994099
 
Department of Health Compounder Question ‍Solution 2022.pdf
Department of Health Compounder Question ‍Solution 2022.pdfDepartment of Health Compounder Question ‍Solution 2022.pdf
Department of Health Compounder Question ‍Solution 2022.pdfMohonDas
 
Unveiling the Intricacies of Leishmania donovani: Structure, Life Cycle, Path...
Unveiling the Intricacies of Leishmania donovani: Structure, Life Cycle, Path...Unveiling the Intricacies of Leishmania donovani: Structure, Life Cycle, Path...
Unveiling the Intricacies of Leishmania donovani: Structure, Life Cycle, Path...Dr. Asif Anas
 
Education and training program in the hospital APR.pptx
Education and training program in the hospital APR.pptxEducation and training program in the hospital APR.pptx
Education and training program in the hospital APR.pptxraviapr7
 
Ultra structure and life cycle of Plasmodium.pptx
Ultra structure and life cycle of Plasmodium.pptxUltra structure and life cycle of Plasmodium.pptx
Ultra structure and life cycle of Plasmodium.pptxDr. Asif Anas
 
The Stolen Bacillus by Herbert George Wells
The Stolen Bacillus by Herbert George WellsThe Stolen Bacillus by Herbert George Wells
The Stolen Bacillus by Herbert George WellsEugene Lysak
 
P4C x ELT = P4ELT: Its Theoretical Background (Kanazawa, 2024 March).pdf
P4C x ELT = P4ELT: Its Theoretical Background (Kanazawa, 2024 March).pdfP4C x ELT = P4ELT: Its Theoretical Background (Kanazawa, 2024 March).pdf
P4C x ELT = P4ELT: Its Theoretical Background (Kanazawa, 2024 March).pdfYu Kanazawa / Osaka University
 
How to Add Existing Field in One2Many Tree View in Odoo 17
How to Add Existing Field in One2Many Tree View in Odoo 17How to Add Existing Field in One2Many Tree View in Odoo 17
How to Add Existing Field in One2Many Tree View in Odoo 17Celine George
 
Easter in the USA presentation by Chloe.
Easter in the USA presentation by Chloe.Easter in the USA presentation by Chloe.
Easter in the USA presentation by Chloe.EnglishCEIPdeSigeiro
 
Prescribed medication order and communication skills.pptx
Prescribed medication order and communication skills.pptxPrescribed medication order and communication skills.pptx
Prescribed medication order and communication skills.pptxraviapr7
 
In - Vivo and In - Vitro Correlation.pptx
In - Vivo and In - Vitro Correlation.pptxIn - Vivo and In - Vitro Correlation.pptx
In - Vivo and In - Vitro Correlation.pptxAditiChauhan701637
 
2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx
2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx
2024.03.23 What do successful readers do - Sandy Millin for PARK.pptxSandy Millin
 
HED Office Sohayok Exam Question Solution 2023.pdf
HED Office Sohayok Exam Question Solution 2023.pdfHED Office Sohayok Exam Question Solution 2023.pdf
HED Office Sohayok Exam Question Solution 2023.pdfMohonDas
 
Drug Information Services- DIC and Sources.
Drug Information Services- DIC and Sources.Drug Information Services- DIC and Sources.
Drug Information Services- DIC and Sources.raviapr7
 
ARTICULAR DISC OF TEMPOROMANDIBULAR JOINT
ARTICULAR DISC OF TEMPOROMANDIBULAR JOINTARTICULAR DISC OF TEMPOROMANDIBULAR JOINT
ARTICULAR DISC OF TEMPOROMANDIBULAR JOINTDR. SNEHA NAIR
 
5 charts on South Africa as a source country for international student recrui...
5 charts on South Africa as a source country for international student recrui...5 charts on South Africa as a source country for international student recrui...
5 charts on South Africa as a source country for international student recrui...CaraSkikne1
 

Kürzlich hochgeladen (20)

Patient Counselling. Definition of patient counseling; steps involved in pati...
Patient Counselling. Definition of patient counseling; steps involved in pati...Patient Counselling. Definition of patient counseling; steps involved in pati...
Patient Counselling. Definition of patient counseling; steps involved in pati...
 
10 Topics For MBA Project Report [HR].pdf
10 Topics For MBA Project Report [HR].pdf10 Topics For MBA Project Report [HR].pdf
10 Topics For MBA Project Report [HR].pdf
 
Protein Structure - threading Protein modelling pptx
Protein Structure - threading Protein modelling pptxProtein Structure - threading Protein modelling pptx
Protein Structure - threading Protein modelling pptx
 
Department of Health Compounder Question ‍Solution 2022.pdf
Department of Health Compounder Question ‍Solution 2022.pdfDepartment of Health Compounder Question ‍Solution 2022.pdf
Department of Health Compounder Question ‍Solution 2022.pdf
 
Unveiling the Intricacies of Leishmania donovani: Structure, Life Cycle, Path...
Unveiling the Intricacies of Leishmania donovani: Structure, Life Cycle, Path...Unveiling the Intricacies of Leishmania donovani: Structure, Life Cycle, Path...
Unveiling the Intricacies of Leishmania donovani: Structure, Life Cycle, Path...
 
Education and training program in the hospital APR.pptx
Education and training program in the hospital APR.pptxEducation and training program in the hospital APR.pptx
Education and training program in the hospital APR.pptx
 
Ultra structure and life cycle of Plasmodium.pptx
Ultra structure and life cycle of Plasmodium.pptxUltra structure and life cycle of Plasmodium.pptx
Ultra structure and life cycle of Plasmodium.pptx
 
The Stolen Bacillus by Herbert George Wells
The Stolen Bacillus by Herbert George WellsThe Stolen Bacillus by Herbert George Wells
The Stolen Bacillus by Herbert George Wells
 
P4C x ELT = P4ELT: Its Theoretical Background (Kanazawa, 2024 March).pdf
P4C x ELT = P4ELT: Its Theoretical Background (Kanazawa, 2024 March).pdfP4C x ELT = P4ELT: Its Theoretical Background (Kanazawa, 2024 March).pdf
P4C x ELT = P4ELT: Its Theoretical Background (Kanazawa, 2024 March).pdf
 
How to Add Existing Field in One2Many Tree View in Odoo 17
How to Add Existing Field in One2Many Tree View in Odoo 17How to Add Existing Field in One2Many Tree View in Odoo 17
How to Add Existing Field in One2Many Tree View in Odoo 17
 
Easter in the USA presentation by Chloe.
Easter in the USA presentation by Chloe.Easter in the USA presentation by Chloe.
Easter in the USA presentation by Chloe.
 
Prescribed medication order and communication skills.pptx
Prescribed medication order and communication skills.pptxPrescribed medication order and communication skills.pptx
Prescribed medication order and communication skills.pptx
 
In - Vivo and In - Vitro Correlation.pptx
In - Vivo and In - Vitro Correlation.pptxIn - Vivo and In - Vitro Correlation.pptx
In - Vivo and In - Vitro Correlation.pptx
 
March 2024 Directors Meeting, Division of Student Affairs and Academic Support
March 2024 Directors Meeting, Division of Student Affairs and Academic SupportMarch 2024 Directors Meeting, Division of Student Affairs and Academic Support
March 2024 Directors Meeting, Division of Student Affairs and Academic Support
 
2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx
2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx
2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx
 
HED Office Sohayok Exam Question Solution 2023.pdf
HED Office Sohayok Exam Question Solution 2023.pdfHED Office Sohayok Exam Question Solution 2023.pdf
HED Office Sohayok Exam Question Solution 2023.pdf
 
Drug Information Services- DIC and Sources.
Drug Information Services- DIC and Sources.Drug Information Services- DIC and Sources.
Drug Information Services- DIC and Sources.
 
ARTICULAR DISC OF TEMPOROMANDIBULAR JOINT
ARTICULAR DISC OF TEMPOROMANDIBULAR JOINTARTICULAR DISC OF TEMPOROMANDIBULAR JOINT
ARTICULAR DISC OF TEMPOROMANDIBULAR JOINT
 
Finals of Kant get Marx 2.0 : a general politics quiz
Finals of Kant get Marx 2.0 : a general politics quizFinals of Kant get Marx 2.0 : a general politics quiz
Finals of Kant get Marx 2.0 : a general politics quiz
 
5 charts on South Africa as a source country for international student recrui...
5 charts on South Africa as a source country for international student recrui...5 charts on South Africa as a source country for international student recrui...
5 charts on South Africa as a source country for international student recrui...
 

Aix admin course provider Navi Mumbai | AIX Admin Course Training Navi Mumbai | Best AIX Admin Coures Trainers In Navi Mumbai | AIX Admin Course

  • 1. Vibrant Technologies & Computers AIX Administration Training Institute Make Career With Us!! B2/6/2 Vashi ,Navi Mumbai,
  • 2. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 advancedaixadministration.vibranttechnologies.co.in 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
  • 3. 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
  • 4. 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.
  • 5. 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 ...
  • 6. 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 Architecture- based 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.
  • 7. 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.
  • 8. 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.
  • 9. 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
  • 10. 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.
  • 11. 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.
  • 12. 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
  • 13. 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.
  • 14. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 advancedaixadministration.vibranttechnologies.co.in advancedaixadministration.vibranttechnologies.co.in - 7042-C06 desk side HMC model: HMC – Hardware Management Console
  • 15. 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