Sponsored Content
Full Discussion: RHEL Kickstart
Operating Systems Linux Red Hat RHEL Kickstart Post 302364525 by mark54g on Friday 23rd of October 2009 09:16:48 AM
Old 10-23-2009
I wonder if this is a timeout issue or such. Is the Windows box on the same network segment?
 

10 More Discussions You Might Find Interesting

1. Red Hat

RHEL Kickstart Pre-Install script

Hey all, I'm not sure if this possible but I had tested it out manually during the installation (placed a sleep in the pre-installation) and it worked. I'm trying to have a pexpect script to log into the mysql and input a new row for the pre-installation, which will end up displaying on a web... (1 Reply)
Discussion started by: karljbaker
1 Replies

2. Red Hat

Does RHEL 5 provide a command to collect RHEL system log in single compress file?

Hi, I heard a command that can collect all RHEL 5 log in a single compress file before I forget. Does any body know...What the command is ? Thanks. (4 Replies)
Discussion started by: nnnnnnine
4 Replies

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

4. Red Hat

%include in kickstart

RHEL 5.4 I'm trying to use %include statements in my kickstarts, and am running into some problems. In %pre, I can %include /mnt/source/isolinux/setup-questions and that works just fine. One of the things it does is echo out several variables to /tmp/vars In %post --nochroot, I copy... (2 Replies)
Discussion started by: jnojr
2 Replies

5. Red Hat

Error throwing while installing vsftpd package in rhel 6. using rhel 6 dvd.

Hi all, Im studying rhcsa as of now, so yum installation and dependencies are messing me to not workit out. i have dual os, win 7 & rhel 6. i have tried this installation of vsftpd package with rhel 6 dvd in VM rhel 6 in win 7 as well as host rhel 6.still the same issue. below error... (6 Replies)
Discussion started by: redhatlbug
6 Replies

6. Fedora

Rhel 6.1 - How to create a kickstart file?

Can anyone tell me how you create a kickstart file for RHEL 6.1 install? I am new to this and wanting to learn Red Hat. I have a training guide that says to create one but it does not give you instructions on how to do so. (3 Replies)
Discussion started by: Saplmb
3 Replies

7. Red Hat

RHEL 6, Spacewalk 2.3 unable to download RHEL 5 repo data

Hello all, I am having a bit of an issue on my Spacewalk installation. Some amplifying information is that it is Spacewalk 2.3 installed on a RHEL 6 machine and I am attempting to install/update a RHEL 5 channel/repository. I am fairly new to Spacewalk so I am still learning but this is what I... (3 Replies)
Discussion started by: jstone4646
3 Replies

8. UNIX for Dummies Questions & Answers

Windows->RHEL->RHEL X11 Forwarding?

I know this question might have been asked a lot but couldn't find anything that worked. From a windows machine 'A' I can only SSH into Linux server 'B' from where I can SSH into another Linux server 'C'. I need to be able to run GUI interfaces on server C which run on my Windows machine. I... (3 Replies)
Discussion started by: hr.prasan
3 Replies

9. Red Hat

Is it possible to install RHEL 7 on top of RHEL 6?

Hi We have RHEL 6.7 on an HP physical server and want to install RHEL 7 (not upgrade) on top of it by means of virtualization. Is it possible to install/configure RHEV/KVM virtualization on base RHEL 6.7 OS instance and then install RHEL 7 as a VM guest on it? If yes, could you please guide me... (1 Reply)
Discussion started by: magnus29
1 Replies

10. Red Hat

Trouble creating RHEL 6.5 bootable image with custom kickstart file

Hi everyone, I have a custom kickstart file from a software vendor and I'm trying to package that with a RHEL 6.5 and then attach it to a VM and install RHEL with the settings in the kickstarter file. I'm doing this from a windows PC using an app called InfraRecorder. I've extracted the... (0 Replies)
Discussion started by: 911Eric
0 Replies
GENLIB_PLACE_SEG_REF.3(October 1, 1997) 								   GENLIB_PLACE_SEG_REF.3(October 1, 1997)

NAME
GENLIB_PLACE_SEG_REF - put a segment on a reference belonging an instance in the current figure SYNOPSYS
#include <genlib.h> void GENLIB_PLACE_SEG_REF(insname, refname, layer, width, face) char *insname, *refname; char layer, face; long width; ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.fr PARAMETERS
insname Name of the instance in the which the reference is to be searched for refname Name of the reference to be used for the segment placement layer Physical layer of the segment width Width of the segment face Face of the figure on which the segment is to be placed DESCRIPTION
PLACE_SEG_REF places a segment regarding the position of the reference, refname, in the instance called insname. The segment coordinates are computed from the reference coordinates and the face given as argument. Two behaviours are expected, regarding the reference coordinates: the reference is on the given face of the abutment box the segment is not added, since it would have zero as length the reference is anywhere else A segment is drawn between the reference and the abutment box, and is given layer and width as attributs. One of its endpoint is given by the reference coordinates, the other one comes from the face. The face argument is meant in the placed instance, and can take any of the following values: NORTH the other endpoint has, for absissa, the x coordinate of the top of the abutment box of the cell, and for ordinate, the y coordinate of the reference. SOUTH the other endpoint has, for absissa, the x coordinate of the bottom of the abutment box of the cell, and for ordinate, the y coordinate of the reference. EAST the other endpoint has, for absissa, the x coordinate of the reference and for ordinate, the y coordinate of the right of the abutment box of the cell. WEST the other endpoint has, for absissa, the x coordinate of the reference and for ordinate, the y coordinate of the left of the abutment box of the cell. ERRORS
"GENLIB_PLACE_SEG_REF impossible : missing GENLIB_DEF_PHFIG" No figure has been yet specified by a call to DEF_PHFIG. So it isn't possible to place a reference inside it. you must call DEF_PHFIG before any other layout action. "GENLIB_PLACE_SEG_REF impossible : missing GENLIB_DEF_PHFIG" No figure has been yet specified by a call to DEF_PHFIG. So it isn't possible to place a reference inside it. you must call DEF_PHFIG before any other layout action. "GENLIB_PLACE_SEG_REF impossible : no abutment box" The current figure does not have an abutment box. Use DEF_AB(3) before this function. "illegal GENLIB_PLACE_SEG_REF : orientation is XX" The face parameter does not have a legal value, but XX. "illegal getphins : instance called insname does not exist" No instance called insname exists in the current figure "illegal getphref : references called refname does not exist" No reference called refname exists in the model of the instance insname. EXAMPLE
#include <genlib.h> main() { /* Create a figure to work on */ GENLIB_DEF_PHFIG("cell"); GENLIB_PLACE("gaci0_b", "r1", NOSYM, 23L, 54L); /* Put a reference */ GENLIB_PLACE_SEG_REF("r1", "a_0", ALU2, 2, NORTH); /* Save that on disk */ GENLIB_SAVE_PHFIG(); } SEE ALSO
genlib(1), GENLIB_DEF_PHFIG(3), GENLIB_SAVE_PHFIG(3), GENLIB_PHREF(3), GENLIB_PHSEG(3), GENLIB_COPY_UP_REF(3), GENLIB_COPY_UP_ALL_REF(3), GENLIB_PLACE_SEG_REF(3), GENLIB_PLACE_SEG_REF(3), GENLIB_PLACE_SEG_REF(3). BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. PROCEDURAL GENERATION LANGUAGE
ASIM/LIP6 GENLIB_PLACE_SEG_REF.3(October 1, 1997)
All times are GMT -4. The time now is 03:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy