Sun Solaris (OS) Question:

Download Job Interview Questions and Answers PDF

How will you add a virtual IP address to a server in Solaris. Given the interface qe0 and IP 10.10.1.150

Solaris Interview Question
Solaris Interview Question

Answer:

Syntax:

#ifconfig qe0:1 plumb

# ifconfig qe0:1 10.10.1.150 up

where "qe0" is an interface (e.g., le0) and N is a number between 1 and
<MAX>. Removing the pseudo interface and associated address is done
with "ifconfig qe0:1 10.10.1.150 down".

As with physical interfaces, all you need to do is make the
appropriate /etc/hostname.qe0:X file.

Download Solaris Interview Questions And Answers PDF

Previous QuestionNext Question
How to restore a corrupted file system or trouble shoot bad super blocks for a FS c0t2d0s5What are the different phases in boot process