RE: Ping Stu: KnowBe4

2011-04-11 Thread Clark, Tommy R
I used Firebug in Firefox to see what was happening. I went back and
looked at my add-ons in Firefox. I did not see anything that would block
advertising. It probably was not Websense because it would have returned
quickly with a blocked page response. Maybe it could have been a
firewall rule. I doubt that port 8000 is allowed on our network.

 

From: bounce-9313812-8239...@lyris.sunbelt-software.com
[mailto:bounce-9313812-8239...@lyris.sunbelt-software.com] On Behalf Of
Stu Sjouwerman
Sent: Friday, April 08, 2011 12:45 PM
To: NT System Admin Issues
Subject: RE: Ping Stu: KnowBe4

 

We figured out what this was. It's a browser add-in some people use
called AdBlock. 

This thing either kills or blocks javascript, of which we have a snippet
on our website 

from SalesGenius. 

 

Warm regards,


Stu

 

 



From: Clark, Tommy R [mailto:tommy.r.cl...@saic.com] 
Sent: Tuesday, April 05, 2011 11:17 AM
To: NT System Admin Issues
Subject: RE: Ping Stu: KnowBe4

Looks like loading core.js, main.js, transformer.js, validator.js, and
messages.js from 2ri.static.w2l.gurl.im:8000 is timing out and delaying
the page load.

 

From: bounce-9311516-8239...@lyris.sunbelt-software.com
[mailto:bounce-9311516-8239...@lyris.sunbelt-software.com] On Behalf Of
Sam Cayze
Sent: Tuesday, April 05, 2011 11:00 AM
To: NT System Admin Issues
Subject: Ping Stu: KnowBe4

 

Stu, a friendly FYI, but your new site is taking forever to load. Even
websiteoptimization.com is reporting a 60 second load time on a T1.

 

I was just about to share your product with our CEO.  I thought some
increased user awareness would be a good measure due to the huge email
breach at Epsilon recently.  

 

Thanks,


Sam

 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

... 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Q about multi-site SQL cluster

2011-04-11 Thread Ken Schaefer
You can just fail the resources over to node 2. As long as nodes 3  4 can 
communicate with node 2, then node 2 remains the owner.

The problem you have is if comms is cut between Site1 and Site2. Then you have 
two nodes at each end - which side should pick a node to seize control of the 
cluster? That's why you use an additional resource (e.g. file share witness). 
Whichever side has a node controlling the file share witness remains the active 
node.

Cheers
Ken

-Original Message-
From: Mike Leone [mailto:oozerd...@gmail.com] 
Sent: Monday, 11 April 2011 8:55 PM
To: NT System Admin Issues
Subject: Re: Q about multi-site SQL cluster

On 4/9/2011 9:15 PM, Brian Desmond wrote:
 Your boss is not understanding something or another correctly.
 
 Paying your SAN people to do the replication required here is going to cost 
 you a lot of money. I'd suggest you revisit mirroring. 

It's not the mirroring he's confused about, it's how do do the routine 
maintenance.

What he needs to know: you have 2 nodes in site #1, and 2 nodes in site #2. You 
have one node in site #1 that needs maintenance (BIOS upgrade, Windows updates, 
etc), the documentation only shows one scenario - failing the whole cluster 
fails over to the other site.

But that's not what we're talking about - how do we fail over the cluster 
resources to the other node in this *same* site. Failing the whole cluster over 
to the other site is a big deal. What we're confused about is how to do what we 
do now, with our non-multi-site clusters - fail the cluster and it's resources 
to node #2; pause node #1 so we can apply whatever patches and reboots that it 
needs, then fail the cluster resources back to node #1.

All within this same site. We don't want to fail over to the other site, just 
failover *within*  this site.

Hope that's clearer.


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin



RE: Q about multi-site SQL cluster

2011-04-11 Thread Ken Schaefer
Also +1 to Brian's comments. Do you really need a stretched cluster? Mirroring 
can provide auto-failover at the SQL Server level.

Cheers
Ken

-Original Message-
From: Ken Schaefer [mailto:k...@adopenstatic.com] 
Sent: Monday, 11 April 2011 9:20 PM
To: NT System Admin Issues
Subject: RE: Q about multi-site SQL cluster

You can just fail the resources over to node 2. As long as nodes 3  4 can 
communicate with node 2, then node 2 remains the owner.

The problem you have is if comms is cut between Site1 and Site2. Then you have 
two nodes at each end - which side should pick a node to seize control of the 
cluster? That's why you use an additional resource (e.g. file share witness). 
Whichever side has a node controlling the file share witness remains the active 
node.

Cheers
Ken

-Original Message-
From: Mike Leone [mailto:oozerd...@gmail.com]
Sent: Monday, 11 April 2011 8:55 PM
To: NT System Admin Issues
Subject: Re: Q about multi-site SQL cluster

On 4/9/2011 9:15 PM, Brian Desmond wrote:
 Your boss is not understanding something or another correctly.
 
 Paying your SAN people to do the replication required here is going to cost 
 you a lot of money. I'd suggest you revisit mirroring. 

It's not the mirroring he's confused about, it's how do do the routine 
maintenance.

What he needs to know: you have 2 nodes in site #1, and 2 nodes in site #2. You 
have one node in site #1 that needs maintenance (BIOS upgrade, Windows updates, 
etc), the documentation only shows one scenario - failing the whole cluster 
fails over to the other site.

But that's not what we're talking about - how do we fail over the cluster 
resources to the other node in this *same* site. Failing the whole cluster over 
to the other site is a big deal. What we're confused about is how to do what we 
do now, with our non-multi-site clusters - fail the cluster and it's resources 
to node #2; pause node #1 so we can apply whatever patches and reboots that it 
needs, then fail the cluster resources back to node #1.

All within this same site. We don't want to fail over to the other site, just 
failover *within*  this site.

Hope that's clearer.

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin



RE: Opinion on rebuilding Raid 5

2011-04-11 Thread Holstrom, Don
With the huge sizes hard drives can reach, is RAID5 still better than, say, 
mirrored drives? Or some other way. Our consultants want RAID5 for every 
server...

From: Micheal Espinola Jr [mailto:michealespin...@gmail.com]
Sent: Friday, April 08, 2011 6:47 PM
To: NT System Admin Issues
Subject: Re: Opinion on rebuilding Raid 5

I opt for the green MM's.

--
ME2




On Fri, Apr 8, 2011 at 1:45 PM, Steve Ens 
stevey...@gmail.commailto:stevey...@gmail.com wrote:
You choose the red pill, or the blue pill...sometimes I opt for the green one.

On Fri, Apr 8, 2011 at 3:00 PM, Jonathan Link 
jonathan.l...@gmail.commailto:jonathan.l...@gmail.com wrote:
How would you know the difference between the dream world and the real world?

On Fri, Apr 8, 2011 at 3:55 PM, Joseph Heaton 
jhea...@dfg.ca.govmailto:jhea...@dfg.ca.gov wrote:
Sometimes I feel a part of this community, and others, I feel like such an 
outsider...

 John Cook john.c...@pfsf.orgmailto:john.c...@pfsf.org 4/8/2011 12:48 PM 
 
(Jedi hand wave) You don't need to see our credentials, we're free to go...
John W. Cook
Systems Administrator
Partnership for Strong Families

- Original Message -
From: Bill Humphries nt...@hedgedigger.commailto:nt...@hedgedigger.com
To: NT System Admin Issues 
ntsysadmin@lyris.sunbelt-software.commailto:ntsysadmin@lyris.sunbelt-software.com
Sent: Fri Apr 08 15:40:48 2011
Subject: Re: Opinion on rebuilding Raid 5

crap.  should i really know what AM you are talking about?

bill

Steven M. Caesare wrote:

 **Ahem.**



 -sc



 *From:* Andrew S. Baker [mailto:asbz...@gmail.commailto:asbz...@gmail.com]
 *Sent:* Friday, April 08, 2011 1:52 PM
 *To:* NT System Admin Issues
 *Subject:* Re: Opinion on rebuilding Raid 5



 Yes, you're the  Um, no, it's currently down for everyone.




 **ASB **(Professional Bio http://about.me/Andrew.S.Baker/bio)
 **Technology Services that Maximize Business Results...***
 *
 ** **



 On Fri, Apr 8, 2011 at 1:45 PM, John Cook 
 john.c...@pfsf.orgmailto:john.c...@pfsf.org
 mailto:john.c...@pfsf.orgmailto:john.c...@pfsf.org wrote:

 Speaking of softballs, am I the only one not getting AM emails



  *John W. Cook*

 *System Administrator*

 *Partnership For Strong Families*

 *5950 NW 1st Place*

 *Gainesville, Fl 32607*

 *Office (352) 244-1610tel:%28352%29%20244-1610 tel:%28352%29%20244-1610*

 *Cell (352) 215-6944tel:%28352%29%20215-6944 tel:%28352%29%20215-6944*

 *MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP4, VTSP4*



 *From:* Jonathan Link 
 [mailto:jonathan.l...@gmail.commailto:jonathan.l...@gmail.com
 mailto:jonathan.l...@gmail.commailto:jonathan.l...@gmail.com]
 *Sent:* Friday, April 08, 2011 1:44 PM


 *To:* NT System Admin Issues
 *Subject:* Re: Opinion on rebuilding Raid 5



 There's only so much of your day that can be taken up by softball.

 On Fri, Apr 8, 2011 at 1:36 PM, Don Ely 
 don@gmail.commailto:don@gmail.com
 mailto:don@gmail.commailto:don@gmail.com wrote:

 Why are you trying to ruin my retirement?



 On Fri, Apr 8, 2011 at 10:34 AM, Jonathan Link
 jonathan.l...@gmail.commailto:jonathan.l...@gmail.com 
 mailto:jonathan.l...@gmail.commailto:jonathan.l...@gmail.com wrote:

 I thought we'd disabused you of the notion that you need a [high
 end] SAN?



 Granted the high end ones are nice and they have their uses, but your
 just looking to store files on it.  Are you going to virtualize all
 your servers, rely on Vmotion or some other tool to ensure high
 availability, or do you need to provide data access to a large number
 of disparate servers?  Consider looking at some of the lower end
 offerings from Synology and Qnap (heard good things), and avoid Drobo
 (heard not so good things) and stay away from Buffalo (don't touch
 that, it's pure evil).



 This project has been on your dockett for over a year now, hasn't
 it?  Awaiting funding?  The Synology and Qnap offerings are pretty
 affordable, and get you into iSCSI access realm.  Also, whatever
 happened to your project about setting up your own storage server?
 With Windows Server 2008 R2 having access to the iSCSI target software
 MS recently released, that becomes an option now, too.





 On Fri, Apr 8, 2011 at 12:55 PM, John Aldrich
 jaldr...@blueridgecarpet.commailto:jaldr...@blueridgecarpet.com 
 mailto:jaldr...@blueridgecarpet.commailto:jaldr...@blueridgecarpet.com
 wrote:

 Yeah I was keeping that in mind... Very good points to consider, too.
 :-) Mostly just going to be storing stuff that is primarily used for
 reference and things like that. At least that's how we're using our file
 server now. Very little writing going on, but a lot of reading of
 files.





 -Original Message-
 From: Paul Hutchings 
 [mailto:paul.hutchi...@mira.co.ukmailto:paul.hutchi...@mira.co.uk
 mailto:paul.hutchi...@mira.co.ukmailto:paul.hutchi...@mira.co.uk]

 Sent: Friday, April 08, 2011 12:47 PM
 To: NT System Admin Issues
 Subject: RE: Opinion on rebuilding Raid 5

 If you're using Exchange 2010 

RE: Opinion on rebuilding Raid 5

2011-04-11 Thread Terry Dickson
In my opinion Raid 5 on Everything is just wrong.  You have to use the 
appropriate Raid Level for you specific needs.  I had a consultant several 
years ago that said Raid 5 was the absolute best for their application.  As a 
matter of fact they said it was best in all occasions.  I then setup two 
servers one with Raid 5 and another with Raid 10 for a demonstration.  I have 
to say for their application Raid 10, killed Raid 5.  They were not allowed to 
consult for us again, as a matter of fact they continued to say that our test 
with the same hardware and processors was invalid and Raid 5 was the best in 
all circumstances.  I do like to report that their company is no longer in 
business, for some reason they lost all of their customers.



-Original Message-
From: Holstrom, Don [mailto:dholst...@nbm.org]
Sent: Monday, April 11, 2011 9:07 AM
To: NT System Admin Issues
Subject: RE: Opinion on rebuilding Raid 5

With the huge sizes hard drives can reach, is RAID5 still better than, say, 
mirrored drives? Or some other way. Our consultants want RAID5 for every 
server...



From: Micheal Espinola Jr [mailto:michealespin...@gmail.com]
Sent: Friday, April 08, 2011 6:47 PM
To: NT System Admin Issues
Subject: Re: Opinion on rebuilding Raid 5



I opt for the green MM's.

--
ME2









On Fri, Apr 8, 2011 at 1:45 PM, Steve Ens stevey...@gmail.com wrote:

You choose the red pill, or the blue pill...sometimes I opt for the green one.



On Fri, Apr 8, 2011 at 3:00 PM, Jonathan Link jonathan.l...@gmail.com wrote:

How would you know the difference between the dream world and the real world?



On Fri, Apr 8, 2011 at 3:55 PM, Joseph Heaton jhea...@dfg.ca.gov wrote:

Sometimes I feel a part of this community, and others, I feel like such an 
outsider...

 John Cook john.c...@pfsf.org 4/8/2011 12:48 PM 

(Jedi hand wave) You don't need to see our credentials, we're free to go...
John W. Cook
Systems Administrator
Partnership for Strong Families

- Original Message -
From: Bill Humphries nt...@hedgedigger.com
To: NT System Admin Issues ntsysadmin@lyris.sunbelt-software.com
Sent: Fri Apr 08 15:40:48 2011
Subject: Re: Opinion on rebuilding Raid 5

crap.  should i really know what AM you are talking about?

bill

Steven M. Caesare wrote:

 **Ahem.**



 -sc



 *From:* Andrew S. Baker [mailto:asbz...@gmail.com]
 *Sent:* Friday, April 08, 2011 1:52 PM
 *To:* NT System Admin Issues
 *Subject:* Re: Opinion on rebuilding Raid 5



 Yes, you're the  Um, no, it's currently down for everyone.




 **ASB **(Professional Bio http://about.me/Andrew.S.Baker/bio)
 **Technology Services that Maximize Business Results...***
 *
 ** **



 On Fri, Apr 8, 2011 at 1:45 PM, John Cook john.c...@pfsf.org
 mailto:john.c...@pfsf.org wrote:

 Speaking of softballs, am I the only one not getting AM emails



  *John W. Cook*

 *System Administrator*

 *Partnership For Strong Families*

 *5950 NW 1st Place*

 *Gainesville, Fl 32607*

 *Office (352) 244-1610 tel:%28352%29%20244-1610
 tel:%28352%29%20244-1610*

 *Cell (352) 215-6944 tel:%28352%29%20215-6944  
 tel:%28352%29%20215-6944*

 *MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP4, VTSP4*



 *From:* Jonathan Link [mailto:jonathan.l...@gmail.com
 mailto:jonathan.l...@gmail.com]
 *Sent:* Friday, April 08, 2011 1:44 PM


 *To:* NT System Admin Issues
 *Subject:* Re: Opinion on rebuilding Raid 5



 There's only so much of your day that can be taken up by softball.

 On Fri, Apr 8, 2011 at 1:36 PM, Don Ely don@gmail.com
 mailto:don@gmail.com wrote:

 Why are you trying to ruin my retirement?



 On Fri, Apr 8, 2011 at 10:34 AM, Jonathan Link
 jonathan.l...@gmail.com mailto:jonathan.l...@gmail.com wrote:

 I thought we'd disabused you of the notion that you need a [high end]
 SAN?



 Granted the high end ones are nice and they have their uses, but your
 just looking to store files on it.  Are you going to virtualize all
 your servers, rely on Vmotion or some other tool to ensure high
 availability, or do you need to provide data access to a large number
 of disparate servers?  Consider looking at some of the lower end
 offerings from Synology and Qnap (heard good things), and avoid Drobo
 (heard not so good things) and stay away from Buffalo (don't touch
 that, it's pure evil).



 This project has been on your dockett for over a year now, hasn't
 it?  Awaiting funding?  The Synology and Qnap offerings are pretty
 affordable, and get you into iSCSI access realm.  Also, whatever
 happened to your project about setting up your own storage server?
 With Windows Server 2008 R2 having access to the iSCSI target software
 MS recently released, that becomes an option now, too.





 On Fri, Apr 8, 2011 at 12:55 PM, John Aldrich
 jaldr...@blueridgecarpet.com mailto:jaldr...@blueridgecarpet.com
 wrote:

 Yeah I was keeping that in mind... Very good points to consider, too.
 :-) Mostly just going to be storing stuff that is primarily used for
 reference and things like 

Windows NLB on windows 2008 R2?

2011-04-11 Thread Leedy, Andy
I created a unicast Windows Network Load Balance between two 2008 R2 servers.  
Two of the NICs are on the same LAN subnet as our domain and the other two are 
connected together via crossover cable on a 10.x.x.x subnet for heartbeat.  
Everything seems fine except when I reboot one of the servers.  Then Windows 
firewall cannot detect the domain on the primary NIC. I have to manually unplug 
the second NIC (heartbeat), wait a few minutes for and plug it back in after 
the domain is detected on the primary NIC.

Anyone have any idea on how to resolve this?

-Andy


**

CONFIDENTIALITY NOTICE - The information transmitted in this message is 
intended only for the person or entity to which it is addressed and may contain 
confidential and/or privileged material. Any review, retransmission, 
dissemination or other use of this information by persons or entities other 
than the intended recipient is prohibited. If you received this in error, 
please contact the sender and destroy all copies of this document. Thank you.

Butler Schein Animal Health

**

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Opinion on rebuilding Raid 5

2011-04-11 Thread Ken Schaefer
RAID1 you lose 50% of disk space
RAID5 you lose 1/n (n = number of drives) of disk space. (33% for 3 drives, 25% 
for 4 drives, 10% for 10 drives, 5% for 20 drives etc.)

The larger the number of spindles in your RAID5 array, the less space you lose. 
RAID1 performs better though. Both arrays can lose a single drive without 
failure.

So you need to weigh up whether you need perf or space.

Chees
Ken

From: Holstrom, Don [mailto:dholst...@nbm.org]
Sent: Monday, 11 April 2011 10:07 PM
To: NT System Admin Issues
Subject: RE: Opinion on rebuilding Raid 5

With the huge sizes hard drives can reach, is RAID5 still better than, say, 
mirrored drives? Or some other way. Our consultants want RAID5 for every 
server...

huge snippage

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Q about multi-site SQL cluster

2011-04-11 Thread Mike Leone
On 4/11/2011 9:22 AM, Ken Schaefer wrote:
 Also +1 to Brian's comments. Do you really need a stretched cluster? 
 Mirroring can provide auto-failover at the SQL Server level.

He tells me we will have asynchronous mirroring between the sites. (it's
SAN replication, between HP SANs .. or will be, when we get to setting
it up). Not sure how that affects the discussions, tho.

He says he will dig more into it. Thanks for the help so far. No doubt
he'll be back with more questions soon. :-)

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


RE: Windows NLB on windows 2008 R2?

2011-04-11 Thread Brian Desmond
This shouldn't be a cross-over cable. It's not just for heartbeat at all. This 
should be a second port on a standard server VLAN.

You can do Unicast NLB on Windows 2008 R2 with a single NIC, also.

Thanks,
Brian Desmond
br...@briandesmond.com

w - 312.625.1438 | c   - 312.731.3132

From: Leedy, Andy [mailto:ale...@butlerschein.com]
Sent: Monday, April 11, 2011 10:53 AM
To: NT System Admin Issues
Subject: Windows NLB on windows 2008 R2?

I created a unicast Windows Network Load Balance between two 2008 R2 servers.  
Two of the NICs are on the same LAN subnet as our domain and the other two are 
connected together via crossover cable on a 10.x.x.x subnet for heartbeat.  
Everything seems fine except when I reboot one of the servers.  Then Windows 
firewall cannot detect the domain on the primary NIC. I have to manually unplug 
the second NIC (heartbeat), wait a few minutes for and plug it back in after 
the domain is detected on the primary NIC.

Anyone have any idea on how to resolve this?

-Andy


**

CONFIDENTIALITY NOTICE - The information transmitted in this message is 
intended only for the person or entity to which it is addressed and may contain 
confidential and/or privileged material. Any review, retransmission, 
dissemination or other use of this information by persons or entities other 
than the intended recipient is prohibited. If you received this in error, 
please contact the sender and destroy all copies of this document. Thank you.

Butler Schein Animal Health

**

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Q about multi-site SQL cluster

2011-04-11 Thread Ken Schaefer
SQL Server Mirroring has an asych mode too:
http://technet.microsoft.com/en-us/library/cc917680.aspx

Also, SQL Server Mirror can be brought online automatically.

SAN sync to a geo stretched cluster will probably be very expensive. Usually 
SAN sync is to an offline DB, with the cluster at the other end separate to the 
cluster at the source. Not sure if a geo-stretched cluster can utilise SAN sync 
(though happy to be educated)

Cheers
Ken

-Original Message-
From: Mike Leone [mailto:oozerd...@gmail.com] 
Sent: Monday, 11 April 2011 11:05 PM
To: NT System Admin Issues
Subject: Re: Q about multi-site SQL cluster

On 4/11/2011 9:22 AM, Ken Schaefer wrote:
 Also +1 to Brian's comments. Do you really need a stretched cluster? 
 Mirroring can provide auto-failover at the SQL Server level.

He tells me we will have asynchronous mirroring between the sites. (it's SAN 
replication, between HP SANs .. or will be, when we get to setting it up). Not 
sure how that affects the discussions, tho.

He says he will dig more into it. Thanks for the help so far. No doubt he'll be 
back with more questions soon. :-)

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin



RE: Windows NLB on windows 2008 R2?

2011-04-11 Thread Leedy, Andy
Single NIC... that's sound simpler. I tried rebuilding the NLB with a single 
NIC, but now I get this warning...

Running NLB Manager on a system with all networks bound to NLB might not work 
as expected.  If all interfaces are set to run NLB in unicast mode, NLB will 
fail to connect to hosts.

-Andy

From: Brian Desmond [mailto:br...@briandesmond.com]
Sent: Monday, April 11, 2011 11:10 AM
To: NT System Admin Issues
Subject: RE: Windows NLB on windows 2008 R2?

This shouldn't be a cross-over cable. It's not just for heartbeat at all. This 
should be a second port on a standard server VLAN.

You can do Unicast NLB on Windows 2008 R2 with a single NIC, also.

Thanks,
Brian Desmond
br...@briandesmond.commailto:br...@briandesmond.com

w - 312.625.1438 | c   - 312.731.3132

From: Leedy, Andy [mailto:ale...@butlerschein.com]
Sent: Monday, April 11, 2011 10:53 AM
To: NT System Admin Issues
Subject: Windows NLB on windows 2008 R2?

I created a unicast Windows Network Load Balance between two 2008 R2 servers.  
Two of the NICs are on the same LAN subnet as our domain and the other two are 
connected together via crossover cable on a 10.x.x.x subnet for heartbeat.  
Everything seems fine except when I reboot one of the servers.  Then Windows 
firewall cannot detect the domain on the primary NIC. I have to manually unplug 
the second NIC (heartbeat), wait a few minutes for and plug it back in after 
the domain is detected on the primary NIC.

Anyone have any idea on how to resolve this?

-Andy


**

CONFIDENTIALITY NOTICE - The information transmitted in this message is 
intended only for the person or entity to which it is addressed and may contain 
confidential and/or privileged material. Any review, retransmission, 
dissemination or other use of this information by persons or entities other 
than the intended recipient is prohibited. If you received this in error, 
please contact the sender and destroy all copies of this document. Thank you.

Butler Schein Animal Health

**

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Windows NLB on windows 2008 R2?

2011-04-11 Thread Leedy, Andy
Actually, I checked and both NICs are plugged into the same VLAN. I thought 
they were on a crossover cable, but I was thinking about a cluster I'm also 
working on.

Any ways, the issue is the same.  The NLB NIC still says Unidentified network 
and when I reboot the server, the primary NIC fails to detect the domain. I did 
use netsh to set the forwarding=enabled, but still the issue remains.

-Andy

From: Leedy, Andy [mailto:ale...@butlerschein.com]
Sent: Monday, April 11, 2011 12:02 PM
To: NT System Admin Issues
Subject: RE: Windows NLB on windows 2008 R2?

Single NIC... that's sound simpler. I tried rebuilding the NLB with a single 
NIC, but now I get this warning...

Running NLB Manager on a system with all networks bound to NLB might not work 
as expected.  If all interfaces are set to run NLB in unicast mode, NLB will 
fail to connect to hosts.

-Andy

From: Brian Desmond [mailto:br...@briandesmond.com]
Sent: Monday, April 11, 2011 11:10 AM
To: NT System Admin Issues
Subject: RE: Windows NLB on windows 2008 R2?

This shouldn't be a cross-over cable. It's not just for heartbeat at all. This 
should be a second port on a standard server VLAN.

You can do Unicast NLB on Windows 2008 R2 with a single NIC, also.

Thanks,
Brian Desmond
br...@briandesmond.commailto:br...@briandesmond.com

w - 312.625.1438 | c   - 312.731.3132

From: Leedy, Andy [mailto:ale...@butlerschein.com]
Sent: Monday, April 11, 2011 10:53 AM
To: NT System Admin Issues
Subject: Windows NLB on windows 2008 R2?

I created a unicast Windows Network Load Balance between two 2008 R2 servers.  
Two of the NICs are on the same LAN subnet as our domain and the other two are 
connected together via crossover cable on a 10.x.x.x subnet for heartbeat.  
Everything seems fine except when I reboot one of the servers.  Then Windows 
firewall cannot detect the domain on the primary NIC. I have to manually unplug 
the second NIC (heartbeat), wait a few minutes for and plug it back in after 
the domain is detected on the primary NIC.

Anyone have any idea on how to resolve this?

-Andy


**

CONFIDENTIALITY NOTICE - The information transmitted in this message is 
intended only for the person or entity to which it is addressed and may contain 
confidential and/or privileged material. Any review, retransmission, 
dissemination or other use of this information by persons or entities other 
than the intended recipient is prohibited. If you received this in error, 
please contact the sender and destroy all copies of this document. Thank you.

Butler Schein Animal Health

**

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Opinion on rebuilding Raid 5

2011-04-11 Thread Crawford, Scott
Theoretically, you could lose half your drives without failure with RAID1...but 
they need to be the right half.

From: Ken Schaefer [mailto:k...@adopenstatic.com]
Sent: Monday, April 11, 2011 9:54 AM
To: NT System Admin Issues
Subject: RE: Opinion on rebuilding Raid 5

RAID1 you lose 50% of disk space
RAID5 you lose 1/n (n = number of drives) of disk space. (33% for 3 drives, 25% 
for 4 drives, 10% for 10 drives, 5% for 20 drives etc.)

The larger the number of spindles in your RAID5 array, the less space you lose. 
RAID1 performs better though. Both arrays can lose a single drive without 
failure.

So you need to weigh up whether you need perf or space.

Chees
Ken

From: Holstrom, Don [mailto:dholst...@nbm.org]
Sent: Monday, 11 April 2011 10:07 PM
To: NT System Admin Issues
Subject: RE: Opinion on rebuilding Raid 5

With the huge sizes hard drives can reach, is RAID5 still better than, say, 
mirrored drives? Or some other way. Our consultants want RAID5 for every 
server...

huge snippage

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Hot folder for text files?

2011-04-11 Thread Terry Dickson
You should be able to do that with Batch and Print Pro  
http://www.traction-software.co.uk/batchprint/


-Original Message-
From: Evan Brastow [mailto:ebras...@automatedemblem.com]
Sent: Monday, April 11, 2011 12:29 PM
To: NT System Admin Issues
Subject: Hot folder for text files?

Dumb question, but I'm striking out on Google.



I'm just looking for a program that can monitor a folder and print any text 
files (just plain old .txt files) that show up in it? I've found a program 
called Hot Folder Printer, but it only works with image files.



Anyone happen to see something like this in their travels?



Thanks,



Evan

~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ 
http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


 CONFIDENTIALITY NOTICE: This e-mail and any attachments are confidential. If 
you are not the intended recipient, you do not have permission to disclose, 
copy, distribute, or open any attachments. If you have received this e-mail in 
error, please notify us immediately by returning it to the sender and delete 
this copy from your system.

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin



Raid 10 vs Raid 0+1 RE: Opinion on rebuilding Raid 5

