LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-31-2009, 04:38 AM   #1
Azazwa
Member
 
Registered: Mar 2009
Distribution: Fedora 8, Ubuntu 9.10, SuSE 10, Fedora 14
Posts: 98

Rep: Reputation: 15
Can I unplug LAN cable anytime?


Hi!

I need to unplug a CAT 5 from one computer and put in a different cable. (I just want to test the cables) Can I just unplug it while the computer is running?

The other side of the cable is connected to a switch.

Thanks!
 
Old 03-31-2009, 04:50 AM   #2
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
There should be no problems with it. I have done this before without any issues.
 
Old 03-31-2009, 05:31 AM   #3
maxy7710
Member
 
Registered: Jan 2008
Location: Mumbai, india
Distribution: REDHAT, FEDORA,SUSE, UBUNTU, ORACLE ENTERPRISE LINUX & SOLARIS 10
Posts: 130

Rep: Reputation: 17
Well i'll suggest if its a production server or people are accessing it for UAT purpose then it will break the active connections, the moment cable is unplugged.
if its a standalone machine & using network as per the need of the user than first stop the network service & then do the cable change activity
 
Old 03-31-2009, 05:50 AM   #4
Azazwa
Member
 
Registered: Mar 2009
Distribution: Fedora 8, Ubuntu 9.10, SuSE 10, Fedora 14
Posts: 98

Original Poster
Rep: Reputation: 15
Okay, I guess I should be more specific... ;-)

I'm building a cluster, and had VMware on the head node, but since it has its own DHCP, it didn't work very well with the DHCP server already on the head node's private interface.I uninstalled VMware but am getting this error when I try to image the nodes:
PXE-E32 : TFTP open timeout

I have looked at this:

Code:
root@gnlserv01 etc]# chkconfig --list tftp
tftp            on
[root@gnlserv01 etc]# /etc/init.d/xinetd restart
Stopping xinetd:                                           [  OK  ]
Starting xinetd:                                           [  OK  ]
[root@gnlserv01 etc]# netstat -an | fgrep -w 69
udp       0      0 0.0.0.0:69                  0.0.0.0:*
I have been thinking that perhaps the cable is faulty. That's why I want to unplug it, and use a different cable. The node gets its IP adress, but exits the Intel boot agent.

I would think that I could unplug the cable, but it you think there is grave danger, then please tell me so. Also, if you have any advice on the PXE error, it would be greatly appreciated!
 
Old 03-31-2009, 06:14 AM   #5
maxy7710
Member
 
Registered: Jan 2008
Location: Mumbai, india
Distribution: REDHAT, FEDORA,SUSE, UBUNTU, ORACLE ENTERPRISE LINUX & SOLARIS 10
Posts: 130

Rep: Reputation: 17
As u said that u r building a cluster, so in cluster have u made a service for IP including for SAN luns for failover.

cos normally in cluster u will have virtual IP & u make a service for it and u set a priority of the service for respective nodes.

heartbeat of the cluster is checked via Ethernet.

so if u r setup is fully functional & people are working on it then it will be a bad idea to unplug the cable.
 
Old 03-31-2009, 06:37 AM   #6
Azazwa
Member
 
Registered: Mar 2009
Distribution: Fedora 8, Ubuntu 9.10, SuSE 10, Fedora 14
Posts: 98

Original Poster
Rep: Reputation: 15
Hi!

No, there aren't any other users on this cluster yet.

Code:
As u said that u r building a cluster, so in cluster have u made a service for IP including for SAN luns for failover.

cos normally in cluster u will have virtual IP & u make a service for it and u set a priority of the service for respective nodes.
SAN luns? What's that?

I also haven't set any priority for of the service for the respective nodes.

TFTP worked fine when I added the first node, (before VMware came into the picture) and now it's not. Could it be a hardware problem?

By the way, where does your qoute come from?

Thanks for your help!
 
Old 03-31-2009, 06:54 AM   #7
maxy7710
Member
 
Registered: Jan 2008
Location: Mumbai, india
Distribution: REDHAT, FEDORA,SUSE, UBUNTU, ORACLE ENTERPRISE LINUX & SOLARIS 10
Posts: 130

