Sponsored Content
Full Discussion: CPU Temperature Details
Operating Systems Solaris CPU Temperature Details Post 302376407 by fugitive on Tuesday 1st of December 2009 10:09:48 AM
Old 12-01-2009
its in the /ipmi.pass and even if try to give the password manually i get same error
Code:
Error: Unable to establish IPMI v2 / RMCP+ session
Unable to get Chassis Power Status

 

9 More Discussions You Might Find Interesting

1. HP-UX

temperature records

I'm fairly new to hpux, so this is what i've been trying to figure out. Is it possible to get any logs on hpux that would indicate if the system, cpu, or other hardware components reached above normal or critical temperatures? Thanks, -K (0 Replies)
Discussion started by: uzerx
0 Replies

2. Solaris

E450 CPU temperature 80 degree F

Hi all, We are getting CPU warning temeratures sometimes and our server is shutdown at 80 degree F. We notice our server room temperature at 18 degree celcius . Our we have already cleaned dust from grills near CPU Fan . CPU fans are working (moving) . It is our experience that CPU... (5 Replies)
Discussion started by: Hitesh Shah
5 Replies

3. Solaris

CPU temperature

Hi all I have a SUN V480 server with 4 processores and I've noticed that the temperature for 2 of the 4 processers are quite high (63 degrees Celsius). Does anyone know what the operating temperatures of the Sparc CPU's are? I'm not getting any warning messages yet, but I want to resolve the... (3 Replies)
Discussion started by: soliberus
3 Replies

4. Solaris

How to change CPU threshold high temperature

Hi, I have a NETRA 240 server wich should work on high temperature environment (up to 50 deg celsius). After reaching ~48 deg, the system is shuting down. The HighShutDownThreshold of the CPU is set to 89 deg The PowerOffThreshold of the CPU is set to 96 deg Please help me to change these... (2 Replies)
Discussion started by: Danielz
2 Replies

5. UNIX for Advanced & Expert Users

Script to access multiple linux servers to get system details such as CPU usage

Hi Is there any shell script that accesses multiple linux servers to get details such as CPU usage, RAM used etc. The access of the servers must be parallel not serial in the sense it must ping all the servers at a time to get information.The script has to be triggered from a host system and get... (7 Replies)
Discussion started by: mssrivatsa
7 Replies

6. Solaris

How to read CPU temperature?

Hello all, I am using prtdiag -v command to find the temperature sensors . And i dont see the following o/p . ystem Configuration: Hewlett-Packard HP Z400 Workstation BIOS Configuration: Hewlett-Packard 786G3 v01.17 08/19/2009 ==== Processor Sockets ==================================== ... (2 Replies)
Discussion started by: b.preeya22
2 Replies

7. UNIX for Advanced & Expert Users

UNIX / LINUX OS CPU configuration details

Hi, How to find the cpu configuration details of Cores, Speed MHz, virtual processors for the following servers: LINUX OS Servers: Linux 2.6.9-89.0.3.ELsmp #1 SMP Sat Jun 13 07:05:54 EDT 2009 i686 i686 i386 GNU/Linux. (Cores, Speed, Processor) Linux 2.6.18-164.el5 #1 SMP Tue Aug 18... (5 Replies)
Discussion started by: jagtheesh
5 Replies

8. UNIX for Dummies Questions & Answers

at -l doesnt give details of the scheduled job. How to get the details?

I have scheduled couple of shell scripts to run using 'at' command. The o/p of at -l is: $ at -l 1320904800.a Thu Nov 10 01:00:00 2011 1320894000.a Wed Nov 9 22:00:00 2011 1320876000.a Wed Nov 9 17:00:00 2011 $ uname -a SunOS dc2prcrptetl2 5.9 Generic_122300-54 sun4u sparc... (2 Replies)
Discussion started by: superparticle
2 Replies

9. Hardware

Max CPU temperature?

What is the max operating temperature for 'UltraSPARC IIIi 1 GHz' ? thanks. (1 Reply)
Discussion started by: orange47
1 Replies
mms_init(3MMS)					     Media Management System Library Functions					    mms_init(3MMS)

NAME
mms_init, mms_ainit, mms_goodbye, mms_agoodbye, mms_hello - manage sessions between the client application and MMS SYNOPSIS
cc [ flag...] file... -lmms [ library...] #include <mms_api.h> int mms_init(void *session, int *version); int mms_ainit(void *session, int *version, void (*callbk)(void *arg)); int mms_hello(void *session, char *host, char *app, char *ai, char *tag, char *pass); int mms_goodbye(void *session, int force); int mms_agoodbye(void *session, int force); DESCRIPTION
The mms_init() function creates and initializes the data structure used by a client to communicate with the Media Management System (MMS) synchronously. The mms_ainit() function creates and initializes the data structure used by a client to communicate with MMS asynchronously. On successful completion, session contains the pointer to the data structure and version contains the MMS API library version. If non-null, the callbk argument specifies which client routine to invoke if the asynchronous session shuts down. In the following functions, session is a session pointer returned by either mms_init() or mms_ainit(). The format of the client's logging routine is the following: void logfunctionname(char *, char *) The first argument is the prefix and the second is the API error message of the error encountered. The mms_hello() function establishes the session connection between the client and MMS. The client specifies the host where MM is running (host), application name (app), application instance (ai), application tag (tag), and application password (pass) to use to connect with MMS. These values must be present in MMS for the connection to be allowed. The mms_goodbye() function shuts down a synchronous session between the client and MMS. The mms_agoodbye() function shuts down an asynchronous session between the client and MMS. If force is set, no goodbye is sent to MM. RETURN VALUES
Upon successful completion, MMS_API_OK is returned. If a function has a processing error, it returns an error code indicating the type of error. ERRORS
These functions will fail if: MMS_API_ERR Unrecoverable internal processing error occurred. MMS_API_NOT_ERR_RSP Response is not an error response. MMS_API_SHUTDOWN Client has shut down API. MMS_ASYNC_API_FAILURE Reader thread unable to obtain reader mutex. MMS_CFG_FILE_ERR Unable to open watcher daemon's network configuration file. MMS_DUPLICATE_REG Event is already registered. MMS_E_CONNECT_ERR Failed to connect to MMS. MMS_E_INVALID_RESPONSE Invalid MMS response to command. MMS_E_NET_IO_ERR Connection failure to MMS. MMS_E_SYNTAX_ERR MMS response contained a syntax error. MMS_ERR_BIAS Unknown Error code. MMS_EV_REG_FAILED MMS did not accept event registration. MMS_EV_UNREG_FAILED MMS did not accept event unregistration. MMS_INVALID_RSP Unknown response type received. MMS_MALLOC_ERROR Unable to allocate required space. MMS_MISSING_TASKID Unable to find task ID in response. MMS_SELECT_ERROR Select system call failed. MMS_TRACE_FAILURE Unable to open API's trace file. MMS_WRONG_API_MODE API session does not support this API command. MMS_WRONG_TASKID Wrong task ID found for accept response. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Uncommitted | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
libmms(3LIB), mms_rsp_type(3MMS), mms_send_cmd(3MMS), attributes(5) SunOS 5.11 28 Oct 2008 mms_init(3MMS)
All times are GMT -4. The time now is 02:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy