Tanti Technology

My photo
Bangalore, karnataka, India
Multi-platform UNIX systems consultant and administrator in mutualized and virtualized environments I have 4.5+ years experience in AIX system Administration field. This site will be helpful for system administrator in their day to day activities.Your comments on posts are welcome.This blog is all about IBM AIX Unix flavour. This blog will be used by System admins who will be using AIX in their work life. It can also be used for those newbies who want to get certifications in AIX Administration. This blog will be updated frequently to help the system admins and other new learners. DISCLAIMER: Please note that blog owner takes no responsibility of any kind for any type of data loss or damage by trying any of the command/method mentioned in this blog. You may use the commands/method/scripts on your own responsibility. If you find something useful, a comment would be appreciated to let other viewers also know that the solution/method work(ed) for you.

Tuesday 31 May 2016

AIX Interview Q&A


1. What is mean by AIX?
Ans:- AIX means advanced interactive executive. IBM has invented AIX which is nothing but the advanced UNIX.

2. How do i know my H/W is 64 bit or 32 bits?
Ans:- bootinfo –y will show you the answer.

3. How do I know my kernel is 64 bit or 32 bits?
Ans:- bootinfo –k

4. How to activate quorum of vg ?
Ans:- #chvg -Qy VGname

5. How to disable quorum of vg ?
Ans:- # chvg -Qn VGname

6. How to Check quorum stat of vg ?
Ans:- #lsvg VGname | grep QUORUM

7. How to reset Password in AIX?
Ans:-
a. Log in as root or admin user.
b. Use passwd command to reset the password.
c. #passwd user_name
d. This will ask you
e. New password:
f. Enter new password and confirm again.
g. Password change completed.

8. How to set password to non expiry in AIX?
Ans:-
a. Log in as root or admin user.
b. Use pwdadm –C username command to set non expiry passwd.
c. # pwdadm –C username

9. How to create User in aix?
Ans:-
a. Log in as root or admin user.
b. Use smitty mkuser .
c. User name is only mandatory field.
d. Enter user name and press enter.
e. If you see command run OK. You have created user.

10. How to list user attributes?
Ans:-
a. Log in as root or admin user.
b. Use lsuser command to list user attributes.
c. Eg.# lsuser user_name
d. Above command list all attributes of user_name.

No comments:

Post a Comment