version 1.13, 2003/08/19 10:26:24
|
version 1.15, 2003/09/16 09:49:54
|
Line 36
|
Line 36
|
# lonManage -push <tablename> newfile host |
# lonManage -push <tablename> newfile host |
# Push <tablename> to the lonTabs directory. Note that |
# Push <tablename> to the lonTabs directory. Note that |
# <tablename> must be one of: |
# <tablename> must be one of: |
# hosts (hosts.tab) |
# host (hosts.tab) |
# domain (domain.tab) |
# domain (domain.tab) |
# |
# |
# lonManage -reinit lonc host |
# lonManage -reinit lonc host |
Line 50
|
Line 50
|
# not the IP address of the host. |
# not the IP address of the host. |
# |
# |
# $Log$ |
# $Log$ |
|
# Revision 1.15 2003/09/16 09:49:54 foxr |
|
# Adjust the usage message to reflect what actually will happen on |
|
# --reinit={lond|lonc} |
|
# |
|
# Revision 1.14 2003/09/08 09:45:20 foxr |
|
# Remove BUGBUG about comment about authentication as we'll be doing |
|
# host based authentication initially (no need for lonManage to do anything), |
|
# and certificate based later (need at that time). |
|
# |
# Revision 1.13 2003/08/19 10:26:24 foxr |
# Revision 1.13 2003/08/19 10:26:24 foxr |
# Initial working version... tested against an unmodified lond this |
# Initial working version... tested against an unmodified lond this |
# produces an unknown_cmd response which is about what I'd expect. |
# produces an unknown_cmd response which is about what I'd expect. |
Line 97
|
Line 106
|
# |
# |
# |
# |
|
|
# >>>>BUGBUG<<<< require authentication with lond of some sort. |
|
# domain admin login eg. |
|
|
|
# Modules required: |
# Modules required: |
|
|
Line 122 sub Usage {
|
Line 130 sub Usage {
|
lonManage --push=<tablename> newfile host |
lonManage --push=<tablename> newfile host |
Push <tablename> to the lonTabs directory. Note that |
Push <tablename> to the lonTabs directory. Note that |
<tablename> must be one of: |
<tablename> must be one of: |
hosts (hosts.tab) |
host (hosts.tab) |
domain (domain.tab) |
domain (domain.tab) |
|
|
lonManage --reinit=lonc host |
lonManage --reinit=lonc host |
Sends a HUP signal to the remote systems's lond. |
Causes lonc in the remote system to reread hosts.tab and |
|
adjust the set of clients that are being maintained to match |
|
the new file. |
|
|
|
|
lonManage --reinit=lond host |
lonManage --reinit=lond host |
Requests the remote system's lond perform the same action as if |
Causes lond in the remote system to reread the hosts.tab file |
it had received a HUP signal. |
and adjust the set of servers to match changes in that file. |
|
|
In the above syntax, the host above is the hosts.tab name of a host, |
In the above syntax, the host above is the hosts.tab name of a host, |
not the IP address of the host. |
not the IP address of the host. |