ADSM-L

Re: Running multiple Schedule on Solaris Clusters

2000-08-21 12:23:35
Subject: Re: Running multiple Schedule on Solaris Clusters
From: Mark Adams <mark_adams AT CSGSYSTEMS DOT COM>
Date: Mon, 21 Aug 2000 11:22:43 -0500
You can have more than 1 scheduler. If you create a script that sets
your environment variables and starts the scheduler looking at a different
startup directory that contains a different dsm.sys and dsm.opt file.
The script will need to contain
 DSM_DIR=/new/path;export DSM_DIR
 DSM_LOG=/new/path;export DSM_LOG
 DSM_CONFIG=/new/path/dsm.opt;export DSM_CONFIG
 dsmc sched &

In the new dsm.sys set your new node name. You will have to set up a new
PASSWORDDIR for the second nodename.


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