- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Getting software information
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2003 04:34 AM
03-16-2003 04:34 AM
Getting software information
I have a script that installs software, using swinstall. Now I want, that it will print if reboot is needed before the installation. in swinstall GUI, I can see it in software description, I tried to receive this info in line mode, but failed.
Is there any way to get this info with swlist? swinstall?
thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2003 05:17 AM
03-16-2003 05:17 AM
Re: Getting software information
swinstall <
input line
EOF
Test for the confirmation before software requiring a reboot prompt.
The window will pop up and you'll see it.
-or-
You can grep the swinstall.log for reboot needed.
-or-
The autoreboot swinstall parameter will stop any reboot if set to false, then grep the logs for reboot needed and reboot from the script.
autoreboot=false
(Applies only to swinstall.) Prevents the installation of software requiring a reboot from the non-interactive interface. If set to true, this software can be installed and the target system(s) will be automatically rebooted.
An interactive session always asks for confirmation before software requiring a reboot is installed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2003 06:47 AM
03-16-2003 06:47 AM
Re: Getting software information
it's the point, that I don't want to sit and answer the questions, I just mark the software I want and it installs is, but I want to see a message in capital lettres if this software requires reboot.
I just don't know how to fetch this information, from swlist or maybe swinstall ...
I tried to use "-a description" in swlist, but it's too short and do not gives me the whole info about this software.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2003 07:09 AM
03-16-2003 07:09 AM
Re: Getting software information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2003 08:49 AM
03-16-2003 08:49 AM
Re: Getting software information
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2003 09:34 AM
03-16-2003 09:34 AM
Re: Getting software information
With here-documents you don't have to be there.