- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Installing Patches
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-01-2004 07:24 PM
03-01-2004 07:24 PM
I just downloaded some patches in .tar format.
I know i can install using 'swinstall' command, but what is the correct syntax?
If i need to uninstall, what the command and syntax i should use?
Thank for all the helps
patrick
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 07:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 07:30 PM
03-01-2004 07:30 PM
Re: Installing Patches
Personally, I always use the gui (swinstall on its own loads gui) as it automatically gets the syntax right without me having to worry about it.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 07:32 PM
03-01-2004 07:32 PM
Re: Installing Patches
For installing,
swinstall -s /path/file_name.depot \*
For removing,
swremove PATCH_ID
Regards,
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 07:38 PM
03-01-2004 07:38 PM
Re: Installing Patches
I believed i need to create a depot file first before running the "swinstall"
Am i correct to say,
1)untar the package.
2)run the "ceate_depot_hp-ux_11" file, it will automatically create the depot file for me
3) Run swinstall -s /xx/xxx.depot
right ???
patrick
Thanks guys
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 07:40 PM
03-01-2004 07:40 PM
Re: Installing Patches
That right, but if you untar the software, there will be a README if i am correct with extra installation options if needed.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 07:40 PM
03-01-2004 07:40 PM
Re: Installing Patches
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 07:41 PM
03-01-2004 07:41 PM
Re: Installing Patches
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 07:41 PM
03-01-2004 07:41 PM
Re: Installing Patches
You can run swinstall interactively (swinstall with no options) or
# swinstall -s /xx/xxx.depot \*
Just be careful if there are rebootable patches. Suggest you use interactive mode (fully menu driven)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 08:02 PM
03-01-2004 08:02 PM
Re: Installing Patches
After untar u will get the two file
#tar xvf <
create the depot
#sh PHXX_xxxx
it will extract the two file one is depot and other is text readme file
For installation of patch
#swinstall -s <
Thanx