Driver installation package problem
From: Jesper Nordenberg (megagurka_at_yahoo.com)
Date: 06/16/03
- Next message: mkoster: "Re: no boot device found"
- Previous message: reclspeak: "Re: Extract mksysb from tape to disk"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 16 Jun 2003 01:42:48 -0700
I'm trying to make a device driver installation package on AIX 5.2.
I've added an odmadd file to the package and put the following
commands in the config file:
mkdev -l kk670s0
mkdev -l kk670s1
/usr/lib/methods/defkk670 -c kk -s node -t kk670
/usr/lib/methods/defkk670 -c kk -s node -t kk670
/usr/lib/methods/cfgkk670 -l kk670_0
/usr/lib/methods/cfgkk670 -l kk670_1
The problem is that when I try to install the package using installp I
get the following error message:
mkdev: 0514-518 Cannot access the CuDv object class in the device
configuration database.
...
When I run the script manually it works fine. The only place to put
these commands is in the config file because it's the only script run
after odmadd has been performed.
Why doesn't the script work? Am I doing something wrong when creating
the package?
/Jesper Nordenberg
- Next message: mkoster: "Re: no boot device found"
- Previous message: reclspeak: "Re: Extract mksysb from tape to disk"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|