Sponsored Content
Full Discussion: Solaris Hardware and ROHS
Operating Systems Solaris Solaris Hardware and ROHS Post 302161408 by dangral on Thursday 24th of January 2008 11:54:56 AM
Old 01-24-2008
Well, for example the V440 has ROHS compliant and non-compliant versions as well. I'm trying to determine which of those we own.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Solaris hardware error

hi guys, need some help on this error message. im running solaris 2.6 on a e3500 and lately i encountered this error:- lp: Warning: Received SIGPIPE; continuing last message repeated 1 time Multiple Softerrors: 2 Intermittent, 4 Persistent, and 0 Sticky Softerrors accumulated from... (4 Replies)
Discussion started by: giriplug
4 Replies

2. Solaris

hardware support for solaris 9 or 10

Hi boss, i want to purches one second hand system intel P3 for practice.vender having mercury mother board.it will support sun 9 or 10. if any problem will create while configure like (ex:-apache) .tell me which configuration (intel) is best for practice.In intel system what are the... (2 Replies)
Discussion started by: rjay.com
2 Replies

3. UNIX for Advanced & Expert Users

Migrating Solaris 9 to different hardware

Hi, I am new to this forum and hope someone can help. Does anyone know how to restore a Solaris 9 backup tape from server A to a completely different server B hardware. Both boxes are sun 64bit. Your help is much appreciated. Thank you Jan. (5 Replies)
Discussion started by: snerta
5 Replies

4. What is on Your Mind?

RoHS question

I am just curious. How is RoHS compliancy impacting IT? I understand it is addressing environmental concerns but what are other impacts (positive/negative) if any? Does this impact tax liability somehow? (1 Reply)
Discussion started by: mhm4
1 Replies

5. Solaris

How do I know which HBA cards' hardware I have (on Solaris 10) ?

Hi, I'm trying to determine which HBA cards are installed on my Solaris 10 (Sun-Fire-V240) machine. The relevant data I have is below, but from it I cannot ascertain for sure if I have Emulex 10000 or 11000 HBA cards. Can anyone suggest how to determine my HBA hardware ? Thanks, Ron. ... (4 Replies)
Discussion started by: ronbarak
4 Replies

6. Solaris

regarding sun solaris hardware

hi :), i am new to this forum and i am in need of some help. one of my friend i having a Sun Ultra 2 UPA/Sbus (UltraSPARC-II 296Mhz) 640 MB ram. i am not sure if that configuration will be helpful to try out some sysadmin commands. this machine has a 21-inch monster monitor, which i think... (5 Replies)
Discussion started by: sudhiroracle
5 Replies

7. UNIX for Advanced & Expert Users

solaris 9 hardware mulfunction

Hello, Im working on solaris 9 and I need to write script which monitoring several hardware componenets for any failures such as memory , Disks , power supply etc. I using prtdiag to extract this info. What should I check in the output for : Memory (Is the block of "Memory Module Groups"... (1 Reply)
Discussion started by: Alalush
1 Replies

8. Solaris

solaris X86 Hardware Checkup (HP HW)

Hi ... i am new about HP -Solaris 10 x86 I have fresh hardware, I need to check the RAM , CPU, BUS , Hard drives mounted Can you please help me with commnds. Thanks in advance (3 Replies)
Discussion started by: anand87
3 Replies

9. Hardware

RoHS and non-RoHS

hi does an RoHS V890 server accept components (I/O board , motherboard, CPU/MEMORY modules) from non-RoHS V890 severs ??? because they have different part numbers thnx (3 Replies)
Discussion started by: bahjatm
3 Replies

10. Solaris

Solaris 11 no sound despite finding hardware

Hello Everyone, I'm new to Solaris, less than a week to give an idea how green I am.:eek: Although new to UNIX, I've been running Linux (i.e. OpenSUSE, Ultimate Edition, Arch, and obviously Ubuntu) for many years, so, I decided to put Solaris 11 on my 12 core opteron. I had a bit of difficulty... (23 Replies)
Discussion started by: Nostradamus1973
23 Replies
fegetflushtozero(3M)													      fegetflushtozero(3M)

NAME
fegetflushtozero() - get floating-point underflow mode SYNOPSIS
DESCRIPTION
The function retrieves the value representing the current underflow mode, which is either IEEE-754-compliant (gradual) underflow mode or flush-to-zero mode. The default underflow mode is IEEE-754-compliant. Flush-to-zero mode, also known as fast underflow mode, is supported on most PA1.1 systems and on all PA2.0 and Itnaium(R)-based systems. In IEEE-754-compliant mode, underflow cases may be handled by trapping into the kernel, where the IEEE-mandated conversion of the result into a denormalized value or zero is accomplished by software emulation. On PA-RISC systems, flush-to-zero mode allows the substitution of a zero for denormal operands and operation results, without trapping into the kernel. On HP Integrity servers, flush-to-zero mode causes a zero to be substituted for denormal results (but not operands), without trapping into the kernel. Flush-to-zero mode may offer a signifi- cant performance improvement for some applications. USAGE
To use this function, compile either with the default option or with the and options. Make sure your program includes For Integrity servers, specify on the compiler command line or place the call to this function under the effect of an affirmative pragma: If the pragma is placed outside of any top-level declarations in a file, the pragma will apply to all declarations in the compilation fol- lowing the pragma until another pragma is encountered or until the end of the file is reached. If the pragma is placed at the beginning of a block (compound statement), the pragma will apply until another pragma is encountered or until the end of the block is reached. For PA-RISC, you might need to use the compiler option in order to prevent optimizations that can undermine the specified behavior of this function. Link in the math library by specifying on the compiler or linker command line. For more information, see the at the following site: RETURN VALUE
The function returns zero if the current underflow mode is IEEE-754-compliant. The function returns 1 if the current underflow mode is flush-to-zero. On systems that do not support flush-to-zero mode, this function returns an undefined value. ERRORS
No errors are defined. EXAMPLES
Save the current underflow mode, set flush-to-zero mode, and restore the previous mode. AUTHOR
was developed by HP and is not required by any current standard. SEE ALSO
fesetflushtozero(3M), fenv(5). fegetflushtozero(3M)
All times are GMT -4. The time now is 09:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy