Author name: admin

Configure IPMP Load Balancing & Resilience in Sun Solaris

IP Multipathing (IPMP) in Sun Solaris enables the load balancing capabilities and resilience for Network connections with multple Network Interface Cards (NIC). I discussed here about providing resilience for network connections with multiple NICs on the system. Now, we take it to the next step and make the network connections not only resilient but also […]

Configure IPMP Load Balancing & Resilience in Sun Solaris Read More »

Multiple Interfaces (NICs) use single MAC-Address in Solaris on SPARC

In SPARC Servers running Sun Solaris, you can see multiple Network Interface Cards (NICs) or interfaces are all sharing a single MAC-Address than having a unique Factory-default MAC-Address assigned to it. This is because by default, a System-Wide MAC-Address is assigned to all the NICs and hence a ifconfig -a output will show only one

Multiple Interfaces (NICs) use single MAC-Address in Solaris on SPARC Read More »

Configure IPMP network resilience with Multiple NICs in Solaris

IP Multipathing (IPMP) in Sun Solaris enables the load balancing capabilities and resilience for Network connections with multple Network Interface Cards (NIC). IPMP is mostly used to provide resilience with network connections wherein a Sun Solaris Server with multiple NICs can be configured such that if the primary NIC fails it automatically failover to the

Configure IPMP network resilience with Multiple NICs in Solaris Read More »

How to add a Static Route (persistent) in Sun Solaris

To add a Static Route in Sun Solaris operating system, you can use the route command. This will dynamically update the Kernel IP Routing table. However, when a server is restarted, these routes will be lost. To prevent this from happening, add a startup script S76static-routes with all the route commands for the static route

How to add a Static Route (persistent) in Sun Solaris Read More »

How to disable IP Forwarding in Sun Solaris

IP packet forwarding is the process of routing packets between network interfaces on one system. A packet arriving on one network interface and addressed to a host on a different network is forwarded to the appropriate interface. While this is a job for the network router, Servers with multiple interfaces connected to different network can

How to disable IP Forwarding in Sun Solaris Read More »

Install & Run Sun VTS in Solaris 10 for hardware & Stress test

In my previous write up here, I wrote a brief description of the Sun VTS (Validation and Test Suite) which can help one to run tests on any Sun Supported hardware and hardware components and report the health status and identify faulty devices. Now, lets get installing and run Sun VTS in Solaris 10.

Install & Run Sun VTS in Solaris 10 for hardware & Stress test Read More »