Find the answer to your Linux question:
Results 1 to 4 of 4
I need some assistance with a Linux server... Our business has a Linux server, running "SME Server", which is a preconfigured Linux server designed for small to medium businesses. It's ...
  1. #1
    Just Joined!
    Join Date
    Jan 2007
    Posts
    2

    Linux Server Trouble

    I need some assistance with a Linux server...
    Our business has a Linux server, running "SME Server", which is a preconfigured Linux server designed for small to medium businesses. It's currently handling an MS Access Database with 10,000+ members, and up till now it's been working fine.
    Here's the deal... My server started to boot incorrectly and sometimes not boot at all.
    I found the cause to be a completely full HDD, like 0 bytes free!!
    I decided to ghost the server's 2Gb HDD onto a 20Gb HDD, which worked fine. It has a total of 5 partitions, and all were ghosted successfully.
    After ghosting was complete, I used Partition Magic to upsize the storage partition from 500Mb to 15Gb, else it would still only amount to a 2Gb drive. I left the OS partition and swap space alone. So far so good.
    The server now boots correctly again, with it's new HDD.
    My problem is: The server will no longer talk to other (Windows) computers on the network, like they were before the ghosting. Neither can I re-connect the network drives on the Windows machines.
    The server uses 2 ethernet cards, one for the ADSL router and the other to a switch (for the Windows workstations to connect to.)
    What can the problem be? Technically the only change to the server is a larger storage partition... Or is it?

    Hope someone can help!!

  2. #2
    Linux Enthusiast likwid's Avatar
    Join Date
    Dec 2006
    Location
    MA
    Posts
    649
    Possibly some file corruption. Does df show any of the other partitions almost full? Is Samba running? Can they talk via something like ssh?

  3. #3
    Just Joined!
    Join Date
    Jan 2007
    Posts
    2
    Quote Originally Posted by likwid
    Possibly some file corruption. Does df show any of the other partitions almost full? Is Samba running? Can they talk via something like ssh?
    I don't know enough about Linux to answer you...
    There is a service called "SMB" which shows up as "OK" when the server is booting.

    What is SSH?

  4. #4
    Linux Enthusiast likwid's Avatar
    Join Date
    Dec 2006
    Location
    MA
    Posts
    649
    SSH is secure shell. It is a service that allows computers to connect to a command line interface through an encrypted tunnel.

    Is this a redhat based distribution?

    Open up a terminal on the server and type

    Code:
    ps aux | grep ssh
    If ssh is running, you should at the very least be able to telnet to the server on port 22 from one of the machines connected to the switch. This can be done by going to start-> run-> cmd then typing
    Code:
    telnet servername 22

Posting Permissions

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