Operating System - HP-UX
1833873 Members
3677 Online
110063 Solutions
New Discussion

Availability of software on standard install

 
SOLVED
Go to solution
Dean Johnson_10
Advisor

Availability of software on standard install

I have been asked to find out whether the following are installed as part of a standard HPUX 11 and 11i install.
Perl
rdist
lsof
openssh
tcp wrapper
sudo
visudo
traceroute
I have searched the HP docs sight, but can't seem to find a definitive answer. If possible could you also supply the version available.

Thanks
6 REPLIES 6
Alan Casey
Trusted Contributor

Re: Availability of software on standard install

Most aren't

traceroute perl and rdist are.
The others are not as far as I know.
Sebastian Galeski_1
Trusted Contributor

Re: Availability of software on standard install

hi
for 11.11:
perl is
traceroute is

openssh no
tcp wraper no
rdist
sudo no
visudo no


regards seba
Sebastian Galeski_1
Trusted Contributor

Re: Availability of software on standard install

hi again
rdist is too in hpux 11.11

rgs seba
Chris Wilshaw
Honored Contributor

Re: Availability of software on standard install

The default installation of perl (in /usr/contrib/bin) is quite out of date now.

A more recent version is included on the application CD's. No codeword is required to install this.
H.Merijn Brand (procura
Honored Contributor

Re: Availability of software on standard install

11.00 and 11i install Perl-5.6.1 by default on /opt/perl

/usr/contrib/bin is a perl version 4 and only fun for people that want to torture themselves with error messages feeding it with `modern' perl scripts.

Please be sure to put /usr/contrib/bin last in $PATH (even after '.')
Enjoy, Have FUN! H.Merijn
Bill Hassell
Honored Contributor
Solution

Re: Availability of software on standard install

The majority of these must be downloaded from either: http://software.hp.com or the HP-UX Liverpool archive http://hpux.connect.org.uk

- Perl (perl 4 is standard, Perl 5 must be downloaded from software.hp.com for 11, 11i recent CDs have Perl 5)
- rdist (standard)
- lsof (not supplied by HP, get from Liverpool archive: hpux.connect.org.uk)
- openssh (Secure Shell from software.hp.com)
- tcp_wrapper (software.hp.com)
- sudo (not supplied by HP, get from Liverpool archive: hpux.connect.org.uk)
- visudo (not supplied by HP, part of sudo distribution)
- traceroute (standard)

Note: These are all based on 11.0 and higher. 10.20 and earlier is now obsolete so most of the download packages from HP will not work on 10.20 and earlier.


Bill Hassell, sysadmin