- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to use a DEPOT File to install software on HP-...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-23-2008 08:59 AM
тАО04-23-2008 08:59 AM
Thanks
Chris
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2008 09:10 AM
тАО04-23-2008 09:10 AM
Solution# swlist -s /full/path_to_file.depot
install:
# swinstall -s /full/path_to_file.depot
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2008 09:11 AM
тАО04-23-2008 09:11 AM
Re: How to use a DEPOT File to install software on HP-UX
If you have *.depot file for the product, you could install the product by,
#swinstall -s
swpackage is used to package the depot.
Best Regards,
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2008 09:23 AM
тАО04-23-2008 09:23 AM
Re: How to use a DEPOT File to install software on HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2008 09:28 AM
тАО04-23-2008 09:28 AM
Re: How to use a DEPOT File to install software on HP-UX
command is swinstall -s then u full path
for example
if u downloaded a file in u /usr/local directory.
the down loaded file name is gdb...with an extension gz or with some other extension
first u have to remove that extension
for removing gz extension u can use
gunzip /usr/local/gdb....gz
then u will get depot
like /usr/local/gdb.depot
then use
the command swinstall -s /usr/local/gdb.depot
(this for an expample to do downloaded packages and installation )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-24-2008 01:46 PM
тАО04-24-2008 01:46 PM
Re: How to use a DEPOT File to install software on HP-UX
# swcopy -s /myDepot.depot \* @ /myNetDepot
On other systems you could then install using the command:
# swinstall -s sys1:/myNetDepot \*
Of course replace myDepot.depot and sys1 as needed...