Operating System - HP-UX
1833024 Members
2519 Online
110049 Solutions
New Discussion

software installation question

 
SOLVED
Go to solution
Achilles_2
Regular Advisor

software installation question

Hi all,

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
10 REPLIES 10
John Poff
Honored Contributor

Re: software installation question

Hi,

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
Bharat Katkar
Honored Contributor
Solution

Re: software installation question

Alex,

I 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,
You need to know a lot to actually know how little you know
Achilles_2
Regular Advisor

Re: software installation question

I ran the command "sh setup_ORBacus4.1.2_HP-32.bin" under root user but it said that "execute permission denied". I checked that it has the permit to execute.

-rwxr-xr-x 1 root sys setup_ORBacus4.1.2_HP-32.bin

Naveej.K.A
Honored Contributor

Re: software installation question

hi alex,

./setup_ORBacus4.1.2_HP-32.bin

does it work???

regards
naveej
practice makes a man perfect!!!
Bharat Katkar
Honored Contributor

Re: software installation question

Alex,
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,
You need to know a lot to actually know how little you know
Bharat Katkar
Honored Contributor

Re: software installation question

If nothing works let us know this one :

# file xxxxxx-hp.bin

Post the output of this command
Regards,
You need to know a lot to actually know how little you know
T G Manikandan
Honored Contributor

Re: software installation question

Just do a

#sh

This should start the installation.Files like weblogic insatller package come in this format.

Thanks
Achilles_2
Regular Advisor

Re: software installation question

It is failed to execute.

# 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
T G Manikandan
Honored Contributor

Re: software installation question

What application is that?

Whether the executable is downloaded for the right architecture and version.


Revert
Bharat Katkar
Honored Contributor

Re: software installation question

Alex,
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,
You need to know a lot to actually know how little you know