Re: Deleting A Checkpoint Package Off Nokia If it's not in Voyager then it should be uninstalled. To make sure, run the following command at the command line of the Nokia. dbget -v dynamic:pkgadd This will list all of the packages that it thinks is running on the appliance. If there is a 't' at the end of the line then it thinks that it's running currently. If it shows up in this list but it's not in Voyager then it didn't uninstall fully. i.e. dynamic:pkgadd:/opt/ISS t dynamic:pkgadd:/opt/xxxx t Now it is obvious that "/opt/xxxx" does not exist but it thinks it's running. To remove it from this list then you can run the following commands. dbset dynamic:pkgadd:/opt/xxxx dbset :save This should delete the entry. If you are not sure on which package should or shouldn't be there, just post the results of the dbget -v dynamic:pkgadd in here and I'll help. |