Operating System - HP-UX
1752340 Members
5937 Online
108787 Solutions
New Discussion

Re: Error trying to import kernel parameters

 
SOLVED
Go to solution
jodymckinzie
Occasional Contributor

Error trying to import kernel parameters

Okay, I have prod servers in one data center and HPVM guests for  DR in another DC.

 

I am trying to export the kernel configs from production and import them to the HPVM guests for DR purposes.

 

I am getting this error:

 

ERROR:   The configuration is supposed to include a module 'ktap', which
         is not available because its file has been removed from disk.

 

Any ideas?

7 REPLIES 7
Steven E. Protter
Exalted Contributor

Re: Error trying to import kernel parameters

Shalom,

Thanks for posting the error. Can you post the command you used and the OS (uname -a).

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
jodymckinzie
Occasional Contributor

Re: Error trying to import kernel parameters

I used kconfig -e to export the prod version and kconfig -i to inport the kernel config on the DR side.

 

HP-UX hostname B.11.31 U ia64 1701976858 unlimited-user license

 

This is identical on both servers.

 

Thanks in advance.

Steven E. Protter
Exalted Contributor

Re: Error trying to import kernel parameters

Shalom again.

I suggest you edit the file and remove the offending kernel parameter. This may have already been done.

Looks like actually something is missing. If retrying the kconfig -e won't work then I suggest filing a bug report with HP.

swlist -l bundle | egrep -i "OE|QPK"

Please post the above swlist output.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
jodymckinzie
Occasional Contributor

Re: Error trying to import kernel parameters

PROD Server:

# swlist -l bundle | egrep -i "OE|QPK"
  FIFOENH               B.11.31.02     Fifo Performance Enhancement
  HPUX11i-VSE-OE        B.11.31.1009   HP-UX Virtual Server Operating Environment
  QPKAPPS               B.11.31.1103.361 Applications Patches for HP-UX 11i v3, March 2011
  QPKBASE               B.11.31.1103.361 Base Quality Pack Bundle for HP-UX 11i v3, March 2011

 

 


DR Server:

# swlist -l bundle | egrep -i "OE|QPK"
  FIFOENH               B.11.31.02     Fifo Performance Enhancement
  HPUX11i-VSE-OE        B.11.31.1009   HP-UX Virtual Server Operating Environment
  QPKAPPS               B.11.31.1103.361 Applications Patches for HP-UX 11i v3, March 2011
  QPKBASE               B.11.31.1103.361 Base Quality Pack Bundle for HP-UX 11i v3, March 2011

Steven E. Protter
Exalted Contributor

Re: Error trying to import kernel parameters

Shalom again,

 

You are pretty up to date on OE and Quality Packs.

 

Try the process again with the -v command line parameter.

 

Perhaps making the application talk will be helpful.

 

Regards,

 

Steven

Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Dennis Handly
Acclaimed Contributor

Re: Error trying to import kernel parameters

Do you have /usr/conf/mod/ktap on any of your machines?  (It's not on mine.)

jodymckinzie
Occasional Contributor
Solution

Re: Error trying to import kernel parameters

Dennis, that was it.

 

FIX: rsync /usr/conf/mod/ktap from PROD server to DR (From DR server)

 

EX:

/usr/local/bin/rsync -av -x prod_server:/usr/conf/mod/ktap /usr/conf/mod/ktap