Hai all,
Today i will share new article about solaris again. This is not an error but this is just how to add secondary ip address at solaris 10. The case is : We will add ip address (igb3) and existing server have 2 if igb0 and igb2.
1. Login to your machine.
2. Then doing this command.
#ifconfig -a --> check existing ip configuration.
3. We need to enable interface 3 (igb3) first.
#ifconfig igb3 plumb up
4. Then you add the ip address.
#ifconfig igb3 192.168.0.1 netmask 255.255.255.0 broadcast + up
5. Just that.