ADSM-L

Re: multiple servers on one aix system - telling processes apart

2006-03-30 14:24:39
Subject: Re: multiple servers on one aix system - telling processes apart
From: Paul Zarnowski <psz1 AT CORNELL DOT EDU>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Thu, 30 Mar 2006 14:18:45 -0500
We run multiple TSM server instances on the same AIX box, but we
don't run them as root.  Instead, we run each one under it's own
userid.  Among other things, this solves the problem of which
server's processes you are looking at.  It also provides an extra
level of data protection to ensure that one server doesn't
accidentally overwrite data on another server.  It's not hard to do -
if you're using raw devices, you'll want to chown them appropriately.

At 10:48 AM 3/30/2006, Richard Rhodes wrote:
In setting up our first server (AIX) with multiple TSM instances, I realize
that
a "ps -ef | grep dsm" show two processes - and no real way to easily tell
them apart.

   rsfebkup5p.fenetwork.com:/tsmdata/tsm2t/config==>ps -ef | grep dsm
       root  581662       1   0 14:45:41      -  0:03 dsmserv quiet
       root  639052       1   0 10:32:15  pts/0  0:00 dsmserv quiet

My solution was to create to two links to the dsmserv executable
in the install dir (/usr/tivoli/tsm/server/bin) with
different names.

   rsfebkup5p.fenetwork.com:/usr/tivoli/tsm/server/bin==>ls -l dsmserv*
   -rwxr-xr-x   1 root     system     19095507 Feb 21 16:59 dsmserv
   lrwxrwxrwx   1 root     system            7 Mar 30 10:36 dsmserv_tsm2t
-> dsmserv
   lrwxrwxrwx   1 root     system            7 Mar 30 10:37 dsmserv_tsmlm2
-> dsmserv

I then start the tsm servers with the link name.  Now, when I
run a "ps -ef" looking for the dsmserv processes, I get the following:

   rsfebkup5p.fenetwork.com:/usr/tivoli/tsm/server/bin==>ps -ef | grep dsm
       root  581710       1   0 10:37:53  pts/1  0:00 dsmserv_tsmlm2 quiet
       root  946238       1   0 10:38:44  pts/1  0:00 dsmserv_tsm2t quiet

Question:  Is this good/bad . . . has anyone done something similar?

Thanks

Rick


-----------------------------------------
The information contained in this message is intended only for the
personal and confidential use of the recipient(s) named above. If
the reader of this message is not the intended recipient or an
agent responsible for delivering it to the intended recipient, you
are hereby notified that you have received this document in error
and that any review, dissemination, distribution, or copying of
this message is strictly prohibited. If you have received this
communication in error, please notify us immediately, and delete
the original message.


--
Paul Zarnowski                            Ph: 607-255-4757
Manager, Storage Systems                  Fx: 607-255-8521
719 Rhodes Hall, Ithaca, NY 14853-3801    Em: psz1 AT cornell DOT edu

<Prev in Thread] Current Thread [Next in Thread>