Re: SV: multiple schedules on one server

2009-03-10 Thread Howard Coles
I can't remember now, I just remember not being able to specify an options file 
without using the set dsm_config line in a batch file.

According to the manual the only options it took were userid, password and a 
command I think.  But 

See Ya'
Howard


> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf
> Of Henrik Vahlstedt
> Sent: Tuesday, March 10, 2009 10:28 AM
> To: ADSM-L@VM.MARIST.EDU
> Subject: Re: [ADSM-L] SV: multiple schedules on one server
> 
> "dsmadmc is the one that used to not allow any other command line
> options but userid and password"
> 
> Are you sure that TSM started to use TcpServer and TcpPort options in
> 5.2?? (-tcps=,-tcpp=)
> 
> 
> //Henrik
> 
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf
> Of Howard Coles
> Sent: den 10 mars 2009 16:01
> To: ADSM-L@VM.MARIST.EDU
> Subject: Re: [ADSM-L] SV: multiple schedules on one server
> 
> Yea, I did some testing with that yesterday.  I'm so used to the older
> versions of the Admin session commandline's limitations that I forgot
> about that part.  Sorry.
> 
> The dsmadmc is the one that used to not allow any other command line
> options but userid and password.  I used it so much in the 5.2 days I
> never went back and checked.  DOH!
> 
> I stand corrected.
> 
> See Ya'
> Howard
> 
> > -Original Message-
> > From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf
> > Of Christian Svensson
> > Sent: Monday, March 09, 2009 4:53 PM
> > To: ADSM-L@VM.MARIST.EDU
> > Subject: [ADSM-L] SV: multiple schedules on one server
> >
> > Hi,
> > Howard, you can use -optfile=C:\location\dsm.opt in Windows but you
> > can't use -servername=Instance_name in Windows.
> >
> > Joe, what you can do to make sure your users can't access other
> > peoples data is by change the security on DSM.OPT, and put dsm.opt in
> > their directory with ReadOnly access.
> > Now should you be able to run dsm.exe
> > -optfile=D:\Users\Company\dsm.opt and also have put your security to
> a higher level.
> >
> > Best Regards
> > Christian Svensson
> >
> > Cell: +46-70-325 1577
> > E-mail: christian.svens...@cristie.se
> > Skype: cristie.christian.svensson
> > 
> > Från: ADSM: Dist Stor Manager [ads...@vm.marist.edu] för Howard
> > Coles [howard.co...@ardenthealth.com]
> > Skickat: den 9 mars 2009 20:23
> > Till: ADSM-L@VM.MARIST.EDU
> > Ämne: Re: multiple schedules on one server
> >
> > No, that won't work on a Windows Client.
> >
> > You have to do the following in a batch file:
> >
> > Set dsm_config=c:\location\of\dsm.opt
> > dsm
> >
> > The reason being, the Windows client doesn't take the same arguments
> > as the *NIX clients.
> >
> > See Ya'
> > Howard
> >
> >
> > > -Original Message-
> > > From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On
> > > Behalf Of Joe Crnjanski
> > > Sent: Monday, March 09, 2009 1:55 PM
> > > To: ADSM-L@VM.MARIST.EDU
> > > Subject: Re: [ADSM-L] multiple schedules on one server
> > >
> > > Sorry I didn't mentioned; it is Windows client.
> > >
> > > So I guess I can create batch file backup1.cmd and put one line
> > inside:
> > >  dsm -optfile=/location/of/dsm1.opt
> > >
> > > and than another batch file backup2.cmd with content:
> > > dsm -optfile=/location/of/dsm2.opt
> > >
> > > etc,etc  It sounds like it will work. I will try and let you know.
> > >
> > >
> > > Joe Crnjanski
> > > Infinity Network Solutions Inc.
> > > Phone: 416-235-0931 x226
> > > Fax:   416-235-0265
> > > Web:www.infinitynetwork.com
> > >
> > >
> > > -Original Message-
> > > From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On
> > > Behalf Of Zoltan Forray/AC/VCU
> > > Sent: Monday, March 09, 2009 2:39 PM
> > > To: ADSM-L@VM.MARIST.EDU
> > > Subject: Re: multiple schedules on one server
> > >
> > > You did not say what platform/OS but assume Windoze from your GUI
> > > reference.
> > >
> > > I have multiple-schedules/instances on Solaris and Netware servers
> > > doing just what you are trying to do.  Each uses different WEBPORTS
> > > and the DSMCAD java-based "GUI&quo

Re: multiple schedules on one server

2009-03-10 Thread Allen S. Rout
>> On Mon, 9 Mar 2009 13:21:45 -0500, Howard Coles 
>>  said:


> dsmcad -optfile=/location/of/dsm.opt > /dev/null 2>&1 &


[ ... ]

In configurations where this has gotten complex, I've ended up
inverting the whole relationship.

I have _one_ scheduler process, and all of the schedules on it are
"command" type schedules.  So I'd do one which says

dsmc incr -optfile=yadda

and one which says

dsmc incr -optfile=foo


This has the advantage that I only need to go one place to figure out
"what things are backing up on this machine".


- Allen S. Rout


Re: SV: multiple schedules on one server

2009-03-10 Thread Henrik Vahlstedt
"dsmadmc is the one that used to not allow any other command line options but 
userid and password"

Are you sure that TSM started to use TcpServer and TcpPort options in 5.2?? 
(-tcps=,-tcpp=)


//Henrik

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Howard 
Coles
Sent: den 10 mars 2009 16:01
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] SV: multiple schedules on one server

Yea, I did some testing with that yesterday.  I'm so used to the older versions 
of the Admin session commandline's limitations that I forgot about that part.  
Sorry.

The dsmadmc is the one that used to not allow any other command line options 
but userid and password.  I used it so much in the 5.2 days I never went back 
and checked.  DOH!  

I stand corrected.

See Ya'
Howard

> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf 
> Of Christian Svensson
> Sent: Monday, March 09, 2009 4:53 PM
> To: ADSM-L@VM.MARIST.EDU
> Subject: [ADSM-L] SV: multiple schedules on one server
> 
> Hi,
> Howard, you can use -optfile=C:\location\dsm.opt in Windows but you 
> can't use -servername=Instance_name in Windows.
> 
> Joe, what you can do to make sure your users can't access other 
> peoples data is by change the security on DSM.OPT, and put dsm.opt in 
> their directory with ReadOnly access.
> Now should you be able to run dsm.exe 
> -optfile=D:\Users\Company\dsm.opt and also have put your security to a higher 
> level.
> 
> Best Regards
> Christian Svensson
> 
> Cell: +46-70-325 1577
> E-mail: christian.svens...@cristie.se
> Skype: cristie.christian.svensson
> 
> Från: ADSM: Dist Stor Manager [ads...@vm.marist.edu] för Howard 
> Coles [howard.co...@ardenthealth.com]
> Skickat: den 9 mars 2009 20:23
> Till: ADSM-L@VM.MARIST.EDU
> Ämne: Re: multiple schedules on one server
> 
> No, that won't work on a Windows Client.
> 
> You have to do the following in a batch file:
> 
> Set dsm_config=c:\location\of\dsm.opt
> dsm
> 
> The reason being, the Windows client doesn't take the same arguments 
> as the *NIX clients.
> 
> See Ya'
> Howard
> 
> 
> > -Original Message-
> > From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On 
> > Behalf Of Joe Crnjanski
> > Sent: Monday, March 09, 2009 1:55 PM
> > To: ADSM-L@VM.MARIST.EDU
> > Subject: Re: [ADSM-L] multiple schedules on one server
> >
> > Sorry I didn't mentioned; it is Windows client.
> >
> > So I guess I can create batch file backup1.cmd and put one line
> inside:
> >  dsm -optfile=/location/of/dsm1.opt
> >
> > and than another batch file backup2.cmd with content:
> > dsm -optfile=/location/of/dsm2.opt
> >
> > etc,etc  It sounds like it will work. I will try and let you know.
> >
> >
> > Joe Crnjanski
> > Infinity Network Solutions Inc.
> > Phone: 416-235-0931 x226
> > Fax:   416-235-0265
> > Web:www.infinitynetwork.com
> >
> >
> > -Original Message-
> > From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On 
> > Behalf Of Zoltan Forray/AC/VCU
> > Sent: Monday, March 09, 2009 2:39 PM
> > To: ADSM-L@VM.MARIST.EDU
> > Subject: Re: multiple schedules on one server
> >
> > You did not say what platform/OS but assume Windoze from your GUI 
> > reference.
> >
> > I have multiple-schedules/instances on Solaris and Netware servers 
> > doing just what you are trying to do.  Each uses different WEBPORTS 
> > and the DSMCAD java-based "GUI" to control
> >
> > Windows is more complicated in setting up multiple scheduler
> services.
> > My
> > windows guy says he doesn't use the GUI on a multi-instance server, 
> > unless he manually changes the dsm.opt file since he doesn't use the 
> > java/dsmcad piece.
> >
> >
> >
> >
> > Joe Crnjanski  Sent by: "ADSM: Dist 
> > Stor Manager" 
> > 03/09/2009 02:13 PM
> > Please respond to
> > "ADSM: Dist Stor Manager" 
> >
> >
> > To
> > ADSM-L@VM.MARIST.EDU
> > cc
> >
> > Subject
> > [ADSM-L] multiple schedules on one server
> >
> >
> >
> >
> >
> >
> >
> >
> > Hello,
> >
> >
> >
> > We have customer who is hosting multiple clients on his server. He 
> > wants to backup different folders (that belong to different 
> > customers) with different TSM node name, and he also wants hi

Re: SV: multiple schedules on one server

2009-03-10 Thread Howard Coles
Yea, I did some testing with that yesterday.  I'm so used to the older versions 
of the Admin session commandline's limitations that I forgot about that part.  
Sorry.

The dsmadmc is the one that used to not allow any other command line options 
but userid and password.  I used it so much in the 5.2 days I never went back 
and checked.  DOH!  

I stand corrected.

See Ya'
Howard

> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf
> Of Christian Svensson
> Sent: Monday, March 09, 2009 4:53 PM
> To: ADSM-L@VM.MARIST.EDU
> Subject: [ADSM-L] SV: multiple schedules on one server
> 
> Hi,
> Howard, you can use -optfile=C:\location\dsm.opt in Windows but you
> can't use -servername=Instance_name in Windows.
> 
> Joe, what you can do to make sure your users can't access other peoples
> data is by change the security on DSM.OPT, and put dsm.opt in their
> directory with ReadOnly access.
> Now should you be able to run dsm.exe -optfile=D:\Users\Company\dsm.opt
> and also have put your security to a higher level.
> 
> Best Regards
> Christian Svensson
> 
> Cell: +46-70-325 1577
> E-mail: christian.svens...@cristie.se
> Skype: cristie.christian.svensson
> 
> Från: ADSM: Dist Stor Manager [ads...@vm.marist.edu] för Howard
> Coles [howard.co...@ardenthealth.com]
> Skickat: den 9 mars 2009 20:23
> Till: ADSM-L@VM.MARIST.EDU
> Ämne: Re: multiple schedules on one server
> 
> No, that won't work on a Windows Client.
> 
> You have to do the following in a batch file:
> 
> Set dsm_config=c:\location\of\dsm.opt
> dsm
> 
> The reason being, the Windows client doesn't take the same arguments as
> the *NIX clients.
> 
> See Ya'
> Howard
> 
> 
> > -Original Message-
> > From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf
> > Of Joe Crnjanski
> > Sent: Monday, March 09, 2009 1:55 PM
> > To: ADSM-L@VM.MARIST.EDU
> > Subject: Re: [ADSM-L] multiple schedules on one server
> >
> > Sorry I didn't mentioned; it is Windows client.
> >
> > So I guess I can create batch file backup1.cmd and put one line
> inside:
> >  dsm -optfile=/location/of/dsm1.opt
> >
> > and than another batch file backup2.cmd with content:
> > dsm -optfile=/location/of/dsm2.opt
> >
> > etc,etc  It sounds like it will work. I will try and let you know.
> >
> >
> > Joe Crnjanski
> > Infinity Network Solutions Inc.
> > Phone: 416-235-0931 x226
> > Fax:   416-235-0265
> > Web:www.infinitynetwork.com
> >
> >
> > -Original Message-
> > From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf
> > Of
> > Zoltan Forray/AC/VCU
> > Sent: Monday, March 09, 2009 2:39 PM
> > To: ADSM-L@VM.MARIST.EDU
> > Subject: Re: multiple schedules on one server
> >
> > You did not say what platform/OS but assume Windoze from your GUI
> > reference.
> >
> > I have multiple-schedules/instances on Solaris and Netware servers
> > doing
> > just what you are trying to do.  Each uses different WEBPORTS and the
> > DSMCAD java-based "GUI" to control
> >
> > Windows is more complicated in setting up multiple scheduler
> services.
> > My
> > windows guy says he doesn't use the GUI on a multi-instance server,
> > unless
> > he manually changes the dsm.opt file since he doesn't use the
> > java/dsmcad
> > piece.
> >
> >
> >
> >
> > Joe Crnjanski 
> > Sent by: "ADSM: Dist Stor Manager" 
> > 03/09/2009 02:13 PM
> > Please respond to
> > "ADSM: Dist Stor Manager" 
> >
> >
> > To
> > ADSM-L@VM.MARIST.EDU
> > cc
> >
> > Subject
> > [ADSM-L] multiple schedules on one server
> >
> >
> >
> >
> >
> >
> >
> >
> > Hello,
> >
> >
> >
> > We have customer who is hosting multiple clients on his server. He
> > wants
> > to backup different folders (that belong to different customers) with
> > different TSM node name, and he also wants his customers to be able
> to
> > lunch GUI and see only their files.
> >
> >
> >
> > I can install multiple schedules on his server that will use
> different
> > dsm.opt files, but when I lunch GUI it will always use only one
> > dsm.opt.
> > So I can have different nodes backing up different folders, but I
> > cannot
> > check it with GUI. I would need some sort of start-up switch that
> will
> > tell GUI which dsm.opt to use or something like this.
> >
> >
> >
> > Any ideas appreciated,
> >
> > Regards,
> >
> >
> >
> > Joe Crnjanski
> >
> > Infinity Network Solutions Inc.
> >
> > Phone: 416-235-0931 x226
> >
> > Fax:   416-235-0265
> >
> > Web:www.infinitynetwork.com


SV: multiple schedules on one server

2009-03-09 Thread Christian Svensson
Hi,
Howard, you can use -optfile=C:\location\dsm.opt in Windows but you can't use 
-servername=Instance_name in Windows.

Joe, what you can do to make sure your users can't access other peoples data is 
by change the security on DSM.OPT, and put dsm.opt in their directory with 
ReadOnly access.
Now should you be able to run dsm.exe -optfile=D:\Users\Company\dsm.opt and 
also have put your security to a higher level.

Best Regards
Christian Svensson

Cell: +46-70-325 1577
E-mail: christian.svens...@cristie.se
Skype: cristie.christian.svensson

Från: ADSM: Dist Stor Manager [ads...@vm.marist.edu] för Howard Coles 
[howard.co...@ardenthealth.com]
Skickat: den 9 mars 2009 20:23
Till: ADSM-L@VM.MARIST.EDU
Ämne: Re: multiple schedules on one server

No, that won't work on a Windows Client.

You have to do the following in a batch file:

Set dsm_config=c:\location\of\dsm.opt
dsm

The reason being, the Windows client doesn't take the same arguments as
the *NIX clients.

See Ya'
Howard


> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf
> Of Joe Crnjanski
> Sent: Monday, March 09, 2009 1:55 PM
> To: ADSM-L@VM.MARIST.EDU
> Subject: Re: [ADSM-L] multiple schedules on one server
>
> Sorry I didn't mentioned; it is Windows client.
>
> So I guess I can create batch file backup1.cmd and put one line
inside:
>  dsm -optfile=/location/of/dsm1.opt
>
> and than another batch file backup2.cmd with content:
> dsm -optfile=/location/of/dsm2.opt
>
> etc,etc  It sounds like it will work. I will try and let you know.
>
>
> Joe Crnjanski
> Infinity Network Solutions Inc.
> Phone: 416-235-0931 x226
> Fax:   416-235-0265
> Web:www.infinitynetwork.com
>
>
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf
> Of
> Zoltan Forray/AC/VCU
> Sent: Monday, March 09, 2009 2:39 PM
> To: ADSM-L@VM.MARIST.EDU
> Subject: Re: multiple schedules on one server
>
> You did not say what platform/OS but assume Windoze from your GUI
> reference.
>
> I have multiple-schedules/instances on Solaris and Netware servers
> doing
> just what you are trying to do.  Each uses different WEBPORTS and the
> DSMCAD java-based "GUI" to control
>
> Windows is more complicated in setting up multiple scheduler services.
> My
> windows guy says he doesn't use the GUI on a multi-instance server,
> unless
> he manually changes the dsm.opt file since he doesn't use the
> java/dsmcad
> piece.
>
>
>
>
> Joe Crnjanski 
> Sent by: "ADSM: Dist Stor Manager" 
> 03/09/2009 02:13 PM
> Please respond to
> "ADSM: Dist Stor Manager" 
>
>
> To
> ADSM-L@VM.MARIST.EDU
> cc
>
> Subject
> [ADSM-L] multiple schedules on one server
>
>
>
>
>
>
>
>
> Hello,
>
>
>
> We have customer who is hosting multiple clients on his server. He
> wants
> to backup different folders (that belong to different customers) with
> different TSM node name, and he also wants his customers to be able to
> lunch GUI and see only their files.
>
>
>
> I can install multiple schedules on his server that will use different
> dsm.opt files, but when I lunch GUI it will always use only one
> dsm.opt.
> So I can have different nodes backing up different folders, but I
> cannot
> check it with GUI. I would need some sort of start-up switch that will
> tell GUI which dsm.opt to use or something like this.
>
>
>
> Any ideas appreciated,
>
> Regards,
>
>
>
> Joe Crnjanski
>
> Infinity Network Solutions Inc.
>
> Phone: 416-235-0931 x226
>
> Fax:   416-235-0265
>
> Web:www.infinitynetwork.com


