Operating System - HP-UX
1833126 Members
3406 Online
110051 Solutions
New Discussion

Third party software directory location

 
Prabu_3
Frequent Advisor

Third party software directory location

I would like to know where should the third party software need to be installed on HP-UX 11.11(32 bit OS).Is there any directory preference for this, if so, let me know about it.
5 REPLIES 5
Michael Tully
Honored Contributor

Re: Third party software directory location

It depends entirely on where the product comes from. If it is an associated product of HP, then /opt
If not then /vendor (whatever vendor name) e.g. /oracle for oracle /informix for informix.
Other installations use /usr/contrib/bin or /usr/local/bin
Generally these are used for localised scripts.
It is irrelevant regarding 32 or 64 bit.
Anyone for a Mutiny ?
Prabu_3
Frequent Advisor

Re: Third party software directory location

what does "associated product of HP" means?. Does it mean that all the products released by HP?.
Steve Steel
Honored Contributor

Re: Third party software directory location

Hi


Assosciated product is hp SOFTWARE WHICH YOU CAN RUN BUT DO NOT HAVE TO SUCH AS THE JETDIRECT SOFTWARE


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Geoff Wild
Honored Contributor

Re: Third party software directory location

/opt/ is the general standard these days for binaries

With config files in /etc/opt/ and logging in /var/opt/

For example - CIFS (Samba)

/opt/samba
/etc/opt/samba
/var/opt/samba

Used to be /usr/local

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Petr Simik_1
Valued Contributor

Re: Third party software directory location

On commercial system is used

/opt/vendor - bins
/var/opt/vendor - logs
/etc/opt/vendor - configurations


This is the most typical setting of many installations on our systems from different vendors.