Server :: Red Hat 5.4 Kickstart / Clustering And KVM Installation Failing
Mar 14, 2011
I added the "@clustering" and "@kvm" keywords to my ks.cfg file but during installation, an error about not being able to find either of these packages popped up and it wasn't installed.
I do see the Cluster and VT directories in my redhat_es5.4 directory along with the Server directory. The rest of the files install just fine.
In doing some net and forum searching, I find a reference to a base.repo file that lists the directories but I'm not sure if it's related to creating a yum repository or if not, should it have been created in the redhat_es5.4 directory.
While I've built kickstarts for several years and am comfortable with the file, this is the first time I'm working with rpms outside the main Server path.
View 7 Replies
ADVERTISEMENT
Apr 26, 2011
I need to do a project on installing RHEL6 via kick start file in a single DVD. I have made the kick start file and it's ready with the basic parameters like keyboard type, language, firewall and SElinux disabled. How can i boot it in the server. Also please help me in the below steps,
I need to use LVM option for File systems except swap and /boot, how can i mention it in the file?If there is a need to use NIS or LDAP where can i mention it in the file?
View 5 Replies
View Related
Apr 17, 2011
I have some chassis with this motherboard [URL] that don't have PXE boot. What is the best way to cluster them?
View 3 Replies
View Related
May 17, 2010
My Server is Ubuntu 9.10x64 running in a 64bit vmware on a Dell Optiplex 760. I have the Ubuntu amd64 mirror downloaded locally in /var/spool/apt-mirror/mirror/ubuntu.mirror.iweb.ca/
I am not working with any other **buntu flavours.
tftp and dhcp are all working from what i can tell. My client can boot from the PXE, get an IP address, and takes me into the Kickstart loader.
For some reason, it is not reading my ks.cfg. I get the blue screen that says the following: "The installer failed to download a file from the mirror. This may be a problem with the network or with the mirror. You can choose to retry the download, select a different mirror or cancel and choose another installation method.
Downloading a file failed:"
Below I have pasted whatever relevant information I can find pertaining to my issue.
+++++++++++++++++++++++++++++++
+ /var/www Directory Listing +
+++++++++++++++++++++++++++++++
drwxr-xr-x 2 root root 4096 2010-04-26 11:39 .
drwxr-xr-x 16 root root 4096 2010-04-21 13:08 ..
lrwxrwxrwx 1 root root 53 2010-04-26 11:38 boot-screens -> /var/lib/tftpboot
[Code].....
View 4 Replies
View Related
Jul 19, 2010
Can we do kickstart installation of linux on Vmware Workstation.
View 1 Replies
View Related
Jan 20, 2010
Any one help me to build Redhat Linux 5.3 Server using Kickstart Installation.
View 1 Replies
View Related
Mar 2, 2010
My current project environment setup is having a single server, running on RHEL 5.2, that is constantly receiving incoming data (video and text) over a periodic interval e.g. every 30 minutes. Initial in-house testing projected the server will be generally busy, so we decided to incorporate a second server for load balancing purposes. So now, server A and B will need to be clustered. Once that is done, incoming data will balance out between the two server (or at least that is what I will like to achieve. Note, I'm aware that at the switch side, I'll need to do some additional configuration and that part is covered).
I've been reading on Red Hat Cluster Suite and the Linux Virtual Server (LVS) seems the way to go. However, I noted that the LVS solution require at least a two-tier solution, and that would incur 3 additional servers instead of just 1. So here's my questions:- I looked around and probably know the answer, but I'm gonna ask anyway. Is there a one-tier solution for LVS i.e. have anyone tried or whether it's even feasible. From my reading, it don't seem so but just want another opinion. Is there any other way for me to do the clustering (for load-balancing) without LVS?
Sidenote: I'm currently looking at Ultra Monkey and will be trying out in a while. However, the project I'm doing would be rolled out to live site eventually, and my customer is kind of....particular. I'm just wondering if there's a software/application (that need to be purchased) and comes with support.
View 2 Replies
View Related
Mar 16, 2010
I am trying to figure out ho to setup EC2 clustering. I am seeing heartbeat as an option. I need something that will monitor the state of a daemon, and not if a daemon is running. For example, say I want httpd to be high availability. Does heartbeat monitor if httpd is not in a hung state, or does it simply do a ps -e |grep httpd? So my question is, how does heartbeat work?
View 2 Replies
View Related
Jul 21, 2011
I'm confronted with a problem and haven't been able to find a solution using Google and the likes. I have created a netinstall image based on CentOS 5.6 with kickstart which works great while pointing to the HTTP / NFS repository in isolinux.cfg like this:Code:label publisherkernel vmlinuz append initrd=initrd.imgks=http://192.168.0.198/kickstart/ks.cfg cdncontentpublisherThe problem however is that the location of the kickstart file and repository/ies might vary and I don't want to create a separate ISO for each and every location.
View 5 Replies
View Related
Feb 13, 2010
Does anyone have a ready to deploy kickstart file for creating KVM images? I don't have access to a CentOS machine or a spare computer and would need to create images for a machine on the other side of the Atlantic.I would need something that would create an absolute minimal CentOS installation. I tried to search for something online, but couldn't find anything.
View 1 Replies
View Related
Dec 1, 2010
Share good links to know more about OS clustering in Linux.
View 7 Replies
View Related
May 12, 2010
Having issues installing Clustering Software on server: rhel-x86_64-as-4-cluster I am running the following kernel:
The server is up to date with updates, but I am having trouble installing the Clustering software and don�t know what to do now�
# uname -r
2.6.9-89.0.25.ELsmp
#
[code]....
How can I get this installed ?
View 5 Replies
View Related
Mar 22, 2009
To clustering my web server so that it becomes Highly available. Its currently running php, apache and mysql with no redundancy in place. I want to be clustered so that if one node goes down then the second one will automatically take over. I have done that with HA in RHEL but I want to use centos clustering solution for this. Also how willl they share the web contents and mysql database among two nodes I have no idea. I have managed a iscsi target to store contents but it doesn't work as expected.
View 1 Replies
View Related
Feb 23, 2011
I'm looking to set up a clustered mail server, I kind-of know how I'm going to do it but wanted to check if there was a better way. So we have 3 mail servers, running as EC2 instances on Amazon AWS. We were going to achieve clustering by giving all three a shared EBS storage device to store the mail. The mail would be received by any of the three servers (Via postfix) and could be retrieved from any of the three servers (via dovecot). For receiving mail (SMTP), the domains would have 3 MX records pointing to each of the servers but for sending and retrieving mail (SMTP and POP3/IMAP) the three servers would have one DNS A record with 3 IPs associated (I know when using this method for web-servers, the load gets distributed among the IPs under that record but I'm not sure if this will work for SMTP/POP3/IMAP).
What we want is to have 3 servers that share the load equaly but are completely redundant for all services (POP3, IMAP and SMTP). We also need to be able to scale upwards so if we need to add more servers we can do easily. Also the servers must be perfectly synchronized at all times.
View 2 Replies
View Related
Jul 12, 2010
I am looking for an open source active clustering product can you please advise me about the best clustering softwares on Linux?
View 1 Replies
View Related
Mar 6, 2010
I was trying to mount nfs share in same server
The command
But the same tried in different manner as below
The /var/log/messages :
What exactly the problem is?
Does the same would be causing the failure in mouting nfs share /var/ftp/pub on kickstart?
View 8 Replies
View Related
Dec 14, 2010
Does anyone know of a way to tell the CentOS installer -not- to use LVM in a kickstart? We've been using a system that lets us define which particular drives to use during the installation as part of our deployment system. This does not work now that LVM is the 'default' in CentOS. I've looked over the options and I see how to FORCE particular LVM configurations, but I see no way to just turn it off.
View 6 Replies
View Related
Apr 21, 2010
I've got a system in place to PXE boot new machines and automatically configuring them via anaconda. It works great.
However, I have a few older machines with no PXE capability that I would like to use a Flash drive or CD-ROM to boot and run the same anaconda config.
I'm running into an issue finding useful documentation on how to create this CD. I've tried mkisofs but it doesn't really give any details on the boot catalog or whatever is needed to make a CD bootable.
View 9 Replies
View Related
Apr 30, 2010
I am in the process of creating for the very first time Kickstart bootable CD.Anyone have any quick tips or level of details to create this process? I am new to Linux and doing this for the very 1st time, so please give me as much info as possible
View 7 Replies
View Related
Jan 13, 2010
I need to create a Redhat or CentOS server but I am not really sure where to begin. I'm not sure what network booting and PXE booting is. Are they both the same thing, or are they different? I want to setup one server and two client machines to connect to my server. I would like to be able to load a kickstart CD on my server and have the two client machines boot off that servers kickstart. My concern is, will they boot off the network or do they have to be configured to use PXE booting?
View 12 Replies
View Related
May 24, 2011
I currently have a kickstart server working with RHEL 5.5. I wanted to add a RHEL 6 installation. So, I added a RHEL6 directory to my NFS share and put the contents of the dvd in it. I also added a RHEL6 directory to my tftp directory and put the initrd.img and vmlinuz from RHEL6 in it. I put in the ks.cfg:nfs --server 10.0.1.1 --dir /kick (where /kick is the nfs exported directory). In my pxelinux.cfg directory, I created a file corresponding to the ip address and put in:
Code:
default RHEL6
abel RHEL6
[code]....
View 2 Replies
View Related
Sep 18, 2009
I am trying to kickstart and want in post install to copy some files from a shared directory, to enable passwd less ssh and having
same users across the clusters. But the cp does not work, nor does .ssh directory is getting created I have pasted my post install script below.
mkdir /mnt/sysimage/mnt/temp
mount -t nfs 10.1.1.1:/home /mnt/sysimage/mnt/temp
cp -f /mnt/sysimage/mnt/temp/passwd /etc/passwd
cp -f /mnt/sysimage/mnt/temp/group /etc/group
[code].....
View 6 Replies
View Related
Apr 6, 2009
I'm trying to do a red hat Advanced server 4 update 7 install using a kick start file on the network. The server with the kickstart file and dvd contents is on the same subnet as the server receiving the install. We have done it before in the past just fine using:linux nofb text ks=http://serverip/path at the boot/install screen. After that the ip address info is entered manually and the kickstart does its thing. When doing this with update 7, the install acts like a regular install. When i check the http access logs on the other server, it shows no access from the server receiving the install.I have tried adding an ip address to the install command. Such as:
View 2 Replies
View Related
Jun 12, 2010
Can i set tftp server on RHEL 5.5 for Fedora Kickstart?
View 1 Replies
View Related
Apr 2, 2010
I am successfully able to kickstart FC12 onto my system, however once anaconda runs it changes the resolution of the console when running a text mode install. Are there any kickstart options that can control this behavior?
I tried to set resolution and nofb in the kickstart configuration. I am using the text option for text install. My problem is that my remote KVM doesn't support the console resolution.
View 3 Replies
View Related
Aug 29, 2010
I need to setup a Linux VPN server at work for resources' sharing, I currently have a server running CentOS 5.4, and tried endless tutorials on the web, but to no avail, and can't find where the logs are kept for the VPN server to check where the error is. But all my attempts to try to connect keep failing.
View 9 Replies
View Related
Aug 3, 2011
create the menu and submenu in isolinux.cfgWe do have a lot sites,ach sites using different Linux OS customization. So i need to create menu and submenu to select the appropriate OS image for the respective sites to do the installation through kickstart
View 1 Replies
View Related
Feb 1, 2010
I'm using RHEL 5.4 and trying to use the system-config-kickstart to generate a ks.cfg file with all the settings already appeneded. After running the "system-config-kickstart --generate ks.cfg" command, the file gets created but it's missing the firewall configuration, partition information and so on.
How can these settings also be generated with the system-config-kickstart?
View 1 Replies
View Related
Sep 14, 2010
I recently set up a kickstart server using Centos 5. I copied all 7 of the centos 5 install cd's to the tree. I made the install cd, it boots fine. I'm using http, when I'm prompted, I put in the web site: 1.1.1.1 and the Centos directory of /network-install/RPM
I get the following error:
Unable to retrieve [URL]
I've been told the double slashes after the ip address is not a problem, and I've tested that through a browser, by browsing the same location. (not sure if
that's a valid test, but it did find the directory and display the files.)
View 2 Replies
View Related
Feb 27, 2011
I am looking for a way to partition 2 disks automatically with are both connected to 2 different scsi controllers.
I want one disk on one controller to be partitioned with boot and lvm and the other one with a different partition layout.
I there a way in kickstart to do this, like for instance specify the drive module?
View 1 Replies
View Related