2011-04-11 Thread Matthew W. Ross
I have a question about Raid 10 vs Raid 0+1...

I understand the fundamental differences between the two: One is a raid 1 of 
two raid 0s, and the other is a raid 0 of two raid 1s...

Obviously, the raid 10 allows any two disks to die, which I see as an 
advantage. Is there some kind of speed improvement with the Raid 0+1 which is 
beneficial? As far as I can tell, I would think not... as the raid 0+1 would 
require twice the mirroring, and the raid 10 would only require twice the 
striping... which I imagine is easier for the controller to do. (Or do I have 
Raid10 and Raid 0+1 backward?)

Also, if you had 8 disks in a raid 10, do you get (Total Space/2), or (4 * 
(Total Space of 2 drives/2))? 

Another way to ask: would you have a 

(Raid0(Raid1(Disk1)(Disk2))(Raid1(Disk3)(Disk4))(Raid1(Disk5)(Disk6))(Raid1(Disk7)(Disk8)))

or would you have a 

(Raid0(Raid1(Disk1)(Disk2)(Disk3)(Disk4))(Raid1(Disk5)(Disk6)(Disk7)(Disk8)))?

I'm sure the answer to this question is It depends on your raid card. But I'm 
curious on what people use and what experiences they have.

Personally, I've been using Raid 5 or Raid 6 for years, as speed has not been 
an issue for us... until very recently.


--Matt Ross
Ephrata School District


- Original Message -
From: Crawford, Scott
[mailto:crawfo...@evangel.edu]
To: NT System Admin Issues
[mailto:ntsysadmin@lyris.sunbelt-software.com]
Sent: Mon, 11 Apr 2011
10:27:54 -0700
Subject: RE: Opinion on rebuilding Raid 5


 Theoretically, you could lose half your drives without failure with
 RAID1...but they need to be the right half.
 
 From: Ken Schaefer [mailto:k...@adopenstatic.com]
 Sent: Monday, April 11, 2011 9:54 AM
 To: NT System Admin Issues
 Subject: RE: Opinion on rebuilding Raid 5
 
 RAID1 you lose 50% of disk space
 RAID5 you lose 1/n (n = number of drives) of disk space. (33% for 3 drives,
 25% for 4 drives, 10% for 10 drives, 5% for 20 drives etc.)
 
 The larger the number of spindles in your RAID5 array, the less space you
 lose. RAID1 performs better though. Both arrays can lose a single drive
 without failure.
 
 So you need to weigh up whether you need perf or space.
 
 Chees
 Ken
 
 From: Holstrom, Don [mailto:dholst...@nbm.org]
 Sent: Monday, 11 April 2011 10:07 PM
 To: NT System Admin Issues
 Subject: RE: Opinion on rebuilding Raid 5
 
 With the huge sizes hard drives can reach, is RAID5 still better than, say,
 mirrored drives? Or some other way. Our consultants want RAID5 for every
 server...
 
 huge snippage
 
 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~
 
 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to
 listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin
 
 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~
 
 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin



Re: Hot folder for text files?

2011-04-11 Thread Sam Cayze
I wrote a script that emails a new file that appears in a folder, I'm sure
we could tweak it to print the file instead.

Back in the office Tuesday.  Ping me if interested.

Sam
On Apr 11, 2011 12:30 PM, Evan Brastow ebras...@automatedemblem.com
wrote:
 Dumb question, but I'm striking out on Google.

 I'm just looking for a program that can monitor a folder and print any
text files (just plain old .txt files) that show up in it? I've found a
program called Hot Folder Printer, but it only works with image files.

 Anyone happen to see something like this in their travels?

 Thanks,

 Evan

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/ ~

 ---
 To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Hot folder for text files?

2011-04-11 Thread Bob Hartung
Do the text files that have already been printed remain in the directory or are 
they deleted?

--

Bob Hartung
Wisco Industries, Inc.
736 Janesville St.
Oregon, WI 53575
Tel: (608) 835-3106 x215
Fax: (608) 835-7399
e-mail: bhartung(at)wiscoind.com
  _  

From: Evan Brastow [mailto:ebras...@automatedemblem.com]
To: NT System Admin Issues [mailto:ntsysadmin@lyris.sunbelt-software.com]
Sent: Mon, 11 Apr 2011 12:29:09 -0500
Subject: Hot folder for text files?

  
  

Dumb question, but I'm striking out on Google.

   

I'm just looking for a program that can monitor a folder and print any text 
files (just plain old .txt files) that show up in it? I've found a program 
called   Hot Folder Printer, but it only works with image files.  

   

Anyone happen to see something like this in their travels?  

   

Thanks,  

   

Evan  

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
  ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~
  
  ---
  To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
  or send an email to listmana...@lyris.sunbeltsoftware.com
  with the body: unsubscribe ntsysadmin
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Raid 10 vs Raid 0+1 RE: Opinion on rebuilding Raid 5

2011-04-11 Thread Sean Martin
I've honestly never seen any in-depth comparisons on the performance
differences between RAID 0+1 and RAID 10. This article provides a clear
explanation on the fault tolerant differences between the two (RAID 10
allowing for a greater combination of drive failures).

http://www.aput.net/~jheiss/raid10/

- Sean
On Mon, Apr 11, 2011 at 9:45 AM, Matthew W. Ross
mr...@ephrataschools.orgwrote:

 I have a question about Raid 10 vs Raid 0+1...

 I understand the fundamental differences between the two: One is a raid 1
 of two raid 0s, and the other is a raid 0 of two raid 1s...

 Obviously, the raid 10 allows any two disks to die, which I see as an
 advantage. Is there some kind of speed improvement with the Raid 0+1 which
 is beneficial? As far as I can tell, I would think not... as the raid 0+1
 would require twice the mirroring, and the raid 10 would only require twice
 the striping... which I imagine is easier for the controller to do. (Or do I
 have Raid10 and Raid 0+1 backward?)

 Also, if you had 8 disks in a raid 10, do you get (Total Space/2), or (4 *
 (Total Space of 2 drives/2))?

 Another way to ask: would you have a


 (Raid0(Raid1(Disk1)(Disk2))(Raid1(Disk3)(Disk4))(Raid1(Disk5)(Disk6))(Raid1(Disk7)(Disk8)))

 or would you have a


 (Raid0(Raid1(Disk1)(Disk2)(Disk3)(Disk4))(Raid1(Disk5)(Disk6)(Disk7)(Disk8)))?

 I'm sure the answer to this question is It depends on your raid card. But
 I'm curious on what people use and what experiences they have.

 Personally, I've been using Raid 5 or Raid 6 for years, as speed has not
 been an issue for us... until very recently.


 --Matt Ross
 Ephrata School District


 - Original Message -
 From: Crawford, Scott
 [mailto:crawfo...@evangel.edu]
 To: NT System Admin Issues
 [mailto:ntsysadmin@lyris.sunbelt-software.com]
 Sent: Mon, 11 Apr 2011
 10:27:54 -0700
 Subject: RE: Opinion on rebuilding Raid 5


  Theoretically, you could lose half your drives without failure with
  RAID1...but they need to be the right half.
 
  From: Ken Schaefer [mailto:k...@adopenstatic.com]
  Sent: Monday, April 11, 2011 9:54 AM
  To: NT System Admin Issues
  Subject: RE: Opinion on rebuilding Raid 5
 
  RAID1 you lose 50% of disk space
  RAID5 you lose 1/n (n = number of drives) of disk space. (33% for 3
 drives,
  25% for 4 drives, 10% for 10 drives, 5% for 20 drives etc.)
 
  The larger the number of spindles in your RAID5 array, the less space you
  lose. RAID1 performs better though. Both arrays can lose a single drive
  without failure.
 
  So you need to weigh up whether you need perf or space.
 
  Chees
  Ken
 
  From: Holstrom, Don [mailto:dholst...@nbm.org]
  Sent: Monday, 11 April 2011 10:07 PM
  To: NT System Admin Issues
  Subject: RE: Opinion on rebuilding Raid 5
 
  With the huge sizes hard drives can reach, is RAID5 still better than,
 say,
  mirrored drives? Or some other way. Our consultants want RAID5 for every
  server...
 
  huge snippage
 
  ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
  ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~
 
  ---
  To manage subscriptions click here:
  http://lyris.sunbelt-software.com/read/my_forums/
  or send an email to
  listmana...@lyris.sunbeltsoftware.commailto:
 listmana...@lyris.sunbeltsoftware.com
  with the body: unsubscribe ntsysadmin
 
  ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
  ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~
 
  ---
  To manage subscriptions click here:
  http://lyris.sunbelt-software.com/read/my_forums/
  or send an email to listmana...@lyris.sunbeltsoftware.com
  with the body: unsubscribe ntsysadmin

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin



~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Test

2011-04-11 Thread Ziots, Edward
Good send.

 

Z

 

Edward E. Ziots

CISSP, Network +, Security +

Network Engineer

Lifespan Organization

Email:ezi...@lifespan.org

Cell:401-639-3505

 

From: Bob Fronk [mailto:b...@btrfronk.com] 
Sent: Monday, April 11, 2011 4:23 PM
To: NT System Admin Issues
Subject: Test

 

Did I get unsubbed?  No emails for two days!

 

BF

 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Windows NLB on windows 2008 R2?

2011-04-11 Thread Ben N
I find it is just easier to use the 1 nic on each server. Simpler is better.
It works well.

-BenN