Rep: Reputation: 17
ok

i guess there's a communication gap

lets start again

* all u got to do is check the LAN cable, whether it is faulty or not with another one.
* Its a UAT system & no one apart from u are working on the server.

if the above 2 are correct then you can change the cable, as no one will be hampered from the activity.

Also can u explain in brief u r cluster setup

if u referred to my signature then its from movie " Rocky Balboa "
 
Old 03-31-2009, 07:49 AM   #8
Azazwa
Member
 
Registered: Mar 2009
Distribution: Fedora 8, Ubuntu 9.10, SuSE 10, Fedora 14
Posts: 98

Original Poster
Rep: Reputation: 15
Hi!

Okay, I'm a postgrad chemistry student and rather clueless about computers. We want to do computational chemistry faster, so I have been given the task (as a project) to set up a cluster. I have used fedora 8 and OSCAR 5.1rc. I have a server node, and added one normal node. Everything went well, except that there were problems with finishing the OSCAR installation. (Torque and maui had to be helped manually)
But we have a small partition on the server node for XP, so I loaded VMware. Then people helped me to fix the torque and maui problems. I wanted to add the other nodes, but when I tried imaging them using OSCAR, I got errors in the network boot process. Probably due to VMWare also having a DHCP server. Since VMware isn't a priority at present, I uninstalled it. But now if I try to image the nodes, I get this PXE-E32 : TFTP open timeout problem.

I've checked the cables and switch with the cable and port of the first node that didn't have any problems.

I have rebooted the server node, checked that the firewall is disabled, and the things mentioned earlier in the post. I have no idea how tftp works or why it doesn't work anymore. I'm just about pulling my hair out of my head, because time is running out, and it seems to be such a stupid problem. I find it interesting learning new things in Linux, but my chemistry department expects me to do some chemistry calculations on the cluster as well and at present I'm just falling into one problem after the other.

That's why there aren't any users on this cluster yet. It's not close to being finished. Hope that explains a few things...

I would appreciate ANY advice.

:-)
 
Old 03-31-2009, 10:42 AM   #9
Azazwa
Member
 
Registered: Mar 2009
Distribution: Fedora 8, Ubuntu 9.10, SuSE 10, Fedora 14
Posts: 98

Original Poster
Rep: Reputation: 15
Hi!

I found that one could unplug the LAN cable and nothing terrible happened, since no one else was working on the cluster. However, the cable was not the problem, not the switch, not the NIC.

Secondly, with Fedora 8, DO NOT USE the GUI to disable your firewall. Use #service iptables stop
Look at this site:
http://forums.fedoraforum.org/archiv...p/t-31587.html

Disabling the firewall properly, cleared the PXE-E32 : TFTP open timeout error.

:-)
 
Old 03-31-2009, 10:45 AM   #10
Azazwa
Member
 
Registered: Mar 2009
Distribution: Fedora 8, Ubuntu 9.10, SuSE 10, Fedora 14
Posts: 98

Original Poster
Rep: Reputation: 15
I can't get it running again. [Solved]

Jippie!
 
Old 03-31-2009, 11:28 PM   #11
maxy7710
Member
 
Registered: Jan 2008
Location: Mumbai, india
Distribution: REDHAT, FEDORA,SUSE, UBUNTU, ORACLE ENTERPRISE LINUX & SOLARIS 10
Posts: 130

Rep: Reputation: 17
good to know that the problem solved

 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
RHEL v.5 eth0 drops, only unplug/replug of cable fixes it lokke Linux - Networking 4 07-13-2007 12:09 PM
Unplug Internet Cable and plugin aging, but could not connected to the internet DevlinX Linux - General 2 07-02-2006 10:36 AM
safe to unplug IDE/power cable from HD wuya Linux - Hardware 5 04-27-2005 02:06 PM
lan instead of cable E.T.Me Mandriva 5 03-29-2005 02:25 AM
Lock Computer On Network Cable Unplug damicatz Linux - Networking 3 12-03-2004 07:42 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration