| 2.1 |
What is the recommended bandwidth? |
| |
It really depends on what kind of data to be backed up, e.g. for personal file backups, the
daily data transfer should be limited, while MS Exchange backup could be significant. You
may want to use the following white paper as a reference:
|
| 2.2 |
How do I run OBM with Microsoft ISA 2004? |
| |
To connect OBM to OBS through Microsoft ISA Server, please do the following to enable [Web
Proxy] service on the ISA Server:
- Open [Start] -> [Programs] -> [Microsoft ISA Server] -> [ISA Server Management]
- On the left panel, select [Microsoft Internet Security and Acceleration Server] ->
[SERVER] -> [Configuration] -> [Networks]
- On the top menu, select [Action] -> [New] -> [Network]. Enter a “Network Name”
(e.g. Internal) and define the IP address range for your internal network
(e.g. 192.168.1.0 - 192.168.1.255)
- Double click the new network that should now be added to on the bottom panel
- Select the [Web Proxy] tab
- Check both [Enable Web Proxy clients] and [Enable HTTP] checkboxes and choose a
[HTTP port] for the web proxy service
- (Optional) Press the [Authentication] button, check the [Basic] checkbox and the
[Require all users to authenticate] checkboxes if you want to enable and enforce
proxy authentication
- Press the [OK] button to make the changes and press the [Apply] button to apply the
changes
- Open [Online Backup Manager] from the system tray and press the [Options] button
- In the [Proxy Seting] section, select the [Proxy] radio button
- Enter the hostname/IP address of the ISA server in the [Proxy Address] text field and
the TCP port for web proxy service on your ISA Server in the [Port] text field
- Press the [OK] button to connect to the server
If you run into any problems connecting to the OBS from OBM using ISA Server, please do the
following to check if your request is being blocked:
- On the left panel of [ISA Server Management], select [Microsoft Internet Security
and Acceleration Server] -> [SERVER] -> [Monitoring]
- Then select the [Logging] tab that appears on the right panel3. Click the [Edit Filter]
link and create a filter with the following values:
- [Log Record Type] equals [Web Proxy Filter]
- [Destination IP] equals [The IP address of Offsite Backup Server]
-
Press the [Start Query] button
- Open [Online Backup Manager] again and try connecting to the OBS using the same
procedure above
Check if there are any errors generated in the log table.
|
| 2.3 |
How do I install OBM on FreeBSD? |
| |
You can either run OBM on a Linux version of Sun Java JDK (performance might not be
optimized) or on a FreeBSD native Java SDK.
Please do the following for the Linux version of Sun Java JDK option:
- Install Linux binary compatible port to the FreeBSD machine
- Install the Linux version of Sun Java 1.4.2 or above JDK onto the FreeBSD machine
- Create a symbolic link from $OBM_HOME/jvm to $JAVA_HOME (installed in previous step)
- Run $OBM_HOME/bin/RunBackupSet.sh [BACKUP_SET_NAME] to run your backup
- Run $OBM_HOME/bin/Scheduler.sh to start the backup scheduler
Please do the following for the FreeBSD native Java SDK option:
- Install Linux binary compatible port to the FreeBSD machine
- Install the Linux version of Sun Java 1.4.2 or above JDK onto the FreeBSD machine
- Compile the FreeBSD native Java 1.4.2 SDK using the JDK compiler installed in the previous step
- Install the FreeBSD native Java 1.4.2 SDK onto the FreeBSD machine
- Create a symbolic link from $OBM_HOME/jvm to $JAVA_HOME (installed in previous
step)
- Run $OBM_HOME/bin/RunBackupSet.sh [BACKUP_SET_NAME] to run your backup
- Run $OBM_HOME/bin/Scheduler.sh to start the backup scheduler
|
| 2.4 |
How do I install OBM on SCO Unix? |
| |
Please do the followings to install OBM on SCO:
- Install Java 1.4.x or above onto your SCO Unix box
- Download obm-linux.tar.gz and expand it to $OBM_HOME (e.g. /usr/local/obm)
- Delete $OBM_HOME/jvm and create a symbolic link from $OBM_HOME/jvm to the
SCO Unix Java VM
- Run $OBM_HOME/bin/BackupManager.sh to setup your backup set (or run
$OBM_HOME/bin/Configurator.sh if you are under command line mode. Then use the
OBS Management Console to setup your backup sources and other settings)
- Run $OBM_HOME/bin/RunBackupSet.sh [BACKUP_SET_NAME] to run your backup
- Run $OBM_HOME/bin/Scheduler.sh to start the backup scheduler
|
| 2.5 |
How do I install OBM on AIX? |
| |
Please do the followings to install OBM on AIX:
- Install Java 1.3.x or above (Java 1.4.2 or above recommended) onto your AIX box
- Download obm-linux.tar.gz and expand it to $OBM_HOME (e.g. /usr/local/obm)
- Delete $OBM_HOME/jvm and create a symbolic link from $OBM_HOME/jvm to the
AIX Java VM
- Run $OBM_HOME/bin/BackupManager.sh to setup your backup set (or run
$OBM_HOME/bin/Configurator.sh if you are under command line mode. Then use the
web interface to setup your backup sources and other settings)
- Run $OBM_HOME/bin/RunBackupSet.sh [BACKUP_SET_NAME] to run your backup
- Run $OBM_HOME/bin/Scheduler.sh to start the backup scheduler
|
| 2.6 |
The Windows version of OBM installer hangs, what could be the problem? |
| |
There are few things that could create errors during or after executing the installer.
- Make sure there is enough disk space on the machine.
- Make sure you do not have any anti virus software or PCanywhere running, as this
may create problems with InstallAnywhere installers.
- There are also problems with InstallAnywhere installers and Dell OpenManager. If
OpenManager has installed on the target system, be sure to disable it before
installing OBM.
- Hardware could cause errors as well, try set your [hardware acceleration display
setting] to off. There are problems with certain versions of Java running along with
certain video cards.
- This may only be a Java problem.
Also, if you are transferring this file from one machine to another, please be sure the file size
is valid and you are transferring the file in binary mode.
Java Testing
Please try running any of the Swing demos that came with the Java runtime in 1.4.X and see
if it hangs on Windows. In order to fix this problem, some knowledge base on the Internet
suggested updating DirectX to at least DirectX 8.1. Most machines got this problem had
DirectX 7.0 installed. (You can use the “dxdiag” command to find out the directX version
SUN recommended two workarounds for certain video card issues
- The following will pass properties to the installer's Virtual Machine:
In Advanced Designer – Project -> Config -> Additional Arguments
set that to "-Dsun.java2d.d3d=false -Dsun.java2d.noddraw=true" without the
quotes.
- Set the following lax property in your LaunchAnywhere for your application's JVM:
lax.nl.java.option.additional=-Dsun.java2d.d3d=false -Dsun.java2d.noddraw=true
Add the same line to the uninstaller lax file, using a modify file action in your installer
in post-install.
|
| 2.7 |
The Installer doesn’t seem to work. How can I manually install OBM on Windows? |
| |
To manually install OBM on Windows, you’ll need to copy and zipping the program directory
(e.g. C:\Program Files\OBM) from another machine with OBM installed. Then do the
followings on the machine you wish to manually install:
- Create the directory C:\Program Files\OBM
- Unzip the OBM program directory archive to C:\Program Files\OBM
- Run C:\Program Files\OBM\bin\install.bat
- Run C:\Program Files\OBM\bin\Install-Scheduler.bat
|
| 2.8 |
The Installer doesn’t seem to work. How can I manually install OBM on Mac? |
| |
Try manually installing OBM on your Mac with the following instructions:
- Download http://OffsiteBackupSolutions.com/download/obm-mac.zip
- Expand obm50-mac.zip into /Applications/OBM
- Run "chmod -R 755 /Applications/OBM" using Terminal
- Double-click the “Online Backup Manager” icon in /Applications/OBM folder
|
| 2.9 |
Error occurred when Installing OBM on Novell. |
| |
Some users would have problems when trying to install OBM on Novell Netware Client
version. (The machine had met all the system requirements: Netware v5.1 and Netware Java
v1.3.1). User could receive the following error message during installation.
Exception in thread "main"
Java.lang.noclass def found error.obm
Java: class obm exited with status 1
Check the following
Please check if the OBM_HOME environment variable set in
SYS:\OBM\bin\BackupManager.ncf is correct?
envset OBM_HOME=SYS:\OBM
envset OBM_CLASSPATH=$OBM_HOME\bin;$OBM_HOME\bin\obm.jar;
$OBM_HOME\bin\obm-lib.jar
envset LIB_PATH=$OBM_HOME\bin
java -mx384m -Djava.library.path=$LIB_PATH -cp $OBM_CLASSPATH obm SYS:\OBM
Please change the SYS:\OBM environment variable to your installation directory.
|
| 2.10 |
Are there any command line tools for OBM? |
| |
Yes, there are scripts in [OBM Program Home]\bin and they are described below:
Windows:
- Decrypt.bat: decrypts the specified backup files
- install.bat: installs the OBM icon to the System Tray and registers the Online Backup
Scheduler as a service
- Install-Scheduler.bat: registers the Online Backup Scheduler as a service
- RegisterVSS.bat: re-registers Microsoft’s Volume Shadow Copy service DLLs
- Remove-Scheduler.bat: un-registers the Online Backup Scheduler service
- Restore.bat: restores the specified snapshot of the backup set to the specified
location
- RunBackupSet.bat: runs the specified backup set
- RunOBM.bat: launches the Online Backup Manager user interface
- Run-Scheduler.bat: starts the Online Backup Scheduler service
- SeedLoad.bat: runs seed load for the specified backup set to the specified location
- Uninstall.bat: removes the OBM icon from the System Tray and un-registers the
Online Backup Scheduler service
Linux:
- BackupManager.sh: launches the Online Backup Manager user interface
- Configurator.sh: configures client parameters such as Backup Server address,
username/password, encrypting key, etc.
- Decrypt.sh: decrypts the specified backup files
- Restore.sh: restores the specified snapshot of the backup set to the specified location
- RunBackupSet.sh: runs the specified backup set
- Scheduler.sh: starts the Online Backup Scheduler service
- SeedLoad.sh: runs seed load for the specified backup set to the specified location
- StopScheduler.sh: stops the Online Backup Scheduler service
*You may have to set some variables in these scripts and more instructions are provided.
|
| 2.11 |
How does OBM detect changes in files? Does it use the Archive bit? Some tape backup software resets the Archive bit. Would this affect OBM when backing up the same data? |
| |
OBM compares timestamps of files on the server with the corresponding copies on client
machine. Archive bit is not used as it does not detect relocated files. Therefore tape backup
would not affect OBM.
|
| 2.12 |
Does OBM copy the same set of files regularly? |
| |
After the initial upload, subsequent backup jobs will only transfer the modified or new data to
the Backup server. It depends on the nature of the data, but normally, less than 2% of all
data is modified.
|
| 2.13 |
Transfer Block Size is 128Kb by default. Is there a reason for this? |
| |
Backup data is transferred in blocks (instead of file by file) to minimize connection
negotiation roundtrips. It is not the TCP/IP block size. This setting is optimal for the backup
operation.
|
| 2.14 |
How can I backup a huge data set over the Internet? |
| |
If you have a lot of data (e.g. 300GB) to backup to the backup server, it would take a
considerable amount of time to perform the first full backup over the Internet. You can try the
following method:
- Use the Seed Loading Utility to backup your backup set to a local hard disk (instead
of directly transfer to the backup server)
- Send the backup data, using a removable hard disk, to your backup service provider.
- The administrator can then load all your backup files from your removable hard disk
into your backup account. This could save you days (even weeks) of performing your
first full backup.
In addition, subsequent backups are incremental (only new or updated files will be uploaded
to the server), the amount of data transfer should be relatively small.
Please refer to the User’s Guide for details on the “Seed Loading Utility”.
|
| 2.15 |
What is the best way to restore a huge data set? |
| |
You can copy the data of the particular backup set on OBS to a removable media, e.g.
external hard disk, and ship it to your client. Your client can then use the “Decypt Files Tool” in OBM to restore the backup data from the removable media to its original format.
|
| 2.16 |
Does In-File Delta backup require a temporary working directory? |
| |
OBM requires a temporary storage for the delta file before it gets sent to the server.
For example:
If you have a 10GB file that has already been backed up to the server and you have
updated 10MB of this file. Then you need to have at least 10MB of free space in the
temporary directory for the delta file.
*Note: Certainly you do not need 10GB of free disk space.
Also, if you want to backup 5 x 10GB files in the same situation. You will only need 10MB of
free space (not 5 x 10MB), because each delta file will be automatically deleted right after it
has been backed up.
|
| 2.17 |
What is the average compression ratio? |
| |
All backup files are compressed and encrypted before uploading to the Backup Server, the
average compression ratio for text-based file is around 4:1. However, no further
compression can be made on files that are already in compressed format (e.g. JPG, ZIP). In
general, you can assume a 2:1 compression ratio when you are backing up a file set with
variety types.
|
| 2.18 |
Can I change my encrypting key? |
| |
The encrypting key cannot be changed once you setup your Backup Set. This is necessary for
the integrity of the Backup Set, making sure that backup data is only encrypted by one key.
Otherwise, you will have problems remember two encrypting keys when you want to restore
your files in the future.
You need to recreate your Backup Set if you really want to change your encrypting key.
|
| 2.19 |
If the “Use Login Password as Encrypting Key” option was selected when creating the backup set. Why I cannot restore the backup data with my most current login password? |
| |
By selecting the “User Login Password as Encrypting Key” option when creating a backup set,
OBM will set your login password as the encrypting key for the backup set. Once set, even if
you change your login password afterward, the encrypting key will remain as your original
password. In other words, if you have changed your login password, you still need to use the
original password to decrypt and restore the backup set.
Currently, if the encrypting key is forgotten or lost, the backup set can never be restored. It
is not possible to restore without the key.
|
| 2.20 |
What kind of encryption used by OBM? |
| |
There are two encryptions being performed by OBM:
1. Encryption of backup data - This is being done by 256-bit symmetric key
encryption (AES, TripleDES, TwoFish). 128-bit is available (recommended for older computers with who are limited
with a slower CPU).
2. Encryption of backup traffic - This is being done by 1024 bit RSA public key
encryption. The strength of the encryption depends on the key size you use when you
generate your CSR before submitting to your CA. 1024 bit is what is being used by
most CAs.
|
| 2.21 |
When select the backup option “local hard drive” to backup to external hard drive, it fails in the middle of the process, why? |
| |
Please check if the external hard drive is in FAT32 volume format. And also check whether
there is any folder containing more than 32000 files and there is no file bigger than 4GB
within your backup set. It is a FAT32 limitation, you may try to convert the FAT32 volume to
NTFS.
|
| 2.22 |
Scheduled backup jobs are not running on my Windows machine, why? |
| |
Please try the followings:
- Check if [Control Panel] -> [Administrative Tools] -> [Services] -> [Online Backup Scheduler] is available and started
- Check if C:\Program Files\OBM\home.txt contains the home directory for your
backup account (e.g. C:\Documents and Settings\Administrator\.obm)
- Check if C:\Program Files\OBM\jvm\bin\SchedulerOBM.exe exists
- Check if C:\Program Files\OBM\log\Scheduler\info.log contains the startup loading
entry, e.g.
[2005/12/12 12:42:44] OS Name=Windows XP
[2005/12/12 12:42:44] OS Version=5.1
[2005/12/12 12:42:44] Scheduler Version=5.0.1.3e
[2005/12/12 12:42:44] Java Vendor=Sun Microsystems Inc. Version=1.4.2_10
[2005/12/12 12:42:44] [info] Starting Scheduler, User:'backup-account',
Home:'C:\Documents and Settings\Administrator\.obm'
- 5. Check if C:\Documents and Settings\Administrator\.obm\log\Scheduler\debug.log
contains the debugging information for your scheduler
If your system settings is not the same as the above steps, please download a new installer
(obm-win.exe) from our website or the customization portal and try again.
|
| 2.23 |
I am having problems with my scheduled backup, why? |
| |
If you are backing up files from a network drive, please check if you have included the valid
“Network Resources Authentication” information for the backup set. This is required for
scheduled backups that access any network resources.
|
| 2.24 |
I cannot get proxy authentication to work with OBM, why? |
| |
If you are using port 80, please check whether your proxy server accepts "HTTP CONNECT"
calls on port 80. You may also want to try other ports like 443 to see if your proxy server
accepts that.
|
| 2.25 |
Can I backup an entire Operating System? |
| |
Currently, it is not possible to do hard disk image backup with OBM. However, you can still
backup/restore the operating system by doing the followings:
To backup all files including the operating system, please do this:
- Add all files to your backup source
- Add a SystemState backup type to your backup account (Windows only)
To restore all files including the operating system, please do this:
- Re-install the operating system and applications
- Restore the SystemState backup to your machine (Windows only)
- Restore all files to your machine
|
| 2.26 |
When setting up a Microsoft SQL Backup Set, I cannot list the available SQL servers, what can I do? |
| |
You can try running “osql –L” in a command prompt, you should see the following:
Servers:
(local)
SQLSERVER1\INSTANCE1
SQLSERVER2\INSTANCE2
If you have a firewall installed, please disable it. UDP Broadcast must be allowed.
|
| 2.27 |
Why are the Microsoft SQL Server databases missing from the backup source list? |
| |
If you have firewall installed on your network, please make sure UDP port 1434 is allowed on
the SQL Server.
|
| 2.28 |
How to set the recovery model of a MS SQL database to FULL? |
| |
You can change the recovery model by running the following commands, run it along with
each of the database that you want to run transaction log backup.
C:\> osql -E -S SQLSERVER1\INSTANCE1 -Q "ALTER DATABASE xxx SET RECOVERY FULL"
Where
SQLSERVER1\INSTANCE1 = the SQL Server and the corresponding instance
xxx = the name of the database
|
| 2.29 |
Windows network map drive connections are not stable, why? |
| |
You may want to try editing a few Windows Parameters.
SMB Size
When running applications that copy or move a large amount of data to a remote server, the
speed of such action is determined by network speed and by the SMB (a protocal related to
Windows map drive) size.
NT/2000 negotiates the SMB size and will generally set this to 4K blocks for applications that
are moving or copying data to a remote server. By increasing this block size, you will allow
the server to complete its file copies faster. This will increase the performance of the
application making the copy/move calls.
HKEY_LOCAL_MACHINE\System\Current Control Set\Services\LanmanServer\Paramerters
"SizReqBuf"= REG_DWORD
Set Value To: 16000 = HEXDEC
Ref: http://support.microsoft.com/default.aspx?scid=kb;en-us;320829
Map Drive Auto Disconnect Settings
Reference: http://support.microsoft.com/kb/138365/EN-US/
http://support.microsoft.com/default.aspx?scid=kb;en-us;297684
HKEY_LOCAL_MACHINE\System\Current Control Set\Services\LanmanServer\Paramerters
Autodisconnect to: fffffff
Creating BAT file for better performance
If you are still having problems, you may want setup a BAT file and scheduled this file to run
every 10 minutes, please setup the BAT file as follow:
BAT file settings:
--------------------------
ping mapdrv
ping 192.168.1.15
net config server /autodisconnect:-1
net use /persistent:yes
net use "\\mapdrv\DATA STORAGE1"
net use "\\192.168.1.15\DATA
net use d: \\192.168.1.15\DATA STORAGE1
net use e: "\\mapdrv\DATA STORAGE1"
dir d:\
dir e:\
--------------------------
_ mapdrv = your NAS device network name
_ 192.168.1.15 = mapdrv
In addition, create a host file on the server hosting the program, have the following entry in
it:
_ mapdrv = 192.168.1.15
And if you are on a 2003 server, refer to the following:
Reference: http://support.microsoft.com/default.aspx?scid=kb;en-us;890553
For Windows 2000, you may want to install the following Hotfix:
Windows2000-KB903237-x86-ENU
Reference: http://support.microsoft.com/default.aspx?scid=kb;en-us;903237
|
| 2.30 |
There is an error when backing up files on a remote NetWare server, what can I do? |
| |
If you want to backup \\SERVER\SHARE that is located on a NetWare server and you are
getting "Network drive is not accessible" error message. Please try adding the following
command as a [Pre-backup command]
net use \\SERVER\SHARE [PASSWORD] /USER:[DOMAIN | MACHINE_NAME]\[USERNAME]
This will authenticate the current process with the NetWare server and therefore allow your
backup to run correctly.
|
| 2.31 |
What are the advantages and disadvantages of backing up multiple computers using a single backup account?
|
| |
- You require less backup accounts
- You can use one username and password to configure the backup setting for all Backup Sets
- You must use different backup sets for different computers
- Improper configuration could easily cause problems, which may be difficult to debug
|
| 2.32 |
How to find out which version of the client software the user is using? |
| |
Click the [Help] > [About]
|
| 2.33 |
Does the OBM upgrade the installation of Java on a client machine, or does it install a separate copy for its own use |
| |
OBM uses its own copy of Java and leaves the system Java VM intact.
|
| 2.34 |
After upgrading OBS, do I have to upgrade all the OBM as well? And do I need to transform/migrate their current data? |
| |
OBS works with previous versions of OBM (However not the other way round). You only need
to upgrade the existing client software if you want to take advantage of the new features. And
you do not need to transfer client backup data again after the OBS ugprade.
|
| 2.35 |
Is it possible to do incremental or differential backups with MySQL? |
| |
MySQL backup is done with SQL Dump file, and it generates a single file which is then
uploaded. These backup files usually very large size and it takes time to backup to the server.
At this moment, it is not possible to do incremental dump with mysqldump. But our In-File
Delta feature shall ensure that, instead of the entire backup file, only the changed data blocks
within the dump file are uploaded to the Backup Server.
|
| 2.36 |
How does the “Remove retention files for overlap policy” under Advanced Retention Policy work? |
| |
In general, daily snapshots followed by a weekly snapshot or a monthly snapshot, etc. will be
removed; weekly snapshots followed by a monthly snapshot or a quarterly snapshot, etc. will
be removed; and so on.
This is illustrated by the following example:
Assume today is 17-Jan-2006, and the Advanced Retention Policy is as follows:
Daily: retain for 7 days
Weekly: retain for 4 weeks (performed on Saturdays)
Monthly: retain for 3 months (performed on 1st of each month)
If “Remove retention files for overlap policy” is NOT enabled:
Then a total of 14 snapshots (7+4+3) will be kept on the server, i.e.:
Daily: 10-Jan-2006, 11-Jan-2006, 12-Jan-2006, 13-Jan-2006, 14-Jan-2006, 15-Jan-2006, 16-Jan-2006
Weekly: 24-Dec-2005, 31-Dec-2005, 7-Jan-2006, 14-Jan-2006
Monthly: 1-Nov-2005, 1-Dec-2005, 1-Jan-2006
If “Remove retention files for overlap policy” is enabled:
Then only the following snapshots are kept: 1-Nov-2005, 1-Dec-2005, 1-Jan-2006, 14-Jan-2006, 15-Jan-2006, 16-Jan-2006.
Specifically, the weekly policy overrides the daily policy so 10-Jan-2006, 11-Jan-2006, 12-Jan-2006 and 13-Jan-2006 will be removed. The monthly policy overrides the weekly policy, and 24-Dec-2005,
31-Dec-2005 and 7-Jan-2006 will be removed as well.
|
| 2.37 |
What is incremental backup and how does In-File Delta work |
| |
In an incremental backup, only modified files will be uploaded to the Backup Server.
On the other hand, In-File Delta is applicable to the physical files to be uploaded to the
Backup Server, does not matter whether it is a MS SQL database file, MS Exchange
transaction log file or any normal file in a FileBackupSet. Specifically, only the changed blocks
in comparison to the original file on the Backup Server (delta file) will be uploaded.
For each modified file, OBM would determine whether the entire file or only delta file should
be uploaded. If the entire file is to be uploaded, the old version of the file will be moved to the
Retention area. Else if only the delta file is to be uploaded, the previous delta files will be
moved to the Retention area and the Data area should contain the original full backup file,
checksum file and the latest delta file of this file.
|
| 2.38 |
How does the “Auto” block size work under In-file Delta settings? |
| |
If the block size is set to “Auto”, the effective block size (Started from OBM v5.0.1.7) will be chosen from the following table based on the file size of the updated file:
| File Size |
Delta Block Size |
| 0 - 500M |
4k |
| 500M - 2G |
8k |
| 2G - 8G |
16k |
| 8G - 15G |
32k |
| 15G+ |
64k |
|
| 2.39 |
What happens when we do In-File Delta backup on a directory? |
| |
When you do backup, the Online Backup software will do the followings:
- Check if any files are added, updated, moved or deleted
- New files will be uploaded to the server in whole.
- Deleted files will be removed from Data area and placed into the Retention area on
the Backup server.
- Updated files will be processed by the In-File delta option (i.e. only changed data
blocks within the files will be uploaded to the Backup Server)
Go Up |
| 2.40 |
Does OBM have to stop the application when doing online backups? |
| |
OBM can backup application data while the application is still running. Particularly, we have special agents for MS Exchange Server, MS SQL Server, Oracle, Lotus Notes and MySQL,
which allows these applications to be backed up while they are online. With the Volume
Shadow Copy feature started from OBM v5.0, we are able to backup other types of
applications while they are online.
|
| 2.41 |
What are Off-line backup, logout backup reminder and local backup features? |
| |
Off-line Backup is basically designed for notebook users who are off-line most of the time,
and cannot rely on backup schedule to backup regularly. The backup interval allows notebook
users to specify the interval that they would like their data to backup. If this interval has
elapsed, backup will run automatically once this machine is online.
Logout Backup Reminder asks user if they would like to backup if they logout of the
computer or shutdown their computer.
Local Backup allows an extra copy of backup file to be kept on local hard disk when backup
is running.
|
| 2.42 |
Why is my OBM running backup once every hour? |
| |
You might have “Off-line backup” enabled for every hour. Please do the following to disable that:
- Logon to OBM
- Select the backup set that you want to disable the Off-line backup from the left panel
- Select the [Extra Backup] node under the backup set node on the left panel
- Uncheck the [Enable off-line backup] checkbox under the “Off-line Backup” section
- If you want to do this to all backup sets, please repeat the previous step for each backup set
- Press the [Save Setting] button from the toolbar
|
| 2.43 |
How do I disable “logout backup reminder”? |
| |
To disable the “System Logout Backup Reminder”, please do the following:
- Logon to OBM
- Select the backup set that you want to disable the Logout reminder from the left
panel
- Select the [Extra Backup] node under the backup set node on the left panel
- Uncheck the [Enable System Logout Backup Reminder] checkbox under the “System
Logout Backup Reminder (Windows)” section
- If you want to do this to all backup sets, please repeat the previous step for each
backup set
- Press the [Save Setting] button from the toolbar
|
| 2.44 |
How do I upgrade OBM from V4.5 on Linux? |
| |
Please do the followings for upgrade:
1. Shutdown backup scheduler by running "touch $OBM_HOME/ipc/Scheduler/stop"
2. Make this directory ~/.obm
3. Move old $OBM_HOME/log and $OBM_HOME/config to ~/.obm
4. Rename $OBM_HOME to $OBM_HOME.bak
5. Install new OBM to $OBM_HOME and expanding all files into $OBM_HOME
6. Run $OBM_HOME/bin/BackupManager.sh (or $OBM_HOME/bin/Configurator.sh if in
command line mode) to configure your backup set. All your old setting should still be
there.
7. Run $OBM_HOME/bin/Scheduler.sh to startup backup scheduler (you must have run
$OBM_HOME/bin/BackupManager.sh or $OBM_HOME/bin/Configurator.sh once,
before starting up the scheduler)
|
| 2.45 |
How do I change the .obm path for Novell? |
| |
Please take a look at SYS:\OBM\home.txt. It contains the path to the .obm directory. You can
do the followings to make the changes:
1. Stop the scheduler
2. Change the entry in SYS:\OBM\home.txt to another directory
3. Copy the .obm directory from existing location to new location
4. Startup the scheduler again
5. Also, open “SYS:\OBM\bin\BackupManager.ncf” and append the updated .obm path
to the end of the whole command line.
Example
java -mx384m -Djava.library.path=$LIB_PATH -cp $OBM_CLASSPATH obm
SYS:\OBM C:\[new location]\.obm
|
| 2.46 |
The MS SQL or MS Exchange database backup job stores 2 copies of the spooled database file in the "temporary directory" (tagged with different datetimes). This has taken up extra disk space, is this necessary? |
| |
If you have interrupted any of the backup jobs, the file tagged with the datetime of the
corresponding backup job will be renamed to its original filename just before it is uploaded.
This is necessary as we need to ensure that the snapshot of different dates would not
overwrite each other.
If a backup job is still running, just let it runs to completion. If backup has been stopped
already, just remove all files tagged with the corresponding datetime in the “temporary
directory” and try to perform a full database backup again.
|
| 2.47 |
What do I have to do in order to backup open files? |
| |
You need to be on OBM v5.0 or above, as well as support from the underlying OS. Windows
XP and 2003, by default, come with Volume Shadow Copy, which allows backup open file.
For older platforms, e.g. Windows 9x/ME/NT/2000 or NetWare, we would recommend adding
a third party open file manager option (e.g. St. Bernard Open File Manager -
http://www.stbernard.com/) which might cost around US$100 for each workstation and
US$300 for each server if open file backup is required.
*Open file option is not required on Linux/Unix/Mac OS X because no files are held exclusively open by
applications.
|
| 2.48 |
How does Volume Shadow Copy work? |
| |
Please refer to:
http://technet2.microsoft.com/WindowsServer/en/Library/2b0d2457-b7d8-42c3-b6c9-59c
145b7765f1033.mspx
|
| 2.49 |
In Windows, when OBM is creating Shadow Copy Set, it gets the “[ERROR]
E_UNEXPECTED” error, what can I do? |
| |
This is a Microsoft Volume Shadow Copy issue. Microsoft's recommendation is to try
re-registering the Volume Shadow Copy Service. If you are on Win XP Pro, you can simply run
the batch file available in C:\Program Files\Online Backup Manager\bin\RegisterVSS.bat
|
| 2.50 |
How to backup Oracle 7.3.4 on NetWare? |
| |
To backup Oracle 7.3.4 on NetWare 5.1, it is not possible to use the Oracle agent, you need
to do the followings:
1. Backup all Oracle 7.3.4 datafiles, control files, and pfile.
2. Use "exp" (export utility) to dump Oracle database to a dump file (make this a
pre-backup command)
3. Use OBM to backup this file
When you need to restore the database, just restore all datafiles, control files, pfile to its
original location and use "imp" (import utility) to put the data back into Oracle database.
|
| 2.51 |
How do I backup NTFS permission? |
| |
By default, all NTFS permissions are backed up during every backup operation.
|
| 2.52 |
How do I restore NTFS permission? |
| |
By default, all NTFS permissions will be restored automatically.
|
| 2.53 |
How do I backup file permission in Linux? |
| |
By default, all Linux file permissions are backed up during the backup operation.
|
| 2.54 |
How do I restore file permission in Linux? |
| |
By default, all Linux file permissions will be restored automatically.
|
| 2.55 |
How do I remove OBM completely from my Windows machine? |
| |
If you want to completely remove OBM from Windows, after uninstalling the software from
[Control Panel] -> [Add or Remove Programs], please do the followings:
_ Ensure that the OBM installation directory is deleted (sometimes not removed when
Windows somehow holds some of the files)
_ Remove the C:\Documents and Settings\administrator\.obm\ folder (intentionally
left undeleted, as important information of the user and backup sets, such as the
encryption keys, are stored here)
|
| 2.56 |
Does OBM work with dial-up connections? |
| |
It makes no difference to OBM if the connection is always on or dial-up.
If you want Windows to connect to the ISP automatically when a backup starts, you can go to
[Control Panel] -> [Internet Options] -> [Connections] and select “Always dial my default
connection”.
|
| 2.57 |
The OBM crashes when opening [Backup Source] of a Lotus Domino/Notes backup set, what can I do? |
| |
Check to see if you can find a hs_err_pid????.log file under the [OBM Home], and if it contains
the error "Unable to complete restart processing, err = Recovery Manager: Error from
Logging Subsystem", please do the followings:
1. Go to [Configuration], select [All Server Documents] and choose your corresponding
server.
2. [Disable] Transactional logging at Basics
3. Go to [Control Panel] -> [Administrative Tools] -> [Services] and restart [Lotus
Domain Server] Service
4. Go to [Configuration] -> select [All Server Documents] and enable Transaction
logging
5. Make sure your logging style is "Archived"
6. Go to [Services] and restart Lotus Domain Server Service again
|
| 2.58 |
How do I restore a machine from my SystemState backup? |
| |
To recovery a machine from scratch, you have to do the followings:
1. Re-install the operating system
2. Re-install all applications installed (You can do both of these easily by backing up the
system yearly using Norton Ghost)
3. Restore the SystemState backup onto the recovered machine (This will update the
recovered system with the latest configuration and settings)
4. Restore all data files onto the recovered system.
|
| 2.59 |
What is the recommended bandwidth? |
| |
It really depends on the size and amount of data being transferred as well as the upload speed of your
internet.
|
| 2.60 |
What is the limit on file size that OBS can backup? |
| |
There is no limitation on the file size at the application level. Instead this limitation is imposed
by the underlying operating system. With modern operating system, you should have no
problem backing up files at a few TB in size (e.g. NTFS has a file size limit of 16TB). |
| |
|
| |
|