Re: [cobbler-devel] Support of several network interfaces in system object

2014-10-22 Thread Mann, Owen
I use it a lot. I consider it a “basic minimum’, since kickstart supports it. We don’t use configuration management tools at this time (all built into Cobbler!), and it’s really convenient to have each machine’s 6 or so interfaces in there. Besides, if PXEing from a bond or a VLAN needs to be

Re: [cobbler] updating my install image

2014-09-17 Thread Mann, Owen
Add your repos on top of the base repos using the repo directive, and anaconda will figure out which packages are the newest ones. http://fedoraproject.org/wiki/Anaconda/Kickstart#repo Owen Mann, Interactive Datahttp://www.interactivedata.com/ Omega 60 Codman Hill Rd, Boxborough, MA 01719

Re: [cobbler] updating my install image

2014-09-17 Thread Mann, Owen
...@lists.fedorahosted.orgmailto:cobbler-boun...@lists.fedorahosted.org cobbler-boun...@lists.fedorahosted.orgmailto:cobbler-boun...@lists.fedorahosted.org on behalf of Mann, Owen owen.m...@interactivedata.commailto:owen.m...@interactivedata.com Sent: Wednesday, September 17, 2014 10:54 AM To: cobbler mailing

Re: [cobbler] Using a proxy on reposync

2014-06-10 Thread Mann, Owen
The http_proxy environment variable may help. Here's a related ticket: https://github.com/cobbler/cobbler/issues/362 Owen Mann, Interactive Datahttp://www.interactivedata.com/ Omega 60 Codman Hill Rd, Boxborough, MA 01719 978-795-3758

Re: [cobbler] cobbler repo add --mirror=url: multiple URLs?

2013-05-03 Thread Mann, Owen
My understanding, or at least last time I checked, is that the yum in Anaconda doesn't support this, or other yum plugins. Owen Mann, Interactive Data Real Time Services 60 Codman Hill Rd, Boxborough, MA 01719 978-795-3758 owen.m...@interactivedata.commailto:owen.m...@interactivedata.com “We

Re: [cobbler] how to use the field of status of cobbler web

2013-04-23 Thread Mann, Owen
Short answer: the DTAP status is not currently used within Cobbler for any purpose. https://lists.fedorahosted.org/pipermail/cobbler-devel/2011-August/002364.html https://github.com/jmaas/cobbler/commit/50d33d06c6ec53c1d0399cd0376476f2657cbff3

Re: [cobbler] A question about cobbler/codes.py and MS Windows support?

2012-12-07 Thread Mann, Owen
Historically, Windows is unsupported, but can be made to work with a fair bit of effort. I've successfully built w2k3 servers by pulling together a couple of web pages and several utility programs. Not for the faint of heart. Starting with Vista, MS switched to an image-based installation, with

Re: [cobbler] Explicitly disable interface

2012-11-05 Thread Mann, Owen
One way is to check the static IP box on the interface in Cobbler; the ONBOOT=yes will still be there, but the interface will effectively be disabled. I've modified post_install_network_config so when static is checked but there's no IP, it sets ONBOOT to no, but still adds blank IPADDR=

[cobbler] issues upgrading from 1.6.6 to 2.2.3-2

2012-09-11 Thread Mann, Owen
Hi all, just upgraded Cobbler on a RHEL5 box. On the previous 1.6.6 upgrade I went to 2.2.1 (latest at the time), but built a whole new box with RHEL6. Anyways, I got a problem I've never seen before right out of the gate. I know I've got to work on all the wsgi and /etc/settings, etc. stuff,

Re: [cobbler] Different partitioning requirements for identical blades

2012-09-10 Thread Mann, Owen
Are you sure there /is/ a /dev/sda? If it’s an HP, try cciss/c0d0. Owen Mann, Interactive Data Real Time Services 60 Codman Hill Rd, Boxborough, MA 01719 978-795-3758 owen.m...@interactivedata.commailto:owen.m...@interactivedata.com “We have to remember that what we observe is not nature in

[cobbler] PXE config troubleshooting script

2012-07-23 Thread Mann, Owen
Hi all, I sometimes want to verify what TFTP is sending, but with tftp.py now being dynamic, I can't just cat the /tftpboot/pxelinux.cfg/01-xx-xx-xx-xx-xx-xx file. So I whipped up a quick BASH script to do this, and thought I'd share. Hope someone finds it handy.

Re: [cobbler] How to determine internal disk in a Cobbler snippet/kickstart

2012-06-21 Thread Mann, Owen
That's a good one. I don't know of anything in the SCSI standard that might say whether a disk is internal or not. My only thought is use controller or enclosure-specific commands to determine if the port or backplane the disk is connected to is an external type. The caveats are that you need

Re: [cobbler] where does cobbler sync get its options from?

2012-06-20 Thread Mann, Owen
Grepping through cobbler, it looks like utils.py attempts to derive the tftp path from the xinetd config at around line 1026 in function tftpboot_location(). Owen Mann, Interactive Data Real Time Services 60 Codman Hill Rd, Boxborough, MA 01719 978-795-3758 owen.m...@interactivedata.com

Re: [cobbler] Multiple network devices detected

2012-05-30 Thread Mann, Owen
Have you verified your actual PXE cfg? If the append line is 255 characters, the ipappend will fall off the end. Owen Mann, Interactive Data Real Time Services 60 Codman Hill Rd, Boxborough, MA 01719 978-795-3758 owen.m...@interactivedata.com -Original Message- From:

Re: [cobbler] New stuff

2012-05-07 Thread Mann, Owen
A power status indicator would be pretty darn neat. As for custom power management types, I've added power_type to USES_SELECT in field_info.py. Will the custom types get added to the list of choices automatically? Owen Mann, Interactive Data Real Time Services 60 Codman Hill Rd, Boxborough, MA

Re: [cobbler] Variable substitution in wget generated as part on the reposync command

2012-04-30 Thread Mann, Owen
That wouldn't work - $basearch is a yum-specific extension. You should specify the URL explicitly. Owen Mann, Interactive Data Real Time Services 60 Codman Hill Rd, Boxborough, MA 01719 978-795-3758 owen.m...@interactivedata.commailto:owen.m...@interactivedata.com From:

Re: [cobbler] cobbler and centos 6.2

2012-04-23 Thread Mann, Owen
For my RHEL/CentOS 6-only repos, I use -c cache --update -C for createrepo flags. For 5-only and 5/6, I use -c cache -s sha Owen Mann, Interactive Data Real Time Services 60 Codman Hill Rd, Boxborough, MA 01719 978-795-3758 owen.m...@interactivedata.commailto:owen.m...@interactivedata.com

Re: [cobbler] Problem with PXE when DHCP not running on cobbler server

2012-04-16 Thread Mann, Owen
: [cobbler] Problem with PXE when DHCP not running on cobbler server Not sure why you got put in my spam box, but you did :(...  Anyway, the pxelinux.0 file are the same across all of the cobbler servers per an md5sum check. - Original Message - From: Mann, Owen owen.m

Re: [cobbler] Problem with PXE when DHCP not running on cobbler server

2012-03-26 Thread Mann, Owen
It sounds like the problem is with the pxelinux.0 bootfile - that's what makes the TFTP requests. Is the file your DHCP server is giving out the same as one that works? Owen Mann, Interactive Data Real Time Services 60 Codman Hill Rd, Boxborough, MA 01719 978-795-3758

Re: [cobbler] Documentation for RHEL

2012-02-23 Thread Mann, Owen
I think there's some value here; when I upgraded from a RHEL5 Cobbler 1.6 machine to a RHEL6 Cobbler 2.0 machine, I had to do some jiggering since Cobbler 1.6 doesn't support RHEL6. From: cobbler-boun...@lists.fedorahosted.org [mailto:cobbler-boun...@lists.fedorahosted.org] On Behalf Of

Re: [cobbler] Documentation for RHEL

2012-02-23 Thread Mann, Owen
, no… there are just too many variables. I think Owen's issue is different -- namely that the release didn't have sufficient upgrade instructions. On Thursday, February 23, 2012 at 11:44 AM, Mann, Owen wrote: I think there's some value here; when I upgraded from a RHEL5 Cobbler 1.6 machine to a RHEL6 Cobbler

Re: [cobbler] NIC naming in RHEL 6.x

2012-02-07 Thread Mann, Owen
I'm just hitting this one now. The culprit: http://fedoraproject.org/wiki/Features/ConsistentNetworkDeviceNaming http://domsch.com/blog/?p=455 To reverse it: http://www.arachnoid.com/linux/network_names/index.html Going forward, it's probably best to go with the flow. To get it working right

RE: cobbler xmlrpc subnet/netmask issue

2012-01-27 Thread Mann, Owen
dhcpd.conf is rendered from /etc/cobbler/dhcp.template - just change it there and sync. From: cobbler-boun...@lists.fedorahosted.org [mailto:cobbler-boun...@lists.fedorahosted.org] On Behalf Of Neal Shrader Sent: Thursday, January 26, 2012 8:08 PM To: cobbler mailing list Subject: Re: cobbler

RE: cobbler xmlrpc subnet/netmask issue

2012-01-27 Thread Mann, Owen
What does the list think of this RFE? - make `cobbler check` complain about .rpmnew files From: cobbler-boun...@lists.fedorahosted.org [mailto:cobbler-boun...@lists.fedorahosted.org] On Behalf Of Michael DeHaan Sent: Friday, January 27, 2012 9:29 AM To: cobbler mailing list Subject: Re: cobbler

RE: Self introduction and Power management improvements

2012-01-17 Thread Mann, Owen
, January 17, 2012 at 11:14 AM, Mann, Owen wrote: I've felt that power management could use some streamlining. I have ideas but I'm not any good at Python. Particularly I don't like the lowest common denominator aspect of the fence agents (e.g. reboot being implemented as power off, pause, power

RE: Automated network installation without access to main dhcp server?

2012-01-12 Thread Mann, Owen
From: cobbler-boun...@lists.fedorahosted.org [mailto:cobbler-boun...@lists.fedorahosted.org] On Behalf Of Michael DeHaan Sent: Wednesday, January 11, 2012 4:21 PM To: al...@geophysik.uni-muenchen.de; cobbler mailing list Subject: Re: Automated network installation without access to main dhcp

RE: How does one set up dnsmasq/DHCP to play nice with Windows DNS/DHCP

2012-01-06 Thread Mann, Owen
I've always wanted to try, but never got around to, keying off the PXE vendor-class-identifier option in the bootROM DHCP request. If it works, perhaps it should be the default in Cobbler. Here's some HOWTOs: http://www.ezunix.org/index.php?title=DHCP_setup_to_separate_PXE_and_normal_clients

RE: snippet keep_ssh_host_keys not running in background

2011-12-23 Thread Mann, Owen
This is very odd. My only guess is that's it's a F16 issue. I use this trick on every machine in the log_ks_pre snippet. It's worked on every RHEL/CentOS machine I've built - releases 4-6. From: cobbler-boun...@lists.fedorahosted.org [mailto:cobbler-boun...@lists.fedorahosted.org] On Behalf Of

RE: snippet keep_ssh_host_keys not running in background

2011-12-22 Thread Mann, Owen
Are you sure its not backgrounding? I've not pinned down the exact cause, but I've had a similar problem in the past. I found that an explicit `exit` at the end of %pre solved my problem. From: cobbler-boun...@lists.fedorahosted.org [mailto:cobbler-boun...@lists.fedorahosted.org] On Behalf Of

RE: redhat rescue mode?

2011-12-15 Thread Mann, Owen
-Original Message- From: cobbler-boun...@lists.fedorahosted.org [mailto:cobbler-boun...@lists.fedorahosted.org] On Behalf Of Jörgen Maas Sent: Thursday, December 15, 2011 12:13 PM To: cobbler mailing list Subject: Re: redhat rescue mode? On Thu, Dec 15, 2011 at 5:43 PM, Greg Swift

RE: issue with cobbler snippet not working since we started using OEL and RHEL 5.7

2011-12-13 Thread Mann, Owen
From: cobbler-boun...@lists.fedorahosted.org [mailto:cobbler-boun...@lists.fedorahosted.org] On Behalf Of Edward Bailey Sent: Tuesday, December 13, 2011 10:05 AM To: cobbler@lists.fedorahosted.org Subject: issue with cobbler snippet not working since we started using OEL and RHEL 5.7 We have a

RE: PXE boot a (DOS) Live CD

2011-12-07 Thread Mann, Owen
Mount the disk, and copy the boot.img file somewhere permanent. Then you can unmount the disk - the directions say you don't need the rest. When you `cobbler sync`, cobbler will make it's own copy for PXEing. Put the full path of the boot.img file in the file textbox in the image you've

RE: PXE boot a (DOS) Live CD

2011-12-06 Thread Mann, Owen
PXE is just DHCP TFTP set up a certain way, as far as the server side. The PXE bootloader and MEMDISK are part of the SYSLINUX package. Create an image object in Cobbler, select the memdisk image type, and enter the full path of the suppl_tau/boot.img file in the file box. From: