Install Sybase Perl module in Solaris 10

October 15, 2009 · Filed Under Package Management, Solaris 10 · Comment 

Installing Perl modules in Sun Solaris is not as straight forward but is not very difficult as well.  Perl module installations in Sun Solaris needs GNU Make rather than the default make tool installed. And, requires using perlgcc to build the Makefile.PL than the default perl binary.

Read more

psrinfo – Find number of Physical & Virtual Processors in Solaris 10

January 2, 2009 · Filed Under General · 7 Comments 

In Solaris 10, if you want to find the processor type and the number of physical processors installed on the system and the number of Virtual Processors available on the system then the psrinfo command does job for you.

Read more

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

March 20, 2008 · Filed Under Networking · 3 Comments 


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 MAC-Address.

To confirm this behaviour

Read more

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

January 29, 2008 · Filed Under General, Package Management, Solaris 10, Sun X86 platform · Comment 

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.

Read more

How to Install OpenSSH in Sun Solaris 9 (SPARC)

January 21, 2008 · Filed Under SSH, Solaris 9 · Comment 

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 protocol versions.

Read more