* XenLinux: network access?
@ 2004-11-17 21:00 Adhamh Findlay
2004-11-17 21:11 ` Bin Ren
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Adhamh Findlay @ 2004-11-17 21:00 UTC (permalink / raw)
To: xen-devel
By default does XenLinux have ssh enabled?
I'd like to be able to use grub to boot into XenLinux and then configure
that domains from there over ssh. I don't know and can't tell from the
docs if XenLinux has dhcp and ssh...
Adhamh
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: XenLinux: network access?
2004-11-17 21:00 XenLinux: network access? Adhamh Findlay
@ 2004-11-17 21:11 ` Bin Ren
2004-11-17 22:20 ` Adhamh Findlay
2004-11-17 21:41 ` Ian Pratt
2004-11-17 21:51 ` Keir Fraser
2 siblings, 1 reply; 8+ messages in thread
From: Bin Ren @ 2004-11-17 21:11 UTC (permalink / raw)
To: darwin; +Cc: xen-devel
XenoLinux here means *kernel*. Whether you have ssh, dhcpd etc,
depends on which linux distribution you use. Add corresponding init.d
scripts to the default run-level.
- Bin
On Wed, 17 Nov 2004 13:00:06 -0800, Adhamh Findlay <darwin@adhamh.com> wrote:
> By default does XenLinux have ssh enabled?
>
> I'd like to be able to use grub to boot into XenLinux and then configure
> that domains from there over ssh. I don't know and can't tell from the
> docs if XenLinux has dhcp and ssh...
>
> Adhamh
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: InterSystems CACHE
> FREE OODBMS DOWNLOAD - A multidimensional database that combines
> robust object and relational technologies, making it a perfect match
> for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel
>
--
Programs should be written for people to read,
and only incidentally for machines to execute.
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: XenLinux: network access?
2004-11-17 21:00 XenLinux: network access? Adhamh Findlay
2004-11-17 21:11 ` Bin Ren
@ 2004-11-17 21:41 ` Ian Pratt
2004-11-17 21:51 ` Keir Fraser
2 siblings, 0 replies; 8+ messages in thread
From: Ian Pratt @ 2004-11-17 21:41 UTC (permalink / raw)
To: darwin; +Cc: xen-devel, Ian.Pratt
> By default does XenLinux have ssh enabled?
ssh has nothing to do with Xen/Linux -- it's purely a matter for
how your distro filesystem is configured. The answer is probably 'yes'.
> I'd like to be able to use grub to boot into XenLinux and then configure
> that domains from there over ssh. I don't know and can't tell from the
> docs if XenLinux has dhcp and ssh...
The default Xen/Linux kernel dhcp configured, but normally its
possible to use a user-space dhcp server (just like any other
linux system).
Ian
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: XenLinux: network access?
2004-11-17 21:00 XenLinux: network access? Adhamh Findlay
2004-11-17 21:11 ` Bin Ren
2004-11-17 21:41 ` Ian Pratt
@ 2004-11-17 21:51 ` Keir Fraser
2004-11-17 22:00 ` Mark A. Williamson
2 siblings, 1 reply; 8+ messages in thread
From: Keir Fraser @ 2004-11-17 21:51 UTC (permalink / raw)
To: darwin; +Cc: xen-devel
This depends on the Linux distribution you have installed, not on
XenLinux.
-- Keir
> By default does XenLinux have ssh enabled?
>
> I'd like to be able to use grub to boot into XenLinux and then configure
> that domains from there over ssh. I don't know and can't tell from the
> docs if XenLinux has dhcp and ssh...
>
> Adhamh
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: InterSystems CACHE
> FREE OODBMS DOWNLOAD - A multidimensional database that combines
> robust object and relational technologies, making it a perfect match
> for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: XenLinux: network access?
2004-11-17 21:51 ` Keir Fraser
@ 2004-11-17 22:00 ` Mark A. Williamson
0 siblings, 0 replies; 8+ messages in thread
From: Mark A. Williamson @ 2004-11-17 22:00 UTC (permalink / raw)
To: xen-devel; +Cc: Keir Fraser, darwin
If your distribution doesn't have SSH enabled, you can use the virtual console
to log in and configure it. Alternatively, you can mount the virtual
machine's filesystem in your normal Linux environment and tweak the settings
there.
HTH,
Mark
On Wednesday 17 November 2004 21:51, Keir Fraser wrote:
> This depends on the Linux distribution you have installed, not on
> XenLinux.
>
> -- Keir
>
> > By default does XenLinux have ssh enabled?
> >
> > I'd like to be able to use grub to boot into XenLinux and then configure
> > that domains from there over ssh. I don't know and can't tell from the
> > docs if XenLinux has dhcp and ssh...
> >
> > Adhamh
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by: InterSystems CACHE
> > FREE OODBMS DOWNLOAD - A multidimensional database that combines
> > robust object and relational technologies, making it a perfect match
> > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/xen-devel
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: InterSystems CACHE
> FREE OODBMS DOWNLOAD - A multidimensional database that combines
> robust object and relational technologies, making it a perfect match
> for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: XenLinux: network access?
2004-11-17 21:11 ` Bin Ren
@ 2004-11-17 22:20 ` Adhamh Findlay
2004-11-17 22:24 ` Mark A. Williamson
2004-11-17 22:34 ` Bin Ren
0 siblings, 2 replies; 8+ messages in thread
From: Adhamh Findlay @ 2004-11-17 22:20 UTC (permalink / raw)
Cc: xen-devel
Bin Ren wrote:
>XenoLinux here means *kernel*. Whether you have ssh, dhcpd etc,
>depends on which linux distribution you use. Add corresponding init.d
>scripts to the default run-level.
>
Xen is the product, XenLinux is the kernel. Okay, what is the difference
between the xen.gz file and the vmlinuz-2.6.9-xen0 file?
I searched in the docs and couldn't find this distinction. Its likely a
linuxism that I don't understand.
Adhamh
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: XenLinux: network access?
2004-11-17 22:20 ` Adhamh Findlay
@ 2004-11-17 22:24 ` Mark A. Williamson
2004-11-17 22:34 ` Bin Ren
1 sibling, 0 replies; 8+ messages in thread
From: Mark A. Williamson @ 2004-11-17 22:24 UTC (permalink / raw)
To: xen-devel, darwin
xen.gz is Xen itself - it runs at the highest privilege level and manages
memory, CPU time and some low level hardware initialisation
vmlinuz-2.6.9-xen0 is a Linux kernel that has been built to run on top of Xen.
It handles device drivers, the network stack, filesystems, etc. It provides
services to applications you run.
The distribution you run on top of the XenLinux kernel (which is on top of Xen
itself) will be something like Debian, SuSE, Mandrake, Fedora, etc. Things
like SSH, FTP, HTTP servers will be provided by your distribution.
HTH,
Mark
On Wednesday 17 November 2004 22:20, Adhamh Findlay wrote:
> Bin Ren wrote:
> >XenoLinux here means *kernel*. Whether you have ssh, dhcpd etc,
> >depends on which linux distribution you use. Add corresponding init.d
> >scripts to the default run-level.
>
> Xen is the product, XenLinux is the kernel. Okay, what is the difference
> between the xen.gz file and the vmlinuz-2.6.9-xen0 file?
>
> I searched in the docs and couldn't find this distinction. Its likely a
> linuxism that I don't understand.
>
> Adhamh
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: InterSystems CACHE
> FREE OODBMS DOWNLOAD - A multidimensional database that combines
> robust object and relational technologies, making it a perfect match
> for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: XenLinux: network access?
2004-11-17 22:20 ` Adhamh Findlay
2004-11-17 22:24 ` Mark A. Williamson
@ 2004-11-17 22:34 ` Bin Ren
1 sibling, 0 replies; 8+ messages in thread
From: Bin Ren @ 2004-11-17 22:34 UTC (permalink / raw)
To: darwin; +Cc: xen-devel
On Wed, 17 Nov 2004 14:20:48 -0800, Adhamh Findlay <darwin@adhamh.com> wrote:
> Bin Ren wrote:
>
> >XenoLinux here means *kernel*. Whether you have ssh, dhcpd etc,
> >depends on which linux distribution you use. Add corresponding init.d
> >scripts to the default run-level.
> >
>
> Xen is the product, XenLinux is the kernel. Okay, what is the difference
> between the xen.gz file and the vmlinuz-2.6.9-xen0 file?
>
> I searched in the docs and couldn't find this distinction. Its likely a
> linuxism that I don't understand.
This is not 'linuxism', but 'xenism'.
xen.gz is the image of Xen virtual machine monitor. Xen runs on "bare
metal", and is the very first thing loaded by grub. vmlinuz-2.6.9-xen0
is the image for XenoLinux kernel. It's loaded by Xen at the end of
Xen booting process.
- Bin
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2004-11-17 22:34 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-17 21:00 XenLinux: network access? Adhamh Findlay
2004-11-17 21:11 ` Bin Ren
2004-11-17 22:20 ` Adhamh Findlay
2004-11-17 22:24 ` Mark A. Williamson
2004-11-17 22:34 ` Bin Ren
2004-11-17 21:41 ` Ian Pratt
2004-11-17 21:51 ` Keir Fraser
2004-11-17 22:00 ` Mark A. Williamson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.