Operating System - HP-UX
1824984 Members
4127 Online
109678 Solutions
New Discussion юеВ

Re: swinstall preview - reboot info?

 
SOLVED
Go to solution
Michael Ernstoff
Frequent Advisor

swinstall preview - reboot info?

I have a bundle of patches I need to install on servers running HP-UX 11i
I need to know whether a reboot will be required so that I can schedule this.
I ran swinstall -p, and there is no mention of reboot in the logfile.
Can anyone tell me if reboot information would be given in the log file, or can I take it that a reboot will not be required?
6 REPLIES 6
RAC_1
Honored Contributor

Re: swinstall preview - reboot info?

swlist -a readme -d "patch"

This will give readme file, which has this information.

also swlist -v -d "patch" will also give it.
The txt file that comes with patch also gives it.
There is no substitute to HARDWORK
Michael Ernstoff
Frequent Advisor

Re: swinstall preview - reboot info?

It is actually a depot, rather than individual patches.
RAC_1
Honored Contributor

Re: swinstall preview - reboot info?

swlist -v -d @ "/dir/depot"
should give what you want.
There is no substitute to HARDWORK
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: swinstall preview - reboot info?

# swlist -l fileset -a is_reboot -s /tmp/your.depot

# swlist -l product -a readme -s /tmp/your.depot

Regards,
Robert-Jan
Michael Ernstoff
Frequent Advisor

Re: swinstall preview - reboot info?

Thanks
Michael Ernstoff
Frequent Advisor

Re: swinstall preview - reboot info?

Thanks. I found my answer with
# swlist -l fileset -a is_reboot -s /tmp/your.depot