Category

Archive for the 'Solaris' Category

SVN: subversion on Solaris

( Solaris )

I was setting up my subversion server on a Linux Ubuntu machine today. Not a simple task. However, setting up a Solaris subversion is not necessarily a simple one either. Solaris binaries can be found in one of two places:

Sun Freeware - for Solaris 9.
Open Collab Net - Available for Solaris 10.

For [...]

Solaris: Unix: Gathering System Information

( Solaris and Unix )

Processor Type:
/usr/sbin/psrinfo -v
Enable / Disable Processors:
/usr/sbin/psradm -n processor_id
/usr/sbin/psradm -f processor_id
RAM:
/usr/sbin/prtconf | grep Memory

Disk:
df -lk
Source: http://www.brandonhutchinson.com/