Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Adding a custom machine attribute
- Date: Fri, 18 Jun 2010 03:58:25 -0400
- From: Mag Gam <magawake@xxxxxxxxx>
- Subject: [Condor-users] Adding a custom machine attribute
I would like to add,
NETWORK_SPEED = 1000
STARTD_EXPRS=NETWORK_SPEED
in my local config file
Then the tricky part is, do I do condor_reconfig -startd on the
Central Manager? or on the host itself?
Also, what is the correct command to start publishing this Ad? Do I
need to kill all condor deamons on the host and then publish the
ClassAd? Is there a non intrusive way of doing this?
TIA