> <[1][7]
pasik@xxxxxx> wrote:
> >
> > On Fri, Mar 26, 2010 at 02:04:12PM -0700, kishore kumar wrote:
> > >
> > > OK.Now its giving me another problem. I did below steps.
> > >
> >
> > Ok, this thread doesn't belong to xen-devel at all.
> > Please continue only on xen-users after this.
> >
> > You're missing "ip" command, meaning you don't have iproute
> installed.
> >
> > -- Pasi
> >
> > > [root@localhost kishore]# mount -t xenfs none /proc/xen
> > >
> > > [root@localhost kishore]# mount
> > >
> > > /dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw)
> > >
> > > proc on /proc type proc (rw)
> > >
> > > sysfs on /sys type sysfs (rw)
> > >
> > > devpts on /dev/pts type devpts (rw,gid=5,mode=620)
> > >
> > > /dev/sda1 on /boot type ext3 (rw)
> > >
> > > tmpfs on /dev/shm type tmpfs (rw)
> > >
> > > none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
> > >
> > > sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
> > >
> > > none on /proc/xen type xenfs (rw)
> > >
> > >
> > >
> > > [root@localhost xen]# /sbin/modprobe xen-evtchn
> > >
> > > [root@localhost kishore]# PATH=$PATH:/usr/sbin
> > >
> > > [root@localhost kishore]# /etc/init.d/xend start
> > >
> > > mount: xenfs already mounted or /proc/xen busy
> > >
> > > mount: according to mtab, none is already mounted on
> /proc/xen
> > >
> > > /etc/xen/scripts/network-bridge: line 87: ip: command not
> found
> > >
> > > /etc/xen/scripts/network-bridge: line 126: ip: command not
> found
> > >
> > > /etc/xen/scripts/network-bridge: line 132: ip: command not
> found
> > >
> > > /etc/xen/scripts/network-bridge: line 139: ip: command not
> found
> > >
> > > /etc/xen/scripts/network-bridge: line 104: ip: command not
> found
> > >
> > > /etc/xen/scripts/network-bridge: line 105: ip: command not
> found
> > >
> > > /etc/xen/scripts/network-bridge: line 233: ip: command not
> found
> > >
> > > /etc/xen/scripts/network-bridge: line 87: ip: command not
> found
> > >
> > > /etc/xen/scripts/network-bridge: line 126: ip: command not
> found
> > >
> > > /etc/xen/scripts/network-bridge: line 132: ip: command not
> found
> > >
> > > /etc/xen/scripts/network-bridge: line 139: ip: command not
> found
> > >
> > > /etc/xen/scripts/network-bridge: line 104: ip: command not
> found
> > >
> > > /etc/xen/scripts/network-bridge: line 105: ip: command not
> found
> > >
> > > /etc/xen/scripts/network-bridge: line 233: ip: command not
> found
> > >
> > >
> > >
> > > On Fri, Mar 26, 2010 at 11:17 AM, Pasi Kärkkäinen