Monitoring Solaris 9 and Solaris 10 with HP SIM


 
Thread Tools Search this Thread
Operating Systems Solaris Monitoring Solaris 9 and Solaris 10 with HP SIM
# 1  
Old 08-15-2011
Monitoring Solaris 9 and Solaris 10 with HP SIM

Hi All,

We have a mix of flavours of UNIX. Recently delegated to monitor all UNIX server from one single point of HP SIM.
HP-UX servers have been successfully brought under HP SIM and we have been getting hardware alerts and these have helped us take proactive steps.

Issue being faced is with Solaris servers. We have not been able to formulate correct steps till now to have solaris servers to be monitored.
An exception to this are the Solaris 10x86 servers on Proliant, on these, it looks like we have the steps ready as HP has PSP for Solaris on HP hardware.

My appeal to you , could you please share if you have any experience relating to configuring Solaris servers' hardware to be monitored by HP Systems Insight
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Solaris 10 & 11 ZFS Space Monitoring

Hi Folks! Its been a while since I worked with ZFS but basically, I need to monitor free space for Solaris 10 & 11 systems (with & without zones) I am hoping that any space commands only need to be run from the global zone (to simplify matters) However, I'm not not sure if there are exceptions... (2 Replies)
Discussion started by: GazinLincoln
2 Replies

2. Infrastructure Monitoring

Solaris Performance Monitoring Tools????

Hi, Are there any GUI (preferably web based) Solaris monitoring tools available for the SPARC platform. Just to clarify, when i say GUI, I don't mean buttons to configure the Software, of course that would be a plus, but rather GUI in terms of output, like Graphs. Thanks (6 Replies)
Discussion started by: Mack1982
6 Replies

3. Infrastructure Monitoring

Monitoring Solaris 10 Server

Hi, We user What's Up Gold tool for monitoring the WIndows servers. My idea is to add my Solaris 10 server to this monitoring tool. Is it feasible? If yes, can somebody help in configuring the server onto the tool? My current solaris 10 server is i86pc, and has SNMP daemons running. the... (0 Replies)
Discussion started by: EmbedUX
0 Replies

4. Solaris

Solaris Port Monitoring

I would like to know if it is possible to read from an I/O Port in solaris. I need to monitor the parallel port of 1 PC and save all the incoming and outgoing messages. I use a SPARC Solaris running Solaris 2.5.1. I have seen a driver for x86 based systems but none for SPARC. Any help on how to... (8 Replies)
Discussion started by: devjay
8 Replies

5. Infrastructure Monitoring

Network monitoring tool for Solaris 10

Hi All, I was wondering if there is any Network Monitoring Tool for Solaris 10 to monitor a network having hybrid operating systems. I just googled it without success. Hope, experts will guide me to get it. Thanks, Deepak (7 Replies)
Discussion started by: naw_deepak
7 Replies

6. Solaris

Network monitoring tool for Solaris 10

Hi All, I was wondering if there is any Network Monitoring Tool for Solaris 10 to monitor a network having hybrid operating systems. I just googled it without success. Hope, experts will guide me to get it. Thanks, Deepak (0 Replies)
Discussion started by: naw_deepak
0 Replies

7. UNIX for Dummies Questions & Answers

Solaris Disk Monitoring?

Hi Guys, I'm looking for a way to monitor disk health/status for a Solaris 5.8 sparc machine. I'm looking for something similar to LSIutility or MegaCLI. Any suggestions? Output of `modinfo`: 30 102616fb 10be8 118 1 ssd (SCSI SSA/FCAL Disk Driver 1.151) 122 7821c000 18550 32 1 ... (2 Replies)
Discussion started by: tank126
2 Replies

8. Solaris

Monitoring a single process in solaris

Hi All, I need help to monitor a single process in solaris to identify if it leaks memory or is using up too much system resources. I need to collect data over a period of time and plot graph for that single process I tried using SAR & GNOME-perfmeter but both of them give me performance... (3 Replies)
Discussion started by: jayana
3 Replies

9. Solaris

Local Monitoring on Solaris 10

Hello people =) I need software that can gather statistics for the system. I/O-disc systems, load memory, processors, networks, etc.. Looking for analog utilities nmon, which is run on the server and gather such statistics. Moreover, it creates a detailed report in the file format Excel. There... (6 Replies)
Discussion started by: jess_t03
6 Replies
Login or Register to Ask a Question
SIM2GFF(1)						      General Commands Manual							SIM2GFF(1)

NAME
sim2gff - Converts SIM file into GFF formatted records SYNOPSIS
sim2gff [-frxyHh] sim_file > gff_file DESCRIPTION
This manual page documents briefly the sim2gff command. sim2gff is a program written in Perl that converts SIM file into GFF formatted records (for use with gff2aplot and gff2javaplot). OPTIONS
-h, --help Show summary of options. -f Output is written to a file named <sim_file>.gff. -r Interchange the order of sequences (Seq1 on y-axis, Seq2 on x-axis). -x <name> Specify the species name for species1 (default: "Seq1"). -y <name> Specify the species name for species2 (default: "Seq2"). -H Use the fasta file headers for species labels. EXIT STATUS
The following perl-like exit status are returned: 0 Error 1 Successful completion SEE ALSO
ali2gff(1), blat2gff(1), gff2aplot(1), parseblast(1). AUTHOR
sim2gff was written by Thomas Wiehe <twiehe@imb-jena.de>. This manual page was written by Nelson A. de Oliveira <naoliv@gmail.com>, for the Debian project (but may be used by others). Mon, 21 Mar 2005 21:44:15 -0300 SIM2GFF(1)