Solaris 10

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 »

How to recover/reset root password in Sun solaris (SPARC)

There is every little chance that one loses or rather forgets the root password of his Sun Solaris servers. In the event, this happens, there is a way out of it. Well the way and infact the only way is to reset the password as there is no way to recover it. Recovering/restting the password …

How to recover/reset root password in Sun solaris (SPARC) Read More »

Solaris 10 & Solaris Express Hardware Compatibility list(HCL)

As you are aware of, every Operating System has a Hardware Compatibility List (HCL). The Hardware Compatibility List (HCL) identifies hardware that is compatible with the Operating System and provides information about available software support. Hardware Compatibility List (HCL) for Solaris 10 OS: http://www.sun.com/bigadmin/hcl/data/sol/ There are totally 906 system which includes OEM & System Vendor …

Solaris 10 & Solaris Express Hardware Compatibility list(HCL) Read More »

How to Install OpenSSH in Sun Solaris 10 (X86)

OpenSSH is a free opensource version of the SSH connectivity tools. OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other attacks unlike Telnet,rlogin or ftp where the data is not encrypted and transmitted in plain text. Additionally, OpenSSH provides secure tunneling capabilities and several authentication methods, and supports all SSH …

How to Install OpenSSH in Sun Solaris 10 (X86) Read More »

How to Install OpenSSH in Sun Solaris 10 (SPARC)

OpenSSH is a free opensource version of the SSH connectivity tools. OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other attacks unlike Telnet,rlogin or ftp where the data is not encrypted and transmitted in plain text. Additionally, OpenSSH provides secure tunneling capabilities and several authentication methods, and supports all SSH …

How to Install OpenSSH in Sun Solaris 10 (SPARC) Read More »