WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] xm create giving me default NIS domain

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] xm create giving me default NIS domain
From: Steven Timm <timm@xxxxxxxx>
Date: Fri, 27 Jun 2008 09:59:16 -0500 (CDT)
Delivery-date: Fri, 27 Jun 2008 08:02:50 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx

I am using xen 3.1 and here is the cfg file for
one of my xen domains.
kernel = "/boot/vmlinuz-2.6.18-xen"
ramdisk = "/boot/initrd-2.6.18-xen.img"
memory = 2000
name = "fnpc4x4"
vcpus = 1
vif = [ 'mac=00:16:3e:0F:04:04, bridge=xenbr0', 'mac=00:16:3E:0F:04:0c, bridge=xenbr1' ]
disk = [ 'phy:LG0/LV4,sda1,w', 'phy:LG0/LV9,sda2,w','phy:LG0/LV14,sda3,w' ]
ip= "131.225.167.25"
netmask= "255.255.254.0"
gateway= "131.225.167.200"
hostname= "fnpc4x4.fnal.gov"
root = "/dev/sda1 ro"
extra = "4"


From the hypervisor logs I get the following:

IP-Config: Complete:
device=eth0, addr=131.225.167.25, mask=255.255.254.0, gw=131.225.167.200,
     host=fnpc4x4, domain=, nis-domain=fnal.gov,
     bootserver=1.2.3.4, rootserver=1.2.3.4, rootpath=

-----------
I don't want the nis-domain set to fnal.gov.  (This winds
up having a non-null value of "domainname" set when
ypbind starts up, which the /etc/yp.conf file can't override).
Is there any way I can change the xen.cfg file so
that the nis-domain is set correctly at startup, or not
set at all so it can be set by the config files inside the domu?

Thanks

Steve Timm

--
------------------------------------------------------------------
Steven C. Timm, Ph.D  (630) 840-8525
timm@xxxxxxxx  http://home.fnal.gov/~timm/
Fermilab Computing Division, Scientific Computing Facilities,
Grid Facilities Department, FermiGrid Services Group, Assistant Group Leader.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] xm create giving me default NIS domain, Steven Timm <=