Table 3-1 identifies some of the NetWare cluster load and unload script commands that the Cluster Translation Library script searches for and the Linux commands that it replaces them with (unless the commands are deleted).
Table 3-1 Cluster Script Command Comparison
Action |
NetWare Cluster Command |
Linux Cluster Command |
---|---|---|
Replace |
IGNORE_ERROR add secondary ipaddress |
ignore_error add_secondary_ipaddress |
Replace |
IGNORE_ERROR del secondary ipaddress |
ignore_error del_secondary_ipaddress |
Replace |
del secondary ipaddress |
ignore_error del_secondary_ipaddress |
Replace |
add secondary ipaddress |
exit_on_error add_secondary_ipaddress |
Delete |
IGNORE_ERROR NUDP |
(deletes the entire line) |
Delete |
IGNORE_ERROR HTTP |
(deletes the entire line) |
Replace |
nss /poolactivate= |
nss /poolact= |
Replace |
nss /pooldeactivate= |
nss /pooldeact= |
Replace |
mount volume_name VOLID=number |
exit_on_error ncpcon mount volume_name=number
|
Replace |
NUDP ADD clusterservername ipaddress
|
exit_on_error ncpcon bind ‑‑ncpservername=ncpservername ‑‑ipaddress=ipaddress |
Replace |
NUDP DEL clusterservername ipaddress
|
ignore_error ncpcon unbind ‑‑ncpservername=ncpservername ‑‑ipaddress=ipaddress |
Delete |
CLUSTER CVSBIND |
(deletes the entire line) |
Delete |
CIFS |
(deletes the entire line) |