Shutdown a system by MAC?


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Shutdown a system by MAC?
# 1  
Old 11-27-2007
Shutdown a system by MAC?

Ok here is the problem we have 2 v440 with same IP address running solars 9. one remains on the other remains off. They are both configured exactly the same for redundant purposes for the software we use. This was the best/worst idea. Great because down time is only a mere minutes. The bad is the site tends to turn on both of them at the same time causing problems for the clients. We now have a way to check the port they are plugged into from the switch and send us an email if the secondary comes online. Now is there a way to shutdown the secondary via MAC address instead of IP since they both share the same IP?
# 2  
Old 11-27-2007
Can you establish network load-balancing between the two ?
I suspect that they are production servers ?

Cheers,
Cameron
# 3  
Old 11-27-2007
The V440 has dual ethernets, could you not have a secondary address for the same machines where the IPs were actually different?
# 4  
Old 11-27-2007
unable to telnet from win xp to sun server

Dear
i am not able to telnet my sun server from windows xp machine. even i had make entry in /etc/fusers & /etc/default/login file but error is showing "x21 error connection closed by remote user"
my windows machine ip is 10.205.121.177& sun server ip is 10.205.119.246
so plz help me. Is there any changes require



Regards
prakash
# 5  
Old 11-27-2007
Well the thing is the way we did this fault tolerance was because to bring up a server that is the same setup is faster than changing the way our software ont he clients talks to the secondary server. to change over 30 clients at one site takes login logout and change the master node. then accept some gui answers then reboot. that down time is unacceptable considering it is for the miltiary. Well this way we have like i said creates a problem when they bring it up. Could i possibly add another ip that would not effect our clients connection to the server but we could access?
# 6  
Old 11-27-2007
Quote:
Originally Posted by deaconf19
Could i possibly add another ip that would not effect our clients connection to the server but we could access?
Yes, especially if you use the 2nd ethernet port.

Another thought, why not use DHCP/RARP for the boxes, they start up by asking for their ethernet addresses based on the MAC address, so you can tell the boxes what they should be. You have the DHCP/RARPD server manage the IP addresses they get, then the server that should be idle gets a different IP address.
# 7  
Old 11-27-2007
See I can not make any really noticable changes to the system since they are under a doctrine drafted by the both countries. So any changes needed require a long process that could take a year or more... ok if the server that is idle get a different IP and the primary crashes how do we get the secondary to have the same IP as the primary?
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Programming

Problem on capturing system Shutdown

I am having exactly the same problem with https://www.unix.com/programming/129264-application-cleanup-during-linux-shutdown.html but the thread is old and closed. The only difference is that I use sigaction() instead of signal(), which is recommended, as far as I know. This is my code: ... (9 Replies)
Discussion started by: hakermania
9 Replies

2. Red Hat

shutdown system/myeclipse

Hi All, I have one situation to shut-down the system through shell script.I need script command to shut-down the system and process should end(safe-mode) the MyEclipse. (0 Replies)
Discussion started by: stsivaraj
0 Replies

3. Solaris

Shutdown system option

I am working on sunos solaris. I want to know which is good for system shut-down ? (3 Replies)
Discussion started by: Jitesh Varshney
3 Replies

4. Windows & DOS: Issues & Discussions

system restarts after shutdown!!

Hello, from last few days my laptop is not whutting down properly.. when ever i ty to shutdown it restarts again.. what may be problem?? antivirus is updated till date.. and i use windows xp sp2.... regards, deepak. (5 Replies)
Discussion started by: smarty86
5 Replies

5. UNIX for Advanced & Expert Users

System Shutdown Warning Using SAM

Bump to questions thread, thanks. (1 Reply)
Discussion started by: MINICooperS
1 Replies

6. Solaris

logs for system shutdown

I am working on a SUN T2000 machine with Solaris 10 running on it. When I checked the system this morning, I found it to be turned off. The lastreboot command showed that the system had been shut down the previous night. I want to find out how the system was shut down. I have run hardware health... (2 Replies)
Discussion started by: batman727
2 Replies
Login or Register to Ask a Question