View SAN drives in GUI

geokin

Newcomer
Joined
May 7, 2008
Messages
1
Reaction score
0
Points
0
Trying to figure out how to view the backup of the SAN disks in the GUI.
Windows cluster 2003

When I pull up the GUI It looks like it pulls up the local drives. Since the cluster is on f; would I just run the following to see the SAN backups?

DSM.exe -optfile=F:\tsm\dsm.opt


Is there a command line option to view the sucess or failure of the SAN job?


Cluster group name
Server01-group-0
 
using command line

dsmc -optfile=F:\tsm\dsm.opt
tsm> q backup "full path+file name" -inactive
 
Back
Top