- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: RHEL diskless environment
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
тАО07-13-2006 06:05 AM
тАО07-13-2006 06:05 AM
RHEL diskless environment
I'm trying to set up a diskless RHEL system. I've followed the Red Hat manual directions for setting up a diskless environment pretty thoroughly, but with no success.
(http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/sysadmin-guide/ch-diskless.html)
The problem I am having is that once the server loads, the kernel begins to initialize, then says "Kernel panic: no init found. Try passing init= option to kernel."
I'm pasting my pxelinux.cfg config files below and my dhcp/nfs configs to make sure I didn't miss anything. I did copy the root of my default install into the /remote directory listed below, so all the files it needs are there, the NFS shares are there and mountable, but I'm lost as to where to go at this point.
Any help would be appreciated.
[/tftpboot/linux-install/pxelinux.cfg/ACXXXXXX]
default quatre
label quatre
kernel quatre/vmlinuz
append initrd=quatre/initrd.img root=/dev/ram0 init=disklessrc NFSROOT=172.16.53.10:/remote/i386
/ES ramdisk_size=10000 ETHERNET=eth0 SNAPSHOT=quatre
[/etc/exports]
/remote/i386/ES/root *(ro,no_root_squash,sync)
/remote/i386/ES/snapshot *(rw,no_root_squash,sync)
[/etc/dhcpd.conf]
allow booting;
allow bootp;
class "pxeclients" {
match if substring(option vendor-class-identifier, 0, 9) = "PXEClient";
next-server 172.16.53.10;
filename "linux-install/pxelinux.0";
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-13-2006 06:07 AM
тАО07-13-2006 06:07 AM
Re: RHEL diskless environment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-13-2006 04:25 PM
тАО07-13-2006 04:25 PM
Re: RHEL diskless environment
my /etc/dhcpd.conf file looks like..see if this can help you somewhere
-------
ddns-update-style ad-hoc;
option subnet-mask X.X.X.X;
option broadcast-address X.X.X.X;
option routers X.X.X.X;
option option-128 code 128 = string;
option option-129 code 129 = text;
next-server X.X.X.X;
filename "pxelinux.0";
option root-path "X.X.X.X:/mz";
subnet X.X.X.X netmask X.X.X.X {
range X.X.X.40 X.X.X.60;
}
rob, once u boot the system u should be getting some errors or msgs do let me know what u are getting ..
Spread the knowledge so that u can get the same one day...
cheers,
Miceee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-13-2006 06:45 PM
тАО07-13-2006 06:45 PM
Re: RHEL diskless environment
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=161394
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-13-2006 06:46 PM
тАО07-13-2006 06:46 PM