Sponsored Content
Operating Systems AIX AIX 5.2 and 5.3 hardware support questions... Post 302260749 by dig1tal on Friday 21st of November 2008 01:55:33 PM
Old 11-21-2008
I'm not sure I follow your question.

There are components like the Advanced Management Module (AMM) and Integrated Virtualization Manager (IVM) of the JS22 and the Bladecenter that are different from your typical pSeries server. Other than that, AIX remains the same on either piece of hardware.
 

8 More Discussions You Might Find Interesting

1. Solaris

Sun server hardware questions

I have no experience with sun servers but for fun and experience I would like to buy a low-end server and play with things. I have a few questions that maybe some of you who use these things will be able to answer: - I believe they are also called PCI slots in the sun server, but are they the... (2 Replies)
Discussion started by: Synbios
2 Replies

2. AIX

AIX Hardware commands

Hi All, Needed commands to find Monitor , chassis & keyboard related information on AIX. Please please please help. Thanks VK (2 Replies)
Discussion started by: Veenak15
2 Replies

3. 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

4. AIX

AIX Hardware Configuration *I'm very new*

I'd like to start by saying how extremely new I am to any UNIX OS, although I've been dealing with Linux systems off and on for roughly a year now, and am trained primarily on Windows Servers. Our company has an old AIX system, running AIX version 4. The server we are using is more then 10... (6 Replies)
Discussion started by: webers
6 Replies

5. Hardware

Where can I get support on old SUN hardware

Oracle has put all SUN hardware related downloads into Oracle Support which not free for an old SUN workstation user. Now I am looking for a new version BIOS for upgrade but nowhere to download. P.S. it is SUN java workstation w1100z I'd APPRECIATE any information if someone could give me... (1 Reply)
Discussion started by: Leland
1 Replies

6. AIX

AIX 5.2.0 on own hardware -> i550 LPAR

We are running into a problem that we thought had solved but no go... We have multiple machine types but 1 AIX and 2 i550 (AS/400) with 4 lpar each. Existing AIX is an old (2004 vintage) machine with 5.2 on it for historical use only. Existing Power6 i550 running code that will used... (6 Replies)
Discussion started by: jackb_guppy
6 Replies

7. AIX

New to AIX and IBM Hardware. Need some info

Hello all. I'm new to AIX and IBM hardware and I have a question around the configuration of the service processor on the power series. I need to know: 1) How do I get into the service processor from the serial console when AIX is up and running. I come from the Sun world and I tried all I know.... (1 Reply)
Discussion started by: glenc2004
1 Replies

8. AIX

Migrate AIX to new Hardware

Hello Friends/AIXgurus, When you have time, could you please look into below. We're planning to migrate AIX LPARs on to new Hardware. Requirement: Migrate AIX LPARs from POWER 6 to POWER 8 Hardware (*everything should run as is after the transition) Below is our thought process. Ours... (5 Replies)
Discussion started by: System Admin 77
5 Replies
MPS(4)							   BSD Kernel Interfaces Manual 						    MPS(4)

NAME
mps -- LSI Fusion-MPT 2 Serial Attached SCSI driver SYNOPSIS
To compile this driver into your kernel, place the following lines in your kernel configuration file: device scbus device mps Or, to load the driver as a module at boot, place the following line in loader.conf(5): mps_load="YES" DESCRIPTION
The mps driver provides support for LSI Logic Fusion-MPT 2 SAS controllers and WarpDrive solid state storage cards. HARDWARE
The mps driver supports the following hardware: o LSI Logic SAS2004 (4 Port SAS) o LSI Logic SAS2008 (8 Port SAS) o LSI Logic SAS2108 (8 Port SAS) o LSI Logic SAS2116 (16 Port SAS) o LSI Logic SAS2208 (8 Port SAS) o LSI Logic SAS2308 (8 Port SAS) o LSI Logic SSS6200 Solid State Storage o Intel Integrated RAID Module RMS25JB040 o Intel Integrated RAID Module RMS25JB080 o Intel Integrated RAID Module RMS25KB040 o Intel Integrated RAID Module RMS25KB080 CONFIGURATION
To disable MSI interrupts for all mps driver instances, set the following tunable value in loader.conf(5): hw.mps.disable_msi=1 To disable MSI interrupts for a specific mps driver instance, set the following tunable value in loader.conf(5): dev.mps.X.disable_msi=1 where X is the adapter number. To disable MSI-X interrupts for all mps driver instances, set the following tunable value in loader.conf(5): hw.mps.disable_msix=1 To disable MSI-X interrupts for a specific mps driver instance, set the following tunable value in loader.conf(5): dev.mps.X.disable_msix=1 To set the maximum number of DMA chains allocated for all adapters, set the following variable in loader.conf(5): hw.mps.max_chains=NNNN To set the maximum number of DMA chains allocated for a specific adapter, set the following variable in loader.conf(5): dev.mps.X.max_chains=NNNN This variable may also be viewed via sysctl(8) to see the maximum set for a given adapter. The current number of free chain frames may be seen via the dev.mps.X.chain_free sysctl(8) variable. The lowest number of free chain frames may be seen via the dev.mps.X.chain_free_lowwater sysctl(8) variable. The current number of active I/O commands is shown in the dev.mps.X.io_cmds_active sysctl(8) variable. The maximum number of active I/O command seen since boot is shown in the dev.mps.X.io_cmds_highwater sysctl(8) variable. DEBUGGING
To enable debugging prints from the mps driver, set the hw.mps.X.debug_level variable, where X is the adapter number, either in loader.conf(5) or via sysctl(8). The following bits have the described effects: 0x01 Enable informational prints. 0x02 Enable tracing prints. 0x04 Enable prints for driver faults. 0x08 Enable prints for controller events. SEE ALSO
cd(4), ch(4), da(4), mpt(4), pci(4), sa(4), scsi(4), targ(4), loader.conf(5), sysctl(8) HISTORY
The mps driver first appeared in FreeBSD 9.0. AUTHORS
The mps driver was originally written by Scott Long <scottl@FreeBSD.org>. It has been improved and tested by LSI Logic Corporation. This man page was written by Ken Merry <ken@FreeBSD.org>. BUGS
This driver has a couple of known shortcomings: o No userland utility available (e.g. mptutil(8)). o The driver probes devices sequentially. If your system has a large number of devices, the probe will take a while. BSD
January 3, 2013 BSD
All times are GMT -4. The time now is 08:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy