Looking for the top Solaris specific commands

I am changing jobs and need to know a little about Solaris specific commands. I come from AIX and we have commands like errpt, smit, and lsattr that are AIX specific.

Any help is appreciated.

this might help
Rosetta Stone for Unix

The obvious ones are:
Package commands:
pkginfo
pkgadd
pkgrm
Patch commands:
patchadd
showrev
patchrm
and for Solaris 10 with SMF (RC script and inetd replacement):
svcs
svcadm
svccfg

Beyond that you may want to look at zones in Solaris 10 (virtualisation) and Disksuite / Solaris Volume Manager for software disk mirroring.

couple more links:
UNIXguide.net ( AIX, FreeBSD, HP-UX, LINUX, SOLARIS & Tru64)
FreeBSD Technical Support

Thanks all!