Sponsored Content
Special Forums Hardware Filesystems, Disks and Memory Loud Sounds can slow down disk I/O Post 302287608 by Ankgne on Saturday 14th of February 2009 01:50:11 PM
Old 02-14-2009
great and it's an amazing discoverySmilieSmilie
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Are there sounds in Mandrake

First of sll, i wan to apologize to all of the admin. or peoples who are noticing all of my posts today, Im at school and i really have nothing else to do, im in strudy hall and my teacher wont let me check my email, but any ways, i just remembered that I don't have any sounds in Mandrake like i... (4 Replies)
Discussion started by: LolapaloL
4 Replies

2. Ubuntu

Playing wav-file sounds.

I would like to be able to shell out to the command line and play sounds. After installing "sox" I can now do this using the play command. Is there a way to stop the playing once it starts? (5 Replies)
Discussion started by: newyorkpaulie
5 Replies

3. Solaris

Hard disk write performance very slow

Dear All, I have a hard disk in solaris on which the write performanc is too slow. The CPU , RAM memory are absolutely fine. What might be reason. Kindly explain. Rj (9 Replies)
Discussion started by: jegaraman
9 Replies

4. UNIX for Advanced & Expert Users

check if the disk is slow

Hi, we have some Oracle DBs on a AIX server. We have the following error messages : Warning: log write time 540ms, size 5444KB *** 2008-05-14 10:19:02.686 Warning: log write time 1470ms, size 5533KB Oracle in LGWR Is Generating Trace file with "Warning: Log Write Time 540ms, Size 5444kb"... (6 Replies)
Discussion started by: big123456
6 Replies

5. Solaris

V20z terribly loud - firmware update?

Hello there! I am familiar with Linux, FreeBSD, but relatively new to Solaris. Because I wanted to play a little with servers and networks, I got a used SunFire v20z with AMD Opteron processors and installed OpenIndiana 151a8 on top of that. This is the first machine of this kind I have ever... (1 Reply)
Discussion started by: guru987
1 Replies

6. AIX

IBM P730 running AIX 7.1 (8231-E2B) - Fans spinning loud/max rpm?

We have a IBM P730 machine running AIX 7.1 in a properly air cooled server room. Just recently the fans on the unit kicked into overdrive, they are very loud and spinning at max. Typically this happens when the server first boots then they normalize. However for some odd reason, they sound... (2 Replies)
Discussion started by: c3rb3rus
2 Replies
snmpa_discovery_handler(3erl)				     Erlang Module Definition				     snmpa_discovery_handler(3erl)

NAME
snmpa_discovery_handler - Behaviour module for the SNMP agent discovery handler. DESCRIPTION
This module defines the behaviour of the agent discovery handler. A snmpa_discovery_handler compliant module must export the following functions: * stage1_finish/2 The semantics of them and their exact signatures are explained below. EXPORTS
stage1_finish(TargetName, ManagerEngineID, ExtraInfo) -> ignore | {ok, usm_entry() | [usm_entry()]} | {ok, usm_entry() | [usm_entry()], NewExtraInfo} Types TargetName = string() ManagerEngineID = string() ExtraInfo = term() usm_entry() = tuple() compatible with usm.conf NewExtraInfo = term() This function is called at the end of stage 1 of the discovery process. It should return either the atom ignore or {ok, usm_entry() | [usm_entry()]} . See usm_entry() and usm_entry/13 for more info. If the function returns ignore , then it is assumed that either: * The caller (of the discovery function) will make the needed updates later. * The callback function itself did the updates. In either case, the agent will do nothing, but return the retrieved ManagerEngineID (see discovery for more info) and possible con- tinue with stage 2 of the discovery process. The ExtraInfo argument is passed on from the discovery function. This function may return an updated NewExtraInfo that will be used in subsequent calls to the callback functions. Intended for future use. The purpose of this function is to generate the usm- related security data needed for usm processing in the agent. Specifically, updating the usmUserTable. When an usm_entry() tuple (or a list of such tuples) is returned, this data is then added to the usmUserTable by the (master-) agent. When an usm_entry() tuple (or a list of such tuples) is returned, this data is then added to the usmUserTable by the (master-) agent. Note: Note that the function does not check if this entry already exists. Note: Note that this function is executed in the context of the master-agent process. Ericsson AB snmp 4.19 snmpa_discovery_handler(3erl)
All times are GMT -4. The time now is 09:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy