Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
redhat-config-cluster: redhat-config-cluster is a utility which allows you to configure a Red Hat Clumanager cluster.
Name: | redhat-config-cluster |
Vendor: | CERN, http://cern.ch/linux |
Version: | 1.0.0 |
License: | GPL |
Release: | 5 |
URL: | http://www.redhat.com/ |
- Summary
- redhat-config-cluster is a utility which allows you to configure a Red Hat Clumanager cluster.
Changelog
- * Tue Sep 16 05:00:00 2003 Hardy Merrill <hmerrill{%}redhat{*}com> 1.0.0-5
- util_smbconf_module.py - commented out 'netbios name'
additions made in 1.0.0-4, because new Samba package
was created with a patch to fix bugzilla 104222. I
left in functions __getHostName and __getNetbiosName -
they just aren't used now.
- * Fri Sep 12 05:00:00 2003 Hardy Merrill <hmerrill{%}redhat{*}com> 1.0.0-4
- util_smbconf_module.py - fixes to workaround bugzilla
104222 - Samba bug where 'nmbd -n [foo] ...' (done by
clumanager when starting the samba service) does not
work because the nmbd command is ignoring the -n option.
So, these changes were made to add [global] option
'netbios name' as a workaround:
1. added global option 'netbios name'.
2. added function __getHostName, which calls
gethostbyaddr.
3. added function __getNetbiosName, which grabs thei
1st ip address for the service, resolves it, and
uses the 1st part of the dns address as the netbios
name.
- * Thu Sep 11 05:00:00 2003 Hardy Merrill <hmerrill{%}redhat{*}com> 1.0.0-3
- util_smbconf_module.py - fixed the 're.split' in __init__
so that it only splits on the first equal sign. I did this
by adding 'maxsplit=1' to the split.
- ReleaseNotes - added a note on service relocation - if the
target member of a service relocation cannot start the
service, and another member can, then the user will get
no notification that the original target member coudn't
start the service. But the logs on the original target
member will reflect the error starting the service, and
the logs on the member that actually started the service
will reflect(log level 'notice') that it did start the
service.
- redhat-config-cluster-cmd.8 manpage - in CLUMEMBD 'interval'
description, changed reference to a member from 'he' to 'it'.