Originally posted by: SystemAdmin
Success! We tried using the chpath command, but were greeted each time with an error message indicating that the device was not in a known status (Error: 0514-029). So here is what we did:
1. Ran a large amount of fresh I/O to confirm round_robin was working (we have dynamic tracking and fast fail enabled as well) through the two HBAs. Both were flashing like Christmas tree lights. I then removed the connection for FCS0/FSCSI0 from the Brocade. I/O paused for 15 seconds and then resumed over the one remaining available path (FCS1/FSCSI1). We waited 5 minutes and ran more I/O through the one remaining path. We then plugged FCS0/FSCSI0 back into the Brocade port and it just sat there. We waited a good 5 minutes and nothing. Then we tried the chpath command and got the error above (we tried command line and smitty to see if we could fix it). We then started a fresh set of heavy I/O over the SAN and ran the following commands:
# rmdev -l fcs0 (the output from this command says that the device is defined and that is about it)
# cfgmgr
Within 15 seconds, FCS0/FSCSI0 was back online and pushing through I/O and back in the round_robin rotation. We then let I/O complete and started a fresh push of data and sure enough, FCS0/FSCSI0 worked like new with no problems. We arrived at the solution based off work we did earlier today to get dynamic tracking and fast_fail to work. Each time we tried the following command:
# chdev -l fscsi0 -a dyntrk=yes or the command
# chdev -l fcsci1 -a fc_err_recov=fast_fail
We got the following error message:
Error: 0514-029 Cannot perform the requested function because a child device of the specified device is not in a correct state.
After some research the solution on our dynamic trunking and fast_fail problems was to run the following command:
# rmdev -l fcs0
And then follow that command with the chdev commands and it worked like a champ. I am new to AIX (SAN guy by trade) so I am not really sure what was actually going on behind the scenes, but it worked out great. Hope this helps someone at some point and thanks for the feedback!
Cheers,
Travis
Message was edited by: JackTheRipper
#AIX-Forum