Sponsored Content
Full Discussion: rhel installation
Operating Systems Linux Red Hat rhel installation Post 302366849 by Padow on Friday 30th of October 2009 01:30:45 PM
Old 10-30-2009
The Satellite package that RedHat sells is fantastic for kickstarting and managing RHEL hosts. You can do custom package channels for patch lifecycle management, and also centrally manage configuration files.
Padow
 

10 More Discussions You Might Find Interesting

1. Red Hat

RHEL 5 installation problem

Hi everyone, I m new here and I have few questions regarding RHEL installation. The story goes like this... I have a PC with the following specifications: 1. ASUS P5N-MX motherboard with on-board GForce 7050/nforce 610i chipset 2. Intel Pentium Dual Core Processor 3. Two SATA HDD(250GB + 160GB)... (4 Replies)
Discussion started by: willa
4 Replies

2. Red Hat

RHEL Installation issue.

Hi Gurus I am trying to install RHEL linux enterprise Edition v5 on a Dell Optiplex 320 desktop. After the Grub menu,i get the error,Kernel could not be loaded. I am a newbie in linux and would appreciate any help in moving forward. Thanks HG (1 Reply)
Discussion started by: Hari_Ganesh
1 Replies

3. Red Hat

RHEL installation on HP NetServer LH6000

Dear experts, Can any one suggest, whether RHEL is supported in HP NetServer LH6000 U3 Thanks (2 Replies)
Discussion started by: ./hari.sh
2 Replies

4. UNIX for Dummies Questions & Answers

rhel installation

just confused.im about to install red hat now however in partition, do I need to put /swap on Mount point? pls advise as Im confused (1 Reply)
Discussion started by: lhareigh890
1 Replies

5. AIX

RHEL Installation using NIM

We are primarily a AIX shop and we will be building our first Linux server on Intel server. I would like to know if someone has experience installing RHEL using NIM running on AIX. I would like to know if this is possible. If yes, how will the network boot and NFS work without using 3 rd... (3 Replies)
Discussion started by: mk8570
3 Replies

6. Red Hat

OpenSUSE installation using RHEL / CentOS Kickstart

Hi guys I have CentOS installed on my server. I have also installed TFTP server, DHCP server. I am able to install CentOS on remote machines using PXE boot and kickstart cfg file. I would like to install OpenSUSE using CentOS kickstart file. How do I do it ? I am also fine with any other... (2 Replies)
Discussion started by: msohail
2 Replies

7. Red Hat

Installation RHEL in External hard disk.

Hi all. Can i install RHEl5 in a external hard disk, work on lenovo T60 laptop. Plz reply me. Tell me the process. (2 Replies)
Discussion started by: nagaraju.kappal
2 Replies

8. Red Hat

Installation of Oracle E-Business Suite 12.1.1 on RHEL 6.1

i run Health Check/Validation for "Oracle E-Business Suite Release 12 (12.1.1) Preinstall (Linux x86 and x86_64)" im getting following errors : 1.Some of the required software tools for the the application tier of Oracle E-Business Suite Release 12 (12.1.1) installation were not found. ... (4 Replies)
Discussion started by: rehantayyab82
4 Replies

9. Red Hat

Vulnerability with ssh in OpenSSH in an RHEL installation

There was a security analysis run on one server which has RHEL 5.8 installed and it is showing security vulnerabilities with respect to ssh in OpenSSH with reference no CVE-2007-4752. The vulnerability solution in the security report is showing solution as below: 1) Download and apply the... (3 Replies)
Discussion started by: RHCE
3 Replies

10. Linux

Installation issue RHEL 6.5 on SAN

HI All I am facing issue in installation of Red Hat 6.5 on SAN.. i am having a partion of 2 TB in my SAN and i am installing the operating system after completed the installation it not booting and giving the error. (2 Replies)
Discussion started by: deviltech
2 Replies
fifo2(n)																  fifo2(n)

__________________________________________________________________________________________________________________________________________________

NAME
fifo2 - Create and manipulate pipe fifo channels SYNOPSIS
package require Tcl package require memchan fifo2 _________________________________________________________________ DESCRIPTION
The command described here is only available in a not-yet released version of the package. Use the CVS to get the sources. fifo2 creates two stream-oriented in-memory channels and returns their handles as a two-element list. There is no restriction on the ulti- mate size of the channels, they will always grow as much as is necessary to accomodate the data written into them. In contrast to the channels generated by fifo a pair of channels created here is connected internally in such a way that data writ- ten into one channel can be read from the other. All data written into them is read in the same order. This also means that the two channels of the pair are not seekable. The channels created here can be transfered between interpreters in the same thread and between threads. As both channels in the pair can be transfered independently they can be used to create a bidirectional connection between two interpreters. Memory channels created by fifo2 provide two read-only options which can be queried via the standard fconfigure command. These are -rlength The value of this option is the number of bytes currently available for reading from the channel. -wlength The value of this option is the number of bytes currently written into the channel. Note that the two lengths are switched for the channels of a pair. In other words, the number of bytes written for one of the channels is the number of bytes readable from the other end. As the channels generated by fifo2 grow as necessary they are always writable. This means that a writable fileevent-handler will fire con- tinuously. The channels are also readable if they contain more than zero bytes. Under this conditions a readable fileevent-handler will fire continu- ously. SEE ALSO
fifo, memchan, null KEYWORDS
channel, fifo, i/o, in-memory channel, memchan, stream COPYRIGHT
Copyright (c) 1996-2003 Andreas Kupries <andreas_kupries@users.sourceforge.net> Memory channels 2.2 fifo2(n)
All times are GMT -4. The time now is 06:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy