| 参数 | 参数说明 | 取值 |
|---|---|---|
| file-name | 指定动态加载模块文件。 |
必须是已经存在的文件名。 |
| next-startup | 指定下一次启动时加载模块。 |
- |
| all | 清除下一次启动时所有加载模块。 |
- |
# 将模块MOD501.MOD从系统上卸载。
<sysname> uninstall-module MOD501.MOD
This will uninstall the module. Are you sure? [Y/N]y.... Info: Succeeded in uninstalling the module on the master board. Info: Succeeded in uninstalling the module on slot 1. Info: Succeeded in uninstalling the module on slot 6. Info: The slot 11 does not have module to be uninstalled. Info: The slot 13 does not have module to be uninstalled.
# 清除下一次启动模块列表中指定的模块。
<sysname> uninstall-module li_support.mod next-startup
Info: Succeeded in resetting all next-startup module.