Sponsored Content
Full Discussion: Install Fibre Card AIX 5.3
Operating Systems AIX Install Fibre Card AIX 5.3 Post 302160215 by chlawren on Monday 21st of January 2008 07:43:52 AM
Old 01-21-2008
ok thanks for the advise,

not sure of the cards being installed as this is being performed by an IBM engineer and dealt with by another team however I am responsible for powering up the system and configuring the disk ...

all should be ok as our hardware / software / installls etc are all standardised.

chris.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

X Server on AIX w/o video card

Hi there, I'm a newbie so please be patient. I wanted to know if it was possible to run X server on a box w/o a video card. The reason I want to do this is I'd like to have a CDE session from sun workstation into the AIX box. Please let me know if this is feasible. Thanks for your time. (5 Replies)
Discussion started by: blah00000
5 Replies

2. Solaris

Unable to install the Network Card

Hi, After I installed Solaris 10 in the Intel platform (chipset 865*) network card was not detected, were shall I get this driver? iam new to Solaris. (2 Replies)
Discussion started by: pravin_2929
2 Replies

3. Debian

Kernel source not found. (can't install network card drivers)

I've had no luck with help on linuxquestions so I figured I'd try here. I'm using debian etch. The problem is that I can not install my network card because it says: Makefile:62: *** Linux kernel source not found. Stop. I have the kernel-headers installed. I've looked all over the... (9 Replies)
Discussion started by: Virtuality
9 Replies

4. AIX

Fibre channel drivers on RS/6000 aix 5L

Want to configure IBM raid strorage but the aix 5L cds do not have the drivers for the fibre channels. The machine is RS/6000. I have gone to IBM downlaodable sites but i can't find the drivers? help pliz:mad: (4 Replies)
Discussion started by: Zim-Aix-Guru
4 Replies

5. Solaris

Install Solaris 10 with an internal StorageTek SAS HBA Raid card

Hi all i would like to ask some suggests about my next job! I have to install a new Sun Netra T5220, with an additional internal StorageTek SAS HBA Raid. The problem come in if every disk is now controlled by the HBA, how can I install the OS? No disk is being detected by the OS. SAS card... (2 Replies)
Discussion started by: kakabobo
2 Replies

6. UNIX for Dummies Questions & Answers

How to install a network card

Hey guys, Sorry, this question might look stupid but I have no idea how to install a network card. My server is a Dell PowerEdge T105 with Debian 5.0 Lenny. My network card is a Broadcom NetXtreme BCM5722 Gigabit Ethernet PCI Express. I've plugged the card innside my server and I can see... (2 Replies)
Discussion started by: chebarbudo
2 Replies

7. War Stories

How not to install fibre links between data centres!

Hi Folks, A couple of years ago we had to replace the core switches between two of our data centres, a simple task for the most part - these new switches would be state of the art Cisco Catalyst units. The link between the two sites was a dark fibre, with 8Gb bandwidth running full duplex... (9 Replies)
Discussion started by: gull04
9 Replies

8. AIX

AIX - Fibre Adapter and IBM Storage

Hello, Just a quick question Usually from a PSERIES if you want to connect to IBM SAN Storage you connect the IBM SAN Storage through a SAN Switch something like this --- however my question Can you connect from Pseries directly to San Storage without SAN Switch what would be... (8 Replies)
Discussion started by: filosophizer
8 Replies

9. AIX

[ASK] - AIX Fibre Channel behavior

Hello all, Let me introduce about the context and my environment. We have an AIX 6.1 system, it has 4 FC channels / > lsdev -Cc adapter | grep fcs fcs0 Available 23-T1 Virtual Fibre Channel Client Adapter fcs1 Available 23-T1 Virtual Fibre Channel Client Adapter fcs2 Available 23-T1... (14 Replies)
Discussion started by: Phat
14 Replies
sys_attrs_pwrmgr(5)						File Formats Manual					       sys_attrs_pwrmgr(5)

NAME
sys_attrs_pwrmgr - pwrmgr subsystem attributes DESCRIPTION
This reference page lists and describes attributes for the Power Manager (pwrmgr) kernel subsystem. To change these attributes so that they take effect each time you boot the system, you create a stanza file with the attribute settings you want and then use the sysconfigdb com- mand to update the system configuration database with the information in this file. See the EXAMPLES section for more information about this process. Refer to the sys_attrs(5) reference page for an general introduction to the topic of kernel subsystem attributes. A value that enables (1) or disables (0) CPU slowdown after the CPU becomes idle. A value that enables (1) or disables (0) all power management functions (for CPU, disks, and graphics hardware). The number of min- utes to wait before powering down registered disks after they become idle. A value that enables (1) or disables (0) disk spindown after registered disks become idle. The number of minutes before entering DPMS off mode after display hardware has become idle. If you specify 0 for this attribute, DPMS off mode is disabled. A value that enables (1) or disables (0) Display Power Management Signaling (DPMS) modes for graphics display hardware. The number of minutes before entering DPMS standby mode after display hardware has become idle. If you specify 0 for this attribute, DPMS standby mode is disabled. The number of minutes before entering DPMS suspend mode after display hardware has become idle. If you specify 0 for this attribute, DPMS suspend mode is disabled. EXAMPLES
The following example shows a sample stanza file named power_mgr.stanza: pwrmgr: default_pwrmgr_state=1 cpu_slowdown=1 disk_spindown=1 disk_dwell_time=20 graphics_powerdown=1 graphics_standby_dwell=5 graphics_suspend_dwell=10 graphics_off_dwell=15 This file: Enables power management in general, plus all three of the power management options for idle hardware (CPU slowdown, disk spin- down, and DPMS modes for graphics displays) Specifies a wait of 20 minutes before spinning down a disk after it has become idle Specifies a wait of 5, 10, and 15 minutes before entering DPMS standby, suspend, and off modes, respectively, after graphics display hardware has become idle See stanza(4) for more information about stanza files. The following command updates the /etc/sysconfigtab database with the information in the stanza file: # sysconfigdb -a -f power_mgr.stanza pwrmgr See sysconfigdb(8) for more information about using this command to update the system configuration database. SEE ALSO
Commands: sysconfigdb(8) Files: stanza(4) Others: sys_attrs(5) System Administration sys_attrs_pwrmgr(5)
All times are GMT -4. The time now is 11:20 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy