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

How to find list of files installed by a package

August 25, 2009 · Filed Under Package Management · Comment 

“pkginfo” command can be useful in Solaris to give a detailed listing of a package including the details of number of installed files, pathnames, directories and executables as follows:

Read more

How to find files,directories,path,executables for packages

April 14, 2008 · Filed Under Package Management · Comment 


Sometimes you run into situations to try and understand where the files for your package that you just installed on your Sun Solaris Server. While this is no big deal for geeks lets help “not so geeks” with a way to find the files and path of installed package.

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

Sun Solaris Patch Management return codes

January 21, 2008 · Filed Under Package Management · Comment 

When you install Patches on Solaris, you will find quite often see error codes or Exit/Return codes when the patch installation fails.

These are the return codes that indicate the cause of the failure to install the specified patch and are very helpful as point to start with in troubleshooting.

Read more

How to Install OpenSSH in Sun Solaris 10 (X86)

January 21, 2008 · Filed Under Package Management, SSH, Solaris 10, Sun X86 platform · 1 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.

Solaris 10 is by default installed with SSH server and the clients. However, if you have chosen to ignore SSH at the time of installation or have started the install with a minimal install then you may need to install OpenSSH manually.

Read more

How to Install OpenSSH in Sun Solaris 10 (SPARC)

January 21, 2008 · Filed Under Package Management, SSH, Solaris 10 · 1 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

How to install MySQL database server in Sun Solaris

January 11, 2008 · Filed Under Package Management · Comment 

Installation of MySQL Database server on Solaris is not that difficult but is a bit dragging and not as straightforward as is in any other Linux flavors. The following procedure will help install MySQL and configure successfuly in Sun Solaris. Read more

How to install GNU tar in Sun Solaris

January 11, 2008 · Filed Under Package Management · 4 Comments 

There are scenarios where you cannot untar a certain package with the builtin tar utility. A best example would be when you use it to untar the MySQL Packages downloaded from

http://dev.mysql.com/downloads/mysql/5.0.html

Follow the procedures listed below to sucessfully install GNU Tar installed in Sun Solaris.

Read more