Red Hat / Fedora :: Installing RHEL Directory Server 8.2

Dec 9, 2010

I am facing errors while installing red hat on directory server 8.2 on red hat linux server. I have executed below written RPM command and getting following error messages:

ls *.rpm| egrep -iv -e devel -e debuginfo| xargs rpm -ivh
warning: adminutil-1.1.8-2.el5dsrv.i386.rpm: V3 DSA signature: NOKEY, key ID 37017186
error: Failed dependencies:
libc.so.6(GLIBC_2.4) is needed by adminutil-1.1.8-2.el5dsrv.i386
libldap60.so is needed by adminutil-1.1.8-2.el5dsrv.i386
libldif60.so is needed by adminutil-1.1.8-2.el5dsrv.i386
libprldap60.so is needed by adminutil-1.1.8-2.el5dsrv.i386 .....

If there any dependent patches/packages that I need to install first before proceeding with the actual DS installation.

View 4 Replies


ADVERTISEMENT

Red Hat / Fedora :: X Server Failed When Installing RHEL / Sort It?

Jul 23, 2010

I have a vaio z ( z series) laptop.
I want to install RHEL 5 on it, but media didn't boot in graphic mode,when i was completing the installation steps( all in text mode) at the end I see only a command line ( username logine)
I tried other distributions and other RHEL versions that I have ( for checking my laptop) and the result become fallow in brief:
RHEL 5.3: only boot in text mode
RHEL 5.5: only boot in text mode
fedora 8: boot and install in graphic mode
fedora 8:doesn't boot
fedora 10: boot and install in graphic
oracle red hat enterprise 4.4:boot and install in graphic mode( but I don't like this)

I need only RHEL 5 distribution on my laptop and I check the others for checking my laptop, please answer in simple manner,I'm not an advanced user

View 3 Replies View Related

Server :: Directory Permissions After Configuring AD On RHEL 5?

Oct 12, 2010

We have a bunch of directories created for apps on server that were configured to a local group account (for ex: oracle). We have enabled AD using winbind after 6 months after these servers have been in use. So how can we tie the local oracle group account with the one in our AD tree.the test useris configured in the oracle group in AD and the test users primary group is oracle

View 1 Replies View Related

Server :: RHEL 5.1 After Installing Mod_ssl Httpd Server Won't Start / Get It To Work?

Apr 11, 2010

I am trying to do a https access with virtual hosting with apache.

But when I install mod_ssl rpm httpd server does not start again

I am stumped

httpd -t shows syntax is OK

View 5 Replies View Related

Server :: Installing VNC In Cent OS 5 / RHEL 5?

Feb 18, 2011

Installing VNC in Cent OS 5 / RHEL 5? Check the below link... [URL]

View 1 Replies View Related

Server :: Installing Complied Apache Using Yum In RHEL 5?

Feb 20, 2010

I am using RHEL 5.4 Here is my requirement.

- The ultimate aim is to install LAMP using yum.

- The Apache Spec (httpd.spec) is customized, like the location of the apache installation is /usr/local/apache2 rather than /usr. So I need to compile apache source code using this customized apache spec.

- I need to then install this apache using YUM.

So my understanding is I need to compile apache , then add into yum repository or something like that, so that yum can be used to install apache.

View 4 Replies View Related

Server :: Installing RHEL 5.x On Alienware - Dell - M11x

Aug 12, 2010

Just looking for some general guidance with regard to installing over the native Windows 7 (x64) installation on my new Alienware M11x with RHEL 5. I have considered other Linux OS's such as Ubuntu Desktop, Fedora, and Open SuSe. However, I am of the opinion that RHEL will - from the jump - most fluidly integrate with the Intel Core i7 architecture, 1GB NVIDIA GeForce GT 335M, and other components. I plan to convert my existing Windows XP installation into a VMWare image and run that as a guest on my Alienware M11x (instead of alternatively running RHEL 5 as a guest). However, I am concerned whether it will be possible for the guest (Windows) OS (or any guest OS for that matter) to recognize/use the Alienware sound/video/LAN/Bluetooth EDR/WWAN/etc. (as the drivers were designed for Windows 7).

View 3 Replies View Related

Software :: Unable To Boot To RHEL 4 32bit After Installing RHEL 64bit - Error 13: Invalid Or Unsupported Executable Format

Apr 27, 2009

I have 4 partitions in my system, out of which two(sda1, sda2) have windows on them. I have installed RHEL 4 32 - bit on sda3 and after that , installed installed RHEL 64-bit on to a partition sda 5. Now i am unable to boot into RHEL 32-bit. The error i am getting is Error 13: Invalid or unsupported executable format.

View 1 Replies View Related

Red Hat / Fedora :: Installing RHEL On Laptop

May 3, 2010

I want to install Red Hat Enterprise Linux (v. 5 for 32-bit x86) on my Acer laptop? Is this possible? I looked on the compatibility list but it seems that I can only install this OS on a server machine? Is that true?

View 8 Replies View Related

Red Hat / Fedora :: Installing GCC From Source - RHEL 4u7

Sep 17, 2010

I am trying to install gcc from source, but wish to install to an alternative location, ie /opt/gcc/4.4.4.

I have done so but ran into the problem that the system libs in /usr/lib64 were being located before my libs in /opt/gcc/4.4.4/lib64.

So, I set --libdir=/usr/lib and reinstalled. The libs link in correctly, but now g++ cant find includes, for instance <complex>. I think I could set CPATH to point to the locations of these includes but that doesn't seem like it should be necessary.

So my question is, what is the correct way to install gcc alongside the system versions while allowing linkage to the right libs and location of the includes? I don't want to use prefixes or suffixes because the intel compiler looks at gcc -v to get clues as to how to compile stuff.

It should be noted that I have no internet connectivity on this machine, so building from source is my only option.

View 3 Replies View Related

Fedora :: Attach A RHEL/CentOS System To An Active Directory Domain?

Mar 22, 2009

Attach a Fedora/RHEL/CentOS system to an Active Directory DomainBelow is a step by step outline of how to configure a Linux Samba fileserver to use an Active Directory domain for authentication and authorization in place of flat files. Note that this configuration has been replicated using Fedora 10, RHEL 5.3 and CentOS 5 since they all more or less share the same code base.me of the example server in this document is erver1.domain.forest.org, substitute correctly where appropriate. At the very least following packages must also be installed:

sambasamba-commonsamba-clientkrb5-workstationopenldap-clientsIt would be prudent to understand the underlying concepts of how Kerberos and Samba work prior to deploying this type of server. I find that SE-Linux will interfere with Samba services, particularly with winbind. I usually set SE-Linux to be in a permissive mode. It is possible to update the SE-Linux policies but that is outside the scope of this document, i.e you're on your own. In some cases I turned SE-Linux off since it was causing winbind to stop responding.

1. Set NTP to use the correct server for your Active Directory domain:shell> system-config-timeSet the primary NTP server to be your domain/forest NTP server2. Make backups of and edit the following system configuration files:a. shell> cp /etc/resolv.conf /etc/resolv.conf.bakb. shell> vi /etc/resolv.conf

nameserver dns_server1_ip_address
nameserver dns_server2_ip_address
search domain.forest.org

View 10 Replies View Related

Red Hat / Fedora :: Installing Alternative (older) Gcc Version RHEL

Nov 9, 2010

I am installing the quake4SDK on RHEL , it needs gcc-3.3 , but I have gcc 4.1.How can I install an alternative gcc3.3, without getting rid of the newest one , and solely to get this program to compile ??? I know there is an "alternative" managing system , but don't know how it works.

View 5 Replies View Related

Red Hat / Fedora :: Unable To Detect HDD When Installing RHEL 5.5 Using RocketRAid 2640x4?

Dec 5, 2010

I have a rocketraid 2640x4 with 2 500gb HDDs configured in my system. I also have a 3.5" usb floppy disk plugged in with the SCSI drivers When I boot the RHEL 5.5 x86 32 bit installer, i type in "linux dd" at the first screen. Then it asks me to load my drivers via the floppy disk which i do. When i get to the installation page of Linux after entering my serial key, it is not able to detect my HDD so i am unable to proceed. I have tried using drivers for RHEL 5, 5.1 and 5.2. There are no drivers for 5.5.

View 9 Replies View Related

Server :: Edit The Default RHEL CD To Have It Automatically Install RHEL Based Off Of A Kickstart File

Mar 2, 2011

is possible to edited the default RHEL CD to have it automatically install RHEL based off of a kickstart file that I will store locally on the CD. My plan would be to put a cd in a server and have the OS automatically being installed.

View 3 Replies View Related

Server :: Configuration Difference Between RHEL 3 To RHEL 5 For Webserver Installations?

Feb 1, 2011

We are planning to migrate our LINUX server from RHEL 3to RHEL 5. What are the configuration difference between RHEL 3 to RHEL 5 for webserver installations?

View 1 Replies View Related

Fedora Networking :: When Try To Mount The Share To A Different Directory On The Server, Receive A 'no Such Directory' Error?

Dec 18, 2010

I have a server with Fedora 13 with which I would like to get NFS working. I have looked up multiple howto's and tutorials, but I'm having a problem not addressed by any of them.Official how-to, another how-to, and another how-to.I have verified that nfs-utils, nfs-utils-lib, portmap, and system-config-nfs are installed and running. I have verified that I have, in fact, shared the directory that I want to share, and that the proper permissions are set.

I had to go through some gyrations to get the Belkin wireless N router to allow my server to have a static IP. However, I can ping the server from the nfs client (a toshiba satellite running mint 8), and vice versa. I have (for now) disabled firewalls on both computers. I think I have disabled SELinux on Fedora 13 (for now).When I attempt to connect to the server from the client, the output looks like this:Quote:

aragorn ~ # mount -v 192.168.2.101:/test /home/kelev/test/
mount: no type was given - I'll assume nfs because of the colon
mount.nfs: timeout set for Sat Dec 18 12:21:09 2010

[code]....

View 7 Replies View Related

Ubuntu Installation :: Can't Find Dpkg Directory In /usr/bin Folder And While Installing Mysql Server?

Sep 6, 2010

I cannot find dpkg directory in /usr/bin folder and while installing mysql server it gives the following error Errors were encountered while processing:

/var/cache/apt/archives/mysql-server-5.0_5.1.30really5.0.75-0ubuntu10.5_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

View 1 Replies View Related

Server :: Major Differences Between Rhel 5.2 And Rhel 5.4?

Dec 14, 2010

what are the major differences between rhel 5.2 and rhel 5.4

View 2 Replies View Related

Red Hat :: Duplicating A RHEL 5.1 32bit Server On RHEL 5.4 64 Bit

Dec 9, 2009

I have a database server running RHEL 5.1 32 bit that suffered some catastrophic failures about 6 months ago. We were able to patch it back together and keep it running, but now the manufacturing site it supports is going to shut down for two weeks and I would like to replace it permenantly. Does anyone have any guidance for that sort of thing? I'd like to have the new server up and running before hand, basically changing the hostname/ip and restoring the databases only on conversion day. I've done this in the past with HP UX - Red Hat conversions, but this is my first red hat to red hat move. Any advice or shortcuts?I forgot to add the other wrinkle. The new server will be running 64bit linux.

View 1 Replies View Related

Red Hat / Fedora :: Benefits Of Using RHEL 5.5 Instead Of F8 On Server?

Jun 14, 2010

I have to investigate the technical benefits of using RHEL 5.5 instead of Fedora 8 on our servers. So any specific reasons with proper justification?

View 4 Replies View Related

Red Hat / Fedora :: Getting Xwindows To Run RHEL Server 6?

May 1, 2011

I downloaded the demo for RHEL Server 6. I'd like to get Xwindows going, but have been thwarted thus far. edit /etc/inittab file and change the value from 3 to 5. That didnt' work. There's an X11 directory with a file called 'prefdm' that has a bunch of code in it that I have no idea what it means. how to get X windows to start?

View 7 Replies View Related

Red Hat / Fedora :: Install RHEL 5 Server In Laptop?

Mar 4, 2010

I tried installing RHEL5 server edition in my laptop and it couldnt detect the video card and so the installation continued in the blue screen and i didnt get the usual GUI for installation so i discontinued the installation.can anyone help me how to i install this.Pls i am in need of RHEL in my laptop.

View 3 Replies View Related

Red Hat / Fedora :: Set Tftp Server On RHEL 5.5 For Kickstart?

Jun 12, 2010

Can i set tftp server on RHEL 5.5 for Fedora Kickstart?

View 1 Replies View Related

Red Hat / Fedora :: Install Realvnc Server On RHEL 4.8?

Aug 30, 2010

I saved on home folder RealVNC server 4.1.3-86 and want to install on Linux.I don't know much about Terminal commands ... Please guide...waiting for your quick response!

View 3 Replies View Related

Red Hat / Fedora :: Creating A Radius Server In RHEL 5.5?

Sep 12, 2010

creating a radius server. i need info regarding books or webpages.

View 4 Replies View Related

Red Hat / Fedora :: Configure A Dhcp Server On RHEL 5.3 Or 14

May 1, 2011

i'd like to configure a dhcp server on my RHEL 5.3 or Fedora 14, since i don' have a legitimate DNS server....n it asks for option domain-name " "what do i put in there.. me got two nics for my WAN(dhcp enabled) n LAN...i just want to parctice at home for my future job...

View 3 Replies View Related

Fedora :: Installing Fonts In Home Directory On F12?

Jan 17, 2010

but something a lot of folks may not be aware of -- you don't have to go messing around over in /usr/share/fonts anymore if you've got a single-user type machine and just want some fonts for your personal desktop.Since I wipe most partitions when I upgrade (/home is on a separate one) this makes the fonts stay with my login. This is GNOME specific, I do believe KDE has a control panel to install fonts.

Obtain the TTF font(s) youd like to use; Ill use the custom Monaco Linux font as an example.

[Code]...

View 5 Replies View Related

Red Hat / Fedora :: Install RHEL 4.7 64-bit On Server Having RAID Controller?

May 10, 2009

I want to Install RHEL 4.7 64 bit on one my server (Supermicro Super Server) having RAID controller1. Intel2. AdaptecWe are using Adaptec.We are using RAID 1 with 2x320GB Hard disksPOINT: If we Install RHEL 5.3 it recognize RAID controller and show single Logical volume of 298 GB, Means working fine but when we try to install RHEL 4.7 it shows two hard disks of 298GB and 298GB,meanz its unable to recognize RAID controller.So, the issue is Driver of it, CD which we got from super micro having driver for RHEL 4 to RHEL 4 update 6We are making our DR site and its necessary for us to Install RHEL4.7 to make it identical.I searched a lot and spent more than three days on it continuously, And still unable to find the solution.

View 9 Replies View Related

Red Hat / Fedora :: Minimum Configuration Files That Would Be Needed To Rebuild RHEL Server?

Jan 8, 2010

What are the bare minimum configuration files that would be needed to rebuild a RHEL server?We are thinking about creating a generic base image and then just copying over the necessary files (fstab, hosts, networking, etc) to get a failed system back up and running in the least amount of time possible. I am fairly new to Linux and have suggested that we have a share on a redundant server that is /server_configs/Svr_name/*.* (names are subject to change and *.* would be all of the pertinent config files to make a fresh build customized enough to emulate the failed server).Is this even possible and/or plausible?

View 1 Replies View Related

Red Hat :: RHEL Authenticate To Active Directory Using LDAP

Apr 29, 2011

I manage to get RHEL Authenticate to Active Directory using LDAP and Kerberos. When a user authenticate to the Unix, the Unix system will check (using Kerberos) to the AD. However I just found out that when the RHEL (LDAP) did the authentication to the AD (to ensure that the RHEL has the right permission to query the LDAP database), it uses simple bind which send the username/password unencrypted over the network.

1) Can We use Kerberos as well? for the initial authentication described above?
2) If Not possible, is there a way to encrypt the username/password in the storage (ldap.conf -because it's world readble)? I know that for tranmission I can use SSL.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved