- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- software installation question
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
05-21-2004 02:46 PM
05-21-2004 02:46 PM
I got a software program which the format likes xxxxxx-hp.bin, I want to install it so that I use the following command "xxxxxx-hp.bin -i silent". Is that right?
Please give me a comment, thanks.
Alex
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 02:52 PM
05-21-2004 02:52 PM
Re: software installation question
I don't know if I understand your question.
If 'xxxxxx-hp.bin' is an executable program that you can run to install your program, and '-i silent' is an option that your program will accept, then that should work. You might have to do './xxxxxx-hp.bin -i silent' to execute it.
What program are you trying to install?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 03:18 PM
05-21-2004 03:18 PM
SolutionI assume that xxxxxx-hp.bin, this is depot software but it should look like xxxxxx-hp.bin.depot file. I will give certain options:
Assume it as a SDUX software.
1. - # sh xxxxxx-hp.bin
2. - # ll xxxxxx-hp*
3. This will list xxxxxx-hp.bin.depot and xxxxxx-hp.bin.text file.
4. - # swinstall -s xxxxxx-hp.bin.depot
5. - Select the Package when displayed and start installing by selecting Action TAB and install option.
If you can get back with more info, it will be easier one.
Hope that helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 03:31 PM
05-21-2004 03:31 PM
Re: software installation question
-rwxr-xr-x 1 root sys setup_ORBacus4.1.2_HP-32.bin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 03:37 PM
05-21-2004 03:37 PM
Re: software installation question
./setup_ORBacus4.1.2_HP-32.bin
does it work???
regards
naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 03:38 PM
05-21-2004 03:38 PM
Re: software installation question
i am not able to understand the type of file.
Well we now still have two options:
1. If it is already a depot file then
# swinstall -s
OR (if that doesn't work)
2. Assuming that it is tar file use:
# tar -xvf
Hope either of them helps you out.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 03:45 PM
05-21-2004 03:45 PM
Re: software installation question
# file xxxxxx-hp.bin
Post the output of this command
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 03:53 PM
05-21-2004 03:53 PM
Re: software installation question
#sh
This should start the installation.Files like weblogic insatller package come in this format.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 03:58 PM
05-21-2004 03:58 PM
Re: software installation question
# file setup_ORBacus4.1.2_HP-32.bin
setup_ORBacus4.1.2_HP-32.bin: PA-RISC1.1 shared executable
# ll
-rwxr-xr-x 1 root sys 55513850 May 21 17:53 setup_ORBacus4.1.2_HP-32.bin
# sh setup_ORBacus4.1.2_HP-32.bin
sh: setup_ORBacus4.1.2_HP-32.bin: Execute permission denied.
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 04:10 PM
05-21-2004 04:10 PM
Re: software installation question
Whether the executable is downloaded for the right architecture and version.
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 06:03 PM
05-21-2004 06:03 PM
Re: software installation question
If it is a shared executable then as ssuggested by NAVEEJ it should work. And if it doesn't work that way then either your file is corrupted or not compatabile with this platform.
If you are sure about the corect version and comptability of the file try downloading it again.
All the best.
Regards,