This is a discussion on resubmit of within the Linux Operating System forums, part of the Unix Operating Systems category; --> Greetings, I am trying to DHCP/NFS install Redhat 8 onto the 2nd node of my cluster. I have gotten ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Greetings, I am trying to DHCP/NFS install Redhat 8 onto the 2nd node of my cluster. I have gotten past the DHCP and NFS hurdles. But anaconda has a Redhat acknowledged flaw that causes --onprimary to be reported as an error. I have put the new RPMS into the /apps1/redhat/RedHat/RPMS directory. I exportfs :/apps1/redhat (have /kickstart link to this) and I can start the install but it complains about unknown option. How do I apply the new RPMS so that they get used when the install kicks off via 'linux ks=nfs:192.168.1.1:/apps1/redhat/ks.cfg? Thanx in advance, J.C. Magras # Kickstart file automatically generated by anaconda. install nfs --server=192.168.1.1 --dir=/apps1/redhat lang en_US langsupport --default en_US.UTF-8 en_US.UTF-8 keyboard us mouse generic3ps/2 --device psaux xconfig --card "3Dlabs Permedia2 (generic)" --videoram 8192 --hsync 31.5-48.5 --vsync 50-70 --resolution 1280x1024 --depth 32 --startxonboot --defaultdesktop gnome network --device eth0 --bootproto dhcp --hostname oraclu02 rootpw --iscrypted $1$ÒdÊðõîNõ$acMahjiZc7RwZzYR5qPfO0 firewall --medium authconfig --enableshadow --enablemd5 timezone America/Chicago bootloader --location=mbr # The following is the partition information you requested # Note that any partitions you deleted are not expressed # here so unless you clear all partitions first, this is # not guaranteed to work #part raid.15 --noformat --onpart sde1 #part raid.14 --noformat --onpart sdd1 #part raid.13 --noformat --onpart sdc1 #part raid.12 --noformat --onpart sdb1 #part raid.11 --noformat --onpart sda1 part /dos --fstype vfat --noformat --start=0 --end=320 --ondisk=hda --asprimary part /boot --fstype ext3 --start=321 --end=331 --ondisk=hda --asprimary part / --fstype ext3 --start=332 --end=469 --ondisk=hda --asprimary part /usr/src --fstype ext3 --start=654 --end=721 --ondisk=hda --onprimary 4 part /usr --fstype ext3 --start=722 --end=759 --ondisk=hda --onprimary 4 part swap --start=760 --end=783 --ondisk=hda --onprimary 4 part /apps1 --fstype ext3 --start=470 --end=622 --ondisk=hda--onprimary 4 part /home --fstype ext3 --start=623 --end=653 --ondisk=hda--onprimary 4 %packages @ Development Tools @ Dialup Networking Support @ Editors @ FTP Server @ GNOME Desktop Environment @ Graphical Internet @ Graphics @ Office/Productivity @ Printing Support @ Sound and Video @ Web Server @ Windows File Server @ X Window System gnome-audio firstboot gtkam ltrace -nautilus diffstat gtk-engines gnome-vfs-extras authconfig-gtk gnome-media ImageMagick lrzsz automake14 automake15 php-ldap gdm gnome-system-monitor patchutils openssh-askpass memprof mod_perl redhat-config-printer-gui hwcrypto gconf-editor redhat-logviewer rhn-applet desktop-backgrounds-extra webalizer file-roller hpijs xpdf mozilla-psm redhat-config-services mod_ssl splint openssh-askpass-gnome redhat-switchmail-gnome XFree86-xdm xisdnload gnome-vfs2-extras hwbrowser evolution libvorbis-devel gtk2-engines redhat-config-network tux mtr-gtk php-imap netpbm-progs cvs squid psgml gnome-user-docs redhat-config-xfree86 redhat-config-users vim-enhanced mod_python rcs redhat-switch-printer-gnome gimp-data-extras -eog cdlabelgen %post /usr/sbin/useradd magrasjc chfn -f '' magrasjc /usr/sbin/usermod -p '$1$9òôWóµú$Gm.0w9sNRTpA6PoKYT6m7/' magrasjc |