AIX网络安装管理与调试指南
1. 软件卸载与系统维护命令
在AIX系统中,可使用 nim
命令进行软件卸载、系统维护等操作。以下是一些常见操作的命令示例:
- 卸载软件产品 :若要从独立机器 stand1
上卸载软件产品 bos.INed
和 adt
,且 installp_bundle
( bundle2
)包含可安装选项的名称,可输入以下命令:
# nim -o maint -a installp_flags="-u" -a installp_bundle=bundle2 stand1
- 启用维护模式启动 :要使NIM独立客户端
stand1
以维护模式启动,可输入:
# nim -o maint_boot stand1
- 查看启动日志 :若要查看由组
DisklsMacs1
定义的机器的启动日志,可输入:
# nim -o showlog -a log_type=boot DisklsMacs1
<