Question : netgear wgps606

I have a wireless netgear (wgps606) print server that has stopped working. I worked fine untill I had to replace me wireless router, after that I have not been able to get the print server back on line. After the new router was installed and checked to be working ok  i did the following. Hard reset on the print server but the router will not give the print server a ip address, they are both set for dhcp i have checked the dhcp client list but it does not show it, the print server pass netgears boot up self test function but I can not access it I have it connected from the router with a cat 5 cable which i checked to make sure that it is ok. The default ip address for the print server is 192.168.0.102. my belkin router default ip address is 192.168.2.1. As a last resort I even tryed the software that it came with but no luck it comes back with a answer of "can not find print server on your network". Is it beacuse the the third segments do not match? but if that is true I do not remember doing anything crazy to install it the first time.
TIA
Tony

Answer : netgear wgps606

Enable write cache, at least for building the raid.   If you want a block size of 256KB, then you sure as heck better be doing a lot of large block sequential I/O.   If you are doing database work, then SQL Server reads/writes 64KB at a time, so you want to configure the disks so that you

remember a block size of X means that whenever you do a write, the RAID controller must always write X blocks at a time. Since the database writes 64KB at a time then you want to make sure that, for efficiency, you configure A RAID5, then you have a 4+1 arrangement where each disk writes a chunk of 16KB at a time. With 4 data drives + 1 parity.  If you have a 6+1, then you leave some I/O on the table, so to speak.  That 64KB write wont involve all of the disks.  Some will be idle.   (But this is OK, just not optimal).

However, with 256KB block size and a 6+1, then even if you just want to write a NTFS minimum 4KB of data, then no matter what you are going to be reading/writing well over 1MB of data for a lousy 4KB request.  

That is why traditionally, you should do a RAID1 for O/S + scratch table space + log files, with minimum block size for the O/S, then go with RAID10 for performance, or RAID5 for capacity or RAID6 for availability.   Read up on what  block size & stripe size means on your controller manual.  Lots of stuff online that explain how to set optimal block size for whatever applications you are running.
Random Solutions  
 
programming4us programming4us