Interview Questions for AIX

INTERVIEW QUESTIONS AND ANSWERS FOR AIX 1.How do I know if my volume group is normal, big, or scalable? Run the lsvg command on the volume group and look at the value for MAX PVs. The value is 32 for normal, 128 for big and […]

Read more

Configuring DNS in AIX

DNS CONFIGURATION IN AIX Most of the times people ask me how to create DNS in AIX, so here I give you step by step procedure to make AIX machine as DNS server. 1. Change your hostname to a fully qualified host name. » root@lpar1: hostname lpar1.my.example.com 2. […]

Read more

Introduction to Linux Operating System

INTRODUCTION TO LINUX What is Operating System ? Operating system is an interface between user and the computer hardware. The hardware of the computer cannot understand the human readable language as it works on binaries i.e. 0’s and 1’s. Also it is very tough for […]

Read more