- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- Networking
- >
- How to install a .sd.bz file on an HP UX 10.20 900...
-
- Forums
-
Blogs
- Hybrid Cloud
- Edge
- Data & AI
- Working in Tech
- AI Insights
- Alliances
- Around the Storage Block
- Behind the scenes at Labs
- Careers in Tech
- HPE Storage Tech Insiders
- Inspiring Progress
- IoT at the Edge
- My Learning Certification
- OEM Solutions
- Servers: The Right Compute
- Shifting to Software-Defined
- Telecom IQ
- Transforming IT
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Russia
- HPE Blog, UK & Ireland
- Blogs
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-04-2019 07:49 AM
09-04-2019 07:49 AM
How to install a .sd.bz file on an HP UX 10.20 9000/800 server
New to HP UX and not sure how the installation process works for this type of file. I need to add openssl and openssh to one of the servers that is running HP UX 10.20. I am tasked to get this server operating.
Thanks;
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-04-2019 08:12 AM
09-04-2019 08:12 AM
Re: How to install a .sd.bz file on an HP UX 10.20 9000/800 server
Where did you get it from?
Maybe it is part of a depot, so you cannot install it, you need a complete 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-05-2019 06:39 AM
09-05-2019 06:39 AM
Re: How to install a .sd.bz file on an HP UX 10.20 9000/800 server
A '.bz' file is typically a 'bzip' file. First you need bunzip to uncompress the file.
You might be able uncompress it on your PC with something like 7zip, which should yield a .sd file.
You can then transfer that file to your HP-UX server and install with 'swinstall'.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-05-2019 07:29 AM
09-05-2019 07:29 AM
Re: How to install a .sd.bz file on an HP UX 10.20 9000/800 server
> A '.bz' file is typically a 'bzip' file. First you need bunzip to
> uncompress the file.
Typically, a file compressed using "bzip2" (the current program)
would be named ".bz2", not plain ".bz". I'd worry about how old this
",bz" file might be. I have no idea whether a modern "bzip2" program
can deal with a file which was compressed using an old "bzip" program.
"bunzip" is (or should be) equivalent to "bzip2 -d", so an actual
"bunzip" executable is not required, only "bzip2".
> You might be able uncompress it on your PC [...]
"bzip2" (and perhaps plain-old (old) "bzip") should be available on
many operating systems, including HP-UX (many versions). It comes with
the OS on a Mac:
mba$ type bzip2
bzip2 is /usr/bin/bzip2
> Where did you get it from?
Or even what is its actual (whole) name?
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2019 Hewlett Packard Enterprise Development LP