How will you add a virtual IP address to a server in Solaris. Given the interface qe0 and IP 10.10.1.150
Submitted by: AdministratorSyntax:
#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.
Submitted by: Administrator
#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.
Submitted by: Administrator
Read Online Solaris Job Interview Questions And Answers
Top Solaris Questions
☺ | What is the command to do an interactive boot from the ok prompt? |
☺ | What is "Piping" solaris? |
☺ | How do we know how many LAN cards we have in server? |
☺ | What are the different phases in boot process |
☺ | How can i disable STOP+A utility on SUN machines, which brings system into OK> prompt? |
Top Operating System (OS) Categories
☺ | RTOS Interview Questions. |
☺ | Windows 7 Interview Questions. |
☺ | MAC Operating System Interview Questions. |
☺ | Disk Operating System (DOS) Interview Questions. |
☺ | Shell Scripting Interview Questions. |