After you install FastBack Server,
the disk write protection feature is automatically enabled. Before
you use any drive that you attach to the FastBack Server,
the drive is to be opened for read and write privileges. By default,
disks that are added have read-only privileges.
If disk open is not used after you attach a new drive
to the FastBack Server,
any time you try to write data to the drive, all data goes to the
buffer. It might seem that data is being copied to the drive, but,
if you restart the server, the data is gone because the data was not
physically written to the drive. Depending on the amount of data that
is written to the disk, you might see some errors reported by the
system. For example, "Delayed Write Failed" error messages are
logged in the Windows system event logs. Another side effect includes
the failure to initialize and format new disks.
The disk open
utility must be run from the command line. The disk open utility can
take the disk number of the respective disk that you want to open
for read/write privileges as an argument. You can find the disk number
in the Windows Disk Management window. The disk open utility also
takes the DisableSANProtection and EnableWriteOnAllConnectedDisks
arguments that are shown.
You can use disk open
in the following scenarios:
- If you do not use the FastBack Server SAN
mode, for example, LAN-free backup and SAN backup, you can use diskopen
to disable the disk write protection feature. The following steps
disable the FastBack Server SAN
disk write protection. After you complete these steps, all disks are
accessible for read and write operations.
- From the Microsoft Windows Start menu, select .
Enter the following command:
CMD
- In the command prompt window, change to the directory that contains
the diskopen tool. The default directory is C:\Program
Files\Tivoli\TSM\FastBack\utilities.
- Enter the following command:
DiskOpen -DisableSANProtection
- Restart the system if prompted by the disk open utility.
After you restart the server, all existing and newly connected
disks are accessible for read and write operations.
- If you use the FastBack Server SAN
mode, for example, LAN-free backup and SAN backup, you can use diskopen
to open new disks that are connected to the FastBack Server.
The following steps enable read and write access to all connected
disks. Any new disk that is connected to the FastBack Server,
after you complete the following procedure, is write-protected.
- Disconnect the shared SAN disks from the FastBack Server.
Attention: Completing the following steps when the shared SAN
disks are connected might cause irreparable disk damage that results
in data loss.
- From the Microsoft Windows Start menu, select .
Enter the following command:
CMD
- In the command prompt window, change to the directory that contains
the diskopen tool. The default directory is C:\Program
Files\Tivoli\TSM\FastBack\utilities.
- Enter the following command:
DiskOpen -EnableWriteOnAllConnectedDisks
- Restart the system if prompted by the disk open utility.