Server :: Lpr File Name On RHEL 5?

Dec 23, 2010

When I submit a job via lpr on RHEL 5 using lpr -P MYPRINTER filename and then do a lpstat -t, the actual file name is not listed...just a job identifier e.g MYPRINTER-8 On AIX the lpstat command shows the actual print file name Using -C, -J or -T options in lpr also makes no difference to waht is seen in lpstat

View 1 Replies


ADVERTISEMENT

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

Security :: Grub.conf File Has Been Cleared On RHEL V4.7 Server

Mar 26, 2010

I am running Red Hat Enterprise Linux AS release 4 (Nahant Update 7). The server was recently rebooted and wouldn't come up. After some investigation we found that the system would not boot because several files had been zero'd out (not deleted):

* All of these files had a date of March 11, 2010 with a time 03:46
* A zero byte file called /halt was also found with a date of 08:46

We could manually boot to the latest kernel, but none of the startup scripts would run. We analyzed the system looking for any file created on March 11 that were also 0 bytes. Once we had a list, we were able to determine that the system could be recovered without a full blown reinstallation of the OS.

We did a rescue boot from the installation CD, mounted the system volume privately, and edited the grub.conf file. We then brought up the network and copied the needed files from another RHEL v4.7 system. Rebooted the server and check the OS, databases, and apps.

My question is - Has anyone seen this behavior before? I seems like we may have been cracked or at the very least someone has cleared the files needed to recover the system smoothly.

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

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

Server :: Error: Failed To Retrieve Repodata/filelists.xml.gz From Rhel-x86_64-server-5

May 24, 2010

I am getting these error in RHEL 5.3 while i did "yum update".

---> Package libstdc++-devel.i386 0:4.1.2-46.el5_4.2 set to be updated
---> Package libstdc++-devel.x86_64 0:4.1.2-46.el5_4.2 set to be updated
---> Package libstdc++44-devel.i386 0:4.4.0-6.el5 set to be updated

[code]....

The program package-cleanup is found in the yum-utils package.

View 2 Replies View Related

Server :: RHEL 5 Proxy Server - Remove Temp Files And Cache

Oct 9, 2010

RHEL 5 is my proxy server. i want to remove temp files and cache . How do i remove cache and temp files.

View 3 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

General :: Cannot Ssh Into RHEL 5.5 Server Unless SSHD Server Debug Is Enabled?

Aug 11, 2010

I cannot ssh into an RHEL 5.5 server (192.168.20.104) from another RHEL 5.5 server (192.168.20.101) unless server debug is turned on 192.168.20.104, and even then, I have to wait several minutes before the connection is established. scp to and from the 104 server is also not working.Here is the debug output on the 101 server when server debug is not enabled on the 104 server-:

Code:
[applmgr@tclg-clone-01 ~]$ ssh -vvv 192.168.20.104
OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008

[code]...

View 6 Replies View Related

Server :: Setting Up Sendmail On A Blank RHEL 5.5 Server Setup

Jun 21, 2010

Having some issues setting up sendmail on a (basically) blank RHEL 5.5 server setup. My ultimate goal is to be able to automagically send logs / errors / notifications to ourselves from the server.

Our basic setup is a Win 2003 domain with exchange running on mail.domain.com.au.

I've edited the '/etc/mail/sendmail.mc' and added the :

Code:

line to it.

Also added the domain (domain.com.au) to the '/etc/mail/local-host-names' files

Also edited submit.mc and added

Code:

When I try and send a mail from root or a test user to one of the domain accounts, it seems to go fine, i.e no errors are reported but it never gets delivered.

From the mail logs:

Code:

So it seems to be sent to the queue no problems and when I check the queue :

Code:

Total requests: 0

Not nothing ever gets received. Am I missing something? I have read and read and read but dont seem to be getting any furthur.

So in the end this server doesn't need to do anything except be able to send mail from root to an external mail address.

View 1 Replies View Related

Server :: Unable To Run Any Command On Server With RHEL 3 ES Due To Relocation Error

Oct 29, 2010

In oreder to run an application software on RHEL 3 ES server, I created a link forcefully using following command from root id:
# cd /lib64/tls/
# ln -sf libc-2.3.4.so libc.so.6
before that I copied file libc-2.3.4.so from a workstation with OS RHEL 4 WS so that a link can be created.
Now I am unable to run any command except cd & pwd and it gives error messaage as given below:
ls:relocation error:/lib64/tls/libc.so.6:symbol _rtld_global_ro,version GLIBC_PRIVATE not defined in file ld-linux-x86-64.so.2with link time reference.

Before running this command libc.so.6 was pointing to libc-2.3.so file in path /lib64/libc-2.3.2.so.
I am now unable even to open a new window on the server.Please send me some solution as early as possible because this server is running production data and many users are runnig application on this server.

View 3 Replies View Related

Server :: Windows 7 Can't Write To RHEL 3 Server When Files Greater Then 1kb?

Mar 12, 2010

we are running a Red Hat Enterprise Linux ES release 3 (Taroon Upd 5) Kernel 2.4.21-32.ELsmp since several years. The server hosts an old ERP system who will be replaced at the end of the year.However it is necessary that some collegues are able to write some files to that server regulary. Since we are running Windows 7 on several machines, those users aren't anymore able to write to the samba share. Getting files from the share works fine.

But the problem seems not to be situated at the samba service because also the transfer using SSH (WINSCP) from any Win7 system to the server doesn't work.During testing we recogniced that transfering files smaller then 1kb works fine ... any file greater then 1kb ends up in an connection abort. This works with samba and also using SSH.All the workarounds editing some registry entries in Win7 for improving the interoperability between vista / win7 and samba don't work for us ... and also seem not to be the source of the problem.Is there a general known incompatibility between our RHEL version / kernel and Windows 7 regarding file transfers?

View 6 Replies View Related

Server :: Need Info On Ovzkernel-PAE 2.6.18-53 Package For RHEL 5 2.6.18-53 Server

May 24, 2010

I have a RHEL 5 server with 32 bit architechture that is not recognizing more that 4 GB of RAM and I am trying to locate a version of the kernel-PAE package that will work well with the 2.6.18-53 kernel. I found something on Open VZ called ovzkernel-PAE that is built for the 2.6.18-53 kernel [URL]

and wanted to find out if there were any known issues with this release before I attempted to install it. Is anyone aware of any issues with any rpms on openvz.org or with this particular rpm in general?

View 1 Replies View Related

Server :: Use Already Configured RHEL Server To Kick Other Servers

Aug 16, 2011

I have a RedHat box that I have configured, security, audit rules, latest updates, etc. I want to be able to "image" that configuration so I can kick other boxes with that "image", that way no other configuration/updating needs to be done on the newly kicked boxes. What is the best way to accomplish this? To make things more difficult, it would be near to impossible for me to pull any software off the internet for this.

View 5 Replies View Related

General :: How To Change TTY's File In RHEL 5.0

Oct 18, 2010

my keybord F7 key is not working. i am using RHEL 5.0 version. in that i am using tty's(Ail+Ctrl+F1 to Alt+Ctrl+F6) . for return back to GUI means compulsary needed F7 Key(Alt+Ctrl+F7). but my F7 key is not working.

View 1 Replies View Related

General :: Play A .mp3 File In My RHEL 5?

Jun 21, 2011

How to play a .mp3 file in my RHEL 5 linux machine.

View 3 Replies View Related

Server :: Install Kernel-PAE On A RHEL 5 2.6.18-53 Server ?

May 20, 2010

I am trying to look at installing the PAE module on a RHEL 5 2.6.18-53 system and I cannot seem to find that around. I had hoped to find out if installing the CentOS 5 2.6.18-128 or 2.6.18-164 kernel-PAE modules would have a lot of negative consequences? Perhaps one of you could direct me to a download site that would provide kernel-PAE for a 2.6.18-53 build?

View 4 Replies View Related

Red Hat / Fedora :: File Extension Executable In RHEL 5?

Jan 4, 2010

As we have executeable file extensions .exe , .msi and .msp for Windows. What is the file extension that is executable in Linux RHEL 5

View 3 Replies View Related

General :: File Generated Automatically In RHEL 3.0?

Aug 2, 2010

I am running redhat ent linux 3.0 with oracle database . Recently , I got a problem,perhaps some temporary files are created automatically and occupied my HDD . But I cannot find which files are created autamatically . Is there any way or any os related log file so that I can find that which files are generated automatically OR how can I trace it from OS perspective? I have to check oracle related tmp,trace and log file in every folder.

View 1 Replies View Related

Software :: Libfl.a File Missing On RHEL?

Mar 3, 2009

libfl.a file is missing in /usr/lib ( not /usr/lib64). This is casuing compilations to fail. locate rpm package that will create this file.

View 1 Replies View Related

General :: Rhel/centos File Execute And Installation?

Mar 6, 2010

i have new build testing centos 5.4 i386 base how to monitor logs and watch what is going wrong with file. i have 1 zmanda server enterprise i give permission and when i excecute nothing happend

# chmod +x amanda-enterprise-3.0-installer.bin
-rwxr-xr-x 1 root root 0 Mar 6 12:12 amanda-enterprise-3.0-installer.bin
# ./amanda-enterprise-3.0-installer.bin

what i am missing to install it.

View 1 Replies View Related

Red Hat :: VNC With RHEL 5.2 Server

Aug 5, 2009

I have seen and tried a lot of web information about issues with VNC and the RHEL 5.x implementation of VNC.

I can't seem to get the behavior I want. Let me explain.

With SLES 10, I can use YaST and with a few clicks end up with a system that when rebooted, accepts VNC viewer connections to :1 and displays the system login screen.

Here I can log in as root or any user. Once logged in, I can choose to use the command line to restart the system if necessary and eventually, I can reconnect with the vncviewer to the system login screen.

RHEL 5.2 has a "share your desktop" setting in preferences which works fine, but requires that I be logged in locally, which prevents remote restarts. There is also a system services dialog that refuses to start vncserver as a service. There are numerous tutorial in the RH knowledge base and the web that explain how to specifically setup individual displays, :1, :2 for specific users and claim that it can work after boot. I have not been able to get these working, but what I really want is a simpler, single display, :1, that will present the RHEL login screen so I can log in as any user I want. I am the only person accessing these servers and they are behind a firewall using secure protocols when remote.

I think Red Hat did not want to make this too easy as VNC users need to consider the security risks. Is there a way to get the SLES 10 VNC approach to work on RHEL 5?

View 5 Replies View Related

General :: How To Find The /dev/Device Mapping For NFS File System In RHEL

Jun 19, 2010

Found the below from RedHat Knowledgebase

The Completely Fair Queuing (cfq) scheduler in Red Hat Enterprise Linux 5appears to have worse I/O read performance than in version 4. It appears as though the Completely Fair Queuing I/O scheduler (cfq) has a regression and thus exhibits reduced read-side throughput which can affect performance for both local and NFS mounted file systems.

One way to mitigate this is to set the cfq's slice_idle parameter to zero. To change this value, execute the following command echo 0 > slice_idle in the /sys/block directory appropriate for your situation, as shown below:

echo 0 > /sys/block/hda/queue/iosched/slice_idle

We are using NFS file systems in RHEL 5.3. I would like to know how to find which /dev/Device is being used by the NFS file systems, so that I could try setting the slice_idle to '0' to see if there is any difference in performance? In /etc/fstab I only see the actual NAS volumes for the NFS file systems.

View 2 Replies View Related

General :: Unable To Play Mp3 - Mp4 File In Rhel 6.0 Beta / Sort It?

Dec 1, 2010

I can't play mp3 from Rhythmbox music player, it says MPEG-1 Layer 3 (MP3) decoder plugin required, and also I can't play mp4 from movie player it says h.264 decoder and MPEG-4 AAC decoder plugin required. what a joke!!! can you imagine for a newbie and for the first time like me use linux operating system find something like that.

View 2 Replies View Related

General :: Configure Yum Locally - Yum.repos.d/rhel Debuginfo File?

Aug 8, 2011

i was trying to configure yum locally, can i copy files to any other location other than /var/ftp/pub. how to configure yum.repos.d/rhel debuginfo file.

View 2 Replies View Related

Server :: Add New Service On Rhel 5?

Jul 21, 2010

I'm using java socket server program for transaction routing on rhel5. So I make a jar file of server to be run.

Now I need to add my application as a service. I just search in google how to do that, And i found some way and it is bellow,

#!/bin/bash
#
# chkconfig: 2345 85 15
# description: epic tle
# processname: epictle

[Code].....

I have written simple script (sh) to run jar file and I'm using bellow code for putting it as background

sh /opt/EpicTle/tle/run.sh >/root/.epicline/logs/debug/console.out 2>&1 &

I want to change 'console.out' file per day with date name rather than going with one file

View 6 Replies View Related

Server :: Can RHEL Be Installed On NAS/SAN Box

Nov 25, 2010

I have a situation where I want to install various versions of RHEL on removable drive. My first option was a flash drive or an external USB hard disk, but its speed is too slow.Now I have been assigned a task to search for more options about this requirement. If anybody has experience in installing the same, then please share with me.

View 6 Replies View Related

Server :: RHEL - Clone HDD ?

Mar 4, 2010

Currently my server use SAS 146G 10K. This hdd is in mirror mod. But space in current hdd is not enough. So, my plan is clone current hdd to other SAS 300G 10K.

View 1 Replies View Related

Server :: Ssh And Kerberos In RHEL?

Aug 3, 2010

I've my RHEL4u4 integrated with Active Directory.

I can logon to computer with username/passwd from AD.

But if I try to use ssh, is doesn't work

When I try to connect to the same computer using kerberos I receive this messages:

ssh -vv server.domain.com
....
debug1: Authentications that can continue: publickey,gssapi-with-mic,password
debug1: Next authentication method: gssapi-with-mic
debug2: we sent a gssapi-with-mic packet, wait for reply

[Code]....

and it tries to use publickey and finally, user/pass.

What do I've have do for using ssh and kerberos? I use samba for joining computer to AD. I tried it in ubuntu 8.04 and likewise-open and it works, but not in RH-Samba.

View 10 Replies View Related







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