Operating System - HP-UX
1755038 Members
3013 Online
108828 Solutions
New Discussion юеВ

swinstall option to check reboot

 
Jayan Nair
Frequent Advisor

swinstall option to check reboot

Hi
Is there any option with swinstall or with any other command to verify a software/patch need reboot.
While downloading will get this information, but the sw/patch what we already have no docs.
4 REPLIES 4
Ivan Krastev
Honored Contributor

Re: swinstall option to check reboot

Check with swlist for flag:
is_reboot=true

regards,
ivan
Ganesan R
Honored Contributor

Re: swinstall option to check reboot

Hi,

First resource you need to look into is sw/patch readme doc. Since you don't have that you can verify it by using preview mode of installation and see it's description.

As specified by Ivan you can use -a is_reboot option along with swlist command.

Be aware that if any of dependencies need reboot then system will reboot.
Best wishes,

Ganesh.
Jayan Nair
Frequent Advisor

Re: swinstall option to check reboot

thanks all