AIX Testing Perspective
AIX An overview
09 Mar 2006, Thursday
Saturday, April 21, 2012
Murugan Elumalai
AIX Basics
Objectives
To know UNIX and its different flavors.
To know major intricacies of AIX. To interact with AIX from Windows.
To extensively use critical AIX Commands.
To understand FTP & some software's to perform FTP. To understand some Advanced Concepts that might be useful for testing
Saturday, April 21, 2012
Murugan Elumalai
AIX Basics
UNIX and its Flavors
UNIX is an operating system.
The job of an operating system, as your very much aware is to orchestrate the various parts of the computer -- the processor, the on-board memory, the disk drives, keyboards, video monitors, etc. -- to perform useful tasks. The operating system is the master controller of the computer, the glue that holds together all the components of the system, including the administrators, programmers, and users. When you want the computer to do something for you, like start a program, copy a file, or display the contents of a directory, it is the operating system that must perform those tasks for you.
Flavor
AIX BSD
Vendor
IBM Free BSD Group
HP-UX
Solaris SCO LINUX
HP
SUN Solaris Several Open Community GNU Red Hat Software
Murugan Elumalai
UNIX Flavors
GNU Herd Red Hat Linux
3 Saturday, April 21, 2012
AIX Basics
Intricacies of AIX/UNIX
Saturday, April 21, 2012
Murugan Elumalai
AIX Basics
Intricacies of AIX/UNIX-Contd..
Saturday, April 21, 2012
Murugan Elumalai
AIX Basics
Interacting AIX from Windows HOW ???
Start->run.. Type cmd gets opened. Command prompt of windows
In command prompt, type the following:
telnet <IP address of AIX> when prompted enter the AIX user id and password.
Saturday, April 21, 2012
Murugan Elumalai
AIX Basics
Critical AIX Commands
pwd To list present working directory. Normally AIX Shells will be displayed only with a $ or % prompt.
So using pwd command will show the user the directory he is working
Saturday, April 21, 2012
Murugan Elumalai
AIX Basics
Critical AIX Commands -Cont..To List
files. To list files with details
Saturday, April 21, 2012
Murugan Elumalai
AIX Basics
To Critical AIX Commands -Cont..display Hidden Files
Saturday, April 21, 2012
Murugan Elumalai
AIX Basics
Critical AIX Commands -Cont.
To list files by latest date & time
10
Saturday, April 21, 2012
Murugan Elumalai
AIX Basics
Critical AIX Commands -Cont.
Sample text
GREP searching the pattern
11
Saturday, April 21, 2012
Murugan Elumalai
AIX Basics
Critical AIX Commands -Cont.
Using grep to list only directories
12
Saturday, April 21, 2012
Murugan Elumalai
AIX Basics
Critical AIX Commands -Cont.
Some grep examples
13
Saturday, April 21, 2012
Murugan Elumalai
AIX Basics
Critical AIX Commands
find <directory path> Cont < filename> is name the syntax for find command
14
Saturday, April 21, 2012
Murugan Elumalai
AIX Basics
Critical AIX Commands -Cont.
15
Saturday, April 21, 2012
Murugan Elumalai
AIX Basics
FTP stuffs
From command prompt do the following: ftp < IPADDRESS> ftp prompt gets opened. Here user needs to enter AIX user id & password.
get <fn>
get <fn> <fn1> fn1.
downloads file from remote machine
gets fn file from remote machine & save it in local machine as
mput
copies local file to remote machine.
16
Saturday, April 21, 2012
Murugan Elumalai
AIX Basics
Advanced Concepts
Ps & kill
CRON
Tail
17
Saturday, April 21, 2012
Murugan Elumalai
AIX Basics
Some Samples
18
Saturday, April 21, 2012
Murugan Elumalai
AIX Basics
Thanks for
Ur Time !!!
19 Saturday, April 21, 2012
Murugan Elumalai