On Mon, Apr 11, 2011 at 10:27 AM, Leedy, Andy ale...@butlerschein.comwrote:

 Actually, I checked and both NICs are plugged into the same VLAN. I thought
 they were on a crossover cable, but I was thinking about a cluster I’m also
 working on.



 Any ways, the issue is the same.  The NLB NIC still says “Unidentified
 network” and when I reboot the server, the primary NIC fails to detect the
 domain. I did use netsh to set the forwarding=enabled, but still the issue
 remains.



 -Andy



 *From:* Leedy, Andy [mailto:ale...@butlerschein.com]
 *Sent:* Monday, April 11, 2011 12:02 PM

 *To:* NT System Admin Issues
 *Subject:* RE: Windows NLB on windows 2008 R2?



 Single NIC… that’s sound simpler. I tried rebuilding the NLB with a single
 NIC, but now I get this warning…



 “Running NLB Manager on a system with all networks bound to NLB might not
 work as expected.  If all interfaces are set to run NLB in unicast mode, NLB
 will fail to connect to hosts.”



 -Andy



 *From:* Brian Desmond [mailto:br...@briandesmond.com]
 *Sent:* Monday, April 11, 2011 11:10 AM
 *To:* NT System Admin Issues
 *Subject:* RE: Windows NLB on windows 2008 R2?



 *This shouldn’t be a cross-over cable. It’s not just for heartbeat at all.
 This should be a second port on a standard server VLAN.*

 * *

 *You can do Unicast NLB on Windows 2008 R2 with a single NIC, also.*

 * *

 *Thanks,*

 *Brian Desmond*

 *br...@briandesmond.com*

 * *

 *w – 312.625.1438 | c   – 312.731.3132*

 * *

 *From:* Leedy, Andy [mailto:ale...@butlerschein.com]
 *Sent:* Monday, April 11, 2011 10:53 AM
 *To:* NT System Admin Issues
 *Subject:* Windows NLB on windows 2008 R2?



 I created a unicast Windows Network Load Balance between two 2008 R2
 servers.  Two of the NICs are on the same LAN subnet as our domain and the
 other two are connected together via crossover cable on a 10.x.x.x subnet
 for heartbeat.  Everything seems fine except when I reboot one of the
 servers.  Then Windows firewall cannot detect the domain on the primary NIC.
 I have to manually unplug the second NIC (heartbeat), wait a few minutes for
 and plug it back in after the domain is detected on the primary NIC.



 Anyone have any idea on how to resolve this?



 -Andy



 **

 CONFIDENTIALITY NOTICE - The information transmitted in this message is
 intended only for the person or entity to which it is addressed and may
 contain confidential and/or privileged material. Any review, retransmission,
 dissemination or other use of this information by persons or entities other
 than the intended recipient is prohibited. If you received this in error,
 please contact the sender and destroy all copies of this document. Thank
 you.

 Butler Schein Animal Health

 **

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Test

2011-04-11 Thread Ben N
first

On Mon, Apr 11, 2011 at 1:23 PM, Bob Fronk b...@btrfronk.com wrote:

 Did I get unsubbed?  No emails for two days!



 BF



 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Test

2011-04-11 Thread John Cook
Test failed - please reenter your 25 character key and try again!
John W. Cook
Systems Administrator
Partnership for Strong Families


From: Bob Fronk b...@btrfronk.com
To: NT System Admin Issues ntsysadmin@lyris.sunbelt-software.com
Sent: Mon Apr 11 16:23:01 2011
Subject: Test

Did I get unsubbed?  No emails for two days!

BF


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


CONFIDENTIALITY STATEMENT: The information transmitted, or contained or 
attached to or with this Notice is intended only for the person or entity to 
which it is addressed and may contain Protected Health Information (PHI), 
confidential and/or privileged material. Any review, transmission, 
dissemination, or other use of, and taking any action in reliance upon this 
information by persons or entities other than the intended recipient without 
the express written consent of the sender are prohibited. This information may 
be protected by the Health Insurance Portability and Accountability Act of 1996 
(HIPAA), and other Federal and Florida laws. Improper or unauthorized use or 
disclosure of this information could result in civil and/or criminal penalties.
Consider the environment. Please don't print this e-mail unless you really need 
to.

This email and any attached files are confidential and intended solely for the 
intended recipient(s). If you are not the named recipient you should not read, 
distribute, copy or alter this email. Any views or opinions expressed in this 
email are those of the author and do not represent those of the company. 
Warning: Although precautions have been taken to make sure no viruses are 
present in this email, the company cannot accept responsibility for any loss or 
damage that arise from the use of this email or attachments.

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


Re: OT: Media Center tuner card for Comcast

2011-04-11 Thread Jon Harris
May be OT but I am interested in this as well.  Thank you for asking.

Jon

On Mon, Apr 11, 2011 at 8:32 AM, Erik Goldoff egold...@gmail.com wrote:

  Now since Comcast has been digital, the old analog tuner card in my 5+
 year old XP Media Center pc won’t tune in even the ‘free’ cable channels.
 The HP PC is so old that it does not have any of the slot types that the
 newer cards fit.



 I’m thinking of building a new, Windows 7 based media center system, and
 wonder if any of you that are also Comcast customers have done the same
 successfully.  If so, what tuner card (make and model) did you use and do
 you recommend it for others ?



 Thanks in advance



 *Erik Goldoff***

 *IT  Consultant*

 *Systems, Networks,  Security *

 '  Security is an ongoing process, not a one time event ! '

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Windows NLB on windows 2008 R2?

2011-04-11 Thread Brian Desmond
Yeah you can ignore the warning. I'm not sure why it still has that message.

Thanks,
Brian Desmond
br...@briandesmond.com

w - 312.625.1438 | c   - 312.731.3132

From: Leedy, Andy [mailto:ale...@butlerschein.com]
Sent: Monday, April 11, 2011 12:02 PM
To: NT System Admin Issues
Subject: RE: Windows NLB on windows 2008 R2?

Single NIC... that's sound simpler. I tried rebuilding the NLB with a single 
NIC, but now I get this warning...

Running NLB Manager on a system with all networks bound to NLB might not work 
as expected.  If all interfaces are set to run NLB in unicast mode, NLB will 
fail to connect to hosts.

-Andy

From: Brian Desmond [mailto:br...@briandesmond.com]
Sent: Monday, April 11, 2011 11:10 AM
To: NT System Admin Issues
Subject: RE: Windows NLB on windows 2008 R2?

This shouldn't be a cross-over cable. It's not just for heartbeat at all. This 
should be a second port on a standard server VLAN.

You can do Unicast NLB on Windows 2008 R2 with a single NIC, also.

Thanks,
Brian Desmond
br...@briandesmond.commailto:br...@briandesmond.com

w - 312.625.1438 | c   - 312.731.3132

From: Leedy, Andy [mailto:ale...@butlerschein.com]
Sent: Monday, April 11, 2011 10:53 AM
To: NT System Admin Issues
Subject: Windows NLB on windows 2008 R2?

I created a unicast Windows Network Load Balance between two 2008 R2 servers.  
Two of the NICs are on the same LAN subnet as our domain and the other two are 
connected together via crossover cable on a 10.x.x.x subnet for heartbeat.  
Everything seems fine except when I reboot one of the servers.  Then Windows 
firewall cannot detect the domain on the primary NIC. I have to manually unplug 
the second NIC (heartbeat), wait a few minutes for and plug it back in after 
the domain is detected on the primary NIC.

Anyone have any idea on how to resolve this?

-Andy


**

CONFIDENTIALITY NOTICE - The information transmitted in this message is 
intended only for the person or entity to which it is addressed and may contain 
confidential and/or privileged material. Any review, retransmission, 
dissemination or other use of this information by persons or entities other 
than the intended recipient is prohibited. If you received this in error, 
please contact the sender and destroy all copies of this document. Thank you.

Butler Schein Animal Health

**

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Hot folder for text files?

2011-04-11 Thread Sam Cayze
Either can be done easily... trivial.
I usually move mine to a subfolder called 'processed'.

Sam
On Apr 11, 2011 1:17 PM, Bob Hartung bhart...@wiscoind.com wrote:
 Do the text files that have already been printed remain in the directory
or are they deleted?

 --

 Bob Hartung
 Wisco Industries, Inc.
 736 Janesville St.
 Oregon, WI 53575
 Tel: (608) 835-3106 x215
 Fax: (608) 835-7399
 e-mail: bhartung(at)wiscoind.com
 _

 From: Evan Brastow [mailto:ebras...@automatedemblem.com]
 To: NT System Admin Issues [mailto:ntsysadmin@lyris.sunbelt-software.com]
 Sent: Mon, 11 Apr 2011 12:29:09 -0500
 Subject: Hot folder for text files?




 Dumb question, but I'm striking out on Google.



 I'm just looking for a program that can monitor a folder and print any
text files (just plain old .txt files) that show up in it? I've found a
program called Hot Folder Printer, but it only works with image files.



 Anyone happen to see something like this in their travels?



 Thanks,



 Evan

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/ ~

 ---
 To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin
 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/ ~

 ---
 To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: OT: Media Center tuner card for Comcast

2011-04-11 Thread Sam Cayze
I have the $12 basic cable package, and my ancient tuner card works fine
still (last time I checked)

Is that the cable package you are curious about... I can check what card I
have later if interested.

Sam
 On Apr 11, 2011 7:33 AM, Erik Goldoff egold...@gmail.com wrote:
 Now since Comcast has been digital, the old analog tuner card in my 5+
year
 old XP Media Center pc won’t tune in even the ‘free’ cable channels. The
HP
 PC is so old that it does not have any of the slot types that the newer
 cards fit.



 I’m thinking of building a new, Windows 7 based media center system, and
 wonder if any of you that are also Comcast customers have done the same
 successfully. If so, what tuner card (make and model) did you use and do
 you recommend it for others ?



 Thanks in advance



 Erik Goldoff

 IT Consultant

 Systems, Networks,  Security

 ' Security is an ongoing process, not a one time event ! '


 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/ ~

 ---
 To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Test

