- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- .tar file
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
12-09-2009 01:01 AM
12-09-2009 01:01 AM
.tar file
Thanks!
ROMMEL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2009 01:11 AM
12-09-2009 01:11 AM
Re: .tar file
swlist -s $PWD/your-file
swinstall -s $PWD/your-file \*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2009 01:27 AM
12-09-2009 01:27 AM
Re: .tar file
Looks like the HP DSPP Web server was not configured to identify .depot files specifically. It may be that the webmaster has renamed the depot using the .tar suffix to make the web server to send the file using a binary MIME type (e.g application/octet-stream) instead of a text type. When downloading a binary file, the MIME type chosen by the web server is what determines whether you'll get a download dialog or a lot of ASCII garbage in your web browser window.
Just rename the .tar file to .depot and try to use it with swinstall as usual.
(If the HP DSPP webmaster is reading this and the DSPP web server is Apache or something like it, the necessary configuration would be something like:
AddType application/octet-stream .depot
If HP knows of a more specific MIME type for .depot files, that should of course be used instead.)
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2009 01:46 AM
12-09-2009 01:46 AM
Re: .tar file
Please let me know the file details after you extracted the tar file.
Do you have v2 or v3 Installtion Media.
Regards,
Prasanth Thomas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2009 04:42 PM
12-10-2009 04:42 PM
Re: .tar file
What do you know, cpio works too.
Under sd(5) and swpackage(1m) it says it can read it but nowhere does it say how to make one???