Results > Posts Filed Under > Sun Solaris

Apache 2.0.43 / Tomcat 4.1.12 / mod_jk for Solaris 8 (SPARC)

http://johnturner.com/howto/apache2-tomcat4112-sol8-howto.html
First, you need a sane build environment. In the open source world, that means GNU tools, not the tools included with a Sun Dev cluster install. Also make sure you’ve installed the Sun Solaris 8_Recommended patch cluster.
You’ll also need openssl and openssh installed. I’m assuming here that if you have a Sun server and you have root access to it that you have some basic familiarity with system administration and know your way around a UNIX …

Sun Solaris Basic commands

process listing. /usr/ucb/ps -aux | more
/usr/proc/bin/ptree <pid>
/* Print the parent/child process ‘tree’ of a process */
/usr/ucb/ps -aux | more
/* Displays CPU % usage for each process in ascending order */
usr/ucb/ps -auxww | grep <process name>
/* Gives the full listing of the process (long listing) */
coreadm -i core.%f.%p
/* Append program name and process id to core file names */
kill -HUP `ps -ef | grep [p]roccess | awk ‘{print $2}’`
/* HUP any related process in one step */
sof -i TCP:25
/* Mapping port …

Complete SUn Java Portal server Tutorial.

http://vegdave.wordpress.com/2007/03/22/notes-on-installing-skype-on-ubuntuamd64/

 Page 3 of 3 « 1  2  3