Re: How do you secure the passwd in a TSM admin command run a via batch script

2002-02-18 Thread Alex Paschal
PROTECTED]] Sent: Thursday, February 14, 2002 2:00 AM To: [EMAIL PROTECTED] Subject: Re: How do you secure the passwd in a TSM admin command run a via batch script Hello, this would not solve all security problems. If a user does a "ps -elf" command on a unix system he can see the w

Antwort: Re: How do you secure the passwd in a TSM admin command run a via batch script

2002-02-14 Thread Gerhard Wolkerstorfer
(Blindkopie: Gerhard Wolkerstorfer/DEBIS/EDVG/AT) Thema: Re: How do you secure the passwd in a TSM admin command run a via batch script Hello, it would solve a few more security problems if there were a dsmadm.rc file which would allow to specify some options for the dsmadmc comma

Re: How do you secure the passwd in a TSM admin command run a via batch script

2002-02-14 Thread Gerhard Rentschler
ntworten an "ADSM: Dist Stor Manager" An: [EMAIL PROTECTED] Kopie: Thema: Re: How do you secure the passwd in a TSM admin command run a via batch script Hi *, Saw this posted from: http://www.autovault.org/discus/index.html ###

Re: How do you secure the passwd in a TSM admin command run a via batch script

2002-02-14 Thread Gerhard Rentschler
Hello, it would solve a few more security problems if there were a dsmadm.rc file which would allow to specify some options for the dsmadmc command including id and password. This way dsmadmc itself would read the file with the password and it would not occur on the command line. Best regards Gerh

Re: How do you secure the passwd in a TSM admin command run a via batch script

2002-02-13 Thread Seay, Paul
This is an excellent way to skin the "cat". -Original Message- From: Lindsey Thomson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 11:57 PM To: [EMAIL PROTECTED] Subject: Re: How do you secure the passwd in a TSM admin command run a via batch script Hi *,

Re: How do you secure the passwd in a TSM admin command run a via batch script

2002-02-13 Thread Lindsey Thomson
Hi *, Saw this posted from: http://www.autovault.org/discus/index.html ### root owns the passwd file w/perms 600 or such: . PASSWORD='cat /home/root/adsmpw' "dsmadmc -id=USERID -pass=$PASSWORD "macro macroname" ### HTH lt 512 823 6522 (TL) 793

Re: How do you secure the passwd in a TSM admin command run a via batch script

2002-02-13 Thread Alex Paschal
rageGroupAdmin StorageGroupAdmin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 1:49 PM To: [EMAIL PROTECTED] Subject: How do you secure the passwd in a TSM admin command run a via batch script I would like to run a UNIX script that issues a series of TSM commands that requir

Re: How do you secure the passwd in a TSM admin command run a via batch script

2002-02-13 Thread Mr. Lindsay Morris
MAIL PROTECTED] > Subject: How do you secure the passwd in a TSM admin command run a via > batch script > > > I would like to run a UNIX script that issues a series of TSM commands > that require SYSTEM access rights ( DEFINE MACHINE & INSERT MACHINE). > > The prob

How do you secure the passwd in a TSM admin command run a via batch script

2002-02-13 Thread StorageGroupAdmin StorageGroupAdmin
I would like to run a UNIX script that issues a series of TSM commands that require SYSTEM access rights ( DEFINE MACHINE & INSERT MACHINE). The problem I have is that I am forced to have a TSM ID and PASSWD within the script or in an input file therefore accessible to a multitude of people. Fi