home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / answers / aix-faq / part2 < prev    next >
Internet Message Format  |  1993-11-14  |  63KB

  1. Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!gatech!howland.reston.ans.net!cs.utexas.edu!mavrick!basto@cactus.org
  2. From: basto@cactus.org (Luis Basto)
  3. Newsgroups: comp.unix.aix,news.answers,comp.answers
  4. Subject: AIX Frequently Asked Questions (Part 2 of 3)
  5. Summary: This posting contains a list of Frequently Asked Questions 
  6.          and their answers about AIX, IBM's version of Unix.
  7. Keywords: AIX RS/6000 questions answers
  8. Message-ID: <1473@mavrick.UUCP>
  9. Date: 15 Nov 93 06:30:49 GMT
  10. Expires: 15 Dec 93 01:23:45 GMT
  11. Sender: luis@mavrick.UUCP
  12. Reply-To: basto@cactus.org (Luis Basto)
  13. Followup-To: comp.unix.aix
  14. Lines: 1594
  15. Approved: news-answers-request@MIT.Edu
  16. Supersedes: <1463@mavrick.UUCP>
  17. Xref: senator-bedfellow.mit.edu comp.unix.aix:32877 news.answers:14709 comp.answers:2652
  18.  
  19. Archive-name: aix-faq/part2
  20. Last-modified: November 15, 1993
  21. Version: 2.43
  22.  
  23.  
  24. Version: $Id: aix.faq,v 2.43 93/11/15 basto $
  25.  
  26. Frequently Asked Questions to AIX 3.x and IBM RS/6000
  27. _____________________________________________________
  28.  
  29. 1.200: Some info about tape backups
  30. From: Craig Anderson
  31.  
  32. The following supplements the information on rmt devices in
  33. InfoExplorer. It is based on my own personal experience with IBM tape
  34. drives running on AIX 3.1. No warranty is expressed or implied.
  35.  
  36. CONFIGURING THROUGH SMIT:
  37.     BLOCK size (0=variable length)        (ALL)
  38.     Sets the tape block size.  When reading, the block size must be
  39.     set to the block size set when the tape was written.  When
  40.     using some commands, tapes written with ANY block size can be
  41.     read if the block size is set to 0 (variable length) (see
  42.     "BLOCK SIZES" below).
  43.  
  44.     Use DEVICE BUFFERS during writes        (ALL)
  45.     Set to yes, the device will buffer data internally on writes.
  46.     This greatly improves performance, but under certain cases may
  47.     be undesirable since the data is not written to tape before
  48.     returning a good indication.
  49.  
  50.     Use EXTENDED file marks            (8mm only)
  51.     Extended file marks take up much more space than short (or
  52.     non-extended) file marks.  But extended file marks can be
  53.     overwritten, allowing data not at the beginning of tape to be
  54.     overwritten (see "FILE MARKS" below).
  55.  
  56.     RETENSION on tape change or reset        (1/4" only)
  57.     If set to "no" then the tape will not be retentioned
  58.     automatically when the tape is inserted.  Note that this will
  59.     take effect only after the device is used.
  60.  
  61.  
  62. FILE MARKS:
  63.      Tape devices support multiple tape files.  Tape files are the
  64.      result of a backup/cpio/tar/dd type command, where the device is
  65.      opened, written to, and closed.  Because tapes allow large
  66.      quantities of data to be written on a single tape, several backups
  67.      (that is, tape files), may be combined on one physical tape.
  68.      Between each tape file is a "tape file mark" or simply "file
  69.      mark".  These file marks are used by the device driver to indicate
  70.      where one tape file ends and another begins.
  71.  
  72.                               B       E
  73.                    <-------   O       O   ------->
  74.                               T       T
  75.               __ ____________________________ _______________
  76.      physical | \            |       |      \             |physical
  77.      beginning|  \           | tape  |       \            | end
  78.        of     |   \          | file  |        \           |  of
  79.       tape    |    \         | mark  |         \          | tape
  80.               |_____\________|_______|__________\_________|
  81.  
  82.      Note that there is a distinction between the beginning of tape
  83.      (BOT) side of a file mark and the end of tape (EOT) side of a file
  84.      mark.  If the head is on the BOT side of a file- mark, "tctl fsf
  85.      1" command will move only to the EOT side of the same file mark.
  86.  
  87.      With the 1/4" tape drive, writing can only take place
  88.      sequentially, or after blank tape has been detected.  You cannot
  89.      write over data on the tape (except at BOT).  If you wish to add
  90.      data to a tape which has been written and then rewound you should
  91.      space forward file mark until an error occurs.  Only then can
  92.      you start writing again.
  93.  
  94.      With an 8mm tape drive, writing can only take place before blank
  95.      tape, an EXTENDED file mark, or at BOT.  Thus if several backups
  96.      have been made on one tape and you wish to overwrite one of the
  97.      backups, position the tape to the place you wish to start writing
  98.      and issue the following commands:
  99.     tctl bsf 1
  100.     tctl eof 1
  101.      The first command skips back to the BOT side of the same file
  102.      mark.  The second command rewrites the file mark (writing is
  103.      allowed before extended file marks).  The erase head will erase
  104.      data ahead of the write head, so that after writing the file mark
  105.      the head will be positioned before blank tape.  Only after this
  106.      may you start writing over data in the middle of the tape.  (All
  107.      data beyond where you are currently writing will be lost).  Note
  108.      that you cannot write over short file marks.  In order for this to
  109.      work, the tape must have been written with extended file marks
  110.      (use smit to change this).
  111.  
  112.      With the 9-track drive writing can take place anywhere on the
  113.      tape although overwriting single blocks of data is not supported.
  114.  
  115.      On the 8mm drive extended filemarks use 2.2 megabytes of tape and
  116.      can take up to 8.5 seconds to write.  Short filemarks use 184K
  117.      and take up to 1.5 seconds to write.
  118.  
  119. BLOCK SIZES:
  120.      When data is written to tape it is written in blocks.  The blocks
  121.      on a tape are separated by inter-record gaps.  It is important to
  122.      understand the structure of the written tape in order to
  123.      understand the problems which can occur with changing block
  124.      sizes.
  125.  
  126.      In fixed block size mode all blocks on the tape are the same
  127.      size.  They are the size of the block size set in the device
  128.      configuration.  All read()s and write()s to the tape drive must be
  129.      a multiple of the fixed block size.
  130.  
  131.      In fixed block mode a read() will return as many blocks as needed
  132.      to satisfy the read() request.  If a file mark is encountered
  133.      while reading the tape only the data up until the file mark will
  134.      be returned.
  135.  
  136.      It is not possible for the tape drive to read a tape whose block
  137.      size is not the same as the block size in the device
  138.      configuration.  (Unless the device configuration is in variable
  139.      size blocks.)
  140.  
  141.      In variable block size (0) mode, the blocks written on the tape
  142.      are the size of the read() and write() requests to the device
  143.      driver.  In this case, the actual block sizes on the tape can be
  144.      changed using the options to the backup commands (tar -C, cpio -C,
  145.      backup -C).
  146.  
  147.      In variable mode, read() requests greater than size of the block
  148.      on the tape will return only the data from the next block on the
  149.      tape.  It is this feature that allows tapes written in any block
  150.      size (fixed or variable) to read with the dd command (the output
  151.      from the dd command may be piped to restore, tar, or cpio for
  152.      example.)  Note that backup, tar, and cpio cannot read all tapes
  153.      by using a large block size because they assume there is an error
  154.      if they get a short read().
  155.         dd ibs=128k obs=16k if=/dev/rmt0 | ...
  156.  
  157.      The tape head is always positioned at an inter-record gap, file
  158.      mark, or blank tape after reading or writing.
  159.  
  160.      With the 8mm tape drive, using a fixed block size which is not a
  161.      multiple of 1K is inefficient.  The 8mm tape drive always writes
  162.      internally in 1K blocks.  It simulates the effect of variable
  163.      block sizes, but, for example, using a fixed block size of 512
  164.      bytes (or using variable block size and write()ing 512 bytes at a
  165.      time) wastes one half of the tape capacity and gives only one half
  166.      the maximum transfer rate.
  167.  
  168.  
  169. EXCHANGING DATA WITH NON-UNIX AND OTHER VENDORS MACHINES:
  170.      Many tape drives support both variable and fixed block sizes.
  171.  
  172.      Variable block mode writes block sizes the size of the write
  173.      command issued (tar and backup specify this with the -b option). 
  174.      In fixed mode, block sizes are fixed and all writes must be a
  175.      multiple of the fixed block size.
  176.  
  177.      Unix often internally chops larger reads and writes up into
  178.      manageable pieces (often 65535, 65534, or 65532 bytes) before
  179.      doing the actual reads and writes.  This means reads and writes of
  180.      64K bytes are often broken up into a 65535 byte record and a 1
  181.      byte record (In fixed mode the write will fail).  Block sizes >=
  182.      64K (-C128 and greater) should be avoided for this reason.  AIX
  183.      does not break up read and write requests, but be aware of the
  184.      situation on other machines.
  185.  
  186.      If the tape is written in an unknown block size then set the
  187.      device configuration in smit to use variable size blocks, use the
  188.      "dd" command with a large input block size, and pipe it to the
  189.      restore command.  For example:
  190.       chdev -l rmt0 -a block_size=0
  191.       dd if=/dev/rmt0 ibs=128k obs=16k | tar -tvf-
  192.  
  193.  
  194. 1.201: How do I do remote backup?
  195.  
  196. There seems to be several ways of doing this. I found the following works:
  197.  
  198.   tar -b1 -cf - . | rsh REMOTEHOST "dd ibs=512 obs=1024 of=/dev/TAPEDEVICE"
  199.  
  200.  
  201. From: kraemerf@franvm3.VNET.IBM.COM (Frank Kraemer)
  202.  
  203. mksysb will not back up to remote tape devices. The following script
  204. will do remote backups.
  205.  
  206. [Ed.: I've verified this script works fine. However, it may be slow for
  207.  large filesystems since it creates a temp file of filenames in /tmp.]
  208.  
  209. #!/bin/ksh
  210. # @(#) Create a backup tape of the private user data.
  211. #=================================================================#
  212. #   Script :  usave.sh                                            #
  213. #   Author :  F. Kraemer                                          #
  214. #   Date   :  92/02/19                                            #
  215. #   Update :  92/10/29                                            #
  216. #   Info   :  the ultimative backup script                        #
  217. #   Example:  usave.sh /dev/rmt0      -  save to local tape       #
  218. #             usave.sh /save/save.me  -  save to local file       #
  219. #             usave.sh /tmp/pipe      -  save to remote tape      #
  220. #-----------------------------------------------------------------#
  221. PS4="(+) "
  222. #set -x
  223. PROG=$(basename $0)
  224. HOST=$(hostname)
  225. TODAY=$(date +%H:%M:%S)
  226. #
  227. # cleanup
  228. #
  229. cleanup ()
  230. {
  231. ec=$1
  232. error=$2
  233. case "$ec"
  234. in
  235.    "$USAGE_EC")    # usage error
  236.      error="Usage:\t$PROG DeviceName\n" 1>&2
  237.     ;;
  238.    "$NOTAP_EC")    # Tape error
  239.      error="error:\t$PROG: $DEVICE is not available on the system.\n" 1>&2
  240.     ;;
  241.    "$LISTE_EC")    # list error
  242.      error="error:\t$PROG: could not create tar list for $LOGNAME.\n" 1>&2
  243.     ;;
  244.    "$NOTAR_EC")    # tar command error
  245.      error="error:\t$PROG: tar command failed.\n" 1>&2
  246.     ;;
  247.    "$PIPEP_EC")    # pipe error
  248.      error="error:\t$PROG: mknod command failed.\n" 1>&2
  249.     ;;
  250.    "$NORSH_EC")    # rsh error
  251.      error="error:\t$PROG: rsh - Remote Shell command failed.\n" 1>&2
  252.     ;;
  253.    "$RHOST_EC")    # remote host error
  254.      error="error:\t$PROG: Remote Host unknown.\n" 1>&2
  255.     ;;
  256.    *)
  257.    ;;
  258. esac
  259. case "$DEVICE"
  260. in
  261.     #
  262.     # Fix the block size if $DEVICE is a tape device
  263.     #
  264.     /dev/rmt[0-9]*)
  265.         echo "\n\t$PROG: Rewinding tape to begin.........(please wait)\n"
  266.         tctl -f $DEVICE rewind 2>/dev/null
  267.         ;;
  268.     *) ;;
  269. esac
  270. rm -f ${LIST} ${PIPE} 2>/dev/null
  271. [ -n "$error" ] && echo "\n${error}\n"
  272. trap '' 0 1 2 15
  273. exit "$ec"
  274. }
  275. #
  276. # Variables
  277. #
  278. USAGE_EC=1                         # exit code for usage error
  279. NOMNT_EC=2                         # exit code wrong device name
  280. NOTAP_EC=3                         # exit code no tape available
  281. LISTE_EC=4                         # exit code backup list error
  282. NOTAR_EC=5                         # exit code for wrong tar
  283. TRAPP_EC=6                         # exit code for trap
  284. PIPEP_EC=7                         # exit code for pipe
  285. RHOST_EC=8                         # exit code for bad ping
  286. NORSH_EC=9                         # exit code for bad rsh
  287. DEVICE="$1"                        # device to tar into
  288. LIST="/tmp/.tar.$LOGNAME.$$"       #
  289. REMOTEH=""                         # Remote host for backup
  290. REMOTET=""                         # Remote tape for backup
  291. tapedev=                           #
  292. PIPE="/tmp/pipe"                   # Pipe for remote backup
  293. #
  294. # main()
  295. #
  296. tput clear
  297. echo "\n\t$PROG started from $LOGNAME@$HOST on $TERM at $TODAY.\n"
  298. rm -f $LIST 2>/dev/null
  299. #
  300. # Trap on exit/interrupt/break to clean up
  301. #
  302. trap "cleanup $TRAPP_EC \"Abnormal program termination. $PROG"\"  0 1 2 15
  303. #
  304. # Check command options
  305. #
  306. [ "$#" -ne 1 ]  &&  cleanup "$USAGE_EC" ""
  307. #
  308. # Check device name
  309. #
  310. [ `expr "$DEVICE" : "[/]"` -eq 0 ] && cleanup "$NOMNT_EC" \
  311.         "$PROG: Backup device or file name must start with a '/'."
  312. #
  313. # Check tape device
  314. #
  315. case "$DEVICE"
  316. in
  317.     #
  318.     # Fix the block size if $DEVICE is a tape device
  319.     #
  320.     /dev/rmt[0-9]*)
  321.         #
  322.         echo "\n\t$PROG: Verify backup media ($DEVICE)............\n"
  323.         #
  324.         # see if a low or high density tape device was specified
  325.         # (eg rmt0.1)
  326.         density="`expr $DEVICE : \
  327.                 "/dev/rmt[0-9]*\.\([0-9]*\)"`"
  328.         #
  329.         # strip /dev/ from device name and
  330.         # get the base name (eg translate:
  331.         # /dev/rmt0.2 to rmt0)
  332.         #
  333.         tapedev="`expr $DEVICE : \
  334.                 "/dev/\(rmt[0-9]*\)[\.]*[0-9]*"`"
  335.         #
  336.         # Check if the tape is defined in the system.
  337.         lsdev -C -c tape -S Available -F "name" | grep $tapedev >/dev/null 2>&1
  338.         rc=$?
  339.         [ "$rc" -ne 0 ] && cleanup "$NOTAP_EC" ""
  340.         #
  341.         # Restore old tape name.
  342.         #
  343.         [ "${density:-1}" -lt 4 ] && density=1 || density=5
  344.         DEVICE="/dev/${tapedev}.${density}"
  345.         echo "\n\t$PROG: Insert a tape in ($DEVICE)........(press enter)\n"
  346.         read TEMP
  347.         echo "\n\t$PROG: Rewinding tape to begin...........(please wait)\n"
  348.         tctl -f $DEVICE rewind 2>/dev/null
  349.         ;;
  350.     #
  351.     # Backup is done on remote host. The remote shell facility
  352.     # must be set up and running.
  353.     #
  354.     ${PIPE}*)
  355.         #
  356.         echo "\n\t$PROG: Assuming remote backup via network.\n"
  357.         echo "\t$PROG: Enter name of Remote Host   ===> \c"
  358.         read REMOTEH
  359.         echo "\n\t$PROG: Pinging Remote Host to test connection.\n"
  360.         ping ${REMOTEH} 1 1 >/dev/null 2>&1
  361.         rc=$?                                    # give up unknown host
  362.         [ "$rc" -ne 0 ] && cleanup "$RHOST_EC" ""
  363.         JUNK=$(rsh ${REMOTEH} "/usr/sbin/lsdev -C -c tape -S Available")
  364.         rc=$?                                    # give up rsh failed
  365.         [ "$rc" -ne 0 ] && cleanup "$NORSH_EC" ""
  366.         echo "\t$PROG: Available Tapes on ${REMOTEH} are :\n\n\t\t${JUNK}\n"
  367.         echo "\t$PROG: Enter name of Remote Tape (e.g. /dev/rmt0) ===> \c"
  368.         read REMOTET
  369.         echo "\n\t$PROG: Insert tape on ${REMOTEH} in ${REMOTET}..(press enter)"
  370.         read TEMP
  371.         echo "\t$PROG: Rewinding Remote Tape ${REMOTET} on ${REMOTEH}.\n"
  372.         rsh ${REMOTEH} "tctl -f ${REMOTET} rewind"
  373.         rc=$?                                    # give up rsh failed
  374.         [ "$rc" -ne 0 ] && cleanup "$NOTAP_EC" ""
  375.         rm -f ${PIPE} 2>/dev/null
  376.         mknod ${PIPE} p
  377.         rc=$?                                    # give up mknod failed
  378.         [ "$rc" -ne 0 ] && cleanup "$PIPEP_EC" ""
  379.         cat ${DEVICE} | rsh ${REMOTEH} "dd of=${REMOTET} obs=100b 2>/dev/null" &
  380.         ;;
  381.     *)  ;;
  382. esac
  383. #
  384. # Prepare the list
  385. #
  386. echo "\n\t$PROG: Create list of files to be saved...."
  387. find $HOME -print > $LIST
  388. rc=$?
  389. [ "$rc" -ne 0 ] &&  cleanup "$LISTE_EC" ""
  390. #
  391. # tar the files
  392. #
  393. echo "\n\t$PROG: Changing current directory to (/)...."
  394. cd / > /dev/null 2>&1
  395. echo "\n\t$PROG: Running tar format backup from user ($LOGNAME)...."
  396. tar -cvf "$DEVICE" -L "$LIST"
  397. rc="$?"
  398. [ "$rc" -ne 0 ]  && cleanup "$NOTAR_EC" ""
  399. #
  400. # Backup completed
  401. #
  402. TODAY=$(date +%H:%M:%S)
  403. echo "\n\t$PROG ended at $TODAY............................\n\n"
  404. cleanup 0
  405.  
  406.  
  407. 1.202: How do I backup a multi-disk volume group?
  408. From: pack@acd.ucar.edu (Daniel Packman)
  409.  
  410. [ Ed.: I have not verified this procedure. I would actually recommend
  411.   NOT to have one volume group span multiple disks unless you really
  412.   need such big logical volumes. ]
  413.  
  414.   1. If you have a set of three or more disks in a volume group
  415.      (typically 3 for 5xx machines with three internal drives;
  416.      with only two, the procedures outlined here have to be modified
  417.      to ignore the fact that you don't have a quorum in the volume group)
  418.  
  419.   2. If one drive has failed (usually only one fails at a time :-) )
  420.  
  421. It is possible to go through a service boot (the volume group is called
  422. rootvg and one of the 2 good disks on it is called hdisk0):
  423.  
  424.   importvg -y rootvg hdisk0
  425.   varyonvg -f -n -m1 rootvg
  426.  
  427. These commands will work, but give error messages. If you wish to mount
  428. a user filesystem, say /u on logical volume /dev/lv00, then
  429.  
  430.   mount -f /dev/lv00 /v
  431.  
  432. will work only if jfslog, the journaled file system log device, is not
  433. on the damaged disk. If it is, you must (and can in any case) mount the
  434. filesystem read-only:
  435.  
  436.   mount -f -r /dev/lv00 /v
  437.  
  438. This crucial and rather obvious point baffled several level 3 support
  439. personnel at Austin as well as myself for almost a week. Once the file
  440. system(s) of interest are available, they can be saved to tape for
  441. restoration later. Of course, one can expect only about two thirds of a
  442. filesystem to be recoverable if it spans all 3 physical disks. One
  443. other point to remember is that the standard boot procedure from floppy
  444. includes the restore command but does not include the backup command.
  445.  
  446. *****************************************************************************
  447. * If you do not have other RS6000 machines at your site it is imperative    * 
  448. * that you either build a bootable tape which includes either restore or    * 
  449. * tar or cpio (a bootable floppy set will not have enough space) or at the  *
  450. * very least copy onto a spare floppy backup, cpio, or tar.  The floppy     *
  451. * should be created with backup -ivq so that its contents can be read into  *
  452. * the memory resident system after booting.                                 *
  453. *****************************************************************************
  454.  
  455. All is not lost if tar, cpio or backup are available on an undamaged
  456. disk that can be mounted. Since tar and cpio are in /bin, they may both
  457. very well be unavailable.
  458.  
  459. It is a very good idea for those who have tape devices to build a
  460. bootable tape with their desired extra commands in it. Follow the
  461. instructions from IBM but add your desired commands to the following
  462. three files:
  463.  
  464.     /usr/lpp/bosinst/tape2
  465.     /usr/lpp/bosinst/diskette/boot2
  466.     /usr/lpp/bosinst/diskette/inslist
  467.  
  468. If you have anything other than a minimum memory configuration, you
  469. should be able to add many commands.
  470.  
  471.  
  472. 1.203: How do I put multiple backups on a single 8mm tape?
  473. From: kerm@mcnc.org (Cary E. Burnette)
  474.  
  475. There are two possible solutions to this, both of which use /dev/rmt0.1
  476. which is non-rewinding.
  477.  
  478. SOLUTION #1
  479. -----------
  480.  
  481. To put multiple backups on a single tape, use /dev/rmt0.1, which is a
  482. no-rewind device, using either rdump or backup (both by name & inode
  483. work). Using rdump or backup "byinode" both generate the message that
  484. the tape is rewinding but actually do not. This is an example that
  485. works on my system:
  486.  
  487. # rsh remote1 -l root /etc/rdump host:/dev/rmt0.1 -Level -u /u
  488. # rsh remote2 -l root /etc/rdump host:/dev/rmt0.1 -Level -u /u
  489. # tctl -f /dev/rmt0.1 rewind       # rewinds the tape
  490.  
  491. where I am implementing the command from host.
  492. To restore a table of contents of the first I would use 
  493.  
  494. # restore -f /dev/rmt0.1 -s1 -tv
  495.  
  496. where the -s1 flag tells restore to go to the first record on the tape. 
  497. Type the exact command again to get the second record. The -s(Number)
  498. means go to Number record from this spot. It works pretty well.
  499.  
  500.  
  501. SOLUTION #2
  502. -----------
  503.  
  504. Steve Knodle
  505. Educational Resources Center
  506. Clarkson University
  507.  
  508. I use:
  509. ------------------- Dump.sh --------------------
  510. CONTENTSFILE=`date |dd conv=lcase |sed -e 's/19//' |awk '{print $6 $2 $3}'`
  511. set -x
  512. LEVEL=$1
  513. shift
  514.  
  515. backup -c -b 56 -$LEVEL -uf /dev/rmt0.1 /
  516. backup -c -b 56 -$LEVEL -uf /dev/rmt0.1 /usr
  517. backup -c -b 56 -$LEVEL -uf /dev/rmt0.1 /u
  518. tctl -f /dev/rmt0 rewind
  519.  
  520. touch /usr/local/dumps/Contents.$CONTENTSFILE
  521. echo "Dumping /" >>/usr/local/dumps/Contents.$CONTENTSFILE
  522. restore -t -s 1 -f /dev/rmt0.1 >>/usr/local/dumps/Contents.$CONTENTSFILE
  523. echo "Dumping /usr" >>/usr/local/dumps/Contents.$CONTENTSFILE
  524. restore -t -q -s 1 -f /dev/rmt0.1 >>/usr/local/dumps/Contents.$CONTENTSFILE
  525. echo "Dumping /u" >>/usr/local/dumps/Contents.$CONTENTSFILE
  526. restore -t -q -s 1 -f /dev/rmt0.1 >>/usr/local/dumps/Contents.$CONTENTSFILE
  527. tctl -f /dev/rmt0 rewind
  528.  
  529. I process the table-of-contents first by a little program that does
  530. common prefix encoding, and then compress.
  531.  
  532. This gives a table of contents file I can keep on-line until the tape
  533. is reused.
  534.  
  535.  
  536. 1.204: How can I make an exact duplicate of a tape over the network?
  537.  
  538. The challenge here is not to have to create a temporary file (disk space
  539. limitation) and work across heterogeneous networks.
  540.  
  541. This script might work:
  542.  
  543. LOCAL=/dev/tape_dev
  544. REMOTE=/dev/tape_dev
  545. dd if=$LOCAL ibs=64k obs=512 | rsh remote_host dd ibs=512 obs=64k of=$REMOTE
  546.  
  547.  
  548. From: pack@acd.ucar.edu (Daniel Packman)
  549.  
  550. Daniel provides the following perl script to convert from the known
  551. world's function codes to AIX for compatibility.
  552.  
  553. #!/bin/perl
  554. # Wrapper to convert input rmt requests to
  555. # AIX 3.2 ioctl numbers.  We pass on all commands we don't understand
  556. # I0 MTWEOF -> I10  STWEOF write and end-of-file record
  557. # I1 MTFSF  -> I11  STFSF  forward space file
  558. # I2 MTBSF  -> I12  STRSF  reverse space file
  559. # I3 MTFSR  -> I13  STFSR  forward space record
  560. # I4 MTBSR  -> I14  STRSR  reverse space record
  561. # I5 MTREW  -> I6   STREW  rewind
  562. # I6 MTOFFL -> I5   STOFFL rewind and unload tape
  563. # I7 MTNOP  -> I0   (no-op? should ignore following count)
  564. # I8 MTRETEN-> I8   STRETEN retension tape, leave at load point
  565. # I9 MTERASE-> I7   STERASE erase tape, leave at load point
  566. #I10 MTEOM (position to end of media ... no ibm equivalent?)
  567. #I11 MTNBSF  (backward space file to BOF ... no ibm equivalent?)
  568. @iocs = (10,11,12,13,14,6,5,0,8,7);
  569. open(RMT,"|/usr/sbin/rmt") || die "Can't open pipe to rmt\n";
  570. select(RMT);
  571. $| = 1;
  572. while (<STDIN>) {
  573.   s/(^I)(\d$)/I$iocs[$2]/;
  574.   exit 0 if $_ =~ /^[Qq]/;
  575.   print RMT $_ ; }
  576. exit 0;
  577.  
  578.  
  579. 1.205: What is tape block size of 0?
  580. From: benson@odi.com (Benson I. Margulies)
  581.  
  582. Tape devices are generally split into two categories: fixed block and
  583. variable block.  1/4" tape is the fixed block, and 8mm is variable.
  584.  
  585. On a fixed block size device, the kernel always sends data to the device
  586. in suitable block size lumps, and varying the size passed to write(2)
  587. (e.g., via the bs option to dd) gives the kernel more data to stream. 
  588. On a variable block size device, the kernel writes to the device
  589. whatever passed to it. On an 8mm, it had better be a multiple of 1024
  590. to get efficient tape usage.
  591.  
  592. AIX has the World's Only Variable Block Size 1/4" tape drive. If you
  593. use SMIT to set the block size to a nonzero value, AIX treats the device
  594. as fixed block size, whether it is or not. By default, 8mm drives are
  595. set to the same size as 1/4", 512 bytes. This is wasteful, but
  596. otherwise mksysb and installp would fail.
  597.  
  598. If you set the block size to 0, the device is treated as variable block
  599. size, and the size passed to write becomes the physical block size. 
  600. Then if you use a sensible block size to dd, all should be wonderful.
  601.  
  602.  
  603. 1.206: Resetting a hung tape drive
  604. From: Craig_Anderson@kcbbs.gen.nz (Craig Anderson)
  605.  
  606. A process accesses the tape drive. The process stops, exits, or whatever,
  607. but still hold on to the drive. When this happens, the process cannot be
  608. killed by any signal and the tape drive cannot be used by any other
  609. process until the machine is rebooted.
  610.  
  611. The following should help:
  612.  
  613. RESET:
  614.  
  615. AIX, like most UNIX systems has no reset function for tape drives. You
  616. can however send a Bus Device Reset (a standard SCSI message) to the
  617. tape drive using the following piece of code. If the tape drive does
  618. not respond to the BDR, then a SCSI Bus Reset will be sent (and this
  619. will reset every device on the SCSI Bus). SCSI Bus resets are rather
  620. extreme so you should refrain from using this program unnecessarily. 
  621. But there are times (like after you've inserted a jammed/old/bad tape in
  622. an 8mm drive), when there's no other way to reset the device other than
  623. to shutdown and reboot (obviously you can power down and up an external
  624. drive to reset it - and this would be the better choice).
  625.  
  626. This is actually documented in info, but can be hard to find and
  627. there's no complete program.
  628.  
  629. /* taperst: resets the tape drive by sending a BDR to the drive. */
  630. #include <stdio.h>
  631. #include <fcntl.h>
  632. #include <errno.h>
  633. #include <sys/scsi.h>
  634.  
  635. int main(int argc, char **argv)
  636. {
  637.          /* This can be run only by root */
  638.  
  639.          if (argc != 2) {
  640.              fprintf(stderr, "Usage: %s /dev/rmt#\n", argv[0]);
  641.              return 1;
  642.          }
  643.  
  644.          if (openx(argv[1], O_RDONLY, 0, SC_FORCED_OPEN) < 0) {
  645.              perror(argv[0]);
  646.              return 2;
  647.          }
  648.          return 0;
  649. }
  650.  
  651. ______________________________________________________________________________
  652. 1.300: Some info about the memory management system
  653. From: Michael Coggins (MCOG@CHVM1.VNET.IBM.COM).
  654.  
  655. 1. Does AIX use more paging space than other unix systems?
  656.  
  657. Under many scenarios, AIX requires more paging space than other unix
  658. systems. The AIX VMM implements a technique called "early allocation of
  659. paging space". When a page is allocated in RAM, and it is not a
  660. "client" (NFS) or a "persistent" (disk file) storage page, then it is
  661. considered a "working" storage page. Working storage pages are commonly
  662. an application's stack, data, and any shared memory segments. So, when
  663. a program's stack or data area is increased, and RAM is accessed, the
  664. VMM will allocate space in RAM and space on the paging device. This
  665. means that even before RAM is exhausted, paging space is used. This
  666. does not happen on many other unix systems, although they do keep track
  667. of total VM used.
  668.  
  669. Example 1: 
  670. Workstation with 64mb RAM is running only one small application that
  671. accesses a few small files. Everything fits into RAM, including all
  672. accessed data. On AIX, some paging space will already be used. On
  673. other unix systems, paging space will be 100% free. Clearly, this is an
  674. example that shows where we use more paging space than the other machines.
  675.  
  676. Example 2:
  677.  
  678. Same machine as above, except we are running in an environment where
  679. many applications are running with inadequate RAM.  Also, in this
  680. environment, the system is running applications that are started, run,
  681. left idle, and not in constant use.  A session of FRAME running in a
  682. window, for example.  What happens is that eventually (theoretically)
  683. all applications will be paged out at least once.  On the AIX system and
  684. the other systems the total paging requirements will be the same
  685. (assuming similar malloc algorithm).  The major difference is that the
  686. AIX system allocated the paging space pages before they were actually
  687. needed, and the other systems did not allocate them until they were
  688. needed.  However, most other systems have an internal variable that gets
  689. incremented as virtual memory pages are used.  AIX does not do this. 
  690. This can cause the AIX system to run out of paging space (virtual
  691. memory), even though malloc() continues to return memory.  This
  692. "feature" allows sparse memory segments to work, but requires that all
  693. normal users of malloc() (sbrk()) know how much virtual memory will be
  694. available (actually impossible), and to handle a paging space low
  695. condition.  A big problem.  There are some pretty obvious pros and cons
  696. to both methods of doing Virtual Memory.
  697.  
  698. 2. How much paging space do I need?
  699.  
  700. Concerning the rule of thumb of having 2 times RAM for paging space:
  701. this is rather simplistic, as are most rules of thumb.  If the machine
  702. is in a "persistent storage environment", meaning that they have a few
  703. small programs, and lots of data, they may not need even as much as 1
  704. times RAM for paging space.  For example, a 1GB database server running
  705. on a 6000 with 256MB of RAM, and only running about 50MB of "working"
  706. storage does not need 512MB of paging space, or even 256MB.  They only
  707. need the amount of paging space that will allow all their working
  708. storage to be paged out to disk.  This is because the 1GB database is
  709. mostly "persistent storage", and will require little or no paging space. 
  710. Excessive paging space may simply mean wasted disk space.  However,
  711. avoid insufficient paging space.  Tip: Don't have more than one paging
  712. space per disk.  Tip: Put lots of RAM in your system - it will use it.
  713.  
  714. 3. Why does vmstat show no free RAM pages?
  715.  
  716. AIX uses RAM as a possibly huge disk buffer.  If you read a file in the
  717. morning, that file is read into RAM, and left there.  If no other
  718. programs need that RAM, that file will be left in RAM until the machine
  719. is halted.  This means that if you need the file again, access will be
  720. quick.  If you need that RAM, the system will simply use the pages the
  721. file was using.  The pages were flushed back to disk earlier.  This
  722. means that you can get a huge speedup in disk access if you have enough
  723. RAM.  For example, a 200MB database will just ease into RAM if you have
  724. a 256MB system.
  725.  
  726. 4. Since vmstat shows no free RAM pages, am I out of RAM?
  727.  
  728. Probably not.  Since disk files will be "mapped" into RAM, if vmstat
  729. shows lots of RAM pages FREE, then you probably have too much RAM (not
  730. usual on a RISC System/6000)!
  731.  
  732. 5. Shouldn't the "avm" and the "fre" fields from vmstat add up to something?
  733.  
  734. No.  The "avm" field tells you how much "Active Virtual Memory" AIX
  735. thinks you are using.  This will closely match the amount of paging
  736. space you are using.  This number has *ABSOLUTELY* nothing to do with
  737. the amount of RAM you are using, and does *NOT* include your mapped
  738. files (disk files). 
  739.  
  740. 6. Why does the "fre" field from vmstat sometimes show lots of free
  741.    RAM pages?
  742.  
  743. This will happen after an application that used a lot of RAM via
  744. "working" storage (not NFS storage, and not disk file or "persistent"
  745. storage) exits.  When RAM pages that were used by working storage (a
  746. program's stack and data area) are no longer needed, there is no need to
  747. leave them around.  AIX completely frees these RAM pages.  The time to
  748. access these pages versus a RAM page holding a "sync'd" mapped file is
  749. almost identical.  Therefore, there is no need to periodically "flush"
  750. RAM.
  751.  
  752. 7. Is the vmstat "fre" field useful?
  753.  
  754. The vmstat "fre" field represents the number of free page frames.  If
  755. the number is consistently small (less than 500 pages), this is normal. 
  756. If the number is consistently large (greater than 4000 pages), then you
  757. have more memory than you need in this machine.
  758.  
  759.  
  760. 1.301: How much should I trust the ps memory reports?
  761. From: chukran@austin.VNET.IBM.COM
  762.  
  763. Using "ps vg" gives a per process tally of memory usage for each running
  764. process.  Several fields give memory usage in different units, but these
  765. numbers do not tell the whole story on where all the memory goes.
  766.  
  767. First of all, the man page for ps does not give an accurate description
  768. of the memory related fields.  Here is a better description:
  769.  
  770. RSS - This tells how much RAM resident memory is currently being used
  771. for the text and data segments for a particular process in units of
  772. kilobytes.  (this value will always be a multiple of 4 since memory is
  773. allocated in 4 KB pages).
  774.  
  775. %MEM - This is the fraction of RSS divided by the total size of RAM for
  776. a particular process.  Since RSS is some subset of the total resident
  777. memory usage for a process, the %MEM value will also be lower than actual.
  778.  
  779. TRS - This tells how much RAM resident memory is currently being used
  780. for the text segment for a particular process in units of kilobytes. 
  781. This will always be less than or equal to RSS.
  782.  
  783. SIZE - This tells how much paging space is allocated for this process
  784. for the text and data segments in units of kilobytes.  If the executable
  785. file is on a local filesystem, the page space usage for text is zero. 
  786. If the executable is on an NFS filesystem, the page space usage will be
  787. nonzero.  This number may be greater than RSS, or it may not, depending
  788. on how much of the process is paged in.  The reason RSS can be larger is
  789. that RSS counts text whereas SIZE does not.
  790.  
  791. TSIZ - This field is absolutely bogus because it is not a multiple of 4
  792. and does not correlate to any of the other fields.
  793.  
  794. These fields only report on a process text and data segments.  Segment
  795. size which cannot be interrogated at this time are:
  796.  
  797.        Text portion of shared libraries (segment 13)
  798.  
  799.        Files that are in use. Open files are cached in memory as
  800.        individual segments.  The traditional kernel cache buffer
  801.        scheme is not used in AIX 3.
  802.  
  803.        Shared data segments created with shmat.
  804.  
  805.        Kernel segments such as kernel segment 0, kernel extension
  806.        segments, and virtual memory management segments.
  807.  
  808. Speaking of kernel segments, the %MEM and RSS report for process zero
  809. are totally bogus for AIX 3.1.  The reason why RSS is so big is that the
  810. kernel segment zero is counted twice.  For AIX 3.2, this has been
  811. changed, but the whole story is still not known.  The RSS value for
  812. process 0 will report a very small number of the swapper private data
  813. segment.  It does not report the size of the kernel segment 0, where the
  814. swapper code lives.
  815.  
  816. In summary, ps is not a very good tool to measure system memory usage. 
  817. It can give you some idea where some of the memory goes, but it leaves
  818. too many questions unanswered about the total usage.
  819.  
  820. ______________________________________________________________________________
  821. 1.400: How do I make an informative prompt in the shell?
  822.  
  823. In the Korn Shell (ksh), the PS1 variable is expanded each time it is
  824. printed, so you can use:
  825.  
  826. $ myhost=`hostname`
  827. $ PS1='$LOGNAME@$myhost $PWD \$ '
  828.  
  829. to get, e.g. 
  830.  
  831. bengsig@ieibm1 /u/bengsig $
  832.  
  833. In the C-shell, use:
  834.  
  835. % set myhost=`hostname`
  836. % alias cd 'chdir \!* > /dev/null; set prompt="$LOGNAME@$myhost $cwd % "'
  837. % cd
  838.  
  839. to get, e.g.
  840.  
  841. bengsig@dkunix9 /u/bengsig/aixfaq %
  842.  
  843. There is no easy solution in the Bourne Shell.  Use the Korn Shell instead.
  844.  
  845.  
  846. 1.401: How do I set up ksh for emacs mode command line editing?
  847. From: scotte@cdsac.uucp (L. Scott Emmons)
  848.  
  849. The ksh has an undocumented way of binding the arrowkeys to the emacs
  850. line editing commands. In your .kshrc, add:
  851.  
  852. alias __A=^P
  853. alias __B=^N
  854. alias __C=^F
  855. alias __D=^B
  856. alias __H=^A
  857.  
  858. Note that "^P" (et al) must be the actual control sequence.
  859.  
  860. Type "set -o emacs" or put this line in your .profile.
  861.  
  862. Also, you MUST have PTF U406855 for this to work in AIX 3.2.  The APAR #
  863. for the problem is IX25982, which may have been superceded.
  864.  
  865.  
  866. 1.402: Listing files with ls causes a core dump
  867. From: John F Haugh II
  868.  
  869. Scenario: a directory that is shared by N users (N >= 200).
  870. Run 'ls -l' in that directory.  It goes for a while, then
  871. Seg fault(coredump)!
  872.  
  873. It only occurs when the usernames are displayed (almost every file is
  874. owned by a different person).  The -g and -n options work fine; only -l
  875. and -o (which shows owner and not group) cause it. 
  876.  
  877. I believe that this problem was corrected by U407548.  If you have that
  878. many users that you are having core dump problems (it took over 200),
  879. you might also want to look into getting the PTF that fixes IX31403. 
  880. That APAR deals with large numbers of accounts and performance problems
  881. associated with looking them up.
  882.  
  883.  
  884. 1.403: How do I put my own text into InfoExplorer?
  885.  
  886. With AIX 3.1, you cannot do it.  AIX 3.2 has a product called
  887. InfoCrafter that allows you to do that.
  888.  
  889.  
  890. 1.404: InfoExplorer ASCII key bindings 
  891. From: mycroft@hal.gnu.ai.mit.edu (Charles Hannum)
  892.  
  893. If you just press 'Return' when it starts up, with 'Basic Screen
  894. Operations' highlighted, you'll get some help.
  895.  
  896. If you look long enough, you'll find a page named 'Using Keys and Key
  897. Sequences in the InfoExplorer ASCII Interface'.  It describes the key
  898. sequences and actions.  Here are a few to get you started.
  899.  
  900. Keys       Action
  901.  
  902. Ctrl-W     Moves between the Navigation screen and the Reading screen.
  903. If the Navigation screen is displayed, you can press Ctrl-W to display
  904. the Reading screen.  If the Reading screen is displayed, you can press
  905. Ctrl-W to display the Navigation screen.
  906.  
  907. Ctrl-O     Makes the menu bar active or inactive.  If your text cursor is
  908. located in the text area of the screen, you can press Ctrl-O to make the
  909. menu bar active.  If the menu bar is already active, you can press
  910. Ctrl-O to make it inactive, which moves the text cursor to the text area.
  911.  
  912. Tab     Moves to the next menu bar option in the menu bar.  If a pull-down
  913. menu is not displayed and you press the Right Arrow key, the next menu
  914. bar option is displayed in reverse video.
  915.  
  916.  
  917. 1.405: How can I add new man pages to the system?
  918. From: horst@faui63.informatik.uni-erlangen.de (Horst Luehrsen)
  919.  
  920. Put the man pages in /usr/man, e.g. /usr/man/man1/tcsh.1 for the tcsh
  921. man page.  Unter AIX 3.1.10, /usr/lib/makewhatis can be used to update
  922. the makewhatis-database /usr/man/whatis so apropos and whatis know about
  923. the added manpages.  /usr/lib/makewhatis should be available on all 3.2
  924. versions.
  925.  
  926. ______________________________________________________________________________
  927. 1.500  Which release of X11 do I have?
  928.  
  929. Run 'lslpp -h X11rte.obj'.
  930. If your output has a line similar to:
  931.  
  932.             01.02.0000.0000 COMPLETE   COMMIT     03/04/93   02:05:11 root
  933.  
  934. you have X11 R4.  If your output has a line similar to:
  935.  
  936.     U491068 01.02.0003.0000 COMPLETE   COMMIT     07/28/93   12:50:42 root
  937.  
  938. you have X11 R5.
  939. Some people also call these AIXwindows 1.2.0 and 1.2.3.
  940.  
  941.  
  942. 1.501: How to prevent ctrl-alt-backspace from killing the X session
  943.  
  944. Start X with 'xinit -T' to disable ctrl-alt-backspace from stopping X.
  945.  
  946.  
  947. 1.502: Who has a termcap/terminfo source for the HFT console?
  948.  
  949. The console used on the RISC System/6000, PS/2 and RT can be used as a
  950. terminal on another system with the termcap below.  You can find this
  951. and other termcaps in /lib/libtermcap/termcap.src, including IBM
  952. specific ones.  The terminfo sources are stored in /usr/lib/terminfo/*.ti.
  953. This termcap can also be used from an aixterm window.
  954.  
  955. hf|hft|hft-c|ibm8512|ibm8513|IBM_High_Function_Terminal:\
  956.     :co#80:li#25:am:ht:\
  957.     :cm=\E[%i%d;%dH:ti=\E[25;1H:te=\E[20h:\
  958.     :nd=\E[C:up=\E[A:do=^J:ho=\E[H:\
  959.     :bs:sf=\E[S:ec=\E[%dX:\
  960.     :cl=\E[H\E[J:cd=\E[J:ce=\E[K:\
  961.     :AL=\E[%dL:DL=\E[%dM:al=\E[L:dl=\E[M:\
  962.     :im=\E[4h:ei=\E[4l:mi:\
  963.     :dm=\E[4h:ed=\E[4l:\
  964.     :so=\E[7m:se=\E[m:ul=\E[4m:ue=\E[m:\
  965.     :md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:\
  966.     :as=^N:ae=^O:sc=\E[s:rc=\E[u:\
  967.     :kl=\E[D:kb=^H:kr=\E[C:ku=\E[A:kd=\E[B:kh=\E[H:\
  968.     :kn#10:k1=\E[001q:k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
  969.     :k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\E[009q:k0=\E[010q:\
  970.     :is=\Eb\E[m^O\E[?7h:rs=\Eb\E[m^O\E[?7h\E[H\E[J:
  971.  
  972.  
  973. 1.503: How can I look at PostScript files?  Why is "dpsexec" so lousy?
  974. From: VRBASS@ATLVMIC1 (Vance R. Bass)
  975.  
  976. You can look at PostScript files using either "xpreview" (in the
  977. optionally installable text formatting services) or you can get
  978. Ghostscript and Ghostview from a comp.sources.x server and build it
  979. yourself.
  980.  
  981. >From the "xpreview" man page:
  982. The xpreview command is an AIXwindows 1.2- and Motif 1.1-based
  983. application that displays output from the troff command on an AIXwindows
  984. display.  The troff command output file must be prepared for any one of
  985. the devX100, devX100K or devpsc devices.  The xpreview command also
  986. displays PostScript language files that begin with %!.
  987.  
  988. "dpsexec" is NOT intended to be a full-service document browser, but
  989. rather a simple DPS code debugger.  If you insist on using it, you can
  990. edit your PS code to remove the "showpage" (which will reset dpsexec
  991. and clear the window) to view single-page files.  It does not handle
  992. multi-page files gracefully.
  993.  
  994.  
  995. 1.504: unix:0 vs `hostname`:0
  996.  
  997. 1.) Is there any way to get the machine to check its local host table
  998.     first without renaming resolv.conf?
  999.  
  1000. From: mcguire@selway.umt.edu (Charles J McGuire)
  1001.  
  1002.   Not that I know of.  Under SunOS and Ultrix you can specify, check
  1003.   /etc/hosts, then NIS, then DNS.  On our AIX machines, I have a cron job
  1004.   that checks the integrity of both the primary and secondary
  1005.   nameservers every 5 minutes.  If they're gone, cron renames
  1006.   resolv.conf.  It continues to check the servers.  When they're back,
  1007.   it moves resolv.conf back.  Even with this arrangement, I need to
  1008.   configure two resolv.conf files that switch the order of the primary
  1009.   and secondary servers if the primary goes away.  If the primary is
  1010.   unavailable, queries can still take a while to time out on the
  1011.   primary, before querying the secondary.  This method is not very
  1012.   elegant, but it does the job.  Things are a little unstable during the
  1013.   transitions depending on when the servers go away relative to when
  1014.   cron runs - not to mention slight differences in clock times.
  1015.  
  1016. 2.) How do you tell X applications where you are if the console display 
  1017.     is unix:0?
  1018.  
  1019. From: crow@waterloo.austin.ibm.com (David L. Crow)
  1020.  
  1021.   I would suggest that if you have R5, use ":<display>.<screen>".  I do
  1022.   not believe that R4 clients will understand :0, so I would suggest
  1023.   unix:0 for them.
  1024.  
  1025.   Without specifying unix or the hostname, you will get the fastest
  1026.   transport mechanism.  While currently there are only two transport
  1027.   methods in the AIXwindows X server (Unix sockets and TCP sockets),
  1028.   many vendors are looking at using shared memory as a transport method. 
  1029.   If you use :0 (or :0.0 or :1, etc.), then you should get the best
  1030.   performance regardless of the available transport methods.
  1031.  
  1032. 3.) Is there a significant performance penalty incurred by using
  1033.     `hostname`:0 as DISPLAY?
  1034.  
  1035.   Yes! Using unix:0, you are using Unix sockets.  These are much faster
  1036.   than their TCP socket counterparts.
  1037.  
  1038.  
  1039. 1.505: VT100 key bindings for aixterm
  1040. From: haedener@iac.unibe.ch (Konrad Haedener)
  1041.  
  1042. Add this to your .Xdefaults file and start your VAX session with
  1043. 'aixterm -v -name vt100 -e telnet MYVAXHOST'
  1044.  
  1045. -----
  1046. vt100.foreground: Wheat
  1047. vt100.background: MidnightBlue
  1048. vt100.font: Rom14.500
  1049. vt100.geometry: 80x25+0+0
  1050. vt100.vt102: true
  1051. vt100.fullcursor: false
  1052. vt100.pointerColor: coral
  1053. vt100.cursorColor: gray100
  1054. vt100.translations:    <Key>F1: string(0x1b) string("OP") \n\
  1055.                        <Key>F2: string(0x1b) string("OQ") \n\
  1056.                        <Key>F3: string(0x1b) string("OR") \n\
  1057.                        <Key>F4: string(0x1b) string("OS") \n\
  1058.                        <Key>KP_0: string(0x1b) string("Op") \n\
  1059.                        <Key>KP_1: string(0x1b) string("Oq") \n\
  1060.                        <Key>KP_2: string(0x1b) string("Or") \n\
  1061.                        <Key>KP_3: string(0x1b) string("Os") \n\
  1062.                        <Key>KP_4: string(0x1b) string("Ot") \n\
  1063.                        <Key>KP_5: string(0x1b) string("Ou") \n\
  1064.                        <Key>KP_6: string(0x1b) string("Ov") \n\
  1065.                        <Key>KP_7: string(0x1b) string("Ow") \n\
  1066.                        <Key>KP_8: string(0x1b) string("Ox") \n\
  1067.                        <Key>KP_9: string(0x1b) string("Oy") \n\
  1068.                        <Key>KP_Divide: string(0x1b) string("OQ") \n\
  1069.                        <Key>KP_Multiply: string(0x1b) string("OR") \n\
  1070.                        <Key>KP_Subtract: string(0x1b) string("OS") \n\
  1071.                        <Key>KP_Add: string(0x1b) string("Om") \n\
  1072.                        <Key>KP_Enter: string(0x1b) string("OM") \n\
  1073.                        <Key>KP_Decimal: string(0x1b) string("On") \n\
  1074.                        <Key>Next: string(0x1b) string("Ol") \n\
  1075.                        <Key>Left: string(0x1b) string("OD") \n\
  1076.                        <Key>Up: string(0x1b) string("OA") \n\
  1077.                        <Key>Right: string(0x1b) string("OC") \n\
  1078.                        <Key>BackSpace : string(0x7f) \n\
  1079.                        <Key>Down: string(0x1b) string("OB")
  1080.  
  1081. You should also add
  1082.  
  1083. XENVIRONMENT=$HOME/.Xdefaults
  1084. export XENVIRONMENT
  1085.  
  1086. to your .profile.
  1087.  
  1088. ______________________________________________________________________________
  1089. 1.600: My named dies frequently, why?
  1090.  
  1091. Running on 3.2, named dies frequently on network's primary name server.
  1092.  
  1093. From: jpe@ee.egr.duke.edu (John P. Eisenmenger)
  1094.  
  1095. Try the following:
  1096.  
  1097.      stopsrc -s named        # stop running named
  1098.      setenv MALLOCTYPE 3.1    # use 3.1 memory allocation algorithm
  1099.      /etc/named ...        # don't use smit to start named
  1100.  
  1101. You might be able to use startsrc/smit after setting MALLOCTYPE and get
  1102. the same effect, but I'm not sure.
  1103.  
  1104. [According to John, the problem is malloc() in the named code. He
  1105.  also suggests using Berkeley's bind, which he has ported and can be
  1106.  ftp'ed from ftp.egr.duke.edu, /archives/network/bind-4.8.3.tar.Z. -ed]
  1107.  
  1108. Two ptfs should fix this problem. Get U412332 and U414752.
  1109.  
  1110. Christophe Wolfhugel <Christophe.Wolfhugel@grasp.insa-lyon.fr> reports
  1111. that bind 4.9 works fine on AIX 3.2 and without MALLOCTYPE=3.1.
  1112.  
  1113.  
  1114. 1.601: How do I trace ethernet packets on an AIX system?
  1115. From: afx@muc.ibm.de (Andreas Siegert)
  1116.  
  1117. Do the following:
  1118.  
  1119.      iptrace -i en0 /tmp/ipt
  1120.  
  1121. The iptrace backgrounds.  Find its process id and kill it when you are
  1122. ready.  Then run
  1123.  
  1124.      ipreport -rns /tmp/ipt >/tmp/ipr
  1125.  
  1126. and look at the output.  The current version of Info does not document
  1127. the r, n and s options but they are quite useful for layering the output.
  1128.  
  1129.  
  1130. 1.602 What is the authorized way of starting automount at boot time?
  1131. From: curt@ekhadafi.austin.ibm.com (Curt Finch)
  1132.  
  1133. I put this in my /etc/inittab:
  1134.  
  1135. automount:2:once:/usr/etc/automount -T -T -T -v >/tmp/au.se 2>&1
  1136.  
  1137. I hereby dub it authorized.
  1138.  
  1139.  
  1140. 1.603: How do I set a tty port for both dial-in and dial-out?
  1141.  
  1142. Set the mode of the tty to be either 'shared' or 'delayed'. 
  1143.  
  1144.  
  1145. 1.604: How to move or copy whole directory trees across a network
  1146.  
  1147. The following command will move an entire directory tree across a network 
  1148. while preserving permissions, uids and gids.
  1149.  
  1150.       $rsh RemoteHost "cd TargetDir; tar -cBf - ." | tar -xvBf -
  1151.  
  1152. Explanation:
  1153.  
  1154. The tar-create is rsh'd to the remote system and is written to
  1155. stdout (the pipe).
  1156.  
  1157. The local system is extracting the tar that is being read from
  1158. stdin (the pipe).
  1159.  
  1160.  
  1161. 1.605: How can I send mail to hosts that cannot be pinged?
  1162. From: jupiter.sun.csd.unb.ca!dedourek (John DeDourek)
  1163.  
  1164. AIX 3.2 as shipped is configured to only send mail to mail addresses
  1165. which include a host name.  Many organizations use a mail address whose
  1166. "host name" part is not a host name (technically an MX name).  To change
  1167. the configuration of the AIX mailer, login as root.  Then edit the file
  1168. /etc/sendmail.cf to remove the comment marker ("# ") at the beginning of
  1169. the line which reads:
  1170.     # OK MX
  1171.  
  1172. Now rebuild the machine readable form of the configuration with
  1173.     sendmail -bz
  1174.  
  1175. and finally restart signal sendmail to load the new configuration by one
  1176. of the following:
  1177.      reboot
  1178. or
  1179.      stopsrc -s sendmail
  1180.      startsrc -s sendmail
  1181. or 
  1182.      kill -1 `cat /etc/sendmail.pid`
  1183.  
  1184.  
  1185. 1.606: How to setup dialup SLIP
  1186. From: marvin@tornado.oche.de (Christian Bode)
  1187.  
  1188. If you don't have problems with slattach you should have PTF 
  1189. bos.obj 3.2.0.0.U411505 installed.  I assume that you did the right
  1190. ifconfig commands to setup your slip-device (for example sl0).
  1191.  
  1192. 1. Create a group called slip.
  1193.  
  1194. 2. Create a user slip with smit like this:
  1195.                                                      [Entry Fields]
  1196. * User NAME                                          [slip]
  1197.   ADMINISTRATIVE User?                                true
  1198.   User ID                                            []
  1199.   LOGIN user?                                         true
  1200.   PRIMARY group                                      [slip]
  1201.   Group SET                                          [slip]
  1202.   ADMINISTRATIVE groups                              [system]
  1203.   SU groups                                          [slip]
  1204.   HOME directory                                     [/home/slip]
  1205.   Initial PROGRAM                                    [/bin/sh]
  1206.   User INFORMATION                                   [SLIP-Dialup]
  1207.   Another user can SU to user?                        false
  1208.   User can RLOGIN?                                    true
  1209.   TRUSTED PATH?                                       nosak
  1210.   Valid TTYs                                         [/dev/tty1]
  1211.   AUDIT classes                                      []
  1212.   PRIMARY authentication method                      [SYSTEM]
  1213.   SECONDARY authentication method                    [NONE]
  1214.   Max FILE size                                      [2097151]
  1215.   Max CPU time                                       [-1]
  1216.   Max DATA segment                                   [262144]
  1217.   Max STACK size                                     [65536]
  1218.   Max CORE file size                                 [2048]
  1219.   Max physical MEMORY                                [65536]
  1220.   File creation UMASK                                [022]
  1221.   EXPIRATION date (MMDDhhmmyy)                       [0]
  1222.  
  1223. 3. Create a tty with getty on it:
  1224.                                    Add a TTY
  1225.                                                [Entry Fields]
  1226.   TTY type                                     tty
  1227.   TTY interface                                rs232
  1228.   Description                                  Asynchronous Terminal
  1229.   Parent adapter                               sa0
  1230. * PORT number                                  [s1]
  1231.   BAUD rate                                    [38400]
  1232.   PARITY                                       [none]
  1233.   BITS per character                           [8]
  1234.   Number of STOP BITS                          [1]
  1235.   TERMINAL type                                [dumb]
  1236.   STATE to be configured at boot time          [available]
  1237.   DMA                                          on
  1238.   Read Trigger                                 0,1,2,3
  1239.   Transmit buffer count                        [16]
  1240.   Name of initial program to run               [/etc/getty]
  1241.  
  1242.   Note: The following attributes are only applicable if /etc/getty is
  1243.         specified as the initial program to run.
  1244.  
  1245.   Enable program?                              respawn
  1246.   Run level                                    2
  1247.   Enable LOGIN                                 share
  1248.   TIME before advancing to next port setting   [0]
  1249.   STTY attributes for RUN TIME                 [hupcl,cread,brkint>
  1250.   STTY attributes for LOGIN                    [hupcl,cread,echoe,>
  1251.   RUN shell activity manager                   no
  1252.   Optional LOGGER name                         []
  1253.  
  1254. 4. Change the hardware characteristics so that it uses NO XON/XOFF handshake
  1255.  
  1256. 5. Here is the the .profile for User slip to manage dialups
  1257.  
  1258. PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:/usr/local/bin:.
  1259.  
  1260. ENV=$HOME/.kshrc
  1261. HISTSIZE=128
  1262.  
  1263. export PATH ENV HISTSIZE
  1264. #
  1265. # Search for a LCK-File for our tty if there is one
  1266. #
  1267.  
  1268. if test -f /etc/locks/LCK..tty1
  1269. then
  1270.   SHPID=`cat /etc/locks/LCK..tty1`
  1271. else
  1272.  echo `date` " No LCK-File !!!" >>slip.log
  1273.  exit 64
  1274. fi
  1275.  
  1276. #
  1277. # Search for our own Shell to get the PID for checking against LCK-File
  1278. #
  1279.  
  1280. SH2PID=`ps -aef |
  1281.         sed -n -e 's/^ *slip  *\([0-9][0-9]*\) .*-sh *$/\1/p`
  1282.  
  1283. #
  1284. # Is it the the same PID as in the LCK File so that we can start working ??
  1285. #
  1286.  
  1287. if test $SHPID = $SH2PID
  1288. then
  1289. #  remove the LCK-File because slattach does not like it.
  1290.    rm -rf /etc/locks/LCK..tty1
  1291. #  Add RTS/CTS Handshakeing to our own tty
  1292.    stty add rts
  1293. #  Startup slattach. Slattach has to have mode 4755 to be started up !!!
  1294.    /usr/sbin/slattach tty1
  1295. #  Just say that we are up.
  1296.    echo `date` " Starting up slip-daemon " >>slip.log
  1297. #  leave slattach enough time to startup
  1298.    sleep 4
  1299. else
  1300. # Something must be wrong with the LCK-File
  1301.   SH3PID=`ps -aef | awk ' {print $2}' | grep $SHPID`
  1302.  
  1303.   if test ."$SH3PID" = .""
  1304.   then
  1305.     SH3PID="NO_SUCH_PROCESS"
  1306.   fi
  1307.  
  1308.   if test $SHPID = $SH3PID
  1309.     then
  1310. #  There is a living process which owns the LCK-File !!
  1311.        echo `date` " Can't remove LCK-File, not owner !!!" >>slip.log
  1312.        exit 64
  1313.     else
  1314. #   Who the hell didn't remove the LCK-File (should never happen)
  1315.        echo `date` " LCK-File with no owner found !!!" >>slip.log
  1316.        exit 64
  1317.     fi
  1318. fi
  1319.  
  1320. # Get the pid of slattch so that we can kill him later on.
  1321. SLPID=`ps -aef |
  1322.  sed -n -e 's/^ *slip  *\([0-9][0-9]*\) .*-.*\/usr\/sbin\/slattach tty1 *$/\1/p`
  1323.  
  1324. # Kill slattach if we get a signal 1 (Carrier Lost ? / Otherside-slattach
  1325.   terminated )
  1326. trap "kill $SLPID; exit 0" 1
  1327.  
  1328. # We  will have a nice sleep and nice dreamings
  1329. while sleep 256
  1330. do
  1331. :
  1332. done
  1333.  
  1334.  
  1335. 1.607: Where is DCE discussed?
  1336. From: brent@uwovax.uwo.ca (Brent Sterner)
  1337.  
  1338. DCE is the Distributed Computing Environment, which is roughly a
  1339. flexible client-server architecture for heterogenous platforms.
  1340. For more information, take a look in comp.unix.osf.misc. 
  1341.  
  1342.  
  1343. 1.608: How do I make /var/spool/mail mountable?
  1344. From: petersen@pi1.physik.uni-stuttgart.de (Joerg Petersen)
  1345.  
  1346. In our cluster we share a /usr/local disk. We have a directory
  1347. /usr/local/spool/mail and /var/spool/mail is soft-linked to it.
  1348.  
  1349. From: fred@hal6000.thp.Uni-Duisburg.DE (Fred Hucht)
  1350.  
  1351. Several problems has been reported on sharing the mail directory via
  1352. NFS. The problems may occur when two or more sendmail daemons and/or
  1353. mail readers access a user's mail file simultanously, because of NFS'
  1354. file locking mechanism.
  1355.  
  1356. We use another method here: Every user has one line in his/her
  1357. $HOME/.forward file that reads
  1358.  
  1359. xxx@mainserver.domain.name
  1360.  
  1361. where xxx is the user node and mainserver.domain.name is the full
  1362. hostname of one of the machines. Then all incoming mail to all machines
  1363. is forwarded to mainserver, while mainserver ignores this line.
  1364.  
  1365. ______________________________________________________________________________
  1366. 1.900: SCSI-1 and SCSI-2 "interoperability" got you confused?
  1367. From: drr
  1368.  
  1369. A.  SCSI-1 devices are supported on a SCSI-2 adapter.  This
  1370.     config will provide SCSI-1 performance.
  1371.  
  1372. B.  SCSI-2 devices are supported on a SCSI-1 adapter.  This
  1373.     config will provide SCSI-1 performance.
  1374.  
  1375. C.  A mix of SCSI-2 and SCSI-1 devices are supported on a SCSI-1
  1376.     adapter.  All devices will have SCSI-1 performance.
  1377.  
  1378. D.  A mix of SCSI-2 and SCSI-1 devices are supported on a SCSI-2
  1379.     adapter.  SCSI-2 devices will have SCSI-2 performance (10 MB/sec)
  1380.     and SCSI-1 devices will have SCSI-1 performance (4-5 MB/sec).
  1381.  
  1382.  
  1383. 1.901: How to get your keyboard back after unplugging it from the 6000
  1384. From: Mickey Coggins and Anne Serre
  1385.  
  1386. When you unplug your keyboard from a running system, and plug it back
  1387. in, the key mapping is wrong.  For example, keys like Caps Lock and Ctrl
  1388. don't work as designed.
  1389.  
  1390. Solution: Type at the command line
  1391.  
  1392.         /usr/lpp/diagnostics/da/dkbd
  1393.  
  1394. Your screen goes black, you hear a few beeps, and your keyboard is reset.
  1395. It works with any environment, Xwindows, hft, NLS...
  1396.  
  1397. For Models 220, 230 and M20, use the following commands:
  1398.  
  1399. /usr/lpp/diagnostics/da/dkbd
  1400. /usr/lpp/diagnostics/da/dkbdsal   (for the 220)
  1401.  
  1402.  
  1403. 1.902: How do I set up pcsim, the DOS emulator?
  1404.  
  1405. You must have a bootable DOS diskette to install pcsim. Either DOS 3.3, 
  1406. 4.x, or 5.0 will work. IBM do not officially support DOS 5.0 for pcsim
  1407. but I have no problems with it. Just don't try to be fancy with the UMB 
  1408. and memory manager stuff.
  1409.  
  1410. With a bootable DOS disk in the drive, do:
  1411. $touch /u/dosdrive (this is the AIX file for DOS emulation)
  1412. $pcsim -Adiskette 3 -Cdrive /u/dosdrive
  1413. You would now get an A prompt. Type:
  1414. A> fdisk
  1415. Create the virtual C drive of whatever size you choose. Make it large 
  1416. enough for your needs since you cannot enlarge it later.
  1417. A> format c: /s (to format the virtual C drive)
  1418. Now exit from pcsim with ESCpcsim (Esc key followed by pcsim).
  1419.  
  1420. Now create a simprof file. Following is a starter:
  1421.  
  1422. Adiskette   : 3
  1423. Cdrive      :/u/dosdrive
  1424. lpt1        : name of printer queue
  1425. refresh     : 50
  1426. dmode       : V
  1427. mouse       : com1
  1428.  
  1429. You can now start pcsim anytime by typing pcsim. Make sure no floppies
  1430. are in the drive. For further information, refer to publication
  1431. SC23-2452, Personal Computer Simulator/6000 Guide and Reference.
  1432.        
  1433.  
  1434. 1.903: How do I transfer files between AIX and DOS disks?
  1435.  
  1436. In one of the bos extensions are commands for transferring files between
  1437. DOS diskettes and AIX. The commands are dosread, doswrite, dosdir, dosdel,
  1438. and dosformat. Many users have mentioned that the mtools package from
  1439. prep.ai.mit.edu is better than the native AIX programs.
  1440.  
  1441. _____________________________________________________________________________
  1442. 2.00: C/C++
  1443.  
  1444. Contrary to many people's belief, the C environment on the RS/6000 is
  1445. not very special.  The C compiler has quite a number of options that can
  1446. be used to control how it works, which "dialect" of C it compiles, how
  1447. it interprets certain language constructs, etc.  InfoExplorer includes a
  1448. Users Guide and a Reference Manual.
  1449.  
  1450. The compiler can be invoked with either xlc for strict ANSI mode and cc
  1451. for RT compatible mode (i.e. IBM 6150 with AIX 2).  The default options
  1452. for each mode are set in the /etc/xlc.cfg file, and you can actually add
  1453. another stanza and create a link to the /bin/xlc executable.
  1454.  
  1455. The file /usr/lpp/xlc/bin/README.xlc has information about the C
  1456. compiler, and the file /usr/lpp/bos/bsdport contains useful information,
  1457. in particular for users from a BSD background.
  1458.  
  1459. The file /etc/xlc.cfg also shows the symbol _IBMR2 that is predefined,
  1460. and therefore can be used for #ifdef'ing RS/6000 specific code.
  1461.  
  1462.  
  1463. 2.01: I cannot make alloca work
  1464.  
  1465. A famous routine, in particular in GNU context, is the allocation
  1466. routine alloca().  Alloca allocates memory in such a way that it is
  1467. automatically free'd when the block is exited.  Most implementations
  1468. does this by adjusting the stack pointer.  Since not all C environments
  1469. can support it, its use is discouraged, but it is included in the xlc
  1470. compiler.  In order to make the compiler aware that you intend to use
  1471. alloca, you must put the line
  1472.  
  1473. #pragma alloca
  1474.  
  1475. before any other statements in the C source module(s) where alloca is
  1476. called.  If you don't do this, xlc will not recognize alloca as anything
  1477. special, and you will get errors during linking.
  1478.  
  1479. For AIX 3.2, it may be easier to use the -ma flag.
  1480.  
  1481.  
  1482. 2.02: How do I compile my BSD programs?
  1483.  
  1484. The file /usr/lpp/bos/bsdport contains information on how to port
  1485. programs written for BSD to AIX 3.1.  This file may be very useful for
  1486. others as well.
  1487.  
  1488. A quick cc command for most "standard" BSD programs is:
  1489.   
  1490.   $ cc -D_BSD -D_BSD_INCLUDES  -o [loadfile] [sourcefile.c] -lbsd
  1491.  
  1492. If your software has system calls predefined with no prototype
  1493. parameters, also use the -D_NO_PROTO flag.
  1494.  
  1495.  
  1496. 2.03: Isn't the linker different from what I am used to?
  1497.  
  1498. Yes.  It is not at all like what you are used to:
  1499.  
  1500. - The order of objects and libraries is normally _not_ important.  The
  1501.   linker reads _all_ objects including those from libraries into memory
  1502.   and does the actual linking in one go.  Even if you need to put a
  1503.   library of your own twice on the ld command line on other systems, it
  1504.   is not needed on the RS/6000 - doing so will even make your linking slower.
  1505.  
  1506. - One of the features of the linker is that it will replace an object in
  1507.   an executable with a new version of the same object:
  1508.  
  1509.   $ cc -o prog prog1.o prog2.o prog3.o        # make prog
  1510.   $ cc -c prog2.c                # recompile prog2.c
  1511.   $ cc -o prog.new prog2.o prog            # make prog.new from prog
  1512.                         # by replacing prog2.o
  1513.   
  1514. - The standard C library /lib/libc.a is linked shared, which means that
  1515.   the actual code is not linked into your program, but is loaded only
  1516.   once and linked dynamically during loading of your program.
  1517.  
  1518. - The ld program actually calls the binder in /usr/lib/bind, and you can
  1519.   give ld special options to get details about the invocation of the
  1520.   binder.  These are found on the ld man page or in InfoExplorer.
  1521.  
  1522. - If your program normally links using a number of libraries (.a files),
  1523.   you can 'prelink' each of these into an object, which will make your
  1524.   final linking faster.  E.g. do:
  1525.  
  1526.   $ cc -c prog1.c prog2.c prog3.c
  1527.   $ ar cv libprog.a prog1.o prog2.o prog3.o
  1528.   $ ld -r -o libprog.o libprog.a
  1529.   $ cc -o someprog someprog.c libprog.o
  1530.  
  1531. This will solve all internal references between prog1.o, prog2.o and
  1532. prog3.o and save this in libprog.o Then using libprog.o to link your
  1533. program instead of libprog.a will increase linking speed, and even if
  1534. someprog.c only uses, say prog1.o and prog2.o, only those two modules
  1535. will be in your final program.  This is also due to the fact that the
  1536. binder can handle single objects inside one object module as noted above.
  1537.  
  1538. If you are using an -lprog option (for libprog.a) above, and still want
  1539. to be able to do so, you should name the prelinked object with a
  1540. standard library name, e.g. libprogP.a (P identifying a prelinked
  1541. object), that can be specified by -lprogP.  You cannot use the archiver
  1542. (ar) on such an object.
  1543.  
  1544. You should also have a look at section 3.01 of this article, in
  1545. particular if you have mixed Fortran/C programs.
  1546.  
  1547. Dave Dennerline (dad@adonis.az05.bull.com) claims that his experiences
  1548. in prelinking on AIX does not save much time since most people have
  1549. separate libraries which do not have many dependencies between them,
  1550. thus not many symbols to resolve.
  1551.  
  1552.  
  1553. 2.04: How do I link my program with a non-shared /lib/libc.a?
  1554.  
  1555.   cc -o prog -bnoso -bI:/lib/syscalls.exp obj1.o obj2.o obj3.o
  1556.  
  1557. will do that for a program consisting of the three objects obj1.o, etc.
  1558.  
  1559.  
  1560. 2.05: How do I make my own shared library?
  1561.  
  1562. To make your own shared object or library of shared objects, you should
  1563. know that a shared object cannot have undefined symbols.  Thus, if your
  1564. code uses any externals from /lib/libc.a, the latter MUST be linked with
  1565. your code to make a shared object.  Mike Heath (mike@pencom.com) said it
  1566. is possible to split code into more than one shared object when externals
  1567. in one object refer to another one.  You must be very good at
  1568. import/export files.  Perhaps he or someone can provide an example. 
  1569.  
  1570. Assume you have one file, sub1.c, containing a routine with no external
  1571. references, and another one, sub2.c, calling stuff in /lib/libc.a.  You
  1572. will also need two export files, sub1.exp, sub2.exp.  Read the example
  1573. below together with the examples on the ld man page. 
  1574.  
  1575. ---- sub1.c ----
  1576.     int addint(int a, int b)
  1577.     {
  1578.       return a + b;
  1579.     }
  1580. ---- sub2.c ----
  1581.     #include <stdio.h>
  1582.  
  1583.     void printint(int a)
  1584.     {
  1585.       printf("The integer is: %d\n", a);
  1586.     }
  1587. ---- sub1.exp ----
  1588.     #!
  1589.     addint
  1590. ---- sub2.exp ----
  1591.     #!
  1592.     printint
  1593. ---- usesub.c ----
  1594.     main()
  1595.     {
  1596.       printint( addint(5,8) );
  1597.     }
  1598.  
  1599. The following commands will build your libshr.a, and compile/link the
  1600. program usesub to use it.  Note that you need the ld option -lc for
  1601. sub2shr.o since it calls printf from /lib/libc.a.
  1602.  
  1603.   $ cc  -c sub1.c
  1604.   $ ld -o sub1shr.o sub1.o -bE:sub1.exp -bM:SRE -T512 -H512 
  1605.   $ cc  -c sub2.c
  1606.   $ ld -o sub2shr.o sub2.o -bE:sub2.exp -bM:SRE -T512 -H512  -lc
  1607.   $ ar r libshr.a sub1shr.o sub2shr.o
  1608.   $ cc -o usesub usesub.c -L: libshr.a
  1609.   $ usesub
  1610.   The integer is: 13
  1611.   $
  1612.  
  1613.