On 10/7/10 1:26 PM, Graduate Studies Web Master wrote: > Dsmc is definitely what I'm looking for. When I run the command above, I get: > > root 19676 19450 0 13:16 pts/0 00:00:00 grep dsmc > > Which seems to suggest dsmc is not running. But I can't figure out how to get > it to start. To be honest, I'm definitely outside my comfort zone in trying > to figure this out.
Most of the time, it will probably have an init script. Since you said it's RHEL, you could look for something similarly/appropriately named in the output of "chkconfig --list". Something like this: chkconfig --list | grep -i smc I'm not sure what the script would be called, or even if there is an init script. I'm just guessing here. -- Lloyd Brown Systems Administrator Fulton Supercomputing Lab Brigham Young University http://marylou.byu.edu -------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list
