Backing Up SIM Server 5.4 or 6.x Release Files
If SIM Server 5.4, 6.0, or 6.1 is installed on a server and you want to carry these configuration files forward during the Release 7.0 installation, transfer a copy of the existing installation to the machine that will host SBR Carrier.
- As root on the existing server, shut down the SBR daemon.
Execute: /radiusdir/sbrd stop.- Create a gzip archive of the
radiusdirdirectory, preserving the file structure.Change directories to
/opt/JNPRsbr/and execute:tar cfE - radius |gzip > radius.tgzExecute:
mkdir -p /opt/JNPRsbr/backup
- Copy the archive file to the Release 7.0 host.
- Ungzip the archive in the working directory. This will not create a working installation, just serve as a source of files that can be reused by the Release 7.0 server.
Execute:
gunzip -dc radius.tgz |tar xf -Remember the path to the archive directory. During installation, the Release 7.0 configure script will prompt you to supply the location so some configuration files can be migrated into the new installation.