 
      
 
      
Admin utilities
| Product | Unix | Others | 
|---|
 
| osscripts auxscripts
 L
 
 | 
  | AIX | 1.x | 2.x | 3.2 | 4.1 | 4.2 | 4.3 | 5.1 | 5.2 | 5.3 | 6.1 | 7.1 | 
|---|
 |  |  |  | c | x | c | c | V? x | V? x | V? x | V? x | V? x |  
  | DUX | 2.x | 3.x | 4.x | 5.x | 
|---|
 | Alpha |  |  | MIPS |  |  
  | HP-UX | 7 | 8.x | 9.x | 10.x | 11.00 | 11.11 | 11.23 | 11.31 | 
|---|
 | 68K |  |  | c |  | PA |  |  | c | V? x | V? x | V? x |  
  | Solaris | 7 | 8 | 9 | 10 | 
|---|
 | SPARC |  |  |  | c |  | x86 |  |  |  |  |  | 
| lsof 4.87
 download
 L
 
 | 
  | ULTRIX | 4.x | 
|---|
 | RISC | V4.51 i |  | VAX | c |  | 
 
| monitor 2.5
 home
 L
 
 | 
  | DUX | 2.x | 3.x | 4.x | 5.x | 
|---|
 | Alpha |  | FW: V1.5 x | FW: V1.7 x | V1.8 x src |  | MIPS |  |  
  | ULTRIX | 4.x | 
|---|
 | RISC | V1.3 x |  | VAX | ? |  | 
| nmap 6.25
 home
 L
 
 | 
  | Solaris | 7 | 8 | 9 | 10 | 
|---|
 | SPARC |  |  |  | SSC 3.5 x |  | x86 |  |  |  |  |  | 
| rdist 6.1.5
 (7)
 home
 L
 
 | 
  | AIX | 1.x | 2.x | 3.2 | 4.1 | 4.2 | 4.3 | 5.1 | 5.2 | 5.3 | 6.1 | 7.1 | 
|---|
 |  |  |  | OS | OS | OS | OS TB: V6.1.5
 | OS | OS | OS | OS | OS |  
  | DUX | 2.x | 3.x | 4.x | 5.x | 
|---|
 | Alpha |  | ? | ? | OS: V4.2.x |  | MIPS |  |  
  | HP-UX | 7 | 8.x | 9.x | 10.x | 11.00 | 11.11 | 11.23 | 11.31 | 
|---|
 | 68K |  |  | ? |  | PA |  |  | ? | OS | OS | OS |  
  | Solaris | 7 | 8 | 9 | 10 | 
|---|
 | SPARC |  | OS | OS | OS |  | x86 |  |  |  |  |  | 
 
| sudo 1.8.9p5
 home
 src+bin
 L
 
 | 
  | Solaris | 7 | 8 | 9 | 10 | 
|---|
 | SPARC |  | c | SFW V1.6.6 | SFW V1.6.8p5 SSC 1.8.1p2 x
 |  | x86 |  |  |  |  |  | 
 
 
| top 3.8beta1
 src
 L
 
 | 
  | DUX | 2.x | 3.x | 4.x | 5.x | 
|---|
 | Alpha |  | FW: V3.3 x V3.4 | FW: V3.5b5 x | V3.6 x |  | MIPS |  |  
  | HP-UX | 7 | 8.x | 9.x | 10.x | 11.00 | 11.11 | 11.23 | 11.31 | 
|---|
 | 68K |  |  | OS: V? |  | PA |  |  | OS V3.4 | OS V3.5 | OS | OS |  
  | Solaris | 7 | 8 | 9 | 10 | 
|---|
 | SPARC |  | c | SFW V3.5.beta12 | SFW/SSC V3.5.1 x |  | x86 |  |  |  |  |  | 
| tsm client
 adsm
 L
 server
 
 
 | 
  | AIX | 1.x | 2.x | 3.2 | 4.1 | 4.2 | 4.3 | 5.1 | 5.2 | 5.3 | 6.1 | 7.1 | 
|---|
 |  |  |  | ? | ? | BP#2: V3.1.20 x V3.1
 | BP#2: V? x | BP#2: V5.1.6.0 | BP#2: V5.2.0 x | BP(5.2)#2: V5.2.0 x V6.2.1 x
 | BP(5.2)#2: V5.2.0 x V6.2.1 i
 | V6.2.1 i |  
  | DUX | 2.x | 3.x | 4.x | 5.x | 
|---|
 | Alpha |  |  |  | V5R2 i |  | MIPS |  |  
  | HP-UX | 7 | 8.x | 9.x | 10.x | 11.00 | 11.11 | 11.23 | 11.31 | 
|---|
 | 68K |  |  |  |  | PA |  | V2.1.8 | V2.1.8 |  |  |  | 
Notes
Unpacking aixpdslib packages (AIX)
These will expand into ./usr/local,
so e.g.:
   cd /                        # into /usr/local  
   zcat tcp_wrappers.7.6plusipv6.tar.Z | tar -xvf -
Sometimes this is not what you would want, an alternative for example is:
   cd /opt/                    # into /opt
   mkdir     bzip2-1.0.2
   mkdir usr
   ln -sf ../bzip2-1.0.2 usr/local
   zcat bzip2.1.0.2.tar.Z | tar -xvf -
Unpacking Bull freeware archives (AIX)
.exe archives from Bull will expand into /usr/local,
which is unwanted if the machine will
be an NFS client using this directory as a mount point.
In this case temporarily:
mkdir /opt
ln -s /opt /usr/local
prior to installation. .exe archives are self-extracting archives,
which eventually install into /usr/local, e.g.:
chmod u+x openssh-3.7.1.0.exe  # executable
openssh-3.7.1.0.exe            # self extract
inutoc ./                      # creates a toc, if not there
creates a bff and an asc PGP file.
With these files
smitty - Install is your friend.
Legend
 
 
| Abbr | means | 
 
 
| c | to be compiled/built | 
 
 
| f | to be configured | 
 
 
| i | to be installed | 
 
 
| k | keyword/license necessary | 
 
 
| L | to be installed on system disk | 
 
 
| p | repackaged | 
 
 
| t | to test | 
 
 
| x | successfully built/installed | 
 
 
| ACD | HP-UX Application CD | 
 
 
| IUX | Ignite UX | 
 
 
| SFW | Sun Freeware CD | 
 
 
| SSC | Sun Software Companion CD | 
 
 
| FW | Digital UNIX Freeware CD | 
 
 
| TB | AIX Toolbox | 
 
 
| BP | AIX Bonus Pack | 
 
 
| EP | AIX Expansion Pack | 
 
 
| SS | AIX Software Solution CD | 
 
 
| OS | part of OS | 
 
 
| SPL | DEC/Compaq/HP software product library CD | 
 
 
  Last updated: Mon, Feb 24, 2014 09:14:04 AM
, M.Kraemer 
Impressum Data privacy protection