分页: 1 / 1

HP-UX Verify patch if required reboot用swlist判断软件安装是否需要重启

发表于 : 2014年 11月 26日 14:46 星期三
MUDBOY
可以使用如下swlist命令来列出fileset是否需要reboot,以升级secure shell为例。

root@host1# swlist -d -l fileset -a is_reboot @ /tmp/HP_UX_11i_v3_SecureShell_A.06.20.012_HP-UX_B.11.31_IA_PA.depot
# Initializing...
# Contacting target "host1"...
#
# Target: host1:/tmp/HP_UX_11i_v3_SecureShell_A.06.20.012_HP-UX_B.11.31_IA_PA.depot
#

# Secure_Shell
Secure_Shell.SECSH-CMN false
Secure_Shell.SECURE_SHELL false
Secure_Shell.SECURE_SHELL false
root@host1#

false代表不需要重启。
如果需要reboot(结果显示为true),但是又不想它自动reboot, 可以在swinstallan安装的时候设置autoreboot=false,以便稍后手动重启。

#swinstall -x autoreboot=false -s /tmp/HP_UX_11i_v3_SecureShell_A.06.20.012_HP-UX_B.11.31_IA_PA.depot \*