Managing Systems and Workgroups: A Guide for HP-UX System Administrators

Configuring a Workgroup
Compatibility Between HP-UX Releases 10.x and 11.x
Chapter 4 453
Documentation for Transitioning Software to HP-UX 11.0
Hewlett-Packard has provided several resources to help you transition
software to HP-UX 11.0.
HP-UX 64-bit Porting and Transition Guide
This guide provides a detailed discussion on programming issues
involved with porting software to HP-UX 11.0. It describes the
changes you need to make to compile, link, and run programs on a
64-bit operating system. See
/opt/ansic/newconfig/RelNotes/64bitTrans.bk.ps,
/opt/aCC/newconfig/TechDocs/64bitTrans.bk.ps, or the Instant
Information CD-ROM.
HP-UX 11.x Software Developer’s Guide
This white paper, available from http://docs.hp.com, addresses
various features and benefits of moving applications to HP-UX 11.0.
Software Transition Kit (STK)
The STK provides information about the impact of 64-bit computing,
transitioning to and developing in a 64-bit environment, what
transition tools are available to make your transition smooth, and
compatibility information. The STK is available on the HP-UX 11.0
Application Release CD-ROM, or via the WorldWide Web at
http://www.software.hp.com/STK.
HP-UX Script Scanner
A new tool, /usr/sbin/scanscript, is available to help you locate
and fix any changed or obsolete functionality in installation or shell
scripts. scanscript can help you determine if your scripts contain
any commands, paths, libraries, or variables that must be changed.
For more information, see the scanscript (1M) manpage.
What STK Transition Tools are Available?
There are two tools provided in the Software Transition Kit (STK) that
help identify code in your source files that may cause compatibility
problems.
scansummary tool
This tool gives you an overall picture of the number and types of
transition API problems in your source files. The output helps you
determine, in general, the amount of work required to port the