aix client installation

2002-12-06 Thread Schoenleitner Thomas
dear all!

I just intalled 2 aix clients as described in the readme file
(aix 4.3, tsm client 4.2.2.1)
all worked fine, but I am not sure, how to start the scheduler correct.

I inserted the following lines to /etc/inittab

tsm::once:/usr/bin/dsmc sched  /dev/null 21 
tsmws::once:/usr/tivoli/tsm/client/ba/bin/dsmcad  /dev/null 21 

on an other older aix machine (aix 4.3, tsm 4.1.2) the inittab is different:

tsm:2:once:startsrc -s dsmc /dev/console 21 #Start TSM Client Scheduler
tsmws:2:once:/usr/tivoli/tsm/client/ba/bin/rc.adsmws /dev/console 21 #Start Webshell

why can't I use startsrc on the 1st machine?


i hope, anyone can help me

thomas


Dipl.-Ing. (FH) Thomas Schönleitner
Salzburger Gebietskrankenkasse
EDV/System
Adr.:   Faberstraße 19-23
A-5024 Salzburg
Tel.:   +43 (0)662 8889-510
Fax.:   +43 (0)662 8889-515
Mail:   mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]  
Web :   http://www.sgkk.at/ 
 
 



Re: aix client installation

2002-12-06 Thread Sias Dealy
Thomas,

Have you thought about using the nohup command?

nohup dsmc sched  /dev/null 21  /dev/null 

I have a file called tsmsched with the above command.
I the inittab have something like this:
tsm::once:/usr/bin/tsmsched

I can't remember but with AIX 4.3 or 4.2 there was an issue
with the nohup command. You have to put the command in a file
and then execute the file like a script to get the nohup to
work. That is why my setup is the way it is.

Sias



 On, Schoenleitner Thomas
([EMAIL PROTECTED]) wrote:

 dear all!

 I just intalled 2 aix clients as described in the readme file
 (aix 4.3, tsm client 4.2.2.1)
 all worked fine, but I am not sure, how to start the
scheduler correct.

 I inserted the following lines to /etc/inittab

 tsm::once:/usr/bin/dsmc sched  /dev/null 21
 tsmws::once:/usr/tivoli/tsm/client/ba/bin/dsmcad  /dev/null
21

 on an other older aix machine (aix 4.3, tsm 4.1.2) the
inittab is different:

 tsm:2:once:startsrc -s dsmc /dev/console 21 #Start TSM
Client Scheduler
 tsmws:2:once:/usr/tivoli/tsm/client/ba/bin/rc.adsmws
/dev/console 21 #Start Webshell

 why can't I use startsrc on the 1st machine?


 i hope, anyone can help me

 thomas




Get your own 800 number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag



Re: aix client installation

2002-12-06 Thread Lars Bebensee
On 06.12.2002 11:20:57 ADSM: Dist Stor Manager wrote:

 dear all!

 I just intalled 2 aix clients as described in the readme file
 (aix 4.3, tsm client 4.2.2.1)
 all worked fine, but I am not sure, how to start the scheduler correct.

 I inserted the following lines to /etc/inittab

 tsm::once:/usr/bin/dsmc sched  /dev/null 21
 tsmws::once:/usr/tivoli/tsm/client/ba/bin/dsmcad  /dev/null 21

 on an other older aix machine (aix 4.3, tsm 4.1.2) the inittab is
different:

 tsm:2:once:startsrc -s dsmc /dev/console 21 #Start TSM Client
Scheduler
 tsmws:2:once:/usr/tivoli/tsm/client/ba/bin/rc.adsmws /dev/console 21
#Start
 Webshell

 why can't I use startsrc on the 1st machine?

Hi there,

as far as I know there's no src functionality for the tsm client available
per default. So unless someone seriously got  srcmstr convinced, it would
not start the dsmc in scheduling mode. You will have to start the client
side scheduler with dsmc sched like in the first example.
However it should be possible to add a subsystem to the system resource
controller with something like:
$ mkssys -s dsmc -p /usr/tivoli/tsm/client/ba/bin/dsmc -u0 -R -S -n15 -f3
-a  sched
Hereafter it should be possible to start and stop the scheduler via the
startsrc and stopsrc commands. I would actually not name the subsystem dsmc
but something like dsmsched to avoid confusion with invoking the dsmc
command line client.

Cya Lars



