Sponsored Content
Operating Systems AIX IBM P730 running AIX 7.1 (8231-E2B) - Fans spinning loud/max rpm? Post 303025357 by bakunin on Wednesday 31st of October 2018 12:04:27 PM
Old 10-31-2018
Quote:
Originally Posted by c3rb3rus
Is there a way from the OS to control the fan speed? There is no LPARs on AIX, we run the OS on bare metal - no virtualization of any kind.
None that i would know of. As far as i know the fans are controlled by thermo-sensors which kick them up when the system gets (too) hot and slower them once the temperature lowers.

Quote:
Originally Posted by c3rb3rus
I also tried the "diag" command in AIX and didn't find any issues.
You might try connecting to the service processor port and look at the ASMI. In case the system is not connected to a HMC: you need a web browser on the system you connect with and a crossover network cable to connect your system to it (i use a small netbook with Linux for such purposes). You have to configure an IP address out of the address range the interface is configured with (defaults are 169.254.2.147, 169.254.3.147, 169.254.2.146 and 169.254.3.146, see the IBM documentation.

You will find something in the logs there, even when the orange LED has been cleared - if there was anything, to begin with. To me it sounds like one of these thermo-sensors might be broken/somehow dysfunctional, in this case only the hardware support can help. (You *do* have a hardware support contract, don't you?)

I hope this helps.

bakunin
 

10 More Discussions You Might Find Interesting

1. AIX

[AIX 5.2] Problem with rpm

I downloaded gcc-cplusplus-4.0.0-1.aix5.2.ppc.rpm from IBM AIX Toolbox Download Page - Alphabetical Listing but: -bash-3.00# rpm -ivh gcc-cplusplus-4.0.0-1.aix5.2.ppc.rpm error: gcc-cplusplus-4.0.0-1.aix5.2.ppc.rpm cannot be installed I can't understand wht kind of error is it... Can be... (1 Reply)
Discussion started by: untamed
1 Replies

2. Shell Programming and Scripting

max connections aix

Sir's, the problem is i have script and 1 user in different 30 servers that ssh to our main server at the same time. Then after that may account automatically locked. I dont know what is the reason, is it the max connection of 1 user using ssh. Pls help. How to fix this. (0 Replies)
Discussion started by: invinzin21
0 Replies

3. UNIX for Dummies Questions & Answers

max os x .plist not running as scheduled?

Hello all, I am admittedly a newbie and have created a plist designed to fire off a shell script everyday at 3:00pm. It is located in /Library/LaunchDaemons/. I use it to mirror a hard local drive with a remote one. It worked one time but not again after that. I never restart the machine... (0 Replies)
Discussion started by: Movomito
0 Replies

4. AIX

IBM AIX on IBM Eseries & x series server

Hi, I want to know whether IBM AIX can be installed on the IBM e series and x series server hardware? Thanks & Regards Arun (2 Replies)
Discussion started by: Arun.Kakarla
2 Replies

5. Shell Programming and Scripting

How to make RPM not write to RPM database if RPM fails to deploy?

How to make RPM not write to RPM database if RPM fails to deploy? IE I create an rpm spec file that contains the following if then exit 1 fi My rpm will fail at deployment, but if I do rpm -qa , I can see the rpm in the rpm db (3 Replies)
Discussion started by: 3junior
3 Replies

6. AIX

pwage-aix for IBM AIX servers

This is the password aging script for aix just completed. So far tested and still testing on one of our aix server running 5.3.0.0. So anyway as you can see it is very similar to pwage-hpux-T the only difference on aix /etc/passwd file looks in this format. Also for this script to work you need to... (0 Replies)
Discussion started by: sparcguy
0 Replies

7. AIX

Issue with installing rpm in AIX 6.1

I am trying to install an rpm : libiconv-1.14-1.aix5.1.ppc.rpm which is a dependency to install GIT. While I gave the command I got the foll message: root:user-> $ rpm -i -v libiconv-1.14-1.aix5.1.ppc.rpm libiconv-1.14-1 ar: Cannot open or remove a file containing a running program.... (2 Replies)
Discussion started by: gaugeta
2 Replies

8. AIX

AIX rpm: a question about deps

On Solaris 10 i use pkgutil,very nice,update like "apt-get" On HPUX i use depothelper for resolv depends On AIX there is something similar for use rpm? I try this but is not the same thing. AIX Open Source Packages | FAQs / FAQs (Frequently Asked Questions) (1 Reply)
Discussion started by: Linusolaradm1
1 Replies

9. AIX

IBM Virtual Machine OS on intel x86 and x64? IBM AIX OS on IBM Virtual Machine?

Hi There, I have zero information and zero knowledge for IBM virtual machine except Amazon cloud and VMware ESXi (Only Linux OS available). Anyone could provide me the following answer - Can IBM VM been deploy on X86 and X64 (Intel Chip)? If answer is yes any chance to deploy AIX OS... (13 Replies)
Discussion started by: chenyung
13 Replies

10. AIX

Problem to booting up p730

Hi Everyone, We have IBM p730 that I am trying to booting up to AIX 7.1. But it stops at RUNTIME. C7004087 C7004091 C7004091 (show is code number twice) STANDBY RUNTIME The explanation for C7004091 is the final IPL status progress code to be displayed before the system reaches... (5 Replies)
Discussion started by: lilyn
5 Replies
NOAUTH(5)							AFS File Reference							 NOAUTH(5)

NAME
       NoAuth - Disables authorization checking

DESCRIPTION
       The NoAuth file, if present in a server machine's /var/lib/openafs/local directory, indicates to the AFS server processes running on the
       machine that it is not necessary to perform authorization checking. They perform any action for any user who logs into the machine's local
       file system or issues a remote command that affects the machine's AFS server functioning, such as commands from the AFS command suites.
       Because failure to check authorization exposes the machine's AFS server functionality to attack, there are normally only two circumstances
       in which the file is present:

       o   During installation of the machine, as instructed in the OpenAFS Quick Start Guide.

       o   During correction of a server encryption key emergency, as discussed in the OpenAFS Administration Guide.

       In all other circumstances, the absence of the file means that the AFS server processes perform authorization checking, verifying that the
       issuer of a command has the required privilege.

       Create the file in one of the following ways:

       o   By issuing the bosserver initialization command with the -noauth flag, if the Basic OverSeer (BOS) Server is not already running.

       o   By issuing the bos setauth command with off as the value for the -authrequired argument, if the BOS Server is already running.

       To remove the file, issue the bos setauth command with "on" as the value for the -authrequired argument.

       The file's contents, if any, are ignored; an empty (zero-length) file is effective.

SEE ALSO
       bos_setauth(8), bosserver(8)

COPYRIGHT
       IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.

       This documentation is covered by the IBM Public License Version 1.0.  It was converted from HTML to POD by software written by Chas
       Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.

OpenAFS 							    2012-03-26								 NOAUTH(5)
All times are GMT -4. The time now is 01:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy