Re: Archive of file lists

2001-03-09 Thread Scotty Logan
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

Re: Does TSM check AIX permissions?

2001-05-25 Thread Scotty Logan
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

Re: Changing the Tivoli server hostname

2001-05-30 Thread Scotty Logan
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.

Re: SQL STATEMENT TO RELATE TABLES

2001-07-25 Thread Scotty Logan
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]

Re: script: transferred bytes per node/day ????

2001-10-30 Thread Scotty Logan
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

Re: Help with select statement

2001-12-06 Thread Scotty Logan
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

Re: Cancel All Processes

2003-03-25 Thread Scotty Logan
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

Re: Questions/problems with Mac OS X client 5.2.2

2004-01-23 Thread Scotty Logan
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