2011-04-11 Thread Bob Fronk
Would you settle for my Credit Card number?  Seems it became public the other 
day anyway.  I did a lot of shopping in Pennsylvania while I was at 36,000 feet 
and nowhere near PA.

By sending my test email, I am now receiving emails from the list.  I guess 
Lyris didn’t like me for some reason.

BF


From: John Cook [mailto:john.c...@pfsf.org]
Sent: Monday, April 11, 2011 4:29 PM
To: NT System Admin Issues
Subject: Re: Test

Test failed - please reenter your 25 character key and try again!
John W. Cook
Systems Administrator
Partnership for Strong Families


From: Bob Fronk b...@btrfronk.com
To: NT System Admin Issues ntsysadmin@lyris.sunbelt-software.com
Sent: Mon Apr 11 16:23:01 2011
Subject: Test
Did I get unsubbed?  No emails for two days!

BF


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


CONFIDENTIALITY STATEMENT: The information transmitted, or contained or 
attached to or with this Notice is intended only for the person or entity to 
which it is addressed and may contain Protected Health Information (PHI), 
confidential and/or privileged material. Any review, transmission, 
dissemination, or other use of, and taking any action in reliance upon this 
information by persons or entities other than the intended recipient without 
the express written consent of the sender are prohibited. This information may 
be protected by the Health Insurance Portability and Accountability Act of 1996 
(HIPAA), and other Federal and Florida laws. Improper or unauthorized use or 
disclosure of this information could result in civil and/or criminal penalties.
Consider the environment. Please don't print this e-mail unless you really need 
to.


This email and any attached files are confidential and intended solely for the 
intended recipient(s). If you are not the named recipient you should not read, 
distribute, copy or alter this email. Any views or opinions expressed in this 
email are those of the author and do not represent those of the company. 
Warning: Although precautions have been taken to make sure no viruses are 
present in this email, the company cannot accept responsibility for any loss or 
damage that arise from the use of this email or attachments.

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


RE: OT: Media Center tuner card for Comcast

2011-04-11 Thread Terry Dickson
There are several USB options available that say they work with Digital Cable.  
I do not have Comcast and have not tried any of them, but I am getting ready to 
purchase one for the Digital Cable in my area.

-Original Message-
From: Sam Cayze [mailto:sca...@gmail.com]
Sent: Monday, April 11, 2011 4:00 PM
To: NT System Admin Issues
Subject: Re: OT: Media Center tuner card for Comcast

I have the $12 basic cable package, and my ancient tuner card works fine still 
(last time I checked)

Is that the cable package you are curious about... I can check what card I have 
later if interested.

Sam


On Apr 11, 2011 7:33 AM, Erik Goldoff egold...@gmail.com wrote:
 Now since Comcast has been digital, the old analog tuner card in my 5+
 year old XP Media Center pc won't tune in even the 'free' cable
 channels. The HP PC is so old that it does not have any of the slot
 types that the newer cards fit.



 I'm thinking of building a new, Windows 7 based media center system,
 and wonder if any of you that are also Comcast customers have done the
 same successfully. If so, what tuner card (make and model) did you use
 and do you recommend it for others ?



 Thanks in advance



 Erik Goldoff

 IT Consultant

 Systems, Networks,  Security

 ' Security is an ongoing process, not a one time event ! '


 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
 http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/ ~

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ 
http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


 CONFIDENTIALITY NOTICE: This e-mail and any attachments are confidential. If 
you are not the intended recipient, you do not have permission to disclose, 
copy, distribute, or open any attachments. If you have received this e-mail in 
error, please notify us immediately by returning it to the sender and delete 
this copy from your system.

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin



Re: OT: Media Center tuner card for Comcast

2011-04-11 Thread Christopher Bodnar
I don't have ComCast, but in regards to a tuner card I can recommend this:

Hauppauge 1229 WinTV-HVR-2250 


Chris Bodnar, MCSE, MCITP
Technical Support III
Distributed Systems Service Delivery - Intel Services
Guardian Life Insurance Company of America
Email: christopher_bod...@glic.com
Phone: 610-807-6459
Fax: 610-807-6003



From:   Jon Harris jk.har...@gmail.com
To: NT System Admin Issues ntsysadmin@lyris.sunbelt-software.com
Date:   04/11/2011 04:40 PM
Subject:Re: OT: Media Center tuner card for Comcast



May be OT but I am interested in this as well.  Thank you for asking.
 
Jon

On Mon, Apr 11, 2011 at 8:32 AM, Erik Goldoff egold...@gmail.com wrote:
Now since Comcast has been digital, the old analog tuner card in my 5+ 
year old XP Media Center pc won’t tune in even the ‘free’ cable channels.  
The HP PC is so old that it does not have any of the slot types that the 
newer cards fit.
 
I’m thinking of building a new, Windows 7 based media center system, and 
wonder if any of you that are also Comcast customers have done the same 
successfully.  If so, what tuner card (make and model) did you use and do 
you recommend it for others ?
 
Thanks in advance
 
Erik Goldoff
IT  Consultant
Systems, Networks,  Security 
'  Security is an ongoing process, not a one time event ! '
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


-
This message, and any attachments to it, may contain information
that is privileged, confidential, and exempt from disclosure under
applicable law.  If the reader of this message is not the intended
recipient, you are notified that any use, dissemination,
distribution, copying, or communication of this message is strictly
prohibited.  If you have received this message in error, please
notify the sender immediately by return e-mail and delete the
message and any attachments.  Thank you.
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


RE: Deleting messages older than 60 days

2011-04-11 Thread James Hill
Yes, yes we are :)

-Original Message-
From: Michael B. Smith [mailto:mich...@smithcons.com] 
Sent: Thursday, 7 April 2011 9:29 PM
To: NT System Admin Issues
Subject: RE: Deleting messages older than 60 days

Retention policies will do what you want. However, frankly, I wouldn't do it 
for just one user; unless we are talking about the person who signs the 
paychecks. :-)

Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com


-Original Message-
From: James Hill [mailto:j.h...@coffeeclub.com.au]
Sent: Thursday, April 07, 2011 2:20 AM
To: NT System Admin Issues
Subject: Deleting messages older than 60 days

I have a user that wants to have emails in their Inbox(only) automatically 
deleted after 60 days.



Outlook archive doesn't seem to let me select just the inbox.



Any suggestions?



Environment is Outlook 2010 and Exchange 2010.



James.

~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ 
http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ 
http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin



Re: USB hard drives

2011-04-11 Thread Jon Harris
What cost level you looking at sub $100 or more than $100.

Sam's Club had some WD pocket 1TB drives for about $119 USB 2 with case.  I
saw the larger WD 1TB for just under $100.  The $500 GB ones were about
$90.  You could put one together for about $90 purchasing either Seagate or
WD drives and an external case for about $90 getting them from more
traditional hardware vendors like CDW.  LaCie has various sizes for the $85
to $120 depending on the size but you would be better off with the WD or
Seagate models in MHO.  WalMart should have about the same as Sam's Club.

Jon

On Mon, Apr 11, 2011 at 4:57 PM, John Aldrich
jaldr...@blueridgecarpet.comwrote:

  Anyone got a suggestion for a good, but inexpensive external hard drive
 to use for a backup drive? Need something around 500 gigs or so.



 Thanks!



 [image: John-Aldrich][image: Thread-Count]



 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadminimage001.jpgimage002.jpg

RE: OT: Media Center tuner card for Comcast

2011-04-11 Thread Erik Goldoff
Thanks … my ancient tuner card quit working when they converted to all
digital signals … not even my ‘cable ready’ TVs from only 5 or 6 years ago
will tune in any cable stations now.  Had to get digital cable boxes (
besides the main cable box) to use with other TVs , like in the bedroom,
too.

 

I suspect your cable is still  broadcasting on the old analog signals.

 

Erik Goldoff

IT  Consultant

Systems, Networks,  Security 

'  Security is an ongoing process, not a one time event ! '

From: Sam Cayze [mailto:sca...@gmail.com] 
Sent: Monday, April 11, 2011 5:00 PM
To: NT System Admin Issues
Subject: Re: OT: Media Center tuner card for Comcast

 

I have the $12 basic cable package, and my ancient tuner card works fine
still (last time I checked)

Is that the cable package you are curious about... I can check what card I
have later if interested.

Sam

On Apr 11, 2011 7:33 AM, Erik Goldoff egold...@gmail.com wrote:
 Now since Comcast has been digital, the old analog tuner card in my 5+
year
 old XP Media Center pc won’t tune in even the ‘free’ cable channels. The
HP
 PC is so old that it does not have any of the slot types that the newer
 cards fit.
 
 
 
 I’m thinking of building a new, Windows 7 based media center system, and
 wonder if any of you that are also Comcast customers have done the same
 successfully. If so, what tuner card (make and model) did you use and do
 you recommend it for others ?
 
 
 
 Thanks in advance
 
 
 
 Erik Goldoff
 
 IT Consultant
 
 Systems, Networks,  Security 
 
 ' Security is an ongoing process, not a one time event ! '
 
 
 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/ ~
 
 ---
 To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: OT: Media Center tuner card for Comcast

2011-04-11 Thread Erik Goldoff
Thanks, that could be a good option.  I’ve heard horror stories about
‘cablecard’ and google searches turn up a lot of older hits with complaints.
Guessing they have the bugs worked out now ?

 

Erik Goldoff

IT  Consultant

Systems, Networks,  Security 

'  Security is an ongoing process, not a one time event ! '

From: Greg Olson [mailto:gol...@markettools.com] 
Sent: Monday, April 11, 2011 5:10 PM
To: NT System Admin Issues
Subject: RE: OT: Media Center tuner card for Comcast

 

I use this:

http://www.cetoncorp.com/products.php

And then you just need a cablecard from Comcast. They usually make someone
come out to install the card though, so just an fyi. 

