|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] NFS-root problem
Try supplying the IP address information in the config file:
ip="10.x.x.x"
netmask="255.255.x.x"
gateway="10.x.x.x"
gino ledesma
On 8/23/05, benjamin <benjaminrtz@xxxxxxxxx> wrote:
> I have been googling and searching the archive , haven't got anything
> helpful. Would appreciate any help.
>
> Got the follow error when trying to start a domain using NFS root
>
> IP-Config: Incomplete network configuration information.
> Looking up port of RPC 100003/2 on 10.10.24.141
> RPC: sendmsg returned error 101
> portmap: RPC call returned error 101
> Root-NFS: Unable to get nfsd port number from server, using default
> Looking up port of RPC 100005/1 on 10.10.24.141
> RPC: sendmsg returned error 101
> --
> My domain configuration
> ***********************
> kernel = "/boot/vmlinuz-2.6-xenU"
> memory = 128
> name = "sarge-nfs"
> dhcp="dhcp"
> root = "/dev/nfs"
> nfs_server = '10.10.24.141'
> nfs_root='/nfsroot'
> extra = "2"
>
> /etc/exports on NFS server
> *************************
>
> /nfsroot *(rw,sync,no_root_squash)
>
> rpcinfo -p output on NFS server
>
> program vers proto port
> 100000 2 tcp 111 portmapper
> 100000 2 udp 111 portmapper
> 100003 2 udp 2049 nfs
> 100003 3 udp 2049 nfs
> 100003 2 tcp 2049 nfs
> 100003 3 tcp 2049 nfs
> 100021 1 udp 1090 nlockmgr
> 100021 3 udp 1090 nlockmgr
> 100021 4 udp 1090 nlockmgr
> 100021 1 tcp 1036 nlockmgr
> 100021 3 tcp 1036 nlockmgr
> 100021 4 tcp 1036 nlockmgr
> 100005 1 udp 738 mountd
> 100005 1 tcp 741 mountd
> 100005 2 udp 738 mountd
> 100005 2 tcp 741 mountd
> 100005 3 udp 738 mountd
> 100005 3 tcp 741 mountd
>
> NFS server is Ubuntu 5.4
>
> benjamin rualthanzauva
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|