Re: aix client installation

2002-12-06 Thread Jane Bamberger
Hi,

I have aix 4.3.3 and use this in inittab and it works fine at boot:

adsm:2:once:/usr/bin/dsmc sched -quiet /dev/null 21

Hope that helps,
Jane
%%
Jane Bamberger
IS Department
Bassett Healthcare
607-547-4750
- Original Message - 
From: Lars Bebensee 
To: [EMAIL PROTECTED] 
Sent: Friday, December 06, 2002 8:11 AM
Subject: Re: aix client installation


On 06.12.2002 11:20:57 ADSM: Dist Stor Manager wrote:

 dear all!

 I just intalled 2 aix clients as described in the readme file
 (aix 4.3, tsm client 4.2.2.1)
 all worked fine, but I am not sure, how to start the scheduler correct.

 I inserted the following lines to /etc/inittab

 tsm::once:/usr/bin/dsmc sched  /dev/null 21
 tsmws::once:/usr/tivoli/tsm/client/ba/bin/dsmcad  /dev/null 21

 on an other older aix machine (aix 4.3, tsm 4.1.2) the inittab is
different:

 tsm:2:once:startsrc -s dsmc /dev/console 21 #Start TSM Client
Scheduler
 tsmws:2:once:/usr/tivoli/tsm/client/ba/bin/rc.adsmws /dev/console 21
#Start
 Webshell

 why can't I use startsrc on the 1st machine?

Hi there,

as far as I know there's no src functionality for the tsm client available
per default. So unless someone seriously got  srcmstr convinced, it would
not start the dsmc in scheduling mode. You will have to start the client
side scheduler with dsmc sched like in the first example.
However it should be possible to add a subsystem to the system resource
controller with something like:
$ mkssys -s dsmc -p /usr/tivoli/tsm/client/ba/bin/dsmc -u0 -R -S -n15 -f3
-a  sched
Hereafter it should be possible to start and stop the scheduler via the
startsrc and stopsrc commands. I would actually not name the subsystem dsmc
but something like dsmsched to avoid confusion with invoking the dsmc
command line client.

Cya Lars



Re: aix client installation

2002-12-06 Thread Mr. Lindsay Morris
That's interesting, Lars.  I'd never thought of doing that.
So what benefit might we get by using AIX's System Resource Controller
(that's what SRC means, right?) to start the TSM scheduler?

-
Mr. Lindsay Morris
Lead Architect, Servergraph
www.servergraph.com http://www.servergraph.com
859-253-8000 ofc
425-988-8478 fax


 -Original Message-
 From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
 Lars Bebensee
 Sent: Friday, December 06, 2002 8:11 AM
 To: [EMAIL PROTECTED]
 Subject: Re: aix client installation


 On 06.12.2002 11:20:57 ADSM: Dist Stor Manager wrote:

  dear all!
 
  I just intalled 2 aix clients as described in the readme file
  (aix 4.3, tsm client 4.2.2.1)
  all worked fine, but I am not sure, how to start the scheduler correct.
 
  I inserted the following lines to /etc/inittab
 
  tsm::once:/usr/bin/dsmc sched  /dev/null 21
  tsmws::once:/usr/tivoli/tsm/client/ba/bin/dsmcad  /dev/null 21
 
  on an other older aix machine (aix 4.3, tsm 4.1.2) the inittab is
 different:
 
  tsm:2:once:startsrc -s dsmc /dev/console 21 #Start TSM Client
 Scheduler
  tsmws:2:once:/usr/tivoli/tsm/client/ba/bin/rc.adsmws /dev/console 21
 #Start
  Webshell
 
  why can't I use startsrc on the 1st machine?

 Hi there,

 as far as I know there's no src functionality for the tsm client available
 per default. So unless someone seriously got  srcmstr convinced, it would
 not start the dsmc in scheduling mode. You will have to start the client
 side scheduler with dsmc sched like in the first example.
 However it should be possible to add a subsystem to the system resource
 controller with something like:
 $ mkssys -s dsmc -p /usr/tivoli/tsm/client/ba/bin/dsmc -u0 -R -S -n15 -f3
 -a  sched
 Hereafter it should be possible to start and stop the scheduler via the
 startsrc and stopsrc commands. I would actually not name the
 subsystem dsmc
 but something like dsmsched to avoid confusion with invoking the dsmc
 command line client.

 Cya Lars