Re: multiple schedules on one server

2009-03-09 Thread Howard Coles
No, that won't work on a Windows Client.

You have to do the following in a batch file:

Set dsm_config=c:\location\of\dsm.opt
dsm

The reason being, the Windows client doesn't take the same arguments as
the *NIX clients.

See Ya'
Howard


> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf
> Of Joe Crnjanski
> Sent: Monday, March 09, 2009 1:55 PM
> To: ADSM-L@VM.MARIST.EDU
> Subject: Re: [ADSM-L] multiple schedules on one server
> 
> Sorry I didn't mentioned; it is Windows client.
> 
> So I guess I can create batch file backup1.cmd and put one line
inside:
>  dsm -optfile=/location/of/dsm1.opt
> 
> and than another batch file backup2.cmd with content:
> dsm -optfile=/location/of/dsm2.opt
> 
> etc,etc  It sounds like it will work. I will try and let you know.
> 
> 
> Joe Crnjanski
> Infinity Network Solutions Inc.
> Phone: 416-235-0931 x226
> Fax:   416-235-0265
> Web:www.infinitynetwork.com
> 
> 
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf
> Of
> Zoltan Forray/AC/VCU
> Sent: Monday, March 09, 2009 2:39 PM
> To: ADSM-L@VM.MARIST.EDU
> Subject: Re: multiple schedules on one server
> 
> You did not say what platform/OS but assume Windoze from your GUI
> reference.
> 
> I have multiple-schedules/instances on Solaris and Netware servers
> doing
> just what you are trying to do.  Each uses different WEBPORTS and the
> DSMCAD java-based "GUI" to control
> 
> Windows is more complicated in setting up multiple scheduler services.
> My
> windows guy says he doesn't use the GUI on a multi-instance server,
> unless
> he manually changes the dsm.opt file since he doesn't use the
> java/dsmcad
> piece.
> 
> 
> 
> 
> Joe Crnjanski 
> Sent by: "ADSM: Dist Stor Manager" 
> 03/09/2009 02:13 PM
> Please respond to
> "ADSM: Dist Stor Manager" 
> 
> 
> To
> ADSM-L@VM.MARIST.EDU
> cc
> 
> Subject
> [ADSM-L] multiple schedules on one server
> 
> 
> 
> 
> 
> 
> 
> 
> Hello,
> 
> 
> 
> We have customer who is hosting multiple clients on his server. He
> wants
> to backup different folders (that belong to different customers) with
> different TSM node name, and he also wants his customers to be able to
> lunch GUI and see only their files.
> 
> 
> 
> I can install multiple schedules on his server that will use different
> dsm.opt files, but when I lunch GUI it will always use only one
> dsm.opt.
> So I can have different nodes backing up different folders, but I
> cannot
> check it with GUI. I would need some sort of start-up switch that will
> tell GUI which dsm.opt to use or something like this.
> 
> 
> 
> Any ideas appreciated,
> 
> Regards,
> 
> 
> 
> Joe Crnjanski
> 
> Infinity Network Solutions Inc.
> 
> Phone: 416-235-0931 x226
> 
> Fax:   416-235-0265
> 
> Web:www.infinitynetwork.com


