by ezs | Mar 13, 2005 | evilzenscientist, Linux, Uncategorized, ZENworks
No sooner have I posted on ZENworks 7 Linux Management – when a slew of press comes out:
Novell Linux Strategy In Full Bloom
http://informationweek.com/story/showArticle.jhtml?articleID=159401396
Novell CEBIT announcements are loud and clear
http://os.newsforge.com/os/05/03/11/0231214.shtml?tid=2&tid=3
Novell debuts ZENworks for Linux
http://www.infoworld.com/article/05/03/11/HNzenworks7_1.html?source=rss&url=http://www.infoworld.com/article/05/03/11/HNzenworks7_1.html
Novell Ramps Up its Linux Push
http://www.eweek.com/article2/0,1759,1775498,00.asp
Novell Upgrades Zenworks Linux Management Software
http://www.eweek.com/article2/0,1759,1775525,00.asp
This also got on Slashdot:
http://linux.slashdot.org/article.pl?sid=05/03/13/1233251&tid=223
by ezs | Mar 11, 2005 | evilzenscientist, Linux, Novell BrainShare, Uncategorized, ZENworks
I’ve been working with the Novell Ximian engineering team in Cambridge, MA for about 18 months now – working to evolve Red Carpet Enterprise through to ZENworks Linux Management.
The ‘next’ version of ZENworks Linux Management has been planned and under development for about a year – it’s codename was “Project Birdman“.. the name was chosen by the Ximian team 🙂
Novell have just made an announcement at CeBIT that we will be releasing this product as ZENworks 7 Linux Management – and that this will be available in mid 2005.
My colleagues in Product Marketing have made a sweet ‘Sneak Peek’ website with information.
After BrainShare I’ll post more on this.
by ezs | Dec 7, 2004 | Linux, Uncategorized, ZENworks
Rcmirror-web-bos.conf
From zenwiki
# rcmirror-web-bos.conf
#
# ezs Nov 04
#
# ZLM 6.6 Mirror configuration to get updates from
# the private Ximian ZLM update service web-bos-ma-us.rc.ximian.com
#
# create a unique cache for each rcmirror process
# the directory must exist
[rcmirror]
cachedir=/var/cache/rcmirror-web-bos
# rcd needs to be activated against the upstream ZLM server
[remote]
base=https://web-bos-ma-us.rc.ximian.com
# a simple http proxy can be used
#proxy=http://
:
@
:
#proxy=http://proxyuser:secretpassword@proxy.digitalairlines.com:2081
# create a ZLM service account – e.g. ZLM-rcmirror
[local]
rcmanuser=zlm-service
rcmanpassword=
# echo -n ‘password’ | md5sum
# To list all channels available use
# rcmirror -l -c/etc/ximian/rcmirror-web-bos.conf
[channel]
name=zenworks66
by ezs | Dec 7, 2004 | Linux, Uncategorized, ZENworks
Rcmirror-you.conf
From zenwiki
# rcmirror-you.conf
#
# ezs Nov 04
#
# ZLM 6.6 Mirror configuration to get updates from YOU
#
# create a unique cache for each rcmirror process
# the directory must exist
[rcmirror]
cachedir=/var/cache/rcmirror-you
[remote]
base=http://sdb2.suse.de/download
type=yast
user=
# NOTE: Do not use the MD5 hash for this password. Include it in clear text
password=
# a simple http proxy can be used
#proxy=http://
:
@
:
#proxy=http://proxyuser:secretpassword@proxy.digitalairlines.com:2081
# create a ZLM service account – e.g. ZLM-rcmirror
[local]
rcmanuser=zlm-service
rcmanpassword=
# echo -n ‘password’ | md5sum
# To list all channels available use rcmirror -l -c/etc/ximian/rcmirror-you.conf
[channel]
name=nld-9-i586
localname=nld-9-i586-patch
[channel]
name=sles-9-i586
localname=sles-9-i586-patch
[channel]
name=sles-8-i386
localname=sles-8-i386-patch
by ezs | Dec 7, 2004 | Linux, Uncategorized, ZENworks
Rcmirror-ftp.conf
From zenwiki
A rcmirror config to get SUSE LINUX Professional updates from ftp servers like ftp.uni-kl.de.
Exchange ftp.uni-kl.de with any prefereed SUSE mirror you get in YaSTs YOU menu
[rcmirror]
cachedir=/var/cache/rcmirror-you
[remote]
base=ftp://ftp.uni-kl.de/pub/linux/suse/
type=yast
[local]
rcmanuser=####
rcmanpassword=####
[channel]
name=suse-90-i586
localname=sl90-i586-patch
#target=suse-90-i586
[channel]
name=suse-91-i586
localname=sl91-i586-patch
[channel]
name=suse-92-i586
localname=sl92-i586-patch
by ezs | Dec 7, 2004 | Linux, Uncategorized, ZENworks
ZLM name resolution
From zenwiki
RCE will use DNS for all name resolution between client and server.
There is a rule for server to client name resolution:
– if the hostname is ‘localhost.localdomain’ then never use DNS for
name resolution; instead use the last known IP address for the device
– if the hostname is not ‘localhost.localdomain’ then RCE assumes that
(Dynamic) DNS is being used and DNS is used for client resolution
If the deployment scenario:
does not include Dynamic DNS
and
managed clients have Dynamic IP addressing (via DHCP)
and
managed clients have been given hostnames
then the default RCE installation will have problems reliably
connecting from the RCE server to devices.
Symptoms of this include:
– managed machines never showing software inventory or target
information in RCE
– managed machines never receiving transaction or job data
The solution:
add the flag
client_comm_type=IP
to /etc/ximian/rcserver/rcserver.conf
ZLM troubleshooting
From zenwiki
– Some of the hardware information does not show up under VMware. Known
issue.
– if the software information and target do not get populated then check
the following:
– is the daemon running; telnet to 505 on the client from the server.
– is rcd-modules installed on the client
– how is the ZLM server resolving the client IP address? By default if
the machine name is not ‘linux’ or ‘localhost.localdomain’ then the ZLM
server will use DNS to find the client; if it can’t resolve (client not
in DNS) then you’ll not get things working.
– change ZLM name resolution mechanism.
Recent Comments