http://www.softpanorama.org/Solaris/Packages/index.shtml
o List patches applied:
# patchadd -p
o To apply a patch
Untar the patch tar.Z
# patchadd <dir>
o To add a package
# pkgadd -d <package file>
o To add a package in tar format
# tar xvfz package.tar.Z
# pkgadd -d .
This will ask you which packages in the
current directory you wish to install.
o To remove a package
# pkgrm <package>
o To get info on a package
# pkginfo -x <package>
# pkginfo -l <package>
o To list all installed packages
# pkginfo
o To find out which package a file is …
Results > Posts Filed Under > Sun Solaris
Add or Remove Package on SunSolaris.
Enabling telnet on Sun Solaris.
Configuring Telnet / FTP to login as root (Solaris)
Now before getting into the details of how to configure Solaris for root logins, keep in mind that this is VERY BAD security. Make sure that you NEVER configure your production servers for this type of login.
Configure Telnet for root logins
Simply edit the file /etc/default/login and comment out the following line as follows:
# If CONSOLE is set, root can only login on that device.
# Comment this line out to allow remote login …
Rsync Installation- Sun solaris
http://netilium.org/~mad/technotes/rsync/
http://netilium.org/~mad/technotes/rsync/NTLMrsync-sparc.pkg
Installation:
* Download the package to a temporary directory.
* Run pkgadd -d NTLMrsync-sparc.pkg from that directory and select the package for installation.
Installation transcript:
# pkgadd -d NTLMrsync-sparc.pkg
The following packages are available:
1 NTLMrsync    rsync – faster, flexible replacement for rcp
(sparc) 2.6.3
Select package(s) you wish to process (or ‘all’ to process
all packages). (default: all) [?,??,q]:
Processing package instance <NTLMrsync> from </tmp/NTLMrsync-sparc.pkg>
rsync – faster, flexible replacement for rcp
(sparc) 2.6.3
Installing OpenSSH Packages for SPARC and Intel/Solaris 8
Openssh is meant to supply security to your systems. If you don’t understand how to properly use it, you may have problems. Such problems are your responsibility. See our disclaimer. Please read the instructions below fully and carefully before you do any installation.
Installation of the openssh software on a Solaris machine is lengthy, but straightforward. To get ssh and sshd running you need to install a number of packages. …