Comcast was a pain in the beginning getting it installed as there “tech’s”
don’t really know anything about how to install it, but that was last year.
Sould be easier now. 

 

-Greg 

 

 

From: Sam Cayze [mailto:sca...@gmail.com] 
Sent: Monday, April 11, 2011 2:00 PM
To: NT System Admin Issues
Subject: Re: OT: Media Center tuner card for Comcast

 

I have the $12 basic cable package, and my ancient tuner card works fine
still (last time I checked)

Is that the cable package you are curious about... I can check what card I
have later if interested.

Sam

On Apr 11, 2011 7:33 AM, Erik Goldoff egold...@gmail.com wrote:
 Now since Comcast has been digital, the old analog tuner card in my 5+
year
 old XP Media Center pc won’t tune in even the ‘free’ cable channels. The
HP
 PC is so old that it does not have any of the slot types that the newer
 cards fit.
 
 
 
 I’m thinking of building a new, Windows 7 based media center system, and
 wonder if any of you that are also Comcast customers have done the same
 successfully. If so, what tuner card (make and model) did you use and do
 you recommend it for others ?
 
 
 
 Thanks in advance
 
 
 
 Erik Goldoff
 
 IT Consultant
 
 Systems, Networks,  Security 
 
 ' Security is an ongoing process, not a one time event ! '
 
 
 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/ ~
 
 ---
 To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: OT: Media Center tuner card for Comcast

2011-04-11 Thread Erik Goldoff
thanks

 

Erik Goldoff

IT  Consultant

Systems, Networks,  Security 

'  Security is an ongoing process, not a one time event ! '

From: Christopher Bodnar [mailto:christopher_bod...@glic.com] 
Sent: Monday, April 11, 2011 5:12 PM
To: NT System Admin Issues
Subject: Re: OT: Media Center tuner card for Comcast

 

I don't have ComCast, but in regards to a tuner card I can recommend this: 

Hauppauge 1229 WinTV-HVR-2250 


Chris Bodnar, MCSE, MCITP
Technical Support III
Distributed Systems Service Delivery - Intel Services
Guardian Life Insurance Company of America
Email: christopher_bod...@glic.com
Phone: 610-807-6459
Fax: 610-807-6003 



From:Jon Harris jk.har...@gmail.com 
To:NT System Admin Issues ntsysadmin@lyris.sunbelt-software.com 
Date:04/11/2011 04:40 PM 
Subject:Re: OT: Media Center tuner card for Comcast 

  _  




May be OT but I am interested in this as well.  Thank you for asking. 
  
Jon

On Mon, Apr 11, 2011 at 8:32 AM, Erik Goldoff egold...@gmail.com wrote: 
Now since Comcast has been digital, the old analog tuner card in my 5+ year old 
XP Media Center pc won’t tune in even the ‘free’ cable channels.  The HP PC is 
so old that it does not have any of the slot types that the newer cards fit. 

  

I’m thinking of building a new, Windows 7 based media center system, and wonder 
if any of you that are also Comcast customers have done the same successfully.  
If so, what tuner card (make and model) did you use and do you recommend it for 
others ? 

  

Thanks in advance 

  

Erik Goldoff 

IT  Consultant 

Systems, Networks,  Security 

'  Security is an ongoing process, not a one time event ! ' 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: USB hard drives

2011-04-11 Thread Jacob
I use a 1TB SATA Seagate at home.. Hard drive and case was around $80. 

 

 

 

From: John Aldrich [mailto:jaldr...@blueridgecarpet.com] 
Sent: Monday, April 11, 2011 1:58 PM
To: NT System Admin Issues
Subject: USB hard drives

 

Anyone got a suggestion for a good, but inexpensive external hard drive to
use for a backup drive? Need something around 500 gigs or so.

 

Thanks!

 

John-AldrichThread-Count

 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadminimage001.jpgimage002.jpg

RE: USB hard drives

2011-04-11 Thread Erik Goldoff
If this doesn’t need to be ultraportable ( ie, leaving the office frequently
for field use, laptop, etc ) then I agree with you,  a full size external
USB cabinet can be had for around $30 from MicroCenter or Fry’s , and a
500GB 7200 rpm 3.5” drive is down to the $50-$60 range, 1TB also barely
under $100.

 

Erik Goldoff

IT  Consultant

Systems, Networks,  Security 

'  Security is an ongoing process, not a one time event ! '

From: Jon Harris [mailto:jk.har...@gmail.com] 
Sent: Monday, April 11, 2011 5:43 PM
To: NT System Admin Issues
Subject: Re: USB hard drives

 

What cost level you looking at sub $100 or more than $100.

 

Sam's Club had some WD pocket 1TB drives for about $119 USB 2 with case.  I
saw the larger WD 1TB for just under $100.  The $500 GB ones were about $90.
You could put one together for about $90 purchasing either Seagate or WD
drives and an external case for about $90 getting them from more traditional
hardware vendors like CDW.  LaCie has various sizes for the $85 to $120
depending on the size but you would be better off with the WD or Seagate
models in MHO.  WalMart should have about the same as Sam's Club.

 

Jon

On Mon, Apr 11, 2011 at 4:57 PM, John Aldrich jaldr...@blueridgecarpet.com
wrote:

Anyone got a suggestion for a good, but inexpensive external hard drive to
use for a backup drive? Need something around 500 gigs or so.

 

Thanks!

 

John-AldrichThread-Count

 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadminimage001.jpgimage002.jpg

Re: Hot folder for text files?

2011-04-11 Thread Tony Patton
I did something similar before, monitored a folder and if a file was older
than 5 minutes it sent an email.  Had to add in a timer loop to only send 1
mail an hour as the recipient got fed up getting the alerts :-)

Think I set it as a scheduled task to run at startup so it was always
running.

T

Typed slowly on HTC Desire
On 11 Apr 2011 18:54, Sam Cayze sca...@gmail.com wrote:
 I wrote a script that emails a new file that appears in a folder, I'm sure
 we could tweak it to print the file instead.

 Back in the office Tuesday. Ping me if interested.

 Sam
 On Apr 11, 2011 12:30 PM, Evan Brastow ebras...@automatedemblem.com
 wrote:
 Dumb question, but I'm striking out on Google.

 I'm just looking for a program that can monitor a folder and print any
 text files (just plain old .txt files) that show up in it? I've found a
 program called Hot Folder Printer, but it only works with image files.

 Anyone happen to see something like this in their travels?

 Thanks,

 Evan

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/ ~

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/ ~

 ---
 To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Opinion on rebuilding Raid 5

2011-04-11 Thread Rene de Haas
It also depends on what you use it for. For reading the performance
difference is not as dramatic as for writing, especially as you add more
disks. For writing the difference will improve with more disks, but will
still be less than half of raid1.

On Mon, Apr 11, 2011 at 4:53 PM, Ken Schaefer k...@adopenstatic.com wrote:

  RAID1 you lose 50% of disk space

 RAID5 you lose 1/n (n = number of drives) of disk space. (33% for 3 drives,
 25% for 4 drives, 10% for 10 drives, 5% for 20 drives etc.)



 The larger the number of spindles in your RAID5 array, the less space you
 lose. RAID1 performs better though. Both arrays can lose a single drive
 without failure.



 So you need to weigh up whether you need perf or space.



 Chees

 Ken



 *From:* Holstrom, Don [mailto:dholst...@nbm.org]
 *Sent:* Monday, 11 April 2011 10:07 PM

 *To:* NT System Admin Issues
 *Subject:* RE: Opinion on rebuilding Raid 5



 With the huge sizes hard drives can reach, is RAID5 still better than, say,
 mirrored drives? Or some other way. Our consultants want RAID5 for every
 server…



 huge snippage

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Laptop Backup Software?

2011-04-11 Thread Angus Scott-Fleming
On 10 Apr 2011 at 9:51, Paul Hutchings wrote:

 We have the infrastructure to do it in-house and most of these folks 
 spend considerable 
 time at their desks so there´s little point pumping data out of the 
 organisation to the 
 cloud. Putting any rational security arguments aside we just don´t really 
 want our data 
 out there, plus I´ve yet to see a cloud solution that is cheaper, so 
 overall when you take 
 into account user count and capacity, for us I don´t see a benefit.

I'm looking at CrashPlan PRO http://www.crashplan.com/business/ for my laptop 
users.


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: OT: Media Center tuner card for Comcast

2011-04-11 Thread Brian Desmond
The Ceton solution is currently the only solution for CableCARD so that's where 
you're going. They have PCI and external options.

If you just want OTA unencrypted, an HDHomeRun is what I have/recommend. That 
device can interop with all sorts of stuff (e.g. VLC Player) over the LAN too.

Thanks,
Brian Desmond
br...@briandesmond.com

w - 312.625.1438 | c   - 312.731.3132

From: Greg Olson [mailto:gol...@markettools.com]
Sent: Monday, April 11, 2011 4:10 PM
To: NT System Admin Issues
Subject: RE: OT: Media Center tuner card for Comcast

I use this:
http://www.cetoncorp.com/products.php
And then you just need a cablecard from Comcast. They usually make someone come 
out to install the card though, so just an fyi.
Comcast was a pain in the beginning getting it installed as there tech's 
don't really know anything about how to install it, but that was last year. 
Sould be easier now.

-Greg


From: Sam Cayze [mailto:sca...@gmail.com]
Sent: Monday, April 11, 2011 2:00 PM
To: NT System Admin Issues
Subject: Re: OT: Media Center tuner card for Comcast


I have the $12 basic cable package, and my ancient tuner card works fine still 
(last time I checked)

Is that the cable package you are curious about... I can check what card I have 
later if interested.

