Thursday, March 26, 2009

Basic Questions in AIX

Basic Questions in AIX
1 How will u check OS LEVEL?
#oslevel #uname -vr

2 Any idea about ML, &How do u install?
Yes.Maintainance level .Now a days it is called as Technology level….
a) Get it from IBM .It is a free ware .it will be in tar.gz format.
(For example 5100007.tar.gz)
b) Copy it to /usr/sys/inst.images directory.
c) Unzip and Untar
(# gun zip 5100007.tar.gz | tar -xvf --)
d) Run inutoc command.
(#inutoc /usr/sys/inst.images)
e) Take a rootvg backup. (Don’t forget)
( #mksysb - ief /dev/rmt0 )
f) Install the bos.rte.install fileset
(# installp -acXd /usr/sys/inst.images/bos.rte.install
Or #smitty update_all )
g)Restart the server.
( #shutdown –Fr )
h) Check the installed ML.
( #oslevel -r )

3 How do you install APAR?
#instfix -k

4 How will u check APAR installed or not?
#instfix -ik

5 How will u create a User?
#mkuser -a

No comments:

Post a Comment