Windows operating systems

Restore Systemstate

Use the restore systemstate command to restore the backup of the system state stored on a Tivoli® Storage Manager server, or inside a backup set from a Tivoli Storage Manager server, when the backupsetname option is specified.

The Tivoli Storage Manager Windows client does not support the current commands for restoring individual startable system state components.

This command also restores ASR files for Windows clients that are running in a Windows Preinstallation Environment (WinPE); both BIOS and UEFI boot architectures are supported.

Supported Clients

This command is valid for all supported Windows clients.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-REStore SYSTEMSTate--+-----------------+--------------------><
                        +- BOOTABLE-------+   
                        +- BITS-----------+   
                        +- EVENTLOG-------+   
                        +- RSM------------+   
                        +- RSS------------+   
                        +- CLUSTERDB------+   
                        +- TLS------------+   
                        +- WMI------------+   
                        +- IIS------------+   
                        +- DHCP-----------+   
                        +- WINSDB---------+   
                        '- component_name-'   

Parameters

Table 1. Restore Systemstate command: Related options
Option Where to use
Windows operating systemsasrmode Windows operating systemsCommand line only.
backupsetname Command line only.
dateformat Client option file (dsm.opt) or command line.
numberformat Client option file (dsm.opt) or command line.
pitdate Command line only.
pittime Command line only.
replace Client option file (dsm.opt) or command line.
timeformat Client option file (dsm.opt) or command line.

Examples

Task
Restore the entire system state object.

Command: restore systemstate

Task
Restore the startable system state component.

Command: restore systemstate bootable

Task
Restore the system service WMI component.

Command: restore systemstate wmi

Task
Restore the system state object contained within the backup set daily_backup_data.12345678. Replace all components; do not prompt for each component.

Command: restore systemstate -backupsetname=daily_backup_data.12345678 -replace=all

Task
Restore the WMI component contained within the backup set daily_backup_data.12345678.

Command: restore systemstate wmi -backupsetname=daily_backup_data.12345678 -replace=all