- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SD-UX
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
02-02-2007 07:41 PM
02-02-2007 07:41 PM
SD-UX
THANKS IN ADVANCE TO ALL YOU WHO SPENT THERE PRECIOUS TIME FOR ME TO REPLY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2007 07:49 PM
02-02-2007 07:49 PM
Re: SD-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2007 08:08 PM
02-02-2007 08:08 PM
Re: SD-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2007 09:31 PM
02-02-2007 09:31 PM
Re: SD-UX
Example:
Suppose you have downloaded a software from hp site , so here how you can proceed,
1. Download the software. ( suppose you have downloaded in tar format)
2. Push the tar pack to the server using ftp.
3. # cd /tmp/patch
# tar -xvf sw.tar (Assuming the file name is sw.tar)
# hp provides an utility to create the depot with names create_depot_hpux
4. Run the create_depot command it will create one directory with all the cumalative patch/softwares ,
5. Use swinstall to install the sw,
# swinstall -s `pwd`/depot
You can also install directly if the package is in tar format using the command,
# swinstall -s `pwd`/filename.tar
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2007 08:13 AM
02-03-2007 08:13 AM
Re: SD-UX
If you are new to HP-UX systems management, I might suggest that you take the time to read the Patch Management User Guide (http://docs.hp.com/en/5991-5309). It will explain the concepts and tools that only apply to patches.
One item that is newer than the current version of the guide is the Software Assistant tool (http://hp.com/go/swa). It provides the ability to track a systems status in many key areas, most notably applicable security bulletins.
Bob