retrieve mac address with CF?

2007-06-25 Thread Bob Imperial
Good morning folks ... or at least it's morning here ;) I was just asked if I could retrieve mac addresses via coldfusion and have no idea. Is this possible with cf, if so or if someone knows of a good reference to point me in the direction of, I would appreciate it greatly. Thanks! Bob

RE: retrieve mac address with CF?

2007-06-25 Thread Ryan, Terrence
: Bob Imperial [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 9:27 AM To: CF-Talk Subject: retrieve mac address with CF? Good morning folks ... or at least it's morning here ;) I was just asked if I could retrieve mac addresses via coldfusion and have no idea. Is this possible with cf

Re: retrieve mac address with CF?

2007-06-25 Thread John Blayter
If you want to get the MAC address of the server it looks like you can get to it through some java. http://forum.java.sun.com/thread.jspa?threadID=245711 On 6/25/07, Bob Imperial [EMAIL PROTECTED] wrote: Good morning folks ... or at least it's morning here ;) I was just asked if I could

RE: retrieve mac address with CF?

2007-06-25 Thread Imperial, Robert
-Talk Subject: Re: retrieve mac address with CF? If you want to get the MAC address of the server it looks like you can get to it through some java. http://forum.java.sun.com/thread.jspa?threadID=245711 On 6/25/07, Bob Imperial [EMAIL PROTECTED] wrote: Good morning folks ... or at least it's

Re: retrieve mac address with CF?

2007-06-25 Thread J.J. Merrick
about retrieving IP addresses from Macs, which we already do ;) Thanks! Bob -Original Message- From: John Blayter [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 10:21 AM To: CF-Talk Subject: Re: retrieve mac address with CF? If you want to get the MAC address of the server

RE: retrieve mac address with CF?

2007-06-25 Thread Bobby Hartsfield
:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 10:39 AM To: CF-Talk Subject: RE: retrieve mac address with CF? grin thanks for the response, seems my boss didn't phrase his question correctly . he was asking about retrieving IP addresses from Macs, which we already do ;) Thanks! Bob

RE: retrieve mac address with CF?

2007-06-25 Thread Imperial, Robert
Subject: RE: retrieve mac address with CF? You can cfexecute 'arp -a' to get a nice formatted output of macs and their IPs. If the IP isn't listed, ping it first, then do 'arp -a' and extract the MAC/IP ...:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message

RE: retrieve mac address with CF?

2007-06-25 Thread Bobby Hartsfield
: retrieve mac address with CF? Thanks Bobby ...this could be useful for me down the road if this works for snagging info from remote boxes, I'll putz around with it and see what I can break. Bob -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 12