Sponsored Content
Full Discussion: Storage paths
Operating Systems AIX Storage paths Post 302225354 by Storeman on Friday 15th of August 2008 08:31:13 AM
Old 08-15-2008
Thanks for the replies.

Quote:
Originally Posted by shockneck
What storage? What FC adapter?
It's a Nexsan Satabeast and the FC adapter is an IBM 1910

Quote:
Originally Posted by shockneck
I am not sure what you mean by "I have tried enabling [...] delayed_fail on the FC adapter". I'd try enable fast_fail of the fscsi device. Put all children of all fscsi devices in the defined state
# rmdev -l fscsiX -R
change the policy from delayed_fail (i.e. off) to fast_fail (i.e. on) on every fscsi device
# chdev -l fscsiX -a fc_err_recov=fast_fail
Run cfgmgr to reconfigure all devices back to the available state.
# cfgmgr
I have tried various configurations of the fscsi device with dynamic tracking enabled/disabled and fast_fail/delayed_fail but nothing so far has recognised when a failed path becomes active again.

I know multipathing does not work correctly without a device PCM so I'm wondering if this may be the same issue.
 

We Also Found This Discussion For You

1. UNIX for Dummies Questions & Answers

Getting Storage Device Sizes and Paths

What I'm Doing: I'm developing a python script that scans for all storage devices and their respective sizes. Python does not have a command that returns the /dev paths of storage devices or the respective sizes. So, I need to pipe a shell command to python. The Problem: In root, I've used... (4 Replies)
Discussion started by: codecellar
4 Replies
I2C_ADD_NUMBERED_ADA(9) 				      I2C and SMBus Subsystem					   I2C_ADD_NUMBERED_ADA(9)

NAME
i2c_add_numbered_adapter - declare i2c adapter, use static bus number SYNOPSIS
int i2c_add_numbered_adapter(struct i2c_adapter * adap); ARGUMENTS
adap the adapter to register (with adap->nr initialized) CONTEXT
can sleep DESCRIPTION
This routine is used to declare an I2C adapter when its bus number matters. For example, use it for I2C adapters from system-on-chip CPUs, or otherwise built in to the system's mainboard, and where i2c_board_info is used to properly configure I2C devices. If the requested bus number is set to -1, then this function will behave identically to i2c_add_adapter, and will dynamically assign a bus number. If no devices have pre-been declared for this bus, then be sure to register the adapter before any dynamically allocated ones. Otherwise the required bus ID may not be available. When this returns zero, the specified adapter became available for clients using the bus number provided in adap->nr. Also, the table of I2C devices pre-declared using i2c_register_board_info is scanned, and the appropriate driver model device nodes are created. Otherwise, a negative errno value is returned. COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 I2C_ADD_NUMBERED_ADA(9)
All times are GMT -4. The time now is 04:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy