- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- remote boot
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2001 10:30 AM
тАО04-23-2001 10:30 AM
remote boot
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2001 05:07 PM
тАО04-23-2001 05:07 PM
Re: remote boot
If so, then you need to set up your workstation to call a Linux server for logins (I tried indirect (calling for any server on the local network), but I haven't got it to work yet).
Then you need to do the following with the server (I use Red Hat, so if you use a different distro you'll have to translate accordingly):
1) Set up your font server (typically xfs) so it will serve across the network (the Red Hat default is limited to the computer xfs is installed on). With Red Hat, you edit /etc/X11/fs/config, and comment out the line which reads " no-listen = tcp".
2) If you're running X locally on the server, then you need to change your /etc/X11/XF86config (and/or XF86config-4) file, so it knows to grab fonts from xfs via tcp/ip. Find the line which reads 'FontPath "unix/:7100"' and change it to 'FontPath "tcp/:7100"'
3) you need to have a graphical network login program running. Xdm, gdm, and kdm are all available on Red Hat - I use gdm, since that's the default program. Edit /etc/X11/gdm/gdm.conf and change the following lines:
[xdcmp]
Enable=1
HonorIndirect=1 (it's worth a try, anyway)
[servers]
0=/usr/bin/X11/X
1=/usr/bin/X11/X
If you run Red Hat at init level 5 (network with graphical login), then gdm will automatically start after your server starts up. If not, then you'll need to change your setup so that it DOES start automatically (perhaps by editing /etc/inittab).
Of course, after changing xfs' settings you'll need to restart it (/etc/init.d/xfs restart)
Whew - that was a lot! Feel free to email me with questions (caldodge@fpcc.net)
Now, if you're trying to CREATE diskless workstations, then you need more information than I care to cram in this little space. Head to http://www.ltsp.org/documentation/lts_ig_v2.3/lts_ig_v2.3.html for all the information you need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-24-2001 06:08 AM
тАО04-24-2001 06:08 AM
Re: remote boot
i'll be using an intel pc to remote boot to a linux box. i'll check the ltsp site you gave ..... i'll post here if i got it working. other docs and tips are still welcome.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-25-2001 09:27 AM
тАО04-25-2001 09:27 AM
Re: remote boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-25-2001 05:36 PM
тАО04-25-2001 05:36 PM
Re: remote boot
If you're building both server and workstation, you might visit http://www.riverdale.k12.or.us/linux/ltsp_workstation.html
They have a 2-CD distro (based on Red Hat) which is supposed to make the server + diskless workstation(s) setup as easy as possible.
Now I just need to find (or build) two more machines to try that out on. ;^)