But how about your DSM.OPT files ? They have to be pointed to by the dsmcad daemon to use the correct one.
For example, here are two entries in my DSM.SYS SErvername vram1_incremental COMMMethod TCPip TCPPort 1500 TCPServeraddress TSMAIX2.UCC.VCU.EDU NODEName vram1.VCU.EDU PASSWORDACCESS GENERATE CHANGINGRETRIES 0 MANAGEDSERVICES SCHEDULE WEBCLIENT SCHEDLOGNAME /opt/tivoli/tsm/client/domino/bin/domdsmc_vram1/dsmsched.log SCHEDLOGR 30 D ERRORLOGNAME /opt/tivoli/tsm/client/domino/bin/domdsmc_vram1/dsmerror.log ERRORLOGR 30 D PASSWORDDIR /opt/tivoli/tsm/client/domino/bin/domdsmc_vram1 HTTPPORT 1581 MANAGEDSERVICES webclient schedule DOMNODE /opt/tivoli/tsm/client/domino/bin/domdsmc_vram1/domdsm.cfg SErvername vram1_weekly COMMMethod TCPip TCPPort 1500 TCPServeraddress TSMAIX2.UCC.VCU.EDU NODEName vram1.WEEKLY PASSWORDACCESS GENERATE CHANGINGRETRIES 0 MANAGEDSERVICES SCHEDULE WEBCLIENT SCHEDLOGNAME /opt/tivoli/tsm/client/domino/bin/domdsmc_vram1/dsmsched.log SCHEDLOGR 30 D ERRORLOGNAME /opt/tivoli/tsm/client/domino/bin/domdsmc_vram1/dsmerror.log ERRORLOGR 30 D PASSWORDDIR /opt/tivoli/tsm/client/domino/bin/domdsmc_vram1 INCLUDE *.nsf* WEEKLY INCLUDE *.ntf* WEEKLY INCLUDE *.box* WEEKLY HTTPPORT 1561 MANAGEDSERVICES webclient schedule DOMNODE /opt/tivoli/tsm/client/domino/bin/domdsmc_vram1/domdsmw.cfg The corresponding "dsm.opt" files have one statement - to pick the DSM.SYS stanza dsm.opt SErvername vram1_incremental dsmweekly.opt SErvername vram1_weekly These "dsm.opt" files are pointed to by the dsmcad startup script/environmental variable. Here are the two corresponding statements from it: DSM_CONFIG=/opt/tivoli/tsm/client/domino/bin/domdsmc_vram1/dsm.opt;export DSM_CONFIG;/usr/bin/dsmcad > /dev/null 2>&1 DSM_CONFIG=/opt/tivoli/tsm/client/domino/bin/domdsmc_vram1/dsmweekly.opt;export DSM_CONFIG;/usr/bin/dsmcad > /dev/null 2>&1 Ryan P <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" <[email protected]> 11/04/2005 09:53 AM Please respond to "ADSM: Dist Stor Manager" <[email protected]> To [email protected] cc Subject Re: [ADSM-L] dsmcad - accessing multiple nodes from the web interface on a single box It is Redhat ES 3.0, it seems the httpport value works but only for the first server stanza (tsmserv), the second one (tsmservora) it seems to ignore it. Am I doing something wrong? Here is my dsm.sys SErvername tsmserv COMMmethod TCPip TCPPort 1500 TCPServeraddress 192.168.7.139 Nodename onestaff Tcpwindowsize 64 Tcpnodelay Yes Tcpbuffsize 32 Txnbytelimit 25600 Tcpnodelay yes Changingretries 2 Compression off Retryperiod 5 Queryschedperiod 6 Maxcmdretries 2 Passwordaccess Generate Passworddir /opt/tivoli/tsm/client/ba/bin/pswd Schedlogname /opt/tivoli/tsm/client/log/schdlog.txt Schedlogretention 7 Schedmode prompted Errorlogname /opt/tivoli/tsm/client/log/errlog.txt Errorlogretention 7 inclexcl /opt/tivoli/tsm/client/ba/bin/inclexcl.list Resourceutilization 4 Httpport 1551 SErvername tsmservora COMMmethod TCPip TCPPort 1500 TCPServeraddress 192.168.7.139 Nodename onestaff_ora Tcpwindowsize 64 Tcpnodelay Yes Tcpbuffsize 32 Txnbytelimit 25600 Tcpnodelay yes Changingretries 2 Compression off Retryperiod 5 Queryschedperiod 6 Maxcmdretries 2 Passwordaccess Generate Passworddir /opt/tivoli/tsm/client/ba/bin/pswd Schedlogname /opt/tivoli/tsm/client/log/schdlogora.txt Schedlogretention 7 Schedmode prompted Errorlogname /opt/tivoli/tsm/client/log/errlogora.txt Errorlogretention 7 inclexcl /opt/tivoli/tsm/client/ba/bin/inclexclora.list Resourceutilization 4 Httpport 1554 Zoltan Forray/AC/VCU said: > What platform ? > > I am running 6-Domino instances with 3-TSM nodes per instance on Solaris > systems. All 18-nodes are accessible via the web-gui. You just need to > code different HTTPPORT addresses for each node. I have 19-stanza in my > DSM.SYS with httpport values starting at 1551 - stepping by two (i.e. > 1551, 1553, 1557, 1559 and so on). > > > > Ryan P <[EMAIL PROTECTED]> > Sent by: "ADSM: Dist Stor Manager" <[email protected]> > 10/26/2005 01:29 PM > Please respond to > "ADSM: Dist Stor Manager" <[email protected]> > > > To > [email protected] > cc > > Subject > [ADSM-L] dsmcad - accessing multiple nodes from the web interface on a > single box > > > > > > > example: > > server: onestaff > hostname: onestaff.domain.int > > ip: 192.168.0.99 > > > node 1 - onestaff > node 2 - onestaff_ora > > I have a server that has two nodes in the configuration. One node for the > auto schedule incremental daily backups then another node for an > application, oracle, that gets backup manually by the admin of the > application. The webclient, dsmcad, is working for the logical network > hostname in dns for it. > > > http://onestaff:1581 works great for that node. > > Question is, how would I be able to access the node - onestaff_ora from > the webclient when it is already defaulting to another? > > Is dsmcad intelligent to see the different nodes and take them as apache > manages virtual hosts? > > ------------------------------------------------------------- > > Note: This email is for the sole use of the intended > recipient(s) and may contain confidential information. Any > unauthorized review, use, disclosure or distribution is > prohibited. Contact the sender if received in error. > ------------------------------------------------------------- Note: This email is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is prohibited. Contact the sender if received in error.
