Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: inforeqd
  • Content: Threads
  • Order by date
  1. inforeqd

    Multiple Physical NICs on Redhat KVM Virtual Machine

    I've done many a google search and have not found a solution. Here is the issue. I have a server with 4 physical nics (eth0, 1,2,3). I bridge eth0 and eth1 to be used by my 4 virtual machines (the load of network traffic is light so I put 2 VMs to each bridge. I have the additional two physical...
  2. inforeqd

    Subnetting in a reverse file

    I have a subnet that uses a .224 netmask (/27 network). The problem is I have two sites that use the same 3rd octet and its been subnetted. How do I put the SOA in for each reverse?? I can easily just create a custom reverse file but I'm thinkin the SOA line needs something like 27/24.168.192...
  3. inforeqd

    nslookup on fully qualified domain name only

    Just setup bind 9.8.1-P1 server. Have it resolving locally (on the server) when putting in just hostname. But when trying to lookup just the hostname from a remote host I must put in my fully qualified domain name of the host before getting back responses. ex. from dns server nslookup host1...
  4. inforeqd

    Redhat Kickstart Post Install

    I have my kickstart setup, runs great, installs the OS and all packages via HTTP. Now I would like to do the following. I have a tarball containing some specifics for our machines. In the past after loading the OS I would just put the tarball on the machine, untar it and run my post install...
  5. inforeqd

    Monitor Server Status

    I have been looking on the web for some examples but haven't found anything to my liking. What I would like to build is a combination of CGI and perl. Basically, what I need it to do is just run a ping using cron. Then report back via a webpage if a server is up or down. As an addition to this...
  6. inforeqd

    Drive Duplication

    I would like to make a master drive that I can copy to other clients. Any thoughts or ideas on what others have done and/or used to do such a process. I can utilize a disk duper since we have one at work, but I'm trying to get all the other options with problems etc. I keep getting asked by...
  7. inforeqd

    PerlTK getting selected item from List box

    Here are my subroutines for doing an ftp using a perlTK script. I've left out all the items above because it all works except for my subroutine in actually selecting an item and then pushing my "get file" button. Subroutine to get files and list them to listbox. This sub works fine...
  8. inforeqd

    Rename Characters in filename

    Just looking for some help in doing this. I have a directory containing files with names like this ADYYF7FD ABYYFX5B BAYYFZ3D The only common element is the YYF. I need to change those specific letters to something like XXY. How would I search for that pattern and change it in perl?? Sorry...
  9. inforeqd

    Sparc NIS client authentication problem

    I have a sparc solaris 8 02/04 nis client that is using my RHEL 3.0 NIS master. Everythings setup however I cannot get my users to logon via the CDE logon screen. I get an incorrect logon error. The NIS master is working since I can logon from linux workstations within the network. But thats...
  10. inforeqd

    Nis users cannot su

    I've posted this question alot of places and thought I might as well do it here also. RHEL 3.0 NIS server (master), my clients/users can authenticate fine and I have the home directory setup via NFS from the server. Everything for authentication from Linux clients to the Linux master is good...
  11. inforeqd

    NIS Shutdown`

    Ok. I believe this is in the way it shutdown (i.e. the order). So RHEL 3.0 Server. Nis is installed, working and its all good. The only problem I have is that when I do a reboot I get the following: do_ypcall" clnt_call RPC unalbe to receive errno= Connection refused I believe this is due to...
  12. inforeqd

    xcopy in batch

    I asked this question a few weeks ago and got a quick response, however I didnt think of something so I'm back hopefully to find an answer. The batch script uses xcopy to copy files from my source dir to a destination directory. I'm using the /D and /Y to avoid prompting and also to not do a...
  13. inforeqd

    Protect Files from Copy

    I have a batch script that performs a copy of newly created files in one directory to another. I would like to set some attribute on the files (once copied) so the next time the script runs it will not duplicate the copy. Is this possible? If so how? TIA inforeq
  14. inforeqd

    Gnome/KDE desktops

    Has anyone configured a default environment with Gnome or KDE for their users? If so how did you do it. tia inforeqd
  15. inforeqd

    Edit Logon Screen in RH

    Need to change the default logon screen on my redhat boxes to a more company proprietary look and feel. Anyone know where I can find information on doing this? TIA inforeq
  16. inforeqd

    Batch Script question

    Is there a way that I can "awk" a dos command for a certain value? I'm trying to setup some way of doing a call to date /t .. then getting the value of it into the format of MMDDYYYY and then have the script cd to that directory. Maybe this is too hard for a simple BATCH script? Not really sure...
  17. inforeqd

    JavaApplet Tutorial

    I didnt see a group fro java applet so I thought I'd start with the javascript group for this question. I need a detailed tutorial on creating and using java applets. Specifically creating a java applet that acts as a slider bar. The slider bar would allow a user to slide to a value (say...
  18. inforeqd

    Matching A value

    Hopefully this is simple, but once again my expression matching is getting the best of me. The setup is a java applet that uses POST to submit a value to my cgi/perl script. The submit is doing this when I run ethereal against it sliderVal=-8.00 .. This is correct since I'm using a slider to...
  19. inforeqd

    slide bar javascript

    Ok, I am at my wits end on this. I just cannot get a slide bar to show up in my document. Would someone please give me a very basic and step by step walk through of placing a slide bar that can take my values between 1 to 1000. All I need is the slider to be able to slide when a user moves it...
  20. inforeqd

    Slider to Form input

    I have cgi forms that utilize perl scripts to perform their function. However I now need to add a slider bar because the options available are entirely too great. I have no code for javascript on this, I can get some basic sliders but how would I submit the final choice into my perl form. I saw...

Part and Inventory Search

Back
Top