You are on page 1of 9

ABB Switzerland

iS3000 Local Backup Unit


Technical Training
Configuration Backup and Restore
Configuration Backup

• Backup system configuration takes snapshot of system memory and save the configuration to
two files
• PE file, containing system boundaries, options, timers, alarm level setups
• LL file, detailed configurations
• To perform backup OM terminal must be locked to prevent from any change during the backup
• Each backup will create new PE/LL files in sequence in LBU, usually PE01Vx.POM,
LL01Vx.POM, which x is sequence number 1…9. Maximum 9 backups can be saved. After 9
backups has been reached, oldest PE/LL files will be overwritten by next backup.
• After backup has been done, journal file JOURNLV1.POM will integrated into new PE/LL file. It
will be then emptied.

© ABB
April 10, 2017 Slide 2
Configuration Backup and Restore
Configuration Backup Procedures

• Lock OM Terminal • Unlock OM Terminal


BMLOCK BMLOCK
Set or clear backup maintenance lock Set or clear backup maintenance lock
BMLOCK: <OFF-ON>; BMLOCK: <OFF-ON>;
Give user identification: <USER-ID>; Give user identification: <USER-ID>;
Parameters: Parameters:
OFF-ON 1 (lock) OFF-ON 0 (unlock)
USER-ID xxx (any) USER-ID same as xxx

• Configuration backup Example:


BMLOCK:1: ß Lock OM terminal
GEBUFI
1; ß User ID (not password)
Generate backup files.
GEBUFI:; ß Backup
GEBUFI:;
BMLOCK:0: ß Unlock OM terminal
1; ß User ID again
© ABB
April 10, 2017 Slide 3
Configuration Backup and Restore
Configuration Restore

• Restore system configuration from previous backup reload PE/LL files to system memory then
start system.
• When more backups are present, latest one will be used.
• To perform system configuration restore restart Windows Service iS3000 SIP@Net Service
• System will restart
• Load latest PE/LL files
• Update system with journal file

Note: Make sure to emptied journal file before perform restore, if you want to go back to previous configuration

© ABB
April 10, 2017 Slide 4
LBU File Handling
LBU File Structure

• All files in LBU with version V1…V9 in file names, e.g. PE01V1.POM…PE01V9.POM
• When a file is saved, it will create a newer version of the file, so that each kind of files can have
up to 9 versions saved in different time
• Files can be manipulated, such as:
• copy, move, delete
• List
• Display
• Copy
• Move (rename)
• Create
• Delete

© ABB
April 10, 2017 Slide 5
LBU File Handling
LBU File Manipulation

List Files DIRECT:LBU01:


To copy file CPYFIL: <SOURCE-FILE>,<DESTINATION-FILE>;
Source/Destination file: <LDN>:<FILE-NAME>.<EXTENSION>[.<GENERATION>]
Where:
LDN Local device, such LBU01, PC01
FILE-NAME up to 6 characters
EXTENSION 3 characters
GENERATION version number or 0 for oldest version or / for latest version
e.g.
CPYFIL:LBU01:PR01.POM./,LBU01:PE01.POM
Latest version of PR01.POM is copied to the new file with name of latest version of PE01Vx.POM

© ABB
April 10, 2017 Slide 6
LBU File Handling
LBU File Manipulation

To Move file MOVFIL: <SOURCE-FILE>,<DESTINATION-FILE>;


Source/Destination file: <LDN>:<FILE-NAME>.<EXTENSION>[.<GENERATION>]

Where:
GENERATION 0 for oldest version or / for latest version
e.g.
MOVFIL:LBU01:PR01.POM./,LBU01:PE01.POM
After M
To Display file TYPFIL: <FILE>[,<FORMAT-INDICATOR>];
e.g.
TYPFIL:LBU01:JOURNL.POM./;

© ABB
April 10, 2017 Slide 7
LBU File Handling
LBU File Manipulation

To Delete file DELFIL: <LDN>:<FILE-NAME>.<EXTENSION>.<GENERATION>;


Where:
GENERATION 0 for oldest version or / for latest version
e.g.
DELFIL:LBU01:FING01.POM./;
Yes;
To Delete all older files except latest ones PURFIL: <LDN>:[<FILE-NAME>.<EXTENSION>];
e.g.
PURFIL:LBU01:FING01.POM;
PURFIL:LBU01:;

© ABB
April 10, 2017 Slide 8

You might also like