nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

Commands required to monitor a Solaris servers

This is a discussion on Commands required to monitor a Solaris servers within the Solaris/OpenSolaris forums, part of the UNIX operating systems category; Hai, I (In favour of all new sysadmins) need the summary commands only ( I/we'll explore) to monitor/troubleshoot a solaris ...


Go Back   nixCraft Linux Forum > UNIX operating systems > Solaris/OpenSolaris

Linux answers from nixCraft.


Solaris/OpenSolaris Discuss all about the SUN Solairs/OpenSolaris. You are free to talk about any issues related to Solaris administration, networking, services and other stuff, share information or ask doubts.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 17-06-2007, 08:28 PM
Junior Member
User
 
Join Date: Oct 2006
Location: Chennai
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
ramrishie
Send a message via Yahoo to ramrishie
Default Commands required to monitor a Solaris servers

Hai,

I (In favour of all new sysadmins) need the summary commands only ( I/we'll explore) to monitor/troubleshoot a solaris server. Please list out the commands only. Ofcourse I am seeing the book and referring the man pages. Atleast top 25 commands to watch out. I am a moderate Linux user. As I need to maintain the solaris servers now.

Thanks in Advance.
Ram
Reply With Quote
  #2 (permalink)  
Old 18-06-2007, 01:41 AM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 245 Times in 184 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Many Linux commands will work on Sun Solaris UNIX too.

User disk quota
Code:
quot -af
Gardware resources
Code:
cfgadm
Kernel driver information
Code:
modinfo
Get Pagesize information
Code:
pagesize –a
Swap file info
Code:
swap -l
Get memory size info
Code:
prtconf | grep Mem
Get various network information
Code:
netstat
Network card info and setup
Code:
ifconfig
route
snoop
More about process
Code:
ptree
ps
fuser
ipcs
kill
lsof
top
pwdx
pfiles
pkill
Sys config and info
Code:
eeprom
prtconf -vp
isainfo –bv
last
who
w
prtdiag -v
sar
See Complete Sun Solaris Commands List online or download the same using wget
Code:
wget 'http://www.allcommands.com/solaris%20commands%20list.html'
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
  #3 (permalink)  
Old 22-01-2008, 05:17 AM
Junior Member
User
 
Join Date: Jan 2008
OS: SuSE
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
linuxidiot is on a distinguished road
Default

prstat <-- like top command in linux systems

truss <-- strace like in linux

format <-- fdisk like menu but have to run fdisk with in it to maintain disks.

smc <-- solaris management console

psrinfo <-- lists processor information

svcs, svcadm, svccfg <-- service configuration utilities of SMF

isainfo <-- lists architecture
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
How to monitor RSH commands mformit Solaris/OpenSolaris 0 11-04-2008 09:44 PM
Progate account across several servers piggy Shell scripting 0 06-03-2008 08:03 AM
Mounting servers in Linux rav Linux software 1 02-05-2007 11:57 PM
login into multiple servers thru script... avcert1998 Shell scripting 2 17-03-2007 03:29 AM
Solaris newbie: How to install IOzone in Solaris warren Solaris/OpenSolaris 11 28-03-2006 05:45 PM


All times are GMT +5.5. The time now is 07:37 AM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38