[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference decwet::networker

Title:NetWorker
Notice:kits - 12-14, problem reporting - 41.*, basics 1-100
Moderator:DECWET::RANDALL.com::lenox
Created:Thu Oct 10 1996
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:750
Total number of notes:3361

53.0. "UNIX patch announcements" by DECWET::ONO (The Wrong Stuff) Mon Oct 21 1996 14:53

T.RTitleUserPersonal
Name
DateLines
53.1DECWET::ONOThe Wrong StuffFri Oct 25 1996 11:187
53.3New Patch for V4.2A fixes cluster client problems.DECWET::RANDALLFri Nov 01 1996 11:44169
53.4New Patch for V3.2A fixes index problems.DECWET::KAOYun Kao - NSR EngineerFri Nov 01 1996 17:1770
53.5New patch for V4.2A fixes archive licensing problems.DECWET::RANDALLMon Nov 04 1996 15:30113
53.2New patch for V4.2A fixes index problems.DECWET::RANDALLFri Nov 08 1996 10:18179
53.6New patch for V4.2B fixes ASE problems.DECWET::RANDALLMon Jan 13 1997 14:41142
53.6New patch for V4.2B replace patch 2 and adds more fixes.DECWET::RANDALLWed Jan 15 1997 15:07190
53.7New patch for V4.2A fixes ASE and recover problems.DECWET::RANDALLThu Jan 16 1997 12:29189
53.8New patch for V4.2A fixes uasm and save bug.DECWET::RANDALLMon Feb 03 1997 18:09142
Steps to install patch nsrv42a-005
==================================

Summary:
========
This patch contains fixes a bug in Networker that causes uasm and save to
core on Digital UNIX 4.0 and above,  when given the options '-sbi'.

This patch should be installed on client and server hosts that have 
Networker 4.2A installed and Digital UNIX 4.0 or above.   

Acquisition:
============
> cd /tmp
> mkdir patch
> cd patch
> ftp ftp.zso.dec.com   (username: anonymous, password: yourname@yoursite)
ftp> cd /pub/networker/patches/V4.2A
ftp> binary
ftp> get nsrv42a-005.tar
ftp> bye

  or

Use netscape and go to:
  ftp://www.zso.dec.com/pub/networker/patches/V4.2A/

click on nsrv42a-005.tar

Installation (execute as root):
===============================

Note:
  All the Networker patches create a directory named 'output' when you
  untar them.  If you are installing multiple patches you should do so
  one at a time so that the output directory doesn't get corrupted.

******************************
NETWORKER SERVER INSTALLATION.
******************************

The following installation should be performed on all
Networker servers that are also cluster hosts.

  Shutdown the nsr server:

        # nsr_shutdown

        # tar xvpf nsrv42a-005.tar

   You should have a directory named output now.

        # cd output

  Install the patch:

        # setld -l .

  Restart Networker:

        # /sbin/init.d/nsrd start

  The patch should now be successfully installed

Verification
==============
  To verify that the patch was installed correctly execute the following:

    # setld -i | grep BRX

You should see ouput like the following: 

BRXCKIT320                      NetWorker Digital Client Kit
BRXCKIT321                      NetWorker Digital Client Kit
BRXCKIT420                      NetWorker Digital UNIX Client
BRXCKIT421                      NetWorker Digital UNIX Client
BRXP5SOAKIT421  installed       NetWorker Server Patch for Digital UNIX
BRXRNOTES311                    NetWorker Release Notes and Documentation
BRXRNOTES320                    NetWorker Release Notes and Documentation
BRXRNOTES321                    NetWorker Release Notes and Documentation
BRXRNOTES421                    NetWorker Release Notes and Documentation
BRXSMAN311                      NetWorker Server Reference Pages
BRXSMAN320                      NetWorker Server Reference Pages
BRXSMAN421      installed       NetWorker Server Reference Pages
BRXSOAKIT311                    NetWorker Server for Digital UNIX
BRXSOAKIT421    installed       NetWorker Server for Digital UNIX

If you see the following line then the installation was successful:

BRXP5SOAKIT421  installed       NetWorker Server Patch for Digital UNIX

If you were successful then you can remove the /tmp/patches directory
along with it's contents.
  
   # rm -rf /tmp/patch

******************************
NETWORKER CLIENT INSTALLATION.
******************************

The following installation should be performed on
Networker clients.

Untar the patch file.

        # tar xvpf nsrv42a-005.tar

        # cd output

  Install the patch:

        # setld -l .

        # cd /usr/opt/BRX421/BRXP5CKIT421

        # ls 
        clientkit.tar

        # tar xvf clientkit.tar
        blocksize = 256
        x decaxp
        x decaxp/decaxp
        x decaxp/decpt
        x decaxp/decpt/save, 942080 bytes, 1840 tape blocks
        x decaxp/decpt/savefs, 696320 bytes, 1360 tape blocks
        x decaxp/decpt/uasm, 638976 bytes, 1248 tape blocks

        # ls
        clientkit.tar decaxp
        
  Save the old programs and create links to the patched programs.
 
        # mv /usr/bin/savefs /usr/bin/savefs.SAV
        # mv /usr/bin/save /usr/bin/save.SAV
        # mv /usr/bin/uasm /usr/bin/uasm.SAV
        # ln -s /usr/opt/BRX421/BRXP5CKIT421/decaxp/decpt/savefs /usr/bin/savefs
        # ln -s /usr/opt/BRX421/BRXP5CKIT421/decaxp/decpt/save /usr/bin/save
        # ln -s /usr/opt/BRX421/BRXP5CKIT421/decaxp/decpt/uasm /usr/bin/uasm

  Client installation is now complete.


53.9New patch for V4.2B fixes uasm and save bug.DECWET::RANDALLMon Feb 03 1997 18:10142
Steps to install patch nsrv42b-003
==================================

Summary:
========
This patch contains fixes a bug in Networker that causes uasm and save to
core on Digital UNIX 4.0 and above,  when given the options '-sbi'.

This patch should be installed on client and server hosts that have 
Networker 4.2B installed and Digital UNIX 4.0 or above.   

Acquisition:
============
> cd /tmp
> mkdir patch
> cd patch
> ftp ftp.zso.dec.com   (username: anonymous, password: yourname@yoursite)
ftp> cd /pub/networker/patches/V4.2B
ftp> binary
ftp> get nsrv42b-003.tar
ftp> bye

  or

Use netscape and go to:
  ftp://www.zso.dec.com/pub/networker/patches/V4.2B/

click on nsrv42b-003.tar

Installation (execute as root):
===============================

Note:
  All the Networker patches create a directory named 'output' when you
  untar them.  If you are installing multiple patches you should do so
  one at a time so that the output directory doesn't get corrupted.

******************************
NETWORKER SERVER INSTALLATION.
******************************

The following installation should be performed on all
Networker servers that are also cluster hosts.

  Shutdown the nsr server:

        # nsr_shutdown

        # tar xvpf nsrv42b-003.tar

   You should have a directory named output now.

        # cd output

  Install the patch:

        # setld -l .

  Restart Networker:

        # /sbin/init.d/nsrd start

  The patch should now be successfully installed

Verification
==============
  To verify that the patch was installed correctly execute the following:

    # setld -i | grep BRX

You should see ouput like the following: 

BRXCKIT320                      NetWorker Digital Client Kit
BRXCKIT321                      NetWorker Digital Client Kit
BRXCKIT420                      NetWorker Digital UNIX Client
BRXCKIT421                      NetWorker Digital UNIX Client
BRXP3SOAKIT422  installed       NetWorker Server Patch for Digital UNIX
BRXRNOTES311                    NetWorker Release Notes and Documentation
BRXRNOTES320                    NetWorker Release Notes and Documentation
BRXRNOTES321                    NetWorker Release Notes and Documentation
BRXRNOTES422                    NetWorker Release Notes and Documentation
BRXSMAN311                      NetWorker Server Reference Pages
BRXSMAN320                      NetWorker Server Reference Pages
BRXSMAN422      installed       NetWorker Server Reference Pages
BRXSOAKIT311                    NetWorker Server for Digital UNIX
BRXSOAKIT422    installed       NetWorker Server for Digital UNIX

If you see the following line then the installation was successful:

BRXP3SOAKIT422  installed       NetWorker Server Patch for Digital UNIX

If you were successful then you can remove the /tmp/patches directory
along with it's contents.
  
   # rm -rf /tmp/patch

******************************
NETWORKER CLIENT INSTALLATION.
******************************

The following installation should be performed on
Networker clients.

Untar the patch file.

        # tar xvpf nsrv42b-003.tar

        # cd output

  Install the patch:

        # setld -l .

        # cd /usr/opt/BRX422/BRXP3CKIT422

        # ls 
        clientkit.tar

        # tar xvf clientkit.tar
        blocksize = 256
        x decaxp
        x decaxp/decaxp
        x decaxp/decpt
        x decaxp/decpt/save, 942080 bytes, 1840 tape blocks
        x decaxp/decpt/savefs, 696320 bytes, 1360 tape blocks
        x decaxp/decpt/uasm, 638976 bytes, 1248 tape blocks

        # ls
        clientkit.tar decaxp
        
  Save the old programs and create links to the patched programs.
 
        # mv /usr/bin/savefs /usr/bin/savefs.SAV
        # mv /usr/bin/save /usr/bin/save.SAV
        # mv /usr/bin/uasm /usr/bin/uasm.SAV
        # ln -s /usr/opt/BRX422/BRXP3CKIT422/decaxp/decpt/savefs /usr/bin/savefs
        # ln -s /usr/opt/BRX422/BRXP3CKIT422/decaxp/decpt/save /usr/bin/save
        # ln -s /usr/opt/BRX422/BRXP3CKIT422/decaxp/decpt/uasm /usr/bin/uasm

  Client installation is now complete.


53.10New patch for V4.2A fixes truncated savegroup completion messages.DECWET::RANDALLMon Feb 10 1997 11:5499
Steps to install patch nsrv42a-006
==================================

Summary:
========
This patch fixes a bug that causes very long savegroup completion messages to 
be truncated.

This patch only needs to be installed on Digital Networker servers running
Networker V4.2A.

Acquisition:
============
> cd /tmp
> mkdir patch
> cd patch
> ftp ftp.zso.dec.com   (username: anonymous, password: yourname@yoursite)
ftp> cd /pub/networker/patches/V4.2A
ftp> binary
ftp> get nsrv42a-006.tar
ftp> bye

  or

Use netscape and go to:
  ftp://www.zso.dec.com/pub/networker/patches/V4.2A/

click on nsrv42a-006.tar

Installation (execute as root):
===============================

Note:
  All the Networker patches create a directory named 'output' when you
  untar them.  If you are installing multiple patches you should do so
  one at a time so that the output directory doesn't get corrupted.

******************************
NETWORKER SERVER INSTALLATION.
******************************

The following installation should be performed on all
Networker servers that are also cluster hosts.

  Shutdown the nsr server:

        # nsr_shutdown

        # tar xvpf nsrv42a-006.tar

   You should have a directory named output now.

        # cd output

  Install the patch:

        # setld -l .

  Restart Networker:

        # /sbin/init.d/nsrd start

  The patch should now be successfully installed

Verification
==============
  To verify that the patch was installed correctly execute the following:

    # setld -i | grep BRX

You should see ouput like the following: 

BRXCKIT320                      NetWorker Digital Client Kit
BRXCKIT321                      NetWorker Digital Client Kit
BRXCKIT420                      NetWorker Digital UNIX Client
BRXCKIT421                      NetWorker Digital UNIX Client
BRXP6SOAKIT421  installed       NetWorker Server Patch for Digital UNIX
BRXRNOTES311                    NetWorker Release Notes and Documentation
BRXRNOTES320                    NetWorker Release Notes and Documentation
BRXRNOTES321                    NetWorker Release Notes and Documentation
BRXRNOTES421                    NetWorker Release Notes and Documentation
BRXSMAN311                      NetWorker Server Reference Pages
BRXSMAN320                      NetWorker Server Reference Pages
BRXSMAN421      installed       NetWorker Server Reference Pages
BRXSOAKIT311                    NetWorker Server for Digital UNIX
BRXSOAKIT421    installed       NetWorker Server for Digital UNIX

If you see the following line then the installation was successful:

BRXP6SOAKIT421  installed       NetWorker Server Patch for Digital UNIX

If you were successful then you can remove the /tmp/patches directory
along with it's contents.
  
   # rm -rf /tmp/patch




53.11New patch for V4.2B fixes truncated savegroup completion messages.DECWET::RANDALLMon Feb 10 1997 11:5596
Steps to install patch nsrv42b-004
==================================

Summary:
========
This patch fixes a bug that causes very long savegroup completion messages to 
be truncated.

This patch only needs to be installed on Digital Networker servers running
Networker V4.2B.

Acquisition:
============
> cd /tmp
> mkdir patch
> cd patch
> ftp ftp.zso.dec.com   (username: anonymous, password: yourname@yoursite)
ftp> cd /pub/networker/patches/V4.2B
ftp> binary
ftp> get nsrv42b-004.tar
ftp> bye

  or

Use netscape and go to:
  ftp://www.zso.dec.com/pub/networker/patches/V4.2B/

click on nsrv42b-004.tar

Installation (execute as root):
===============================

Note:
  All the Networker patches create a directory named 'output' when you
  untar them.  If you are installing multiple patches you should do so
  one at a time so that the output directory doesn't get corrupted.

******************************
NETWORKER SERVER INSTALLATION.
******************************

The following installation should be performed on all
Networker servers that are also cluster hosts.

  Shutdown the nsr server:

        # nsr_shutdown

        # tar xvpf nsrv42b-004.tar

   You should have a directory named output now.

        # cd output

  Install the patch:

        # setld -l .

  Restart Networker:

        # /sbin/init.d/nsrd start

  The patch should now be successfully installed

Verification
==============
  To verify that the patch was installed correctly execute the following:

    # setld -i | grep BRX

You should see ouput like the following: 

BRXCKIT320                      NetWorker Digital Client Kit
BRXCKIT321                      NetWorker Digital Client Kit
BRXCKIT420                      NetWorker Digital UNIX Client
BRXCKIT422                      NetWorker Digital UNIX Client
BRXP4SOAKIT422  installed       NetWorker Server Patch for Digital UNIX
BRXRNOTES311                    NetWorker Release Notes and Documentation
BRXRNOTES320                    NetWorker Release Notes and Documentation
BRXRNOTES321                    NetWorker Release Notes and Documentation
BRXRNOTES422                    NetWorker Release Notes and Documentation
BRXSMAN311                      NetWorker Server Reference Pages
BRXSMAN320                      NetWorker Server Reference Pages
BRXSMAN422      installed       NetWorker Server Reference Pages
BRXSOAKIT311                    NetWorker Server for Digital UNIX
BRXSOAKIT422    installed       NetWorker Server for Digital UNIX

If you see the following line then the installation was successful:

BRXP4SOAKIT422  installed       NetWorker Server Patch for Digital UNIX

If you were successful then you can remove the /tmp/patches directory
along with it's contents.
  
   # rm -rf /tmp/patch

53.12New patch for V4.2A fixes recover problems with older data.DECWET::RANDALLThu Feb 20 1997 16:05166
Steps to install patch nsrv42a-007
==================================

Summary:
========
This patch fixes a problem with recover of data saved with Networker V3.0.
Without the patch an attempt to recover data that was on an AdvFS filesystem
and saved with Networker V3.0 will result in either an error "Too many open 
files" and/or files that are zero-length.

This patch should be installed on Networker clients and servers.

Acquisition:
============
> cd /tmp
> mkdir patch
> cd patch
> ftp ftp.zso.dec.com   (username: anonymous, password: yourname@yoursite)
ftp> cd /pub/networker/patches/V4.2A
ftp> binary
ftp> get nsrv42a-007.tar
ftp> bye

  or

Use netscape and go to:
  ftp://www.zso.dec.com/pub/networker/patches/V4.2A/

click on nsrv42a-007.tar

Installation (execute as root):
===============================

Note:
  All the Networker patches create a directory named 'output' when you
  untar them.  If you are installing multiple patches you should do so
  one at a time so that the output directory doesn't get corrupted.

******************************
NETWORKER SERVER INSTALLATION.
******************************

The following installation should be performed on all
Networker servers that are also cluster hosts.

  Shutdown the nsr server:

        # nsr_shutdown

        # tar xvpf nsrv42a-007.tar

   You should have a directory named output now.

        # cd output

  Install the patch:

        # setld -l .

  Restart Networker:

        # /sbin/init.d/nsrd start

  The patch should now be successfully installed

Verification
==============
  To verify that the patch was installed correctly execute the following:

    # setld -i | grep BRX

You should see ouput like the following: 

BRXCKIT320                      NetWorker Digital Client Kit
BRXCKIT321                      NetWorker Digital Client Kit
BRXCKIT420                      NetWorker Digital UNIX Client
BRXCKIT421                      NetWorker Digital UNIX Client
BRXP7SOAKIT421  installed       NetWorker Server Patch for Digital UNIX
BRXRNOTES311                    NetWorker Release Notes and Documentation
BRXRNOTES320                    NetWorker Release Notes and Documentation
BRXRNOTES321                    NetWorker Release Notes and Documentation
BRXRNOTES421                    NetWorker Release Notes and Documentation
BRXSMAN311                      NetWorker Server Reference Pages
BRXSMAN320                      NetWorker Server Reference Pages
BRXSMAN421      installed       NetWorker Server Reference Pages
BRXSOAKIT311                    NetWorker Server for Digital UNIX
BRXSOAKIT421    installed       NetWorker Server for Digital UNIX

If you see the following line then the installation was successful:

BRXP7SOAKIT421  installed       NetWorker Server Patch for Digital UNIX

If you were successful then you can remove the /tmp/patches directory
along with it's contents.
  
   # rm -rf /tmp/patch

******************************
NETWORKER CLIENT INSTALLATION.
******************************

The following installation should be performed on all 
Networker clients that are also cluster hosts.

Untar the patch file.

        # tar xvpf nsrv42a-007.tar

   You should now have a directory named 'output' this README and a shell
   script named 'patch7.sh'.

        # cd output

  Install the patch:

        # setld -l .

        # cd /usr/opt/BRX421/BRXP7CKIT421

        # ls 
        clientkit.tar

        # tar xvf clientkit.tar
        blocksize = 128
        x decaxp
        x decaxp/decaxp
        x decaxp/decaxp/nwrecover, 1581056 bytes, 3088 tape blocks
        x decaxp/decaxp/nwretrieve, 1261568 bytes, 2464 tape blocks
        x decaxp/decaxp/recover, 1261568 bytes, 2464 tape blocks
        x decaxp/decaxp/srecover, 1556480 bytes, 3040 tape blocks
        x decaxp/decpt
        x decaxp/decpt/nwrecover, 1441792 bytes, 2816 tape blocks
        x decaxp/decpt/nwretrieve, 1114112 bytes, 2176 tape blocks
        x decaxp/decpt/recover, 1114112 bytes, 2176 tape blocks
        x decaxp/decpt/srecover, 1703936 bytes, 3328 tape blocks

        # ls
        clientkit.tar decaxp
        
  Save the old programs and create links to the patched programs.
  A script has been provided to help with this.  To use the script type
 
  IF THE CLIENT MACHINE RUNS DIGITAL UNIX PRIOR TO 4.0
     you can either run the script like this:
    
        # patch7.sh decaxp
     
     or execute commands like this.  

        # mv /usr/bin/recover /usr/bin/recover.SAV
        # ln -s /usr/opt/BRX421/BRXP7CKIT421/decaxp/decaxp/recover
/usr/bin/recover

  IF THE CLIENT MACHINE RUNS DIGITAL UNIX 4.0 OR LATER
     you can either run the script like this:

        # patch7.sh decpt

     or execute commands like this.

        # mv /usr/bin/recover /usr/bin/recover.SAV
        # ln -s /usr/opt/BRX421/BRXP7CKIT421/decaxp/decpt/recover
/usr/bin/recover

  Client installation is now complete.

53.13New patch for V4.2B fixes recover problems with older data.DECWET::RANDALLThu Feb 20 1997 16:05166
Steps to install patch nsrv42b-005
==================================

Summary:
========
This patch fixes a problem with recover of data saved with Networker V3.0.
Without the patch an attempt to recover data that was on an AdvFS filesystem
and saved with Networker V3.0 will result in either an error "Too many open 
files" and/or files that are zero-length.

This patch should be installed on Networker clients and servers.

Acquisition:
============
> cd /tmp
> mkdir patch
> cd patch
> ftp ftp.zso.dec.com   (username: anonymous, password: yourname@yoursite)
ftp> cd /pub/networker/patches/V4.2B
ftp> binary
ftp> get nsrv42b-005.tar
ftp> bye

  or

Use netscape and go to:
  ftp://www.zso.dec.com/pub/networker/patches/V4.2B/

click on nsrv42b-005.tar

Installation (execute as root):
===============================

Note:
  All the Networker patches create a directory named 'output' when you
  untar them.  If you are installing multiple patches you should do so
  one at a time so that the output directory doesn't get corrupted.

******************************
NETWORKER SERVER INSTALLATION.
******************************

The following installation should be performed on all
Networker servers that are also cluster hosts.

  Shutdown the nsr server:

        # nsr_shutdown

        # tar xvpf nsrv42b-005.tar

   You should have a directory named output now.

        # cd output

  Install the patch:

        # setld -l .

  Restart Networker:

        # /sbin/init.d/nsrd start

  The patch should now be successfully installed

Verification
==============
  To verify that the patch was installed correctly execute the following:

    # setld -i | grep BRX

You should see ouput like the following: 

BRXCKIT320                      NetWorker Digital Client Kit
BRXCKIT321                      NetWorker Digital Client Kit
BRXCKIT420                      NetWorker Digital UNIX Client
BRXCKIT422                      NetWorker Digital UNIX Client
BRXP5SOAKIT422  installed       NetWorker Server Patch for Digital UNIX
BRXRNOTES311                    NetWorker Release Notes and Documentation
BRXRNOTES320                    NetWorker Release Notes and Documentation
BRXRNOTES321                    NetWorker Release Notes and Documentation
BRXRNOTES422                    NetWorker Release Notes and Documentation
BRXSMAN311                      NetWorker Server Reference Pages
BRXSMAN320                      NetWorker Server Reference Pages
BRXSMAN422      installed       NetWorker Server Reference Pages
BRXSOAKIT311                    NetWorker Server for Digital UNIX
BRXSOAKIT422    installed       NetWorker Server for Digital UNIX

If you see the following line then the installation was successful:

BRXP5SOAKIT422  installed       NetWorker Server Patch for Digital UNIX

If you were successful then you can remove the /tmp/patches directory
along with it's contents.
  
   # rm -rf /tmp/patch

******************************
NETWORKER CLIENT INSTALLATION.
******************************

The following installation should be performed on all 
Networker clients that are also cluster hosts.

Untar the patch file.

        # tar xvpf nsrv42b-005.tar

   You should now have a directory named 'output' this README and a shell
   script named 'patch7.sh'.

        # cd output

  Install the patch:

        # setld -l .

        # cd /usr/opt/BRX422/BRXP5CKIT422

        # ls 
        clientkit.tar

        # tar xvf clientkit.tar
        blocksize = 128
        x decaxp
        x decaxp/decaxp
        x decaxp/decaxp/nwrecover, 1581056 bytes, 3088 tape blocks
        x decaxp/decaxp/nwretrieve, 1261568 bytes, 2464 tape blocks
        x decaxp/decaxp/recover, 1261568 bytes, 2464 tape blocks
        x decaxp/decaxp/srecover, 1556480 bytes, 3040 tape blocks
        x decaxp/decpt
        x decaxp/decpt/nwrecover, 1441792 bytes, 2816 tape blocks
        x decaxp/decpt/nwretrieve, 1114112 bytes, 2176 tape blocks
        x decaxp/decpt/recover, 1114112 bytes, 2176 tape blocks
        x decaxp/decpt/srecover, 1703936 bytes, 3328 tape blocks

        # ls
        clientkit.tar decaxp
        
  Save the old programs and create links to the patched programs.
  A script has been provided to help with this.  To use the script type
 
  IF THE CLIENT MACHINE RUNS DIGITAL UNIX PRIOR TO 4.0
     you can either run the script like this:
    
        # patch5.sh decaxp
     
     or execute commands like this.  

        # mv /usr/bin/recover /usr/bin/recover.SAV
        # ln -s /usr/opt/BRX422/BRXP5CKIT422/decaxp/decaxp/recover
/usr/bin/recover

  IF THE CLIENT MACHINE RUNS DIGITAL UNIX 4.0 OR LATER
     you can either run the script like this:

        # patch5.sh decpt

     or execute commands like this.

        # mv /usr/bin/recover /usr/bin/recover.SAV
        # ln -s /usr/opt/BRX422/BRXP5CKIT422/decaxp/decpt/recover
/usr/bin/recover

  Client installation is now complete.

53.14New patch for V4.2A fixes problem with NT clients.DECWET::RANDALLTue Feb 25 1997 17:52101
Steps to install patch nsrv42a-008
==================================

Summary:
========
This patch fixes a bug that can cause Digital Networker V4.2A servers to crash
when creating or updating NT client records.

This patch only needs to be installed on Digital Networker servers running
Networker V4.2A.

Acquisition:
============
> cd /tmp
> mkdir patch
> cd patch
> ftp ftp.zso.dec.com   (username: anonymous, password: yourname@yoursite)
ftp> cd /pub/networker/patches/V4.2A
ftp> binary
ftp> get nsrv42a-008.tar
ftp> bye

  or

Use netscape and go to:
  ftp://www.zso.dec.com/pub/networker/patches/V4.2A/

click on nsrv42a-008.tar

Installation (execute as root):
===============================

Note:
  All the Networker patches create a directory named 'output' when you
  untar them.  If you are installing multiple patches you should do so
  one at a time so that the output directory doesn't get corrupted.

******************************
NETWORKER SERVER INSTALLATION.
******************************

The following installation should be performed on all
Networker servers that are also cluster hosts.

  Shutdown the nsr server:

        # nsr_shutdown

        # tar xvpf nsrv42a-008.tar

   You should have a directory named output now.

        # cd output

  Install the patch:

        # setld -l .

  Restart Networker:

        # /sbin/init.d/nsrd start

  The patch should now be successfully installed

Verification
==============
  To verify that the patch was installed correctly execute the following:

    # setld -i | grep BRX

You should see ouput like the following: 

BRXCKIT320                      NetWorker Digital Client Kit
BRXCKIT321                      NetWorker Digital Client Kit
BRXCKIT420                      NetWorker Digital UNIX Client
BRXCKIT421                      NetWorker Digital UNIX Client
BRXP6SOAKIT421  installed       NetWorker Server Patch for Digital UNIX
BRXRNOTES311                    NetWorker Release Notes and Documentation
BRXRNOTES320                    NetWorker Release Notes and Documentation
BRXRNOTES321                    NetWorker Release Notes and Documentation
BRXRNOTES421                    NetWorker Release Notes and Documentation
BRXSMAN311                      NetWorker Server Reference Pages
BRXSMAN320                      NetWorker Server Reference Pages
BRXSMAN421      installed       NetWorker Server Reference Pages
BRXSOAKIT311                    NetWorker Server for Digital UNIX
BRXSOAKIT421    installed       NetWorker Server for Digital UNIX

If you see the following line then the installation was successful:

BRXP6SOAKIT421  installed       NetWorker Server Patch for Digital UNIX

If you were successful then you can remove the /tmp/patches directory
along with it's contents.
  
   # rm -rf /tmp/patch






53.15New patch for V4.2B fixes problem with NT clients.DECWET::RANDALLTue Feb 25 1997 17:5397
Steps to install patch nsrv42b-006
==================================

Summary:
========
This patch fixes a bug that can cause Digital Networker 4.2B servers to crash
when creating or updating NT client records.

This patch only needs to be installed on Digital Networker servers running
Networker V4.2B.

Acquisition:
============
> cd /tmp
> mkdir patch
> cd patch
> ftp ftp.zso.dec.com   (username: anonymous, password: yourname@yoursite)
ftp> cd /pub/networker/patches/V4.2B
ftp> binary
ftp> get nsrv42b-006.tar
ftp> bye

  or

Use netscape and go to:
  ftp://www.zso.dec.com/pub/networker/patches/V4.2B/

click on nsrv42b-006.tar

Installation (execute as root):
===============================

Note:
  All the Networker patches create a directory named 'output' when you
  untar them.  If you are installing multiple patches you should do so
  one at a time so that the output directory doesn't get corrupted.

******************************
NETWORKER SERVER INSTALLATION.
******************************

The following installation should be performed on all
Networker servers that are also cluster hosts.

  Shutdown the nsr server:

        # nsr_shutdown

        # tar xvpf nsrv42b-006.tar

   You should have a directory named output now.

        # cd output

  Install the patch:

        # setld -l .

  Restart Networker:

        # /sbin/init.d/nsrd start

  The patch should now be successfully installed

Verification
==============
  To verify that the patch was installed correctly execute the following:

    # setld -i | grep BRX

You should see ouput like the following: 

BRXCKIT320                      NetWorker Digital Client Kit
BRXCKIT321                      NetWorker Digital Client Kit
BRXCKIT420                      NetWorker Digital UNIX Client
BRXCKIT422                      NetWorker Digital UNIX Client
BRXP6SOAKIT422  installed       NetWorker Server Patch for Digital UNIX
BRXRNOTES311                    NetWorker Release Notes and Documentation
BRXRNOTES320                    NetWorker Release Notes and Documentation
BRXRNOTES321                    NetWorker Release Notes and Documentation
BRXRNOTES422                    NetWorker Release Notes and Documentation
BRXSMAN311                      NetWorker Server Reference Pages
BRXSMAN320                      NetWorker Server Reference Pages
BRXSMAN422      installed       NetWorker Server Reference Pages
BRXSOAKIT311                    NetWorker Server for Digital UNIX
BRXSOAKIT422    installed       NetWorker Server for Digital UNIX

If you see the following line then the installation was successful:

BRXP6SOAKIT422  installed       NetWorker Server Patch for Digital UNIX

If you were successful then you can remove the /tmp/patches directory
along with it's contents.
  
   # rm -rf /tmp/patch


53.16New patch for V4.2A fixes problems with save sessions.DECWET::RANDALLThu Mar 06 1997 11:44102
Steps to install patch nsrv42a-009
==================================

Summary:
========
This patch fixes a problem with allocating save sessions to available drives.
This problem could cause the number of save sessions to exceed the parrallelism
set for the server.  It also caused the "deactivated with saves" message
that would sometimes result in a device being offline for a period after
the message, sometimes with the message "writing, idle" in the sessions 
window.

This patch contains patches 3 and 8.

This patch only needs to be installed on Digital Networker servers running
Networker V4.2A.

Acquisition:
============
> cd /tmp
> mkdir patch
> cd patch
> ftp ftp.zso.dec.com   (username: anonymous, password: yourname@yoursite)
ftp> cd /pub/networker/patches/V4.2A
ftp> binary
ftp> get nsrv42a-009.tar
ftp> bye

  or

Use netscape and go to:
  ftp://www.zso.dec.com/pub/networker/patches/V4.2A/

click on nsrv42a-009.tar

Installation (execute as root):
===============================

Note:
  All the Networker patches create a directory named 'output' when you
  untar them.  If you are installing multiple patches you should do so
  one at a time so that the output directory doesn't get corrupted.

******************************
NETWORKER SERVER INSTALLATION.
******************************

The following installation should be performed on all
Networker servers that are also cluster hosts.

  Shutdown the nsr server:

        # nsr_shutdown

        # tar xvpf nsrv42a-009.tar

   You should have a directory named output now.

        # cd output

  Install the patch:

        # setld -l .

  Restart Networker:

        # /sbin/init.d/nsrd start

  The patch should now be successfully installed

Verification
==============
  To verify that the patch was installed correctly execute the following:

    # setld -i | grep BRX

You should see ouput like the following: 

BRXCKIT320                      NetWorker Digital Client Kit
BRXCKIT321                      NetWorker Digital Client Kit
BRXCKIT420                      NetWorker Digital UNIX Client
BRXCKIT421                      NetWorker Digital UNIX Client
BRXP9SOAKIT421  installed       NetWorker Server Patch for Digital UNIX
BRXRNOTES311                    NetWorker Release Notes and Documentation
BRXRNOTES320                    NetWorker Release Notes and Documentation
BRXRNOTES321                    NetWorker Release Notes and Documentation
BRXRNOTES421                    NetWorker Release Notes and Documentation
BRXSMAN311                      NetWorker Server Reference Pages
BRXSMAN320                      NetWorker Server Reference Pages
BRXSMAN421      installed       NetWorker Server Reference Pages
BRXSOAKIT311                    NetWorker Server for Digital UNIX
BRXSOAKIT421    installed       NetWorker Server for Digital UNIX

If you see the following line then the installation was successful:

BRXP9SOAKIT421  installed       NetWorker Server Patch for Digital UNIX

If you were successful then you can remove the /tmp/patches directory
along with it's contents.
  
   # rm -rf /tmp/patch

53.17New patch for V4.2B fixes problems with save sessions.DECWET::RANDALLThu Mar 06 1997 11:45102
Steps to install patch nsrv42b-007
==================================

Summary:
========
This patch fixes a problem with allocating save sessions to available drives.
This problem could cause the number of save sessions to exceed the parrallelism
set for the server.  It also caused the "deactivated with saves" message
that would sometimes result in a device being offline for a period after
the message, sometimes with the message "writing, idle" in the sessions 
window.

This patch contains patch 6.

This patch only needs to be installed on Digital Networker servers running
Networker V4.2B.

Acquisition:
============
> cd /tmp
> mkdir patch
> cd patch
> ftp ftp.zso.dec.com   (username: anonymous, password: yourname@yoursite)
ftp> cd /pub/networker/patches/V4.2B
ftp> binary
ftp> get nsrv42b-007.tar
ftp> bye

  or

Use netscape and go to:
  ftp://www.zso.dec.com/pub/networker/patches/V4.2B/

click on nsrv42b-007.tar

Installation (execute as root):
===============================

Note:
  All the Networker patches create a directory named 'output' when you
  untar them.  If you are installing multiple patches you should do so
  one at a time so that the output directory doesn't get corrupted.

******************************
NETWORKER SERVER INSTALLATION.
******************************

The following installation should be performed on all
Networker servers that are also cluster hosts.

  Shutdown the nsr server:

        # nsr_shutdown

        # tar xvpf nsrv42b-007.tar

   You should have a directory named output now.

        # cd output

  Install the patch:

        # setld -l .

  Restart Networker:

        # /sbin/init.d/nsrd start

  The patch should now be successfully installed

Verification
==============
  To verify that the patch was installed correctly execute the following:

    # setld -i | grep BRX

You should see ouput like the following: 

BRXCKIT320                      NetWorker Digital Client Kit
BRXCKIT321                      NetWorker Digital Client Kit
BRXCKIT420                      NetWorker Digital UNIX Client
BRXCKIT422                      NetWorker Digital UNIX Client
BRXP9SOAKIT422  installed       NetWorker Server Patch for Digital UNIX
BRXRNOTES311                    NetWorker Release Notes and Documentation
BRXRNOTES320                    NetWorker Release Notes and Documentation
BRXRNOTES321                    NetWorker Release Notes and Documentation
BRXRNOTES422                    NetWorker Release Notes and Documentation
BRXSMAN311                      NetWorker Server Reference Pages
BRXSMAN320                      NetWorker Server Reference Pages
BRXSMAN422      installed       NetWorker Server Reference Pages
BRXSOAKIT311                    NetWorker Server for Digital UNIX
BRXSOAKIT422    installed       NetWorker Server for Digital UNIX

If you see the following line then the installation was successful:

BRXP9SOAKIT422  installed       NetWorker Server Patch for Digital UNIX

If you were successful then you can remove the /tmp/patches directory
along with it's contents.
  
   # rm -rf /tmp/patch

53.18New patch for V4.2A fixes Jukebox reset problems.DECWET::RANDALLThu Mar 06 1997 15:1999
Steps to install patch nsrv42a-010
==================================

Summary:
========
This patch fixes a problem with Networker that caused the command
'nsrjb -H' to fail with a message similar to:

  nsrjb: Jukebox error, Illegal Request, Medium Not Present


This patch only needs to be installed on Digital Networker servers running
Networker V4.2A.

Acquisition:
============
> cd /tmp
> mkdir patch
> cd patch
> ftp ftp.zso.dec.com   (username: anonymous, password: yourname@yoursite)
ftp> cd /pub/networker/patches/V4.2A
ftp> binary
ftp> get nsrv42a-010.tar
ftp> bye

  or

Use netscape and go to:
  ftp://www.zso.dec.com/pub/networker/patches/V4.2A/

click on nsrv42a-010.tar

Installation (execute as root):
===============================

Note:
  All the Networker patches create a directory named 'output' when you
  untar them.  If you are installing multiple patches you should do so
  one at a time so that the output directory doesn't get corrupted.

******************************
NETWORKER SERVER INSTALLATION.
******************************

The following installation should be performed on all
Networker servers that are also cluster hosts.

  Shutdown the nsr server:

        # nsr_shutdown

        # tar xvpf nsrv42a-010.tar

   You should have a directory named output now.

        # cd output

  Install the patch:

        # setld -l .

  Restart Networker:

        # /sbin/init.d/nsrd start

  The patch should now be successfully installed

Verification
==============
  To verify that the patch was installed correctly execute the following:

    # setld -i | grep BRX

You should see ouput like the following: 

BRXCKIT320                      NetWorker Digital Client Kit
BRXCKIT321                      NetWorker Digital Client Kit
BRXCKIT420                      NetWorker Digital UNIX Client
BRXCKIT421                      NetWorker Digital UNIX Client
BRXP10SOAKIT421  installed       NetWorker Server Patch for Digital UNIX
BRXRNOTES311                    NetWorker Release Notes and Documentation
BRXRNOTES320                    NetWorker Release Notes and Documentation
BRXRNOTES321                    NetWorker Release Notes and Documentation
BRXRNOTES421                    NetWorker Release Notes and Documentation
BRXSMAN311                      NetWorker Server Reference Pages
BRXSMAN320                      NetWorker Server Reference Pages
BRXSMAN421      installed       NetWorker Server Reference Pages
BRXSOAKIT311                    NetWorker Server for Digital UNIX
BRXSOAKIT421    installed       NetWorker Server for Digital UNIX

If you see the following line then the installation was successful:

BRXP10SOAKIT421  installed       NetWorker Server Patch for Digital UNIX

If you were successful then you can remove the /tmp/patches directory
along with it's contents.
  
   # rm -rf /tmp/patch

53.19New patch for V4.2B fixes Jukebox reset problems.DECWET::RANDALLThu Mar 06 1997 15:1998
Steps to install patch nsrv42b-008
==================================

Summary:
========
This patch fixes a problem with Networker that caused the command
'nsrjb -H' to fail with a message similar to:

  nsrjb: Jukebox error, Illegal Request, Medium Not Present


This patch only needs to be installed on Digital Networker servers running
Networker V4.2B.

Acquisition:
============
> cd /tmp
> mkdir patch
> cd patch
> ftp ftp.zso.dec.com   (username: anonymous, password: yourname@yoursite)
ftp> cd /pub/networker/patches/V4.2B
ftp> binary
ftp> get nsrv42b-008.tar
ftp> bye

  or

Use netscape and go to:
  ftp://www.zso.dec.com/pub/networker/patches/V4.2B/

click on nsrv42b-008.tar

Installation (execute as root):
===============================

Note:
  All the Networker patches create a directory named 'output' when you
  untar them.  If you are installing multiple patches you should do so
  one at a time so that the output directory doesn't get corrupted.

******************************
NETWORKER SERVER INSTALLATION.
******************************

The following installation should be performed on all
Networker servers that are also cluster hosts.

  Shutdown the nsr server:

        # nsr_shutdown

        # tar xvpf nsrv42b-008.tar

   You should have a directory named output now.

        # cd output

  Install the patch:

        # setld -l .

  Restart Networker:

        # /sbin/init.d/nsrd start

  The patch should now be successfully installed

Verification
==============
  To verify that the patch was installed correctly execute the following:

    # setld -i | grep BRX

You should see ouput like the following: 

BRXCKIT320                      NetWorker Digital Client Kit
BRXCKIT321                      NetWorker Digital Client Kit
BRXCKIT420                      NetWorker Digital UNIX Client
BRXCKIT422                      NetWorker Digital UNIX Client
BRXP8SOAKIT422  installed       NetWorker Server Patch for Digital UNIX
BRXRNOTES311                    NetWorker Release Notes and Documentation
BRXRNOTES320                    NetWorker Release Notes and Documentation
BRXRNOTES321                    NetWorker Release Notes and Documentation
BRXRNOTES422                    NetWorker Release Notes and Documentation
BRXSMAN311                      NetWorker Server Reference Pages
BRXSMAN320                      NetWorker Server Reference Pages
BRXSMAN422      installed       NetWorker Server Reference Pages
BRXSOAKIT311                    NetWorker Server for Digital UNIX
BRXSOAKIT422    installed       NetWorker Server for Digital UNIX

If you see the following line then the installation was successful:

BRXP8SOAKIT422  installed       NetWorker Server Patch for Digital UNIX

If you were successful then you can remove the /tmp/patches directory
along with it's contents.
  
   # rm -rf /tmp/patch
53.20New patch for V4.2A fixes save and archive problems.DECWET::RANDALLFri Mar 07 1997 14:04141
Steps to install patch nsrv42a-011
==================================

Summary:
========
This patch fixes a problem with save and archive that could cause them to core.

This patch should be installed on client and server hosts running 
Networker 4.2A.   

Acquisition:
============
> cd /tmp
> mkdir patch
> cd patch
> ftp ftp.zso.dec.com   (username: anonymous, password: yourname@yoursite)
ftp> cd /pub/networker/patches/V4.2A
ftp> binary
ftp> get nsrv42a-011.tar
ftp> bye

  or

Use netscape and go to:
  ftp://www.zso.dec.com/pub/networker/patches/V4.2A/

click on nsrv42a-011.tar

Installation (execute as root):
===============================

Note:
  All the Networker patches create a directory named 'output' when you
  untar them.  If you are installing multiple patches you should do so
  one at a time so that the output directory doesn't get corrupted.

******************************
NETWORKER SERVER INSTALLATION.
******************************

The following installation should be performed on all
Networker servers that are also cluster hosts.

  Shutdown the nsr server:

        # nsr_shutdown

        # tar xvpf nsrv42a-011.tar

   You should have a directory named output now.

        # cd output

  Install the patch:

        # setld -l .

  Restart Networker:

        # /sbin/init.d/nsrd start

  The patch should now be successfully installed

Verification
==============
  To verify that the patch was installed correctly execute the following:

    # setld -i | grep BRX

You should see ouput like the following: 

BRXCKIT320                      NetWorker Digital Client Kit
BRXCKIT321                      NetWorker Digital Client Kit
BRXCKIT420                      NetWorker Digital UNIX Client
BRXCKIT421                      NetWorker Digital UNIX Client
BRXP11SOAKIT421  installed       NetWorker Server Patch for Digital UNIX
BRXRNOTES311                    NetWorker Release Notes and Documentation
BRXRNOTES320                    NetWorker Release Notes and Documentation
BRXRNOTES321                    NetWorker Release Notes and Documentation
BRXRNOTES421                    NetWorker Release Notes and Documentation
BRXSMAN311                      NetWorker Server Reference Pages
BRXSMAN320                      NetWorker Server Reference Pages
BRXSMAN421      installed       NetWorker Server Reference Pages
BRXSOAKIT311                    NetWorker Server for Digital UNIX
BRXSOAKIT421    installed       NetWorker Server for Digital UNIX

If you see the following line then the installation was successful:

BRXP11SOAKIT421  installed       NetWorker Server Patch for Digital UNIX

If you were successful then you can remove the /tmp/patches directory
along with it's contents.
  
   # rm -rf /tmp/patch

******************************
NETWORKER CLIENT INSTALLATION.
******************************

The following installation should be performed on
Networker clients.

Untar the patch file.

        # tar xvpf nsrv42a-011.tar

        # cd output

  Install the patch:

        # setld -l .

        # cd /usr/opt/BRX421/BRXP11CKIT421

        # ls 
        clientkit.tar

        # tar xvf clientkit.tar
        blocksize = 128
        x decaxp
        x decaxp/decaxp
        x decaxp/decaxp/nsrarchive, 1171456 bytes, 2288 tape blocks
        x decaxp/decaxp/save, 1089536 bytes, 2128 tape blocks
        x decaxp/decpt
        x decaxp/decpt/nsrarchive, 1032192 bytes, 2016 tape blocks
        x decaxp/decpt/save, 942080 bytes, 1840 tape blocks

        # ls
        clientkit.tar decaxp
        
  Save the old programs and create links to the patched programs.
 
        # mv /usr/bin/save /usr/bin/save.SAV
        # mv /usr/bin/nsrarchive /usr/bin/nsrarchive.SAV
        # ln -s /usr/opt/BRX421/BRXP11CKIT421/decaxp/decpt/save /usr/bin/save
        # ln -s /usr/opt/BRX421/BRXP11CKIT421/decaxp/decpt/nsrarchive
/usr/bin/nsrarchive

  Client installation is now complete.


53.21New patch for V4.2B fixes save and archive problems.DECWET::RANDALLFri Mar 07 1997 14:05141
Steps to install patch nsrv42b-009
==================================

Summary:
========
This patch fixes a problem with save and archive that could cause them to core.

This patch should be installed on client and server hosts running 
Networker 4.2B.   

Acquisition:
============
> cd /tmp
> mkdir patch
> cd patch
> ftp ftp.zso.dec.com   (username: anonymous, password: yourname@yoursite)
ftp> cd /pub/networker/patches/V4.2B
ftp> binary
ftp> get nsrv42b-009.tar
ftp> bye

  or

Use netscape and go to:
  ftp://www.zso.dec.com/pub/networker/patches/V4.2B/

click on nsrv42b-009.tar

Installation (execute as root):
===============================

Note:
  All the Networker patches create a directory named 'output' when you
  untar them.  If you are installing multiple patches you should do so
  one at a time so that the output directory doesn't get corrupted.

******************************
NETWORKER SERVER INSTALLATION.
******************************

The following installation should be performed on all
Networker servers that are also cluster hosts.

  Shutdown the nsr server:

        # nsr_shutdown

        # tar xvpf nsrv42b-009.tar

   You should have a directory named output now.

        # cd output

  Install the patch:

        # setld -l .

  Restart Networker:

        # /sbin/init.d/nsrd start

  The patch should now be successfully installed

Verification
==============
  To verify that the patch was installed correctly execute the following:

    # setld -i | grep BRX

You should see ouput like the following: 

BRXCKIT320                      NetWorker Digital Client Kit
BRXCKIT321                      NetWorker Digital Client Kit
BRXCKIT420                      NetWorker Digital UNIX Client
BRXCKIT422                      NetWorker Digital UNIX Client
BRXP9SOAKIT422  installed       NetWorker Server Patch for Digital UNIX
BRXRNOTES311                    NetWorker Release Notes and Documentation
BRXRNOTES320                    NetWorker Release Notes and Documentation
BRXRNOTES321                    NetWorker Release Notes and Documentation
BRXRNOTES422                    NetWorker Release Notes and Documentation
BRXSMAN311                      NetWorker Server Reference Pages
BRXSMAN320                      NetWorker Server Reference Pages
BRXSMAN422      installed       NetWorker Server Reference Pages
BRXSOAKIT311                    NetWorker Server for Digital UNIX
BRXSOAKIT422    installed       NetWorker Server for Digital UNIX

If you see the following line then the installation was successful:

BRXP9SOAKIT422  installed       NetWorker Server Patch for Digital UNIX

If you were successful then you can remove the /tmp/patches directory
along with it's contents.
  
   # rm -rf /tmp/patch

******************************
NETWORKER CLIENT INSTALLATION.
******************************

The following installation should be performed on
Networker clients.

Untar the patch file.

        # tar xvpf nsrv42b-009.tar

        # cd output

  Install the patch:

        # setld -l .

        # cd /usr/opt/BRX422/BRXP9CKIT422

        # ls 
        clientkit.tar

        # tar xvf clientkit.tar
        blocksize = 128
        x decaxp
        x decaxp/decaxp
        x decaxp/decaxp/nsrarchive, 1171456 bytes, 2288 tape blocks
        x decaxp/decaxp/save, 1089536 bytes, 2128 tape blocks
        x decaxp/decpt
        x decaxp/decpt/nsrarchive, 1032192 bytes, 2016 tape blocks
        x decaxp/decpt/save, 942080 bytes, 1840 tape blocks

        # ls
        clientkit.tar decaxp
        
  Save the old programs and create links to the patched programs.
 
        # mv /usr/bin/save /usr/bin/save.SAV
        # mv /usr/bin/nsrarchive /usr/bin/nsrarchive.SAV
        # ln -s /usr/opt/BRX422/BRXP9CKIT422/decaxp/decpt/save /usr/bin/save
        # ln -s /usr/opt/BRX422/BRXP9CKIT422/decaxp/decpt/nsrarchive
/usr/bin/nsrarchive

  Client installation is now complete.


53.22New patch for V4.2A fixes truncated savegroup completions.DECWET::RANDALLMon Mar 17 1997 11:4197
Steps to install patch nsrv42a-012
==================================

Summary:
========
This patch fixes a bug that causes very long savegroup completion messages to 
be truncated.

This patch supercedes the withdrawn patch 6 which didn't fix the problem.

This patch only needs to be installed on Digital Networker servers running
Networker V4.2A.

Acquisition:
============
> cd /tmp
> mkdir patch
> cd patch
> ftp ftp.zso.dec.com   (username: anonymous, password: yourname@yoursite)
ftp> cd /pub/networker/patches/V4.2A
ftp> binary
ftp> get nsrv42a-012.tar
ftp> bye

  or

Use netscape and go to:
  ftp://www.zso.dec.com/pub/networker/patches/V4.2A/

click on nsrv42a-012.tar

Installation (execute as root):
===============================

Note:
  All the Networker patches create a directory named 'output' when you
  untar them.  If you are installing multiple patches you should do so
  one at a time so that the output directory doesn't get corrupted.

******************************
NETWORKER SERVER INSTALLATION.
******************************

The following installation should be performed on all
Networker servers that are also cluster hosts.

  Shutdown the nsr server:

        # nsr_shutdown

        # tar xvpf nsrv42a-012.tar

   You should have a directory named output now.

        # cd output

  Install the patch:

        # setld -l .

  Restart Networker:

        # /sbin/init.d/nsrd start

  The patch should now be successfully installed

Verification
==============
  To verify that the patch was installed correctly execute the following:

    # setld -i | grep BRX

You should see ouput like the following: 

BRXCKIT320                      NetWorker Digital Client Kit
BRXCKIT321                      NetWorker Digital Client Kit
BRXCKIT420                      NetWorker Digital UNIX Client
BRXCKIT421                      NetWorker Digital UNIX Client
BRXP12SOAKIT421  installed       NetWorker Server Patch for Digital UNIX
BRXRNOTES311                    NetWorker Release Notes and Documentation
BRXRNOTES320                    NetWorker Release Notes and Documentation
BRXRNOTES321                    NetWorker Release Notes and Documentation
BRXRNOTES421                    NetWorker Release Notes and Documentation
BRXSMAN311                      NetWorker Server Reference Pages
BRXSMAN320                      NetWorker Server Reference Pages
BRXSMAN421      installed       NetWorker Server Reference Pages
BRXSOAKIT311                    NetWorker Server for Digital UNIX
BRXSOAKIT421    installed       NetWorker Server for Digital UNIX

If you see the following line then the installation was successful:

BRXP12SOAKIT421  installed       NetWorker Server Patch for Digital UNIX

If you were successful then you can remove the /tmp/patches directory
along with it's contents.
  
   # rm -rf /tmp/patch
53.23New patch for V4.2A fixes truncated savegroup completions.DECWET::RANDALLMon Mar 17 1997 11:42100
Steps to install patch nsrv42b-010
==================================

Summary:
========
This patch fixes a bug that causes very long savegroup completion messages to 
be truncated.

This patch supercedes the withdrawn patch 4 which did not fix the problem.

This patch only needs to be installed on Digital Networker servers running
Networker V4.2B.

Acquisition:
============
> cd /tmp
> mkdir patch
> cd patch
> ftp ftp.zso.dec.com   (username: anonymous, password: yourname@yoursite)
ftp> cd /pub/networker/patches/V4.2B
ftp> binary
ftp> get nsrv42b-010.tar
ftp> bye

  or

Use netscape and go to:
  ftp://www.zso.dec.com/pub/networker/patches/V4.2B/

click on nsrv42b-010.tar

Installation (execute as root):
===============================

Note:
  All the Networker patches create a directory named 'output' when you
  untar them.  If you are installing multiple patches you should do so
  one at a time so that the output directory doesn't get corrupted.

******************************
NETWORKER SERVER INSTALLATION.
******************************

The following installation should be performed on all
Networker servers that are also cluster hosts.

  Shutdown the nsr server:

        # nsr_shutdown

        # tar xvpf nsrv42b-010.tar

   You should have a directory named output now.

        # cd output

  Install the patch:

        # setld -l .

  Restart Networker:

        # /sbin/init.d/nsrd start

  The patch should now be successfully installed

Verification
==============
  To verify that the patch was installed correctly execute the following:

    # setld -i | grep BRX

You should see output like the following: 

BRXCKIT320                      NetWorker Digital Client Kit
BRXCKIT321                      NetWorker Digital Client Kit
BRXCKIT420                      NetWorker Digital UNIX Client
BRXCKIT422                      NetWorker Digital UNIX Client
BRXP10SOAKIT422  installed       NetWorker Server Patch for Digital UNIX
BRXRNOTES311                    NetWorker Release Notes and Documentation
BRXRNOTES320                    NetWorker Release Notes and Documentation
BRXRNOTES321                    NetWorker Release Notes and Documentation
BRXRNOTES422                    NetWorker Release Notes and Documentation
BRXSMAN311                      NetWorker Server Reference Pages
BRXSMAN320                      NetWorker Server Reference Pages
BRXSMAN422      installed       NetWorker Server Reference Pages
BRXSOAKIT311                    NetWorker Server for Digital UNIX
BRXSOAKIT422    installed       NetWorker Server for Digital UNIX

If you see the following line then the installation was successful:

BRXP10SOAKIT422  installed       NetWorker Server Patch for Digital UNIX

If you were successful then you can remove the /tmp/patches directory
along with it's contents.
  
   # rm -rf /tmp/patch



53.24New patch for V4.2A fixes problem running savegrp as non-root.DECWET::RANDALLFri Mar 21 1997 09:4996
Steps to install patch nsrv42a-013
==================================

Summary:
========
This patch fixes a problem that prevented non-root administrators from
running the savegrp command from the command line.

This patch only needs to be installed on Digital Networker servers running
Networker V4.2A.

Acquisition:
============
> cd /tmp
> mkdir patch
> cd patch
> ftp ftp.zso.dec.com   (username: anonymous, password: yourname@yoursite)
ftp> cd /pub/networker/patches/V4.2A
ftp> binary
ftp> get nsrv42a-013.tar
ftp> bye

  or

Use netscape and go to:
  ftp://www.zso.dec.com/pub/networker/patches/V4.2A/

click on nsrv42a-013.tar

Installation (execute as root):
===============================

Note:
  All the Networker patches create a directory named 'output' when you
  untar them.  If you are installing multiple patches you should do so
  one at a time so that the output directory doesn't get corrupted.

******************************
NETWORKER SERVER INSTALLATION.
******************************

The following installation should be performed on all
Networker servers that are also cluster hosts.

  Shutdown the nsr server:

        # nsr_shutdown

        # tar xvpf nsrv42a-013.tar

   You should have a directory named output now.

        # cd output

  Install the patch:

        # setld -l .

  Restart Networker:

        # /sbin/init.d/nsrd start

  The patch should now be successfully installed

Verification
==============
  To verify that the patch was installed correctly execute the following:

    # setld -i | grep BRX

You should see ouput like the following: 

BRXCKIT320                      NetWorker Digital Client Kit
BRXCKIT321                      NetWorker Digital Client Kit
BRXCKIT420                      NetWorker Digital UNIX Client
BRXCKIT422                      NetWorker Digital UNIX Client
BRXP13SOAKIT422  installed       NetWorker Server Patch for Digital UNIX
BRXRNOTES311                    NetWorker Release Notes and Documentation
BRXRNOTES320                    NetWorker Release Notes and Documentation
BRXRNOTES321                    NetWorker Release Notes and Documentation
BRXRNOTES422                    NetWorker Release Notes and Documentation
BRXSMAN311                      NetWorker Server Reference Pages
BRXSMAN320                      NetWorker Server Reference Pages
BRXSMAN422      installed       NetWorker Server Reference Pages
BRXSOAKIT311                    NetWorker Server for Digital UNIX
BRXSOAKIT422    installed       NetWorker Server for Digital UNIX

If you see the following line then the installation was successful:

BRXP13SOAKIT422  installed       NetWorker Server Patch for Digital UNIX

If you were successful then you can remove the /tmp/patches directory
along with it's contents.
  
   # rm -rf /tmp/patch

53.25New patch for V4.2B fixes problem running savegrp as non-root.DECWET::RANDALLFri Mar 21 1997 09:4996
Steps to install patch nsrv42b-011
==================================

Summary:
========
This patch fixes a problem that prevented non-root administrators from
running the savegrp command from the command line.

This patch only needs to be installed on Digital Networker servers running
Networker V4.2B.

Acquisition:
============
> cd /tmp
> mkdir patch
> cd patch
> ftp ftp.zso.dec.com   (username: anonymous, password: yourname@yoursite)
ftp> cd /pub/networker/patches/V4.2B
ftp> binary
ftp> get nsrv42b-011.tar
ftp> bye

  or

Use netscape and go to:
  ftp://www.zso.dec.com/pub/networker/patches/V4.2B/

click on nsrv42b-011.tar

Installation (execute as root):
===============================

Note:
  All the Networker patches create a directory named 'output' when you
  untar them.  If you are installing multiple patches you should do so
  one at a time so that the output directory doesn't get corrupted.

******************************
NETWORKER SERVER INSTALLATION.
******************************

The following installation should be performed on all
Networker servers that are also cluster hosts.

  Shutdown the nsr server:

        # nsr_shutdown

        # tar xvpf nsrv42b-011.tar

   You should have a directory named output now.

        # cd output

  Install the patch:

        # setld -l .

  Restart Networker:

        # /sbin/init.d/nsrd start

  The patch should now be successfully installed

Verification
==============
  To verify that the patch was installed correctly execute the following:

    # setld -i | grep BRX

You should see ouput like the following: 

BRXCKIT320                      NetWorker Digital Client Kit
BRXCKIT321                      NetWorker Digital Client Kit
BRXCKIT420                      NetWorker Digital UNIX Client
BRXCKIT422                      NetWorker Digital UNIX Client
BRXP11SOAKIT422  installed       NetWorker Server Patch for Digital UNIX
BRXRNOTES311                    NetWorker Release Notes and Documentation
BRXRNOTES320                    NetWorker Release Notes and Documentation
BRXRNOTES321                    NetWorker Release Notes and Documentation
BRXRNOTES422                    NetWorker Release Notes and Documentation
BRXSMAN311                      NetWorker Server Reference Pages
BRXSMAN320                      NetWorker Server Reference Pages
BRXSMAN422      installed       NetWorker Server Reference Pages
BRXSOAKIT311                    NetWorker Server for Digital UNIX
BRXSOAKIT422    installed       NetWorker Server for Digital UNIX

If you see the following line then the installation was successful:

BRXP11SOAKIT422  installed       NetWorker Server Patch for Digital UNIX

If you were successful then you can remove the /tmp/patches directory
along with it's contents.
  
   # rm -rf /tmp/patch

53.26New jumbo patch for V4.2A.DECWET::RANDALLMon Mar 24 1997 18:37316
Steps to install patch nsrv42a-014
==================================

Summary:
========
This patch contains patches 1 through 11 for DIGITAL Networker V4.2A.


Networker V4.2A patch1 summary:
-------------------------------
This patch fixes two bugs in POLYCENTER Networker Save and Restore Version
4.2A. 

First, Networker index files, i.e. /nsr/pluto.zso.dec.com/db, that grow 
larger than 2 gigabytes may become corrupted.  Also, Networker may report
strange or negative values for size, usage, or utilization of indexes.

Second, this patch fixes a memory leak that occurs when saving indexes.  This
memory leak results in error messages of the form:

* piedpiper.pa.dec.com:index 2 retries attempted
* piedpiper.pa.dec.com:index nsrindexasm: save failed on
/a2/nsr/index/piedpiper.pa.dec.com/db
* piedpiper.pa.dec.com:index save: external ASM `nsrindexasm' exited with code 1
* piedpiper.pa.dec.com:index save: /a2/nsr/index/piedpiper.pa.dec.com/db was not
successfully saved
* piedpiper.pa.dec.com:index save: SYSTEM error, I/O error
* piedpiper.pa.dec.com:index save: save of /a2/nsr/index/piedpiper.pa.dec.com to
devnull.pa.dec.com failed

In severe cases this memory leak could cause server machines to hang since 
all swap space is used by nsr.

Only apply this patch to NSR V4.2A servers.


Networker V4.2A patch2 summary:
-------------------------------
This patch fixes two problems with backing up cluster services.

First, when you specify 'All' in the 'Save Set' field
of a client definition for a cluster service networker only 
backs up one of the uifilesystems.

Second, this patch allows you to back up clone filesystems of
AdvFS cluster services.

This patch should be installed on all cluster hosts that have 
Networker installed.


Networker V4.2A patch3 summary:
-------------------------------
This patch contains fixes for three bugs in Networker.

First this patch fixes a problem seen on ASE systems that would cause
the save program to core.  This would cause 'No ouput' messages to appear in
save group completion messages, and would frequently result in Non-ASE
filesystems failing to back up.

This patch also fixes a bug that caused Networker to not recover files
to a UFS filesystem if those files had inode numbers of either 4 or 5.

This patch also contains a fix for a problem that caused the filesystems
of an ASE service to back up one at a time.

This patch should be installed on client and server hosts that have 
Networker installed regardless of whether ASE is installed.  The
binaries included in this patch contain all of the fixes.   

This patch contains the fix in what used to be patch2 so patch2 has been
retired.

Networker V4.2A patch4 summary
------------------------------
This patch fixes problem with backing up cluster services.

The bug that this patch fixes causes the filesystems of a cluster
service to back up one at a time, instead of in parallel.

This patch is no longer needed since patch1 contains the fixes in this
patch

Networker V4.2A patch5 summary:
-------------------------------
This patch contains fixes a bug in Networker that causes uasm and save to
core on Digital UNIX 4.0 and above,  when given the options '-sbi'.

This patch should be installed on client and server hosts that have 
Networker 4.2A installed and Digital UNIX 4.0 or above.

Networker V4.2A patch7 summary:
-------------------------------
This patch fixes a problem with recover of data saved with Networker V3.0.
Without the patch an attempt to recover data that was on an AdvFS filesystem
and saved with Networker V3.0 will result in either an error "Too many open 
files" and/or files that are zero-length.

This patch should be installed on Networker clients and servers.

Networker V4.2A patch8 summary:
-------------------------------
This patch fixes a bug that can cause Digital Networker 4.2A servers to crash
when creating or updating NT client records.

This patch only needs to be installed on Digital Networker servers running
Networker V4.2A.

Networker V4.2A patch9 summary:
-------------------------------
This patch fixes a problem with allocating save sessions to available drives.
This problem could cause the number of save sessions to exceed the parrallelism
set for the server.  It also caused the "deactivated with saves" message
that would sometimes result in a device being offline for a period after
the message, sometimes with the message "writing, idle" in the sessions 
window.

This patch contains patch 6.

This patch only needs to be installed on Digital Networker servers running
Networker V4.2A.

Networker V4.2A patch10 summary:
-------------------------------
This patch fixes a problem with Networker that caused the command
'nsrjb -H' to fail with a message similar to:

  nsrjb: Jukebox error, Illegal Request, Medium Not Present


This patch only needs to be installed on Digital Networker servers running
Networker V4.2A.

Networker V4.2A patch11 summary:
-------------------------------
This patch fixes a problem with save and archive that could cause them to core.

This patch should be installed on client and server hosts running 
Networker 4.2A.

Networker V4.2A patch12 summary:
--------------------------------
This patch fixes a bug that causes very long savegroup completion messages to 
be truncated.

This patch supercedes the withdrawn patch 4 which did not fix the problem.

This patch only needs to be installed on Digital Networker servers running
Networker V4.2A.

Networker V4.2A patch13 summary:
--------------------------------
This patch fixes a problem that prevented non-root administrators from
running the savegrp command from the command line.

This patch only needs to be installed on Digital Networker servers running
Networker V4.2A.

Acquisition:
============
> cd /tmp
> mkdir patch
> cd patch
> ftp ftp.zso.dec.com   (username: anonymous, password: yourname@yoursite)
ftp> cd /pub/networker/patches/V4.2A
ftp> binary
ftp> get nsrv42a-014.tar
ftp> bye

  or

Use netscape and go to:
  ftp://ftp.zso.dec.com/pub/networker/patches/V4.2A/

click on nsrv42a-014.tar

Installation (execute as root):
===============================

Note:
  All the Networker patches create a directory named 'output' when you
  untar them.  If you are installing multiple patches you should do so
  one at a time so that the output directory doesn't get corrupted.

******************************
NETWORKER SERVER INSTALLATION.
******************************

The following installation should be performed on all
Networker servers that are also cluster hosts.

  Shutdown the nsr server:

        # nsr_shutdown

        # tar xvpf nsrv42a-014.tar

   You should have a directory named output now.

        # cd output

  Install the patch:

        # setld -l .

  Restart Networker:

        # /sbin/init.d/nsrd start

  The patch should now be successfully installed

Verification
==============
  To verify that the patch was installed correctly execute the following:

    # setld -i | grep BRX

You should see ouput like the following: 

BRXCKIT320                      NetWorker Digital Client Kit
BRXCKIT321                      NetWorker Digital Client Kit
BRXCKIT420                      NetWorker Digital UNIX Client
BRXCKIT421                      NetWorker Digital UNIX Client
BRXP12SOAKIT421  installed       NetWorker Server Patch for Digital UNIX
BRXRNOTES311                    NetWorker Release Notes and Documentation
BRXRNOTES320                    NetWorker Release Notes and Documentation
BRXRNOTES321                    NetWorker Release Notes and Documentation
BRXRNOTES421                    NetWorker Release Notes and Documentation
BRXSMAN311                      NetWorker Server Reference Pages
BRXSMAN320                      NetWorker Server Reference Pages
BRXSMAN421      installed       NetWorker Server Reference Pages
BRXSOAKIT311                    NetWorker Server for Digital UNIX
BRXSOAKIT421    installed       NetWorker Server for Digital UNIX

If you see the following line then the installation was successful:

BRXP12SOAKIT421  installed       NetWorker Server Patch for Digital UNIX

If you were successful then you can remove the /tmp/patches directory
along with it's contents.
  
   # rm -rf /tmp/patch

******************************
NETWORKER CLIENT INSTALLATION.
******************************

Please uninstall all previous patch subsets before installing this jumbo
patch.  To find out what patches are installed do the following:

        # setld -i | grep BRX | grep CKIT

then use the 'setld -d' command to delete any clientkit subsets that
are installed on the system.  Once that is complete you may procede
with the installation of the jumbo patch.

The following installation should be performed on
Networker clients.

Untar the patch file.

        # tar xvpf nsrv42a-014.tar

        # cd output

  Install the patch:

        # setld -l .

        # cd /usr/opt/BRX421/BRXP12CKIT421

        # ls 
        clientkit.tar

        # tar xvf clientkit.tar
        blocksize = 128
        x decaxp
        x decaxp/decaxp
        x decaxp/decaxp/nsrinfo, 712704 bytes, 1392 tape blocks
        x decaxp/decaxp/nwbackup, 1302528 bytes, 2544 tape blocks
        x decaxp/decaxp/nwrecover, 1581056 bytes, 3088 tape blocks
        x decaxp/decaxp/recover, 1261568 bytes, 2464 tape blocks
        x decaxp/decaxp/save, 1089536 bytes, 2128 tape blocks
        x decaxp/decaxp/savefs, 811008 bytes, 1584 tape blocks
        x decaxp/decaxp/nsrarchive, 1171456 bytes, 2288 tape blocks
        x decaxp/decaxp/uasm, 663552 bytes, 1296 tape blocks
        x decaxp/decpt
        x decaxp/decpt/nsrinfo, 712704 bytes, 1392 tape blocks
        x decaxp/decpt/nwbackup, 1155072 bytes, 2256 tape blocks
        x decaxp/decpt/nwrecover, 1441792 bytes, 2816 tape blocks
        x decaxp/decpt/recover, 1114112 bytes, 2176 tape blocks
        x decaxp/decpt/save, 942080 bytes, 1840 tape blocks
        x decaxp/decpt/savefs, 696320 bytes, 1360 tape blocks
        x decaxp/decpt/nsrarchive, 1032192 bytes, 2016 tape blocks
        x decaxp/decpt/uasm, 638976 bytes, 1248 tape blocks

        # ls
        clientkit.tar decaxp
        
   If you are running a version of DIGITAL UNIX prior to V4.0 then:

        # cd decaxp/decaxp

   If you are running DIGITAL UNIX 4.0 or above then:

        # cd decaxp/decpt

   Copy the patched binaries to your installation directory:

        # cp * /usr/bin

   Client installation is now complete.

   To save space you may wish to remove the decaxp directory that
   contained all of the patch binaries.

53.27New jumbo patch for V4.2B.DECWET::RANDALLMon Mar 24 1997 18:38272
Steps to install patch nsrv42b-012
==================================

Summary:
========
This patch contains patches 1 through 11 for DIGITAL Networker V4.2B.

Networker V4.2B patch1 summary:
-------------------------------
This patch contains fixes for three bugs in Networker.

First this patch fixes a problem seen on ASE systems that would cause
the save program to core.  This would cause 'No ouput' messages to appear in
save group completion messages, and would frequently result in Non-ASE
filesystems failing to back up.

This patch also fixes a bug that caused Networker to not recover files
to a UFS filesystem if those files had inode numbers of either 4 or 5.

This patch also contains a fix for a problem that caused the filesystems
of an ASE service to back up one at a time.

This patch should be installed on client and server hosts that have 
Networker installed regardless of whether ASE is installed.  The
binaries included in this patch contain all of the fixes.   

This patch contains the fix in what used to be patch2 so patch2 has been
retired.

Networker V4.2B patch2 summary
------------------------------
This patch fixes problem with backing up cluster services.

The bug that this patch fixes causes the filesystems of a cluster
service to back up one at a time, instead of in parallel.

This patch is no longer needed since patch1 contains the fixes in this
patch

Networker V4.2B patch3 summary:
-------------------------------
This patch contains fixes a bug in Networker that causes uasm and save to
core on Digital UNIX 4.0 and above,  when given the options '-sbi'.

This patch should be installed on client and server hosts that have 
Networker 4.2B installed and Digital UNIX 4.0 or above.

Networker V4.2B patch5 summary:
-------------------------------
This patch fixes a problem with recover of data saved with Networker V3.0.
Without the patch an attempt to recover data that was on an AdvFS filesystem
and saved with Networker V3.0 will result in either an error "Too many open 
files" and/or files that are zero-length.

This patch should be installed on Networker clients and servers.

Networker V4.2B patch6 summary:
-------------------------------
This patch fixes a bug that can cause Digital Networker 4.2B servers to crash
when creating or updating NT client records.

This patch only needs to be installed on Digital Networker servers running
Networker V4.2B.

Networker V4.2B patch7 summary:
-------------------------------
This patch fixes a problem with allocating save sessions to available drives.
This problem could cause the number of save sessions to exceed the parrallelism
set for the server.  It also caused the "deactivated with saves" message
that would sometimes result in a device being offline for a period after
the message, sometimes with the message "writing, idle" in the sessions 
window.

This patch contains patch 6.

This patch only needs to be installed on Digital Networker servers running
Networker V4.2B.

Networker V4.2B patch8 summary:
-------------------------------
This patch fixes a problem with Networker that caused the command
'nsrjb -H' to fail with a message similar to:

  nsrjb: Jukebox error, Illegal Request, Medium Not Present


This patch only needs to be installed on Digital Networker servers running
Networker V4.2B.

Networker V4.2B patch9 summary:
-------------------------------
This patch fixes a problem with save and archive that could cause them to core.

This patch should be installed on client and server hosts running 
Networker 4.2B.

Networker V4.2B patch10 summary:
--------------------------------
This patch fixes a bug that causes very long savegroup completion messages to 
be truncated.

This patch supercedes the withdrawn patch 4 which did not fix the problem.

This patch only needs to be installed on Digital Networker servers running
Networker V4.2B.

Networker V4.2B patch11 summary:
--------------------------------
This patch fixes a problem that prevented non-root administrators from
running the savegrp command from the command line.

This patch only needs to be installed on Digital Networker servers running
Networker V4.2B.

Acquisition:
============
> cd /tmp
> mkdir patch
> cd patch
> ftp ftp.zso.dec.com   (username: anonymous, password: yourname@yoursite)
ftp> cd /pub/networker/patches/V4.2B
ftp> binary
ftp> get nsrv42b-012.tar
ftp> bye

  or

Use netscape and go to:
  ftp://ftp.zso.dec.com/pub/networker/patches/V4.2B/

click on nsrv42b-012.tar

Installation (execute as root):
===============================

Note:
  All the Networker patches create a directory named 'output' when you
  untar them.  If you are installing multiple patches you should do so
  one at a time so that the output directory doesn't get corrupted.

******************************
NETWORKER SERVER INSTALLATION.
******************************

The following installation should be performed on all
Networker servers that are also cluster hosts.

  Shutdown the nsr server:

        # nsr_shutdown

        # tar xvpf nsrv42b-012.tar

   You should have a directory named output now.

        # cd output

  Install the patch:

        # setld -l .

  Restart Networker:

        # /sbin/init.d/nsrd start

  The patch should now be successfully installed

Verification
==============
  To verify that the patch was installed correctly execute the following:

    # setld -i | grep BRX

You should see ouput like the following: 

BRXCKIT320                      NetWorker Digital Client Kit
BRXCKIT321                      NetWorker Digital Client Kit
BRXCKIT420                      NetWorker Digital UNIX Client
BRXCKIT422                      NetWorker Digital UNIX Client
BRXP12SOAKIT422  installed       NetWorker Server Patch for Digital UNIX
BRXRNOTES311                    NetWorker Release Notes and Documentation
BRXRNOTES320                    NetWorker Release Notes and Documentation
BRXRNOTES321                    NetWorker Release Notes and Documentation
BRXRNOTES422                    NetWorker Release Notes and Documentation
BRXSMAN311                      NetWorker Server Reference Pages
BRXSMAN320                      NetWorker Server Reference Pages
BRXSMAN422      installed       NetWorker Server Reference Pages
BRXSOAKIT311                    NetWorker Server for Digital UNIX
BRXSOAKIT422    installed       NetWorker Server for Digital UNIX

If you see the following line then the installation was successful:

BRXP12SOAKIT422  installed       NetWorker Server Patch for Digital UNIX

If you were successful then you can remove the /tmp/patches directory
along with it's contents.
  
   # rm -rf /tmp/patch

******************************
NETWORKER CLIENT INSTALLATION.
******************************

Please uninstall all previous patch subsets before installing this jumbo
patch.  To find out what patches are installed do the following:

        # setld -i | grep BRX | grep CKIT

then use the 'setld -d' command to delete any clientkit subsets that
are installed on the system.  Once that is complete you may procede
with the installation of the jumbo patch.

The following installation should be performed on
Networker clients.

Untar the patch file.

        # tar xvpf nsrv42b-003.tar

        # cd output

  Install the patch:

        # setld -l .

        # cd /usr/opt/BRX422/BRXP12CKIT422

        # ls 
        clientkit.tar

        # tar xvf clientkit.tar
        blocksize = 128
        x decaxp
        x decaxp/decaxp
        x decaxp/decaxp/nsrinfo, 712704 bytes, 1392 tape blocks
        x decaxp/decaxp/nwbackup, 1302528 bytes, 2544 tape blocks
        x decaxp/decaxp/nwrecover, 1581056 bytes, 3088 tape blocks
        x decaxp/decaxp/recover, 1261568 bytes, 2464 tape blocks
        x decaxp/decaxp/save, 1089536 bytes, 2128 tape blocks
        x decaxp/decaxp/savefs, 811008 bytes, 1584 tape blocks
        x decaxp/decaxp/nsrarchive, 1171456 bytes, 2288 tape blocks
        x decaxp/decaxp/uasm, 663552 bytes, 1296 tape blocks
        x decaxp/decpt
        x decaxp/decpt/nsrinfo, 712704 bytes, 1392 tape blocks
        x decaxp/decpt/nwbackup, 1155072 bytes, 2256 tape blocks
        x decaxp/decpt/nwrecover, 1441792 bytes, 2816 tape blocks
        x decaxp/decpt/recover, 1114112 bytes, 2176 tape blocks
        x decaxp/decpt/save, 942080 bytes, 1840 tape blocks
        x decaxp/decpt/savefs, 696320 bytes, 1360 tape blocks
        x decaxp/decpt/nsrarchive, 1032192 bytes, 2016 tape blocks
        x decaxp/decpt/uasm, 638976 bytes, 1248 tape blocks

        # ls
        clientkit.tar decaxp
        
   If you are running a version of DIGITAL UNIX prior to V4.0 then:

        # cd decaxp/decaxp

   If you are running DIGITAL UNIX 4.0 or above then:

        # cd decaxp/decpt

   Copy the patched binaries to your installation directory:

        # cp * /usr/bin

   Client installation is now complete.

   To save space you may wish to remove the decaxp directory that
   contained all of the patch binaries.

53.28OSF Patches for V4.2C are now availableDECWET::SDYLook out!!..Support Rookie sez...Fri Apr 11 1997 12:5516
The patches are located on:

   ftp://ftp.service.digital.com/public/Digital_UNIX/

in their respective O/S version directory. They are named as follows:

   DU 4.0      duv40networker-bl5er

   DU 4.0a     duv40anetworker-bl5er

   DU 4.0b     duv40bnetworker-bl5er

These are manual install versions of the patches -- we expect the setld
versions to appear (under patch IDs specified in the Release Notes) shortly.

steve.
53.29New release of NetWorker OS patchesDECWET::SDYLook out!!..Support Rookie sez...Tue Apr 15 1997 16:4919
The patch names have changed, they all should work now, the previous V4.0B patch
had problems with an undefined vm_page_free_swap when rebuilding the kernel

The patches are located on:

   ftp://ftp.service.digital.com/public/Digital_UNIX/

in their respective O/S version directory. They are named as follows:

   DU 4.0      duv40networker-bl5er-1

   DU 4.0a     duv40anetworker-bl5er-1

   DU 4.0b     duv40bnetworker-bl5er-1

These are manual install versions of the patches -- we expect the setld
versions to appear (under patch IDs specified in the Release Notes) shortly.

steve.
53.30New patch for V4.2A fixes problem with saving large indexes.DECWET::RANDALLTue Jun 03 1997 12:20104
Steps to install patch nsrv42a-015
==================================

Summary:
========
This patch fixes a problem which prevented very large index saves from
being split into multiple savesets 2000Mb large.  As a result, indexes
bigger than 2Gb may be unrecoverable.  To fix this problem this patch
should be installed and a full save of the indexes should be done
as soon as possible.  This can be done by running:

   savegrp -l full <group_name>

for each active group that you have defined.

This patch should be installed on all Networker servers running
Networker V4.2A.


Acquisition:
============
> cd /tmp
> mkdir patch
> cd patch
> ftp ftp.zso.dec.com   (username: anonymous, password: yourname@yoursite)
ftp> cd /pub/networker/patches/V4.2A
ftp> binary
ftp> get nsrv42a-015.tar
ftp> bye

  or

Use netscape and go to:
  ftp://www.zso.dec.com/pub/networker/patches/V4.2A/

click on nsrv42a-015.tar

Installation (execute as root):
===============================

Note:
  All the Networker patches create a directory named 'output' when you
  untar them.  If you are installing multiple patches you should do so
  one at a time so that the output directory doesn't get corrupted.

******************************
NETWORKER SERVER INSTALLATION.
******************************

The following installation should be performed on all
Networker servers that are also cluster hosts.

  Shutdown the nsr server:

        # nsr_shutdown

        # tar xvpf nsrv42a-015.tar

   You should have a directory named output now.

        # cd output

  Install the patch:

        # setld -l .

  Restart Networker:

        # /sbin/init.d/nsrd start

  The patch should now be successfully installed

Verification
==============
  To verify that the patch was installed correctly execute the following:

    # setld -i | grep BRX

You should see ouput like the following: 

BRXCKIT320                      NetWorker Digital Client Kit
BRXCKIT321                      NetWorker Digital Client Kit
BRXCKIT420                      NetWorker Digital UNIX Client
BRXCKIT421                      NetWorker Digital UNIX Client
BRXP15SOAKIT422  installed       NetWorker Server Patch for Digital UNIX
BRXRNOTES311                    NetWorker Release Notes and Documentation
BRXRNOTES320                    NetWorker Release Notes and Documentation
BRXRNOTES321                    NetWorker Release Notes and Documentation
BRXRNOTES422                    NetWorker Release Notes and Documentation
BRXSMAN311                      NetWorker Server Reference Pages
BRXSMAN320                      NetWorker Server Reference Pages
BRXSMAN422      installed       NetWorker Server Reference Pages
BRXSOAKIT311                    NetWorker Server for Digital UNIX
BRXSOAKIT422    installed       NetWorker Server for Digital UNIX

If you see the following line then the installation was successful:

BRXP15SOAKIT422  installed       NetWorker Server Patch for Digital UNIX

If you were successful then you can remove the /tmp/patches directory
along with it's contents.
  
   # rm -rf /tmp/patch

53.31New patch for V4.2B fixes problem with saving large indexes.DECWET::RANDALLTue Jun 03 1997 12:21104
Steps to install patch nsrv42b-013
==================================

Summary:
========
This patch fixes a problem which prevented very large index saves from
being split into multiple savesets 2000Mb large.  As a result, indexes
bigger than 2Gb may be unrecoverable.  To fix this problem this patch
should be installed and a full save of the indexes should be done
as soon as possible.  This can be done by running:

   savegrp -l full <group_name>

for each active group that you have defined.

This patch should be installed on all Networker servers running
Networker V4.2B.


Acquisition:
============
> cd /tmp
> mkdir patch
> cd patch
> ftp ftp.zso.dec.com   (username: anonymous, password: yourname@yoursite)
ftp> cd /pub/networker/patches/V4.2B
ftp> binary
ftp> get nsrv42b-013.tar
ftp> bye

  or

Use netscape and go to:
  ftp://www.zso.dec.com/pub/networker/patches/V4.2B/

click on nsrv42b-013.tar

Installation (execute as root):
===============================

Note:
  All the Networker patches create a directory named 'output' when you
  untar them.  If you are installing multiple patches you should do so
  one at a time so that the output directory doesn't get corrupted.

******************************
NETWORKER SERVER INSTALLATION.
******************************

The following installation should be performed on all
Networker servers that are also cluster hosts.

  Shutdown the nsr server:

        # nsr_shutdown

        # tar xvpf nsrv42b-013.tar

   You should have a directory named output now.

        # cd output

  Install the patch:

        # setld -l .

  Restart Networker:

        # /sbin/init.d/nsrd start

  The patch should now be successfully installed

Verification
==============
  To verify that the patch was installed correctly execute the following:

    # setld -i | grep BRX

You should see ouput like the following: 

BRXCKIT320                      NetWorker Digital Client Kit
BRXCKIT321                      NetWorker Digital Client Kit
BRXCKIT420                      NetWorker Digital UNIX Client
BRXCKIT421                      NetWorker Digital UNIX Client
BRXP13SOAKIT422  installed       NetWorker Server Patch for Digital UNIX
BRXRNOTES311                    NetWorker Release Notes and Documentation
BRXRNOTES320                    NetWorker Release Notes and Documentation
BRXRNOTES321                    NetWorker Release Notes and Documentation
BRXRNOTES422                    NetWorker Release Notes and Documentation
BRXSMAN311                      NetWorker Server Reference Pages
BRXSMAN320                      NetWorker Server Reference Pages
BRXSMAN422      installed       NetWorker Server Reference Pages
BRXSOAKIT311                    NetWorker Server for Digital UNIX
BRXSOAKIT422    installed       NetWorker Server for Digital UNIX

If you see the following line then the installation was successful:

BRXP13SOAKIT422  installed       NetWorker Server Patch for Digital UNIX

If you were successful then you can remove the /tmp/patches directory
along with it's contents.
  
   # rm -rf /tmp/patch