Re: This one is stumping me...

2012-10-18 Thread Kurt Buff
OMG - I completely missed that.

Good eyes!

Thanks!

Kurt

On Thu, Oct 18, 2012 at 7:11 PM, Steve Kradel  wrote:
> I'm no batch scripter, but admod is complaining that it doesn't like
> the DN "$i" when it has no business knowing the names of your
> vars--shouldn't it be %i?
>
> --Steve
>
> On Thu, Oct 18, 2012 at 9:00 PM, Kurt Buff  wrote:
>> All,
>>
>> I'm splitting out the large home share on our file server, and
>> spreading the user directories across three different LUNs (don't ask,
>> it's a long story...)
>>
>> So, I've got the files copying now, but I need to reset all of the
>> user profiles to reflect the new shares to which they'll be directed.
>>
>> I've got a list with the DN for each user, and the new share name, it
>> in the format of:
>>
>> "cn=Chatty 
>> Kathy,ou=users,ou=companyname-us,dc=company,dc=com"\\fileserver\home1\ckathy
>>
>> and admod isn't liking it.
>>
>> This incantation spits up error messages:
>>
>>  for /f "tokens=1,2 " %i in (change1.txt) do admod -b $i
>> "homedrive::H:" "homedirectory::%j"
>>
>> That looks like this:
>>
>>  DN Count: 1
>>  Using server: dc4.company.com:389
>>  Directory: Windows Longhorn
>>
>>  Modifying specified objects...
>> DN: $i...: [dc4.company.com] Error 0x22 (34) - Invalid DN Syntax
>>
>>  ERROR: Too many errors encountered, terminating...
>>
>>  The command did not complete successfully
>>
>> And so on...
>>
>> Does anyone have a better way of doing this that they could share with
>> me? I really don't want to modify each account manually, since I've
>> got about 220 of them.
>>
>> Thanks,
>>
>> Kurt
>>
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> 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! ~
~   ~

---
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: This one is stumping me...

2012-10-18 Thread Steve Kradel
I'm no batch scripter, but admod is complaining that it doesn't like
the DN "$i" when it has no business knowing the names of your
vars--shouldn't it be %i?

--Steve

On Thu, Oct 18, 2012 at 9:00 PM, Kurt Buff  wrote:
> All,
>
> I'm splitting out the large home share on our file server, and
> spreading the user directories across three different LUNs (don't ask,
> it's a long story...)
>
> So, I've got the files copying now, but I need to reset all of the
> user profiles to reflect the new shares to which they'll be directed.
>
> I've got a list with the DN for each user, and the new share name, it
> in the format of:
>
> "cn=Chatty 
> Kathy,ou=users,ou=companyname-us,dc=company,dc=com"\\fileserver\home1\ckathy
>
> and admod isn't liking it.
>
> This incantation spits up error messages:
>
>  for /f "tokens=1,2 " %i in (change1.txt) do admod -b $i
> "homedrive::H:" "homedirectory::%j"
>
> That looks like this:
>
>  DN Count: 1
>  Using server: dc4.company.com:389
>  Directory: Windows Longhorn
>
>  Modifying specified objects...
> DN: $i...: [dc4.company.com] Error 0x22 (34) - Invalid DN Syntax
>
>  ERROR: Too many errors encountered, terminating...
>
>  The command did not complete successfully
>
> And so on...
>
> Does anyone have a better way of doing this that they could share with
> me? I really don't want to modify each account manually, since I've
> got about 220 of them.
>
> Thanks,
>
> Kurt
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
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: This one is stumping me...

2012-10-18 Thread Kurt Buff
Completely forgot about that.

Looks like it does - I'll be testing it tomorrow...

Kurt

On Thu, Oct 18, 2012 at 6:03 PM, Rankin, James R  wrote:
> Does net user have a switch for setting the home drive?
>
> ---Blackberried
>
> -Original Message-
> From: Kurt Buff 
> Date: Thu, 18 Oct 2012 18:00:04
> To: NT System Admin Issues
> Reply-To: "NT System Admin Issues" 
> Subject: This one is stumping me...
>
> All,
>
> I'm splitting out the large home share on our file server, and
> spreading the user directories across three different LUNs (don't ask,
> it's a long story...)
>
> So, I've got the files copying now, but I need to reset all of the
> user profiles to reflect the new shares to which they'll be directed.
>
> I've got a list with the DN for each user, and the new share name, it
> in the format of:
>
> "cn=Chatty 
> Kathy,ou=users,ou=companyname-us,dc=company,dc=com"\\fileserver\home1\ckathy
>
> and admod isn't liking it.
>
> This incantation spits up error messages:
>
>  for /f "tokens=1,2 " %i in (change1.txt) do admod -b $i
> "homedrive::H:" "homedirectory::%j"
>
> That looks like this:
>
>  DN Count: 1
>  Using server: dc4.company.com:389
>  Directory: Windows Longhorn
>
>  Modifying specified objects...
> DN: $i...: [dc4.company.com] Error 0x22 (34) - Invalid DN Syntax
>
>  ERROR: Too many errors encountered, terminating...
>
>  The command did not complete successfully
>
> And so on...
>
> Does anyone have a better way of doing this that they could share with
> me? I really don't want to modify each account manually, since I've
> got about 220 of them.
>
> Thanks,
>
> Kurt
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> 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! ~
> ~   ~
>
> ---
> 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! ~
~   ~

---
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: This one is stumping me...

2012-10-18 Thread Rankin, James R
Does net user have a switch for setting the home drive?

---Blackberried

-Original Message-
From: Kurt Buff 
Date: Thu, 18 Oct 2012 18:00:04 
To: NT System Admin Issues
Reply-To: "NT System Admin Issues" 
Subject: This one is stumping me...

All,

I'm splitting out the large home share on our file server, and
spreading the user directories across three different LUNs (don't ask,
it's a long story...)

So, I've got the files copying now, but I need to reset all of the
user profiles to reflect the new shares to which they'll be directed.

I've got a list with the DN for each user, and the new share name, it
in the format of:

"cn=Chatty 
Kathy,ou=users,ou=companyname-us,dc=company,dc=com"\\fileserver\home1\ckathy

and admod isn't liking it.

This incantation spits up error messages:

 for /f "tokens=1,2 " %i in (change1.txt) do admod -b $i
"homedrive::H:" "homedirectory::%j"

That looks like this:

 DN Count: 1
 Using server: dc4.company.com:389
 Directory: Windows Longhorn

 Modifying specified objects...
DN: $i...: [dc4.company.com] Error 0x22 (34) - Invalid DN Syntax

 ERROR: Too many errors encountered, terminating...

 The command did not complete successfully

And so on...

Does anyone have a better way of doing this that they could share with
me? I really don't want to modify each account manually, since I've
got about 220 of them.

Thanks,

Kurt

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
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! ~
~   ~

---
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 one is stumping me...

2012-10-18 Thread Kurt Buff
All,

I'm splitting out the large home share on our file server, and
spreading the user directories across three different LUNs (don't ask,
it's a long story...)

So, I've got the files copying now, but I need to reset all of the
user profiles to reflect the new shares to which they'll be directed.

I've got a list with the DN for each user, and the new share name, it
in the format of:

"cn=Chatty 
Kathy,ou=users,ou=companyname-us,dc=company,dc=com"\\fileserver\home1\ckathy

and admod isn't liking it.

This incantation spits up error messages:

 for /f "tokens=1,2 " %i in (change1.txt) do admod -b $i
"homedrive::H:" "homedirectory::%j"

That looks like this:

 DN Count: 1
 Using server: dc4.company.com:389
 Directory: Windows Longhorn

 Modifying specified objects...
DN: $i...: [dc4.company.com] Error 0x22 (34) - Invalid DN Syntax

 ERROR: Too many errors encountered, terminating...

 The command did not complete successfully

And so on...

Does anyone have a better way of doing this that they could share with
me? I really don't want to modify each account manually, since I've
got about 220 of them.

Thanks,

Kurt

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
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: Uh, oh... Google

2012-10-18 Thread Kurt Buff
Ouch.

On Thu, Oct 18, 2012 at 2:48 PM, Andrew S. Baker  wrote:
>
> http://www.businessinsider.com/cnbc-google-has-been-calling-analysts-2012-10
>
>
>
> Even with today's rapid news cycles, we might be talking about this one for a 
> few days...
>
> ASB
> http://XeeMe.com/AndrewBaker
> Harnessing the Advantages of Technology for the SMB market…
>
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> 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! ~
~   ~

---
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: Otish Server room disaster.

2012-10-18 Thread Kennedy, Jim
Amazingly everything is running. So far only one hard drive out of an array is 
bad. But I am sure we will be really paying for this for months/years to come 
as this stuff dies early and in weird ways.

Yea, funds are wide open now. I have been on them for two years about this 
system. It is a brand new building and the HVAC/Emergency power has never been 
right. This is the third or fourth time this has happened. But in the past they 
were minor events like you describe. We were hear and were able to minimize the 
damage.
I think it went better this time because my boss is on vacation. He is a great 
guy but he won't get out the clue by four as often as he should. Nor will he 
hit them with it as hard as he should. Since he is gone my immediate supervisor 
is the man that runs the district...of course I had to contact him directly to 
let him know we were going down hard.

I explained the history in a very firm but professional manner. He has already 
directed operations to do it my way.

From: Sean Martin [mailto:seanmarti...@gmail.com]
Sent: Thursday, October 18, 2012 4:43 PM
To: NT System Admin Issues
Subject: Re: Otish Server room disaster.

Wow, I've dealt with heat issues before but always in a scenario when we've 
been able to react within a couple of hours and avoid massive outages. Sounds 
like this is one of those unfortunate wake calls that magically releases the 
funds to build in the appropriate level of monitoring and redundancy. Hopefully 
you were able to recover most of the systems?

- Sean
On Thu, Oct 18, 2012 at 12:26 PM, Kennedy, Jim 
mailto:kennedy...@elyriaschools.org>> wrote:

So I come in this morning and things are not well. My first thought is my DNS 
issues are back from yesterday. But I stay calm and decide to walk the server 
room first. It is the data center for the whole district.  30 servers, 6509 for 
all 12 building connects, associated security cameras, video system for the 
whole district. A lot of gear.

Its 125.7 F in the room.

Fire Alarm false positive last night at 10:30, that shuts down the HVAC. It is 
not supposed to shut down the data center but it did. Much of it thermal shut 
down itself. The first system to blow up was the system to page us when things 
go bad, no pages. My stuff cooked all night long. We were down most of the day.

Sounds like we are getting a second AC with it's own generator and a separate 
environment monitoring system that uses cell phone to call and kills the power 
to the room if the temp climbs.

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
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! ~
~   ~

---
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! ~
~   ~

---
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: Otish Server room disaster.

2012-10-18 Thread Richard Stovall
Ouch.  Sorry to hear about the troubles.

On Thu, Oct 18, 2012 at 4:26 PM, Kennedy, Jim
wrote:

>  So I come in this morning and things are not well. My first thought is
> my DNS issues are back from yesterday. But I stay calm and decide to walk
> the server room first. It is the data center for the whole district.  30
> servers, 6509 for all 12 building connects, associated security cameras,
> video system for the whole district. A lot of gear.
>
> Its 125.7 F in the room.
>
> Fire Alarm false positive last night at 10:30, that shuts down the HVAC.
> It is not supposed to shut down the data center but it did. Much of it
> thermal shut down itself. The first system to blow up was the system to
> page us when things go bad, no pages. My stuff cooked all night long. We
> were down most of the day.
>
> Sounds like we are getting a second AC with it’s own generator and a
> separate environment monitoring system that uses cell phone to call and
> kills the power to the room if the temp climbs.
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> 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! ~
~   ~

---
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: Otish Server room disaster.

2012-10-18 Thread Sean Martin
Wow, I've dealt with heat issues before but always in a scenario when we've
been able to react within a couple of hours and avoid massive outages.
Sounds like this is one of those unfortunate wake calls that magically
releases the funds to build in the appropriate level of monitoring and
redundancy. Hopefully you were able to recover most of the systems?

- Sean

On Thu, Oct 18, 2012 at 12:26 PM, Kennedy, Jim  wrote:

>  So I come in this morning and things are not well. My first thought is
> my DNS issues are back from yesterday. But I stay calm and decide to walk
> the server room first. It is the data center for the whole district.  30
> servers, 6509 for all 12 building connects, associated security cameras,
> video system for the whole district. A lot of gear.
>
> Its 125.7 F in the room.
>
> Fire Alarm false positive last night at 10:30, that shuts down the HVAC.
> It is not supposed to shut down the data center but it did. Much of it
> thermal shut down itself. The first system to blow up was the system to
> page us when things go bad, no pages. My stuff cooked all night long. We
> were down most of the day.
>
> Sounds like we are getting a second AC with it’s own generator and a
> separate environment monitoring system that uses cell phone to call and
> kills the power to the room if the temp climbs.
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> 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! ~
~   ~

---
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: Otish Server room disaster.

2012-10-18 Thread Chinnery, Paul
You have my sympathy, Jim. We had a similar issue but luckily the servers just 
shut down when their internal temp >100.  We did almost the exact same thing 
you're planning.  We put in a new A\C unit and set up a heat\humidty alarm 
system.  It sends an alert to the Operator who then pages us and Plant 
Operations.

From: Kennedy, Jim [mailto:kennedy...@elyriaschools.org]
Sent: Thursday, October 18, 2012 4:27 PM
To: NT System Admin Issues
Subject: Otish Server room disaster.


So I come in this morning and things are not well. My first thought is my DNS 
issues are back from yesterday. But I stay calm and decide to walk the server 
room first. It is the data center for the whole district.  30 servers, 6509 for 
all 12 building connects, associated security cameras, video system for the 
whole district. A lot of gear.

Its 125.7 F in the room.

Fire Alarm false positive last night at 10:30, that shuts down the HVAC. It is 
not supposed to shut down the data center but it did. Much of it thermal shut 
down itself. The first system to blow up was the system to page us when things 
go bad, no pages. My stuff cooked all night long. We were down most of the day.

Sounds like we are getting a second AC with it's own generator and a separate 
environment monitoring system that uses cell phone to call and kills the power 
to the room if the temp climbs.

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
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! ~
~   ~

---
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

Axcient

2012-10-18 Thread Chipshead


Anyone using Axcient Fortify or one of its flavors and care to comment? The 
thought of having a back up to server with VMs available and cloud coverage 
intrigues me. Thanks . 

Steve 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
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: Fire suppression in Server rooms

2012-10-18 Thread Chipshead
I use Inergen also. 8X14 room 

- Original Message -
From: "Paul Maglinger"  
To: "NT System Admin Issues"  
Sent: Thursday, October 18, 2012 12:59:31 PM 
Subject: RE: Fire suppression in Server rooms 




We have a Inergen system here.  “Supposedly” it will kill the fire yet provide 
enough oxygen to keep you conscious to get out of the room.  We haven’t tested 
it yet. 

  

-Paul 

  




From: Stefan Jafs [mailto:stefan.j...@gmail.com] 
Sent: Thursday, October 18, 2012 10:58 AM 
To: NT System Admin Issues 
Subject: Fire suppression in Server rooms 

  

I have just 2 racks in a 12’ * 12’ room and also 2 racks in a 12’ * 8’ room in 
my other building that currently has sprinklers. 


What are some cost affective alternatives to fire suppression in Server rooms? 


Do you guys have any some recommendations? 



-- 
Stefan Jafs 

~ 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! ~
~   ~

---
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: Fire suppression in Server rooms

2012-10-18 Thread Craig Wardlaw
We use a Sapphire system here. It's a lot friendlier to the environment than
halon

 

 

 

Craig

 

  _  

From: Rankin, James R [mailto:kz2...@googlemail.com] 
Sent: Thursday, October 18, 2012 12:29 PM
To: NT System Admin Issues
Subject: Re: Fire suppression in Server rooms

 

I've seen argon (I think) systems that just suck most of the oxygen out of
the air which is a bit less drastic for anyone inadvertently caught up in it
than halon

---Blackberried

  _  

From: Robert Peterson  

Date: Thu, 18 Oct 2012 16:22:35 +

To: NT System Admin Issues

ReplyTo: "NT System Admin Issues" 

Subject: RE: Fire suppression in Server rooms

 

I'm sorry I don't know original costs, but we have similar size server room
and use a Halon tank, that will flood the room if triggered by fire sensors.
The yearly maintenance has only been a couple hundred.

 

 

From: Stefan Jafs [mailto:stefan.j...@gmail.com] 
Sent: Thursday, October 18, 2012 10:58 AM
To: NT System Admin Issues
Subject: Fire suppression in Server rooms

 

I have just 2 racks in a 12' * 12' room and also 2 racks in a 12' * 8' room
in my other building that currently has sprinklers.

What are some cost affective alternatives to fire suppression in Server
rooms? 

Do you guys have any some recommendations? 



-- 
Stefan Jafs

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
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! ~
~   ~

---
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! ~
~   ~

---
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! ~
~   ~

---
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: Fire suppression in Server rooms

2012-10-18 Thread Rankin, James R
I've seen argon (I think) systems that just suck most of the oxygen out of the 
air which is a bit less drastic for anyone inadvertently caught up in it than 
halon

---Blackberried

-Original Message-
From: Robert Peterson 
Date: Thu, 18 Oct 2012 16:22:35 
To: NT System Admin Issues
Reply-To: "NT System Admin Issues" 
Subject: RE: Fire suppression in Server 
rooms

I'm sorry I don't know original costs, but we have similar size server room and 
use a Halon tank, that will flood the room if triggered by fire sensors.  The 
yearly maintenance has only been a couple hundred.


From: Stefan Jafs [mailto:stefan.j...@gmail.com]
Sent: Thursday, October 18, 2012 10:58 AM
To: NT System Admin Issues
Subject: Fire suppression in Server rooms

I have just 2 racks in a 12' * 12' room and also 2 racks in a 12' * 8' room in 
my other building that currently has sprinklers.
What are some cost affective alternatives to fire suppression in Server rooms?
Do you guys have any some recommendations?


--
Stefan Jafs

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
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! ~
~   ~

---
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! ~
~   ~

---
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: Can't send large attachments

2012-10-18 Thread S Powell
Indeed Sir!

It was the IronPort.  It seems that before AsyncOS 7.6 there was a
larger file size limit, 40M it is now 10M (and as some people
correctly pointed out with MIME encoding accounting for 150%
inflation) you have a functional limit of around 7.5M although YMMV.

The good news it that we know what the issue is;  at least we have
that.  A vague "something is wrong" is not an acceptable answer.

--as always thanks to everyone for your help.

Sean

-
Sub ubi semper ubi


On Wed, Oct 17, 2012 at 4:55 PM, Sean Martin  wrote:
> I don't know about IronPort specifically, but its not uncommon for e-mail
> encryption solutions to enforce a specific size limitation on messages to be
> encrypted.
>
> - Saen
>
> On Wed, Oct 17, 2012 at 1:07 PM, S Powell  wrote:
>>
>> Okay, thank you all, I found one answer, It was the IronPort that was the
>> issue.
>>
>> it was a rule in the Relay settings.
>>
>> now I can send, just not encrypt our large files... sigh...
>>
>> calling cisco now
>>
>> -
>> Sub ubi semper ubi
>>
>>
>> On Wed, Oct 17, 2012 at 10:19 AM, Candee  wrote:
>> >
>> > Did you restart the Transport service?
>> >
>> > On Wed, Oct 17, 2012 at 11:05 AM, S Powell  wrote:
>> >>
>> >> Hi guys,
>> >>
>> >> I'm having issues with sending some very large attached files.
>> >>
>> >> the issue is that i'm not sure where the issue really is.
>> >>
>> >> I have upped the limit in Exchange 2007 to 30M, " Set-TransportConfig
>> >> -MaxReceiveSize 30MB -MaxSendSize 30MB"
>> >> and there are no limits on the Users mailboxes.
>> >>
>> >> On our Ironport I've gone in like this says
>> >> https://supportforums.cisco.com/message/3594048#3594048
>> >>
>> >> on the iron port SSH in and >scanconfig
>> >> Enter the maximum size of attachment to scan:  (set it to the MAX)
>> >> set the timeout to 60.
>> >>
>> >> And on our firewall, Fortigate 60C, Ive set the UTM and the AV filters
>> >> to
>> >> 25M
>> >>
>> >>
>> >>
>> >> I keep getting this:: (on an 8M PDF)
>> >>  #550 5.3.4 SMTPSEND.OverAdvertisedSize; message size
>> >> exceeds fixed maximum size ##
>> >>
>> >> ---
>> >>
>> >> I can send these files internally fine, i've sent internally up to 15M
>> >> and I can receive up to 8MB but cannot send that same file out.
>> >> If you have any thoughts
>> >> i'd be grateful.
>> >>
>> >> thanks
>> >>
>> >> -
>> >> Sub ubi semper ubi
>> >>
>> >> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>> >> ~   ~
>> >>
>> >> ---
>> >> 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! ~
>> > ~   ~
>> >
>> > ---
>> > 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! ~
>> ~   ~
>>
>> ---
>> 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! ~
> ~   ~
>
> ---
> 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! ~
~   ~

---
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: Wow! Don't Get Sick!

2012-10-18 Thread Rankin, James R
Depends how old. AppSense's AM component can operate back to Windows 2000 I 
think - I can find out if it goes back any further if anyone's interested.

I'm fairly sure SRPs were available in AD GPOs a long time ago though - was 
that under 2000 or 2003? And even NT4 had a list of "allowed applications" you 
could configure in the System Policy Editor, IIRC

Cheers,



JR

---Blackberried

-Original Message-
From: Jeff Bunting 
Date: Thu, 18 Oct 2012 10:45:03 
To: NT System Admin Issues
Reply-To: "NT System Admin Issues" 
Subject: Re: Wow! Don't Get Sick!

Whitelisting has been discussed here many times; for systems dedicated to a
primary task or two, I'd think it would be ideal.  Is there any good way to
do effective whitelisting on the older operating systems?

I suppose you might still run into legal issues and vendor finger pointing;
just curious.

Jeff


On Wed, Oct 17, 2012 at 8:07 PM, Michael B. Smith wrote:

>  I’ve got two healthcare clients where this is a major problem.
>
> ** **
>
> They don’t even attempt to debug. If someone reports a problem, any
> problem, they immediately re-image; and then forensically examine network
> traces and log files to see if any info can be gleaned.
>
> ** **
>
> *From:* Roger Wright [mailto:rhw...@gmail.com]
> *Sent:* Wednesday, October 17, 2012 3:15 PM
> *To:* NT System Admin Issues
> *Subject:* Wow! Don't Get Sick!
>
> ** **
>
>
> http://www.technologyreview.com/news/429616/computer-viruses-are-rampant-on-medical-devices/
>
>
> Roger Wright
> ___
>
> Congressional Mantra:  Spending will continue increase until deficits
> improve.
>
> ** **
>
> ** **
>
> ** **
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> 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! ~
> ~   ~
>
> ---
> 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! ~
~   ~

---
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! ~
~   ~

---
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: Wow! Don't Get Sick!

2012-10-18 Thread Jeff Bunting
Whitelisting has been discussed here many times; for systems dedicated to a
primary task or two, I'd think it would be ideal.  Is there any good way to
do effective whitelisting on the older operating systems?

I suppose you might still run into legal issues and vendor finger pointing;
just curious.

Jeff


On Wed, Oct 17, 2012 at 8:07 PM, Michael B. Smith wrote:

>  I’ve got two healthcare clients where this is a major problem.
>
> ** **
>
> They don’t even attempt to debug. If someone reports a problem, any
> problem, they immediately re-image; and then forensically examine network
> traces and log files to see if any info can be gleaned.
>
> ** **
>
> *From:* Roger Wright [mailto:rhw...@gmail.com]
> *Sent:* Wednesday, October 17, 2012 3:15 PM
> *To:* NT System Admin Issues
> *Subject:* Wow! Don't Get Sick!
>
> ** **
>
>
> http://www.technologyreview.com/news/429616/computer-viruses-are-rampant-on-medical-devices/
>
>
> Roger Wright
> ___
>
> Congressional Mantra:  Spending will continue increase until deficits
> improve.
>
> ** **
>
> ** **
>
> ** **
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> 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! ~
> ~   ~
>
> ---
> 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! ~
~   ~

---
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