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 Rhinorhino 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: *

  1. linuxtricks

    using awk with ls -l - help!

    hi all. I am using ls -l to list the contents of a directory, but, I only want to see the filenames and sym link information and not the other information before it. i.e. ls -l /folder lrwxrwxrwx 1 root root 15 Aug 4 17:04 symfile -> _folder/otherfile drwxr-xr-x 2 root root 4096 Aug 4...
  2. linuxtricks

    newby trying to use "grep | awk" help!

    hello all I have a command the shows me the status of two nodes in an active high availability cluster: [root@box root]# rsfcli -v list node1: service stopped auto unblocked node2: service running auto unblocked The output of the 'rsfcli -v list' command above shows that node2...
  3. linuxtricks

    change metric on network interface - getting error.

    I am trying to change the metric on my RedHat Linux 9.0 server so that eth0 has a lower priority than eth0:1. 'man ifconfig' shows this: metric N This parameter sets the interface metric. Everything is set at metric '1' by default. I tried doing: /sbin/ifconfig eth0 metric 2 and I get the...
  4. linuxtricks

    Windows Radius Server - Linux client...

    Does a Radius client for Linux exist to coincide with a Windows Radius Server? I'd like to centralize user authentication. Thanks! --- Try not. Do. Or do not. There is no try.
  5. linuxtricks

    CNAME_lookup_failed_temporarily._(#4.4.3)/

    Hi all. I have been trying to figure out why I get the below message. "CNAME_lookup_failed_temporarily._(#4.4.3)/" My qmail logs show tons of entries like this: --------------------------------- @400000003e942d14381955f4 starting delivery 1126: msg 79967 to remote @mail1...
  6. linuxtricks

    SNMP on Linux. help!

    I have been trying to find out information about configuring snmp on Linux but am hitting dead ends. :( We have an HPOpenview server that recieves traps from Windows machines and monitors the status of many things such as 'hard drive space, system reboot, cluters failing over, etc'... and we...
  7. linuxtricks

    data collection service? top --> graph! HELP!

    Hi. I'm used to a data collection service under VMS that collects all data for the entire system...you can then get graphs or tables of anything that went on in the system during any time period. Let's say a server goes down at 12 noon today. I want to be able to refer back to some output that...
  8. linuxtricks

    redirect an entire webpage...

    My companies website is going under construction. I'd like to be able to have any page that is accessed on the website redirected to an "Under Construction" page. What is the best way of doing this? --- Try not. Do. Or do not. There is no try.
  9. linuxtricks

    Redhat Linux Certification!

    Hi all. My company is finally sending me for Linux training provided directly from Redhat. <smiles> I am going for the RH133 course, then the RH253 and finally the RH302. I am skipping the first training course, RH033, as I am already familiar with the basics of linux. Has anyone taken the...
  10. linuxtricks

    qmail - and virtual domains

    Hello all. I'm hoping this qmail forum will blow up. I have been looking to set up qmail to replace my current sendmail. I have a single Linux box that acts as a DNS server, Web server and email server. Has anyone had the chance to install qmail in this type of environment? I purchased the...
  11. linuxtricks

    apache_1.3.22 - needs trailing slashes?

    Help! I have built a new webserver on Redhat 7.2 using apache_1.3.22. It seems that I need to let the server know to look for the index.html file within folders. When I go to: http://mydomain.com/folder I get halted with a &quot;page cannot be found&quot;. But when I go to...
  12. linuxtricks

    tcpdump - making the network run smoother

    Apparently, tcpdump is able to change some settings on an interface in order to monitor traffic, i.e. it sets it to &quot;promiscuous mode&quot; (allowing packets from any source?). I guess the changes must be temporary. Anyway, whenever I run tcpdump on a LAN, it seems to allow traffic to...
  13. linuxtricks

    'mail' from command line for script use - not working. =(

    Hi. As part of the logging db project, I need to send PHP-generated email out of one of the Linux machines onto the internet. I do not want to run an smtp daemon on the linux server, I just want to be able to send a few outgoing emails. I do not want to run a service and have port 25...
  14. linuxtricks

    Maximum file size in Linux

    I need to have the ability allow file sizes to exceed the 2GB limit with my current version of Redhat 6.2. (Linux version 2.2.14-5.0.14smp). Does anyone know if Redhat 7.1 supports file sizes over 2GB? If so, I will need to upgrade very soon. =) Thnx! --- Try not. Do. Or do not. There is...
  15. linuxtricks

    syslog &quot;reader&quot; needed! =&gt;

    Hi all, I am setting up a syslog server on a Windows NT system to be my one central location for syslogs. I will be setting up multiple devices to direct the outputs of syslog to the new NT syslog server. I understand the syslog server will output a single text file while will contain entries...
  16. linuxtricks

    Does 3COM make a NIC that is able to share an IP with...

    I know INTEL makes a network card that is able to share the IP address with another network card, but does 3COM make something like that? I have a server that will need 2 NICS (for redundancy only). They need to have the same IP address between the 2 NICS. If one NIC fails... the other will...
  17. linuxtricks

    Cutting over primary DNS to new server - HELP!!!

    Hi. I have a primary DNS server in one site... and a secondary DNS server in another site. The primary DNS server is running BIND4.9.7REL on a Windows NT 4.0. I am looking to replace that DNS server with a Microsoft DNS server running on Windows NT 4.0 Server. (I want to also replace the...
  18. linuxtricks

    How-to exclude subdirs when password protecting dirs via .htaccess

    The subject line says everything. =) I need to know how to _exclude_ all of the subdirectories when I enable password protection on a particular directory using a .htaccess file. If I enable password protection on: domain.com/dir1/ -I do not want to be prompted to enter a password when I...
  19. linuxtricks

    A new DNS Server needs help!

    Hi all, I have an old DNS server &quot;Bind version 4.9.7REL&quot; that needs to be moved over to a new Windows NT 4.0 machine running Microsoft's DNS server. Has anyone has experience moving over that particular version of BIND to another DNS server? I will call the 'old' Bind server machine...
  20. linuxtricks

    mounting NAS on a Linux box

    Hello all, I will need to have our new NAS (network area storage) device mounted on our Linux server so that we can access the NAS device to write files/databases to. I have found very little documentation on how to go about mounting the NAS device from the Linux server. Has anyone had...

Part and Inventory Search

Back
Top