cfgmgr in my aix box

Hi
When I run cfgmgr -v in my aix box I get the below error :

cfgmgr: 0514-621 WARNING: The following device packages are required for
        device support but are not currently installed.
devices.loopback

My oslevel is 6100-06-02-1044

Please assist.

So what do you think would be adequate? If there is a package missing why not install it? What is not clear from the message?

1 Like

I'd guess he needs the "devices.loopback" fileset found on the installation media. :slight_smile:

hostname:/:$ lslpp -L | grep -i loopback
  devices.loopback.rte       7.1.0.0    C     F    Loopback Device Driver
hostname:/:$

Just insert the AIX 6.1 DVD and run the following command:

cfgmgr -i /dev/cd0

Good-luck.

1 Like