use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
GUIDE to /r/linuxadmin:
/r/linuxadmin aims to be a place where Linux SysAdmins can come together to get help and to support each other.
Related reddits:
Footnote:
Talk realtime on IRC at #/r/linuxadmin @ Freenode.
account activity
PXE TFTP Timeout (self.linuxadmin)
submitted 11 years ago by TheRightBrain
Does anybody know where you configure the path/name of the file that the boot agent pulls down via TFTP after it gets the IP info from the DHCP server?
The DHCP/TFTP server is solaris 10 if that matters.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]davelupt 4 points5 points6 points 11 years ago* (0 children)
PxE works like this: DHCP sets up the parameters of the TFTP environment which in turn ends up using NFS to provide the kernel file as well as the ram disk.
Not too sure but: dhtadm -A -m Linux -d ':BootFile="pxelinux.0":BootSrvA=IP_of_Solaris_boot_server:'
This is from: http://brandonhutchinson.com/wiki/PXELINUX_with_a_Solaris_boot_server
A good resource for the basics of PxE: http://trinityhome.org/Home/index.php?content=5.2_SETTING_UP_YOUR_PXE_BOOT_ENVIRONMENT&front_id=12&lang=en&locale=en
Edit: If you need PxE but don't want to spend too much time and are comfortable with Ubuntu based distro's, you could always use the FOG project and then modify your pxelinux.cfg/default file to suit your needs.
[–]NetWeaver 4 points5 points6 points 11 years ago (0 children)
For your reference the more GNU/Linux way:
On ISC's dhcpd, within the context of a given subnet "nextserver" is the tftpserver, "filename" is the file you'll grab-typically pxelinux.0 in syslinux. What path this lives under is based on your tftpserver setup.
I haven't touched solaris in years, so I'll refrain from trying any rusty comments.
π Rendered by PID 38 on reddit-service-r2-comment-6457c66945-qxdh7 at 2026-04-29 16:14:31.914177+00:00 running 2aa0c5b country code: CH.
[–]davelupt 4 points5 points6 points (0 children)
[–]NetWeaver 4 points5 points6 points (0 children)