Ask a Question related to AIX, Design and Development.
-
Heiko Swars #1
lsparent: 0514-520 Cannot find information ... after Installation of Emulex' LP8000 driver
Hi Experts,
HW: 44p Model 170
OSlevel: 4330-10
We removed IBM's FC-Adapter and added an Emulex LP8000.
According to the instructions from Emulex we removed the IBM-FC-driver (with
option "remove dependend software", however) before installing Emulex'
driver.
After that action we receive the following message:
root@host1# lsparent -P -k scsi
lsparent: 0514-520 Cannot find information in the predefined device
configuration database for the following:
PdDv
This problem remained also after reinstalling all the devices.* packages.
Any hint is welcome!
Heiko
Heiko Swars Guest
-
trouble with fp 9 installation cant find plug in
:confused; hi i have an imac osx 10.4.8 and can't get fp 9 to work. keeps saying i need to install plug in but then won't do it or i can't find... -
Teradata JDBC Driver Installation
I'm need to connect to Teradata using Coldfusion. I have the latest JDBC drivers. What is the process to set up CF to use them. I am using CFMX... -
Can Emulex LP9802 HBA driver (5.01e) supports Clariions FC4700 & Hitachi 9980 ??
Could driver "5.01e" for Emulex LP9802-PCI HBAs support the following direct-attached storage arrays in the same host (i.e., Solaris 8, Fujitsu... -
AIX 5.1 ML03 and Emulex LP9002 and FAStT500
Hello all, I trying to configure a SAN between a p610 server and a Fastt500 through a 2109 S16 switch (brocade) With 6228 adapters works fine.... -
Need help with driver installation please!
Hi can I please get some assistance with installing an acx100 driver to enable my dwl-650+ pc card to work with Mandrake 9.1 I am having serious... -
K. B. #2
Re: lsparent: 0514-520 Cannot find information ... after Installation of Emulex' LP8000 driver
"Heiko Swars" <heiko.swars@ixos.de> wrote in message news:<3f5c9463$0$275$4d4ebb8e@businessnews.de.uu.n et>...
Hi we had a simlar problem....except we had to remove the Emulex cards> Hi Experts,
>
> HW: 44p Model 170
> OSlevel: 4330-10
>
> We removed IBM's FC-Adapter and added an Emulex LP8000.
> According to the instructions from Emulex we removed the IBM-FC-driver (with
> option "remove dependend software", however) before installing Emulex'
> driver.
>
> After that action we receive the following message:
> root@host1# lsparent -P -k scsi
> lsparent: 0514-520 Cannot find information in the predefined device
> configuration database for the following:
> PdDv
>
> This problem remained also after reinstalling all the devices.* packages.
>
> Any hint is welcome!
> Heiko
and add the IBM b/c we needed the native IBM drivers....a call to IBM
support gave us this script....run at your own risk....but it did fix
our problem. Apparently it is a known issue.
HTH,
Kristie
Could you run the following script, that will identify but not change
any
anomalies in your ODM? Read the header info carefully, as it has
instructions on backing up your ODM before running the script.
#!/bin/ksh
#
################################################## ###########
################################################## ###########
#
# Use this script at your own risk! IBM does not support
# this script. It is supplied to help resolve specific
# problems and has not been heavily tested.
#
################################################## ###########
################################################## ###########
# This script helps repair ODM issues where a fileset is removed
# from the system but does not clean up the ODM completely.
# One sign of this problem is the following error message:
#
# lsparent: 0514-520 Cannot find information in the predefined
# device configuration database for the following:
# PdDv
#
# This script will *IDENTIFY* the bad entry in the PdCn database.
# It does *NOT* remove it. That needs to be done manually.
#
# You *MUST* save the original ODM. This can be done with:
#
# tar -cvf /tmp/ODM.save.tar /etc/objrepos /usr/lib/objrepos
#
# Then to fix the problem, run:
#
# odmdelete -o PdCn -q uniquetype='bad_unique_type'
#
# for example, if this script lists:
#
# Bad link!!! if/IE3/ie3
#
# then run:
#
# odmdelete -o PdCn -q uniquetype='if/IE3/ie3'
#
# This needs to be run for each unique type called out!
#
#
for x in `odmget PdCn | egrep uniquetype | tr -d '"' | awk '{print
$3}' |
sort -u`
do
zz=`odmget -q uniquetype="$x" PdDv `
if [ "$zz" = "" ]
then
echo "Bad link!!! $x"
fi
done
K. B. Guest



Reply With Quote

