can tsm backup files in virtual machines

cd /e "c:\program files\tivoli\tsm\baclient" I wrote this command
 
cd /e "c:\program files\tivoli\tsm\baclient" I wrote this command
 

Attachments

  • Untitled2.png
    Untitled2.png
    10.6 KB · Views: 0
Anyway, you are already in the baclient directory, so just to the backup now:
Code:
dsmc i d:
 
I want to backup E:\ not D:\ D is the cd-rom
 
how tsm see D drive in my dsm.opt D is not defined
 
how tsm see D drive in my dsm.opt D is not defined
A drive doesn't need to be specified in dsm.opt if you explicitly specify the drive letter in the backup command.
 
c:\Program Files\Tivoli\TSM\baclient>cd /e "c:\program files\tivoli\tsm\baclient"
The filename, directory name, or volume label syntax is incorrect.

c:\Program Files\Tivoli\TSM\baclient>dsmc i d:
IBM Tivoli Storage Manager
Command Line Backup-Archive Client Interface
Client Version 6, Release 3, Level 1.0
Client date/time: 06/20/2016 19:44:45
(c) Copyright by IBM Corporation and other(s) 1990, 2012. All Rights Reserved.

Node Name: ARGESERVERN
Please enter your user id <ARGESERVERN>:

Please enter password for user id "ARGESERVERN": ******

Session established with server TSM: AIX-RS/6000
Server Version 5, Release 5, Level 5.0
Server date/time: 06/20/2016 19:41:47 Last access: 06/20/2016 18:01:37


Incremental backup of volume 'd:'
Successful incremental backup of 'd:'


Total number of objects inspected: 54
Total number of objects backed up: 0
Total number of objects updated: 0
Total number of objects rebound: 0
Total number of objects deleted: 0
Total number of objects expired: 0
Total number of objects failed: 0
Total number of subfile objects: 0
Total number of bytes inspected: 26.20 MB
Total number of bytes transferred: 0 B
Data transfer time: 0.00 sec
Network data transfer rate: 0.00 KB/sec
Aggregate data transfer rate: 0.00 KB/sec
Objects compressed by: 0%
Total data reduction ratio: 100,00%
Subfile objects reduced by: 0%
Elapsed processing time: 00:00:01

c:\Program Files\Tivoli\TSM\baclient>cd /e "c:\program files\tivoli\tsm\baclient
"
The filename, directory name, or volume label syntax is incorrect.

c:\Program Files\Tivoli\TSM\baclient>
 
I am getting this log what can be the problem,
 
I am getting this log what can be the problem,
You have to read more carefully what we write.

First, now I know why you the scheduler doesn't work:
Node Name: ARGESERVERN
Please enter your user id <ARGESERVERN>:

Please enter password for user id "ARGESERVERN": ******
You are prompted for a password, which means the password is not stored in the registry, that is why you can't start the scheduler. Follow the steps I recommended here: https://adsm.org/forum/index.php?threads/can-tsm-backup-files-in-virtual-machines.31039/#post-129036

Second:
c:\Program Files\Tivoli\TSM\baclient>cd /e "c:\program files\tivoli\tsm\baclient
I already mentioned you got this because of a syntax error here: https://adsm.org/forum/index.php?threads/can-tsm-backup-files-in-virtual-machines.31039/#post-129040 and here: https://adsm.org/forum/index.php?th...-in-virtual-machines.31039/page-2#post-129055

upload_2016-6-20_14-52-29.png

Third:
Incremental backup of volume 'd:'
Successful incremental backup of 'd:'
The backup was successful. But I thought you wanted to backup E:
I want to backup E:\ not D:\ D is the cd-rom
So, just replace D: with E: in your backup command, if you want to backup E:, as I mentioned here: https://adsm.org/forum/index.php?th...-in-virtual-machines.31039/page-2#post-129055
 
backup is unsuccesfull cd /e: "c:\program files\tivoli\tsm\baclient" with this command
 
I started the backup with command dsmc i e: I will post the log
 
I am getting this log connection lost and backup is unsuccesfull
 
thaks for your help from command line I have backup succesfull now I have solve the problem scheduled backup because when I run schecule backup it becomes severed status
 
Hi,
I am waiting helps for scheduled backup of this,
because when I start schedule backup it becomes severed status
 
Back
Top