Re: multiple schedules on one server

2009-03-09 Thread Gill, Geoffrey L.
What I have done is create shortcuts on the desktop for this, i.e.,
Cluster nodes with resources that can reside on multiple nodes. The GUI
shortcut, if that's what you're using, should have added the 
-optfile=path/info/to/dsmwhatever.opt. The name of the shortcut I use is
the nodename in the .opt file.

Geoff Gill 
TSM Administrator 
PeopleSoft Sr. Systems Administrator 
SAIC M/S-G1b 
(858)826-4062 (office)
(858)412-9883 (blackberry)
Email: geoffrey.l.g...@saic.com 

> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf
Of
> Joe Crnjanski
> Sent: Monday, March 09, 2009 11:55 AM
> To: ADSM-L@VM.MARIST.EDU
> Subject: Re: multiple schedules on one server
> 
> Sorry I didn't mentioned; it is Windows client.
> 
> So I guess I can create batch file backup1.cmd and put one line
inside:
>  dsm -optfile=/location/of/dsm1.opt
> 
> and than another batch file backup2.cmd with content:
> dsm -optfile=/location/of/dsm2.opt
> 
> etc,etc  It sounds like it will work. I will try and let you know.
> 
> 
> Joe Crnjanski
> Infinity Network Solutions Inc.
> Phone: 416-235-0931 x226
> Fax:   416-235-0265
> Web:www.infinitynetwork.com


Re: multiple schedules on one server

2009-03-09 Thread Kevin Boatright
If the users are logging on the server, you can create a shortcut with the 
–optfile=x:\somepath\dsm.opt in the path.  
For the target you would have C:\Program Files\Tivoli\TSM\baclient\dsm.exe 
–optfile=x:\somepath\dsm.opt
Do it for each user and drop the shortcut on their desktop by placing it in 
their local user profile.
C:\documents and settings\username\Desktop\

Kevin 

_
From: Joe Crnjanski [mailto:jcrnjan...@infinitynetwork.com] 
Sent: Monday, March 09, 2009 2:55 PM
To: 
Subject: Re: [ADSM-L] multiple schedules on one server


Sorry I didn't mentioned; it is Windows client.

So I guess I can create batch file backup1.cmd and put one line inside:
 dsm -optfile=/location/of/dsm1.opt

and than another batch file backup2.cmd with content:
dsm -optfile=/location/of/dsm2.opt

etc,etc  It sounds like it will work. I will try and let you know.


Joe Crnjanski
Infinity Network Solutions Inc.
Phone: 416-235-0931 x226
Fax:   416-235-0265
Web:www.infinitynetwork.com


-Original Message-
From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of
Zoltan Forray/AC/VCU
Sent: Monday, March 09, 2009 2:39 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: multiple schedules on one server

You did not say what platform/OS but assume Windoze from your GUI
reference.

I have multiple-schedules/instances on Solaris and Netware servers doing
just what you are trying to do.  Each uses different WEBPORTS and the
DSMCAD java-based "GUI" to control

Windows is more complicated in setting up multiple scheduler services.
My
windows guy says he doesn't use the GUI on a multi-instance server,
unless
he manually changes the dsm.opt file since he doesn't use the
java/dsmcad
piece.




Joe Crnjanski 
Sent by: "ADSM: Dist Stor Manager" 
03/09/2009 02:13 PM
Please respond to
"ADSM: Dist Stor Manager" 


To
ADSM-L@VM.MARIST.EDU
cc

Subject
[ADSM-L] multiple schedules on one server








Hello,



We have customer who is hosting multiple clients on his server. He wants
to backup different folders (that belong to different customers) with
different TSM node name, and he also wants his customers to be able to
lunch GUI and see only their files.



I can install multiple schedules on his server that will use different
dsm.opt files, but when I lunch GUI it will always use only one dsm.opt.
So I can have different nodes backing up different folders, but I cannot
check it with GUI. I would need some sort of start-up switch that will
tell GUI which dsm.opt to use or something like this.



Any ideas appreciated,

Regards,



Joe Crnjanski

Infinity Network Solutions Inc.

Phone: 416-235-0931 x226

Fax:   416-235-0265

Web:www.infinitynetwork.com


Re: multiple schedules on one server

2009-03-09 Thread Joe Crnjanski
Sorry I didn't mentioned; it is Windows client.

So I guess I can create batch file backup1.cmd and put one line inside:
 dsm -optfile=/location/of/dsm1.opt

and than another batch file backup2.cmd with content:
dsm -optfile=/location/of/dsm2.opt

etc,etc  It sounds like it will work. I will try and let you know.


Joe Crnjanski
Infinity Network Solutions Inc.
Phone: 416-235-0931 x226
Fax:   416-235-0265
Web:www.infinitynetwork.com


-Original Message-
From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of
Zoltan Forray/AC/VCU
Sent: Monday, March 09, 2009 2:39 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: multiple schedules on one server

You did not say what platform/OS but assume Windoze from your GUI
reference.

I have multiple-schedules/instances on Solaris and Netware servers doing
just what you are trying to do.  Each uses different WEBPORTS and the
DSMCAD java-based "GUI" to control

Windows is more complicated in setting up multiple scheduler services.
My
windows guy says he doesn't use the GUI on a multi-instance server,
unless
he manually changes the dsm.opt file since he doesn't use the
java/dsmcad
piece.




Joe Crnjanski 
Sent by: "ADSM: Dist Stor Manager" 
03/09/2009 02:13 PM
Please respond to
"ADSM: Dist Stor Manager" 


To
ADSM-L@VM.MARIST.EDU
cc

Subject
[ADSM-L] multiple schedules on one server








Hello,



We have customer who is hosting multiple clients on his server. He wants
to backup different folders (that belong to different customers) with
different TSM node name, and he also wants his customers to be able to
lunch GUI and see only their files.



I can install multiple schedules on his server that will use different
dsm.opt files, but when I lunch GUI it will always use only one dsm.opt.
So I can have different nodes backing up different folders, but I cannot
check it with GUI. I would need some sort of start-up switch that will
tell GUI which dsm.opt to use or something like this.



Any ideas appreciated,

Regards,



Joe Crnjanski

Infinity Network Solutions Inc.

Phone: 416-235-0931 x226

Fax:   416-235-0265

Web:www.infinitynetwork.com


Re: multiple schedules on one server

2009-03-09 Thread Zoltan Forray/AC/VCU
You did not say what platform/OS but assume Windoze from your GUI
reference.

I have multiple-schedules/instances on Solaris and Netware servers doing
just what you are trying to do.  Each uses different WEBPORTS and the
DSMCAD java-based "GUI" to control

Windows is more complicated in setting up multiple scheduler services.  My
windows guy says he doesn't use the GUI on a multi-instance server, unless
he manually changes the dsm.opt file since he doesn't use the java/dsmcad
piece.




Joe Crnjanski 
Sent by: "ADSM: Dist Stor Manager" 
03/09/2009 02:13 PM
Please respond to
"ADSM: Dist Stor Manager" 


To
ADSM-L@VM.MARIST.EDU
cc

Subject
[ADSM-L] multiple schedules on one server








Hello,



We have customer who is hosting multiple clients on his server. He wants
to backup different folders (that belong to different customers) with
different TSM node name, and he also wants his customers to be able to
lunch GUI and see only their files.



I can install multiple schedules on his server that will use different
dsm.opt files, but when I lunch GUI it will always use only one dsm.opt.
So I can have different nodes backing up different folders, but I cannot
check it with GUI. I would need some sort of start-up switch that will
tell GUI which dsm.opt to use or something like this.



Any ideas appreciated,

Regards,



Joe Crnjanski

Infinity Network Solutions Inc.

Phone: 416-235-0931 x226

Fax:   416-235-0265

Web:www.infinitynetwork.com


Re: multiple schedules on one server

2009-03-09 Thread Howard Coles
You are correct.  The question is what kind of client is this?  That
will make the difference as to how.
On Linux / UNIX :  dsm -optfile=/location/of/dsm.opt
On Windows:
Set DSM_CONFIG=C:\location\of\dsm.opt
Dsm
In batch file.

You could also (if you are referring to the Web interface:

dsmcad -optfile=/location/of/dsm.opt > /dev/null 2>&1 &

Put that in a start up script for each node specifying in the dsm.sys
file a separate httpport for each client.

In windows you would load the dsm as above and then install separate web
client services using the setup wizard, making sure you use different
port numbers for each client.  (or, use the dsmcutil)

See Ya'
Howard


> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf
> Of Joe Crnjanski
> Sent: Monday, March 09, 2009 1:10 PM
> To: ADSM-L@VM.MARIST.EDU
> Subject: [ADSM-L] multiple schedules on one server
> 
> 
> 
> Hello,
> 
> 
> 
> We have customer who is hosting multiple clients on his server. He
> wants
> to backup different folders (that belong to different customers) with
> different TSM node name, and he also wants his customers to be able to
> lunch GUI and see only their files.
> 
> 
> 
> I can install multiple schedules on his server that will use different
> dsm.opt files, but when I lunch GUI it will always use only one
> dsm.opt.
> So I can have different nodes backing up different folders, but I
> cannot
> check it with GUI. I would need some sort of start-up switch that will
> tell GUI which dsm.opt to use or something like this.
> 
> 
> 
> Any ideas appreciated,
> 
> Regards,
> 
> 
> 
> Joe Crnjanski
> 
> Infinity Network Solutions Inc.
> 
> Phone: 416-235-0931 x226
> 
> Fax:   416-235-0265
> 
> Web:www.infinitynetwork.com


multiple schedules on one server

2009-03-09 Thread Joe Crnjanski
 

Hello,

 

We have customer who is hosting multiple clients on his server. He wants
to backup different folders (that belong to different customers) with
different TSM node name, and he also wants his customers to be able to
lunch GUI and see only their files.

 

I can install multiple schedules on his server that will use different
dsm.opt files, but when I lunch GUI it will always use only one dsm.opt.
So I can have different nodes backing up different folders, but I cannot
check it with GUI. I would need some sort of start-up switch that will
tell GUI which dsm.opt to use or something like this.

 

Any ideas appreciated,

Regards,

 

Joe Crnjanski

Infinity Network Solutions Inc.

Phone: 416-235-0931 x226

Fax:   416-235-0265

Web:www.infinitynetwork.com