-

Wiki Scripts

-

Business Continuity Category Structure

NOTE:If you are going to run these scripts on an IBM AIX system, YOU MUST DOWNLOAD A NEWER VERSION OF KornShell93. The IBM AIX implementation of KornShell93 is about 7 years old and does not function correctly. If you download the ksh93 binary executable for AIX from this site, use the following procedure:

cp  ksh93.att.audit.bin  /usr/bin/ksh93.att
chmod 555 /usr/bin/ksh93.att
chown bin:bin /usr/bin/ksh93.att

Then change the shebang line (#!/usr/bin/ksh93) of these scripts to point to the newer version of ksh93 (#!/usr/bin/ksh93.att)


bcupload2wiki_k93:
Business Continuity Category Structure for Wiki Upload
Script to upload a Business Continuity category structure to a Wiki Server, utilizing the wikiAutoLoad script and wget.
(download)

  • Required: KornShell93 from www.kornshell.com
  • Required: wikiAutoload function (download)
  • Required: wget (url) (for AIX)
  • Alternate: KornShell93 Binary: for AIX
  • Alternate: KornShell93 Binary: for Linux
  • Alternate: KornShell93 Binary: for 32 bit PPC Linux

  • If you download KornShell93, place it on your system at:
        /usr/bin/ksh93.att
    Then change the "shebang" line of this script to point to that instance of ksh93.att. DO NOT overwrite the existing /usr/bin/ksh93 file.


    mkbcupload_k93:
    Script Generator for Business Continuity Category Wiki Structures
    This script generates the "Business Continuity upload 2 Wiki" script using a list of categories defined within this script. This script can be easily customized by the user to suit their particular needs and requirements.
    (download)

  • Required: KornShell93 from www.kornshell.com
  • Alternate: KornShell93 Binary: for AIX
  • Alternate: KornShell93 Binary: for Linux
  • Alternate: KornShell93 Binary: for 32 bit PPC Linux

  • If you download KornShell93, place it on your system at:
        /usr/bin/ksh93.att
    Then change the "shebang" line of this script to point to that instance of ksh93.att. DO NOT overwrite the existing /usr/bin/ksh93 file.