Results 1 to 4 of 4

Thread: Why is my Linux Server slow? possible causes

  1. #1
    mkasikandar's Avatar
    mkasikandar is offline Senior Member+
    Last Online
    6th May 2015 @ 02:27 PM
    Join Date
    14 Nov 2006
    Location
    »-(¯`v´¯)-» Hujra »-(¯`v´¯)-»
    Posts
    4,003
    Threads
    119
    Credits
    980
    Thanked
    50

    Smile Why is my Linux Server slow? possible causes

    Why is my Linux Server slow?

    Following can cause a Linux server to slow down when connected or not connected to a Network.

    a)DNS unreachable or invalid:

    the /etc/resolv.conf file contains a DNS server not reachable by the Linux server or invalid DNS. To change the DNS type PICO /etc/resolv.conf (PICO works like the Notepad program in Windows). Backspace the old DNS and enter the new DNS. To Use the hosts file for DNS resolution when no DNS server is available, use nameserver ...
    To save the file in PICO type Ctrl+X then press Y and then press Enter


    b)Permissions for the /etc/resolv.conf file are not set correctly:

    you may set the permissions by typing
    chmod 755 /etc/resolv.conf
    or you can delete the /etc/resolv.conf file and recreate it by typing rm /etc/resolv.conf and then recreate it by using PICO /etc/resolv.conf


    c)If the server is using the /etc/HOSTS file, the file may not have an entry that the Linux server is looking for:

    The Linux server may be looking for tek-tips.com but cannot resolve the IP using the HOSTS file because that entry is not in the HOSTS file. Use PICO /etc/HOSTS and enter any additional entries.


    d)The server may need to be restarted

    e)The Network file may be missing a hostname or other information
    pico /etc/sysconfig/network
    The line HOSTNAME= needs to have a hostname after it
    HOSTNAME=helper.tek-tips.com
    Also check the GATEWAY= line for the correct gateway
    pico /etc/sysconfig/network-scripts/ifcfg-eth0
    Check IPADDR= and NETMASK= for the correct IP address and Subnet Mask

    experts recommends to compare the network setting from a working machine to the problem machine.

  2. #2
    Join Date
    06 Sep 2008
    Location
    Jauharabad
    Age
    39
    Gender
    Male
    Posts
    442
    Threads
    12
    Credits
    1,135
    Thanked
    3

    Default

    DNS unreachable or invalid:
    you should introduce your server machine in DNS's forward and reserves zone, manually..

    then it may resolve.
    Last edited by kashifazizawan; 26th August 2009 at 04:35 PM. Reason: nothing

  3. #3
    mkasikandar's Avatar
    mkasikandar is offline Senior Member+
    Last Online
    6th May 2015 @ 02:27 PM
    Join Date
    14 Nov 2006
    Location
    »-(¯`v´¯)-» Hujra »-(¯`v´¯)-»
    Posts
    4,003
    Threads
    119
    Credits
    980
    Thanked
    50

    Default

    Quote kashifazizawan said: View Post
    DNS unreachable or invalid:
    you should introduce your server machine in DNS's forward and reserves zone, manually..

    then it may resolve.

    THANKS FOR SUGGESTION............NICE

  4. #4
    soochona is offline Senior Member+
    Last Online
    13th October 2018 @ 08:44 PM
    Join Date
    02 Sep 2008
    Age
    37
    Posts
    82
    Threads
    4
    Credits
    1,074
    Thanked
    3

    Default

    Ager kisi ko linux Server banane aata ha tu plese
    Guide karein..
    thanks

Similar Threads

  1. Setup Samba File And Printer Sharing Server (Linux,Ubuntu)
    By axe_of_qambrani in forum Computer Networking
    Replies: 17
    Last Post: 29th September 2014, 01:17 PM
  2. Centos Linux Server Urdu Language Mai.
    By shobilashari in forum Operating Systems
    Replies: 9
    Last Post: 7th May 2014, 01:29 AM
  3. Linux Server Administration Seekhen Urdu Main...!!!
    By axe_of_qambrani in forum Website Reviews
    Replies: 1
    Last Post: 11th June 2012, 10:20 PM
  4. which is best server windows or linux
    By adbuxpay in forum Ask an Expert
    Replies: 7
    Last Post: 16th May 2012, 10:15 PM
  5. installing linux and windows server??
    By asifsomy in forum Ask an Expert
    Replies: 1
    Last Post: 11th January 2009, 10:55 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •