efine a script archive:
#! /bin/sh
exec dsmc archive OPTIONS $* &
and run
xargs -n 20 archive < filelist
Note that with this method you can also pass dsmc options through xargs:
xargs -n 20 archive -se=testserver < filelist
Hope this helps,
Scotty
--
Scotty Logan, ITSS
5/01 10:41:16DEFAULT A
/home/swl/testfile
% rm testfile
% ls -l testfile
testfile not found
% dsmc restore testfile
Total number of objects restored: 1
Total number of objects failed: 0
Total number of bytes transferred: 39
% ls -l testfile
-rwxrwxrwx 1 swl staf
t for crossdefining to work.
Scotty
--
Scotty Logan <[EMAIL PROTECTED]>
ITSS-CSS http://www.stanford.edu/group/itss/css/
> -Original Message-
> From: Angela Hughes
> Sent: Wednesday, May 30, 2001 08:58
>
> [...] the TCPServername on the clients must match with the
> server name set on the TSM server.
ontents.node_name = 'THUNDERBIRD -
AND contents.type = 'Arch' -
AND contents.node_name = archives.node_name -
AND archives.description = 'Archive Date: 07/25/01'
Scotty
--
Scotty Logan | ITSS | Stanford University | [EMAIL PROTECTED]
ctivity AS "Activity", -
bytes/1048576 AS "MB Transferred" -
FROM summary -
WHERE activity IN ('BACKUP','ARCHIVE') -
AND start_time>TIMESTAMP(CURRENT_DATE - 1 DAY, '18:00:00') -
AND bytes>0 -
ORDER BY 1
Since the pivot table will
5
HL_NAME 6
LL_NAME 7
OBJECT_ID 8
BACKUP_DATE 9
DEACTIVATE_DATE10
OWNER 11
CLASS_NAME 12
Scotty
--
Scotty Logan <[EMAIL PROTECTED]>
ITSS-CSS http://www.stanford.e
emcommit should fix that, but if it doesn't:
dsmadmc -se=S -id=I -pa=P -tab "select 'cancel process',process_num
from processes > /tmp/canpr_$$.mac"
while read c; do dsmadmc -se=S -id=I -pa=P $c; done < /tmp/canpr_$$.mac
Scotty
--
Scotty Logan <[EMAIL PROTECTED]>
Information Technology Systems and Services, Stanford University
TSM on other Unices - try a 'dsmc q ba
/etc/passwd' as a non-root user and you'll get an ANS1092E (4.x) or
ANS1092W (5.x) too.
Scotty
--
Scotty Logan <[EMAIL PROTECTED]>
Information Technology Systems and Services, Stanford University