Sam
On Apr 11, 2011 7:33 AM, Erik Goldoff 
egold...@gmail.commailto:egold...@gmail.com wrote:
 Now since Comcast has been digital, the old analog tuner card in my 5+ year
 old XP Media Center pc won't tune in even the 'free' cable channels. The HP
 PC is so old that it does not have any of the slot types that the newer
 cards fit.



 I'm thinking of building a new, Windows 7 based media center system, and
 wonder if any of you that are also Comcast customers have done the same
 successfully. If so, what tuner card (make and model) did you use and do
 you recommend it for others ?



 Thanks in advance



 Erik Goldoff

 IT Consultant

 Systems, Networks,  Security

 ' Security is an ongoing process, not a one time event ! '


 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/ ~

 ---
 To manage subscriptions click here: 
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to 
 listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: USB hard drives

2011-04-11 Thread Brian Desmond
Go on NewEgg and pick? That's how I've always made decisions about this caliber 
hardware.

Thanks,
Brian Desmond
br...@briandesmond.com

w - 312.625.1438 | c   - 312.731.3132

From: John Aldrich [mailto:jaldr...@blueridgecarpet.com]
Sent: Monday, April 11, 2011 3:58 PM
To: NT System Admin Issues
Subject: USB hard drives

Anyone got a suggestion for a good, but inexpensive external hard drive to use 
for a backup drive? Need something around 500 gigs or so.

Thanks!

[John-Aldrich][Thread-Count]


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmininline: image001.jpginline: image002.jpg

Re: USB hard drives

2011-04-11 Thread David
If for informal use, probably the cheapest will work.  Fry's consistently
has 500+ G for well under $100.  If something more serious, I like Seagate's
line for not much more.

** sent slowly via DroidX **
On Apr 11, 2011 1:58 PM, John Aldrich jaldr...@blueridgecarpet.com
wrote:
 Anyone got a suggestion for a good, but inexpensive external hard drive to
 use for a backup drive? Need something around 500 gigs or so.



 Thanks!



 John-AldrichThread-Count




 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/ ~

 ---
 To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: USB hard drives

2011-04-11 Thread David
Today, Fry's was advertising a 2TB Hitachi drive for $69.

** sent slowly via DroidX **
On Apr 11, 2011 3:09 PM, Erik Goldoff egold...@gmail.com wrote:
 If this doesn’t need to be ultraportable ( ie, leaving the office
frequently
 for field use, laptop, etc ) then I agree with you, a full size external
 USB cabinet can be had for around $30 from MicroCenter or Fry’s , and a
 500GB 7200 rpm 3.5” drive is down to the $50-$60 range, 1TB also barely
 under $100.



 Erik Goldoff

 IT Consultant

 Systems, Networks,  Security

 ' Security is an ongoing process, not a one time event ! '

 From: Jon Harris [mailto:jk.har...@gmail.com]
 Sent: Monday, April 11, 2011 5:43 PM
 To: NT System Admin Issues
 Subject: Re: USB hard drives



 What cost level you looking at sub $100 or more than $100.



 Sam's Club had some WD pocket 1TB drives for about $119 USB 2 with case. I
 saw the larger WD 1TB for just under $100. The $500 GB ones were about
$90.
 You could put one together for about $90 purchasing either Seagate or WD
 drives and an external case for about $90 getting them from more
traditional
 hardware vendors like CDW. LaCie has various sizes for the $85 to $120
 depending on the size but you would be better off with the WD or Seagate
 models in MHO. WalMart should have about the same as Sam's Club.



 Jon

 On Mon, Apr 11, 2011 at 4:57 PM, John Aldrich 
jaldr...@blueridgecarpet.com
 wrote:

 Anyone got a suggestion for a good, but inexpensive external hard drive to
 use for a backup drive? Need something around 500 gigs or so.



 Thanks!



 John-AldrichThread-Count



 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/ ~

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin



 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/ ~

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin


 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/ ~

 ---
 To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Test

2011-04-11 Thread Micheal Espinola Jr
Speaking of which, what's up with A_M?  I haven't see anything since Friday,
and that makes me a sad panda.

--
ME2





On Mon, Apr 11, 2011 at 1:23 PM, Bob Fronk b...@btrfronk.com wrote:

 Did I get unsubbed?  No emails for two days!



 BF



 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: USB hard drives

2011-04-11 Thread Brian Desmond
Go on NewEgg and pick? That's how I've always made decisions about this caliber 
hardware.

Thanks,
Brian Desmond
br...@briandesmond.com

w - 312.625.1438 | c   - 312.731.3132

From: John Aldrich [mailto:jaldr...@blueridgecarpet.com]
Sent: Monday, April 11, 2011 3:58 PM
To: NT System Admin Issues
Subject: USB hard drives

Anyone got a suggestion for a good, but inexpensive external hard drive to use 
for a backup drive? Need something around 500 gigs or so.

Thanks!

[John-Aldrich][Thread-Count]


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmininline: image001.jpginline: image002.jpg

RE: OT: Media Center tuner card for Comcast

2011-04-11 Thread Brian Desmond
The Ceton solution is currently the only solution for CableCARD so that's where 
you're going. They have PCI and external options.

If you just want OTA unencrypted, an HDHomeRun is what I have/recommend. That 
device can interop with all sorts of stuff (e.g. VLC Player) over the LAN too.

Thanks,
Brian Desmond
br...@briandesmond.com

w - 312.625.1438 | c   - 312.731.3132

From: Greg Olson [mailto:gol...@markettools.com]
Sent: Monday, April 11, 2011 4:10 PM
To: NT System Admin Issues
Subject: RE: OT: Media Center tuner card for Comcast

I use this:
http://www.cetoncorp.com/products.php
And then you just need a cablecard from Comcast. They usually make someone come 
out to install the card though, so just an fyi.
Comcast was a pain in the beginning getting it installed as there tech's 
don't really know anything about how to install it, but that was last year. 
Sould be easier now.

-Greg


From: Sam Cayze [mailto:sca...@gmail.com]
Sent: Monday, April 11, 2011 2:00 PM
To: NT System Admin Issues
Subject: Re: OT: Media Center tuner card for Comcast


I have the $12 basic cable package, and my ancient tuner card works fine still 
(last time I checked)

Is that the cable package you are curious about... I can check what card I have 
later if interested.

Sam
On Apr 11, 2011 7:33 AM, Erik Goldoff 
egold...@gmail.commailto:egold...@gmail.com wrote:
 Now since Comcast has been digital, the old analog tuner card in my 5+ year
 old XP Media Center pc won't tune in even the 'free' cable channels. The HP
 PC is so old that it does not have any of the slot types that the newer
 cards fit.



 I'm thinking of building a new, Windows 7 based media center system, and
 wonder if any of you that are also Comcast customers have done the same
 successfully. If so, what tuner card (make and model) did you use and do
 you recommend it for others ?



 Thanks in advance



 Erik Goldoff

 IT Consultant

 Systems, Networks,  Security

 ' Security is an ongoing process, not a one time event ! '


 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/ ~

 ---
 To manage subscriptions click here: 
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to 
 listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: OT: Media Center tuner card for Comcast

2011-04-11 Thread Brian Desmond
The technology works. Unfortunately your cable vendor is unlikely to know WTF 
is going on. Make sure you tell them it's for a TIVO. They've *never* heard of 
an MCE. The TIVO generates sufficient truck rolls that they'll know what to do. 
If you have a Ceton card you need to make sure the phone person documents IN 
THE WORKORDER that you want an M (Multi-stream) card *AND* to bring extra as 
these things are unreliable as can be.

Thanks,
Brian Desmond
br...@briandesmond.com

w - 312.625.1438 | c   - 312.731.3132

From: Erik Goldoff [mailto:egold...@gmail.com]
Sent: Monday, April 11, 2011 3:07 PM
To: NT System Admin Issues
Subject: RE: OT: Media Center tuner card for Comcast

Thanks, that could be a good option.  I've heard horror stories about 
'cablecard' and google searches turn up a lot of older hits with complaints.  
Guessing they have the bugs worked out now ?

Erik Goldoff
IT  Consultant
Systems, Networks,  Security
'  Security is an ongoing process, not a one time event ! '
From: Greg Olson [mailto:gol...@markettools.com]
Sent: Monday, April 11, 2011 5:10 PM
To: NT System Admin Issues
Subject: RE: OT: Media Center tuner card for Comcast

I use this:
http://www.cetoncorp.com/products.php
And then you just need a cablecard from Comcast. They usually make someone come 
out to install the card though, so just an fyi.
Comcast was a pain in the beginning getting it installed as there tech's 
don't really know anything about how to install it, but that was last year. 
Sould be easier now.

-Greg


From: Sam Cayze [mailto:sca...@gmail.com]
Sent: Monday, April 11, 2011 2:00 PM
To: NT System Admin Issues
Subject: Re: OT: Media Center tuner card for Comcast


I have the $12 basic cable package, and my ancient tuner card works fine still 
(last time I checked)

Is that the cable package you are curious about... I can check what card I have 
later if interested.

Sam
On Apr 11, 2011 7:33 AM, Erik Goldoff 
egold...@gmail.commailto:egold...@gmail.com wrote:
 Now since Comcast has been digital, the old analog tuner card in my 5+ year
 old XP Media Center pc won't tune in even the 'free' cable channels. The HP
 PC is so old that it does not have any of the slot types that the newer
 cards fit.



 I'm thinking of building a new, Windows 7 based media center system, and
 wonder if any of you that are also Comcast customers have done the same
 successfully. If so, what tuner card (make and model) did you use and do
 you recommend it for others ?



 Thanks in advance



 Erik Goldoff

 IT Consultant

 Systems, Networks,  Security

 ' Security is an ongoing process, not a one time event ! '


 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/ ~

 ---
 To manage subscriptions click here: 
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to 
 listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin