Operating System - HP-UX
1752392 Members
6094 Online
108788 Solutions
New Discussion

Re: Reboot needed or not ?

 
SOLVED
Go to solution
David Lodge
Trusted Contributor
Solution

Re: Reboot needed or not ?

One thing you can do to check whether a package needs a reboot or not is to query the package using swlist.

/usr/sbin/swlist -l fileset -a is_reboot -d .\* @ /cdrom

If one of the filesets returns true then it needs a reboot...

(In theory you should just be able to put the product name, but it doesn't seem to work - just listing the product name - sigh!)

dave