ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. storage
    Log in to post
    • All categories
    • J

      SAN for home use

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion san storage nas sam-sd
      33
      1 Votes
      33 Posts
      8k Views
      scottalanmillerS

      @Jason said:

      @scottalanmiller said:

      Depends. I've never seen an enterprise shop with enterprise system admins that were not more expensive than the storage guys. Close, but systems is the top payer. I've known many $200K and higher systems people. No storage people at $200K. But lots over $150K.

      Cost more but can do more. I'm not saying what my pay is, but my bonus is more than my whole salary at my previous employer.

      Yup, system admins generally can do "nearly anything." Whereas storage admins generally can do only one thing. And if you change storage products you generally have to replace your storage team too.

    • DashrenderD

      Tool to find amount of writes per day

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion dpack storage capacity planning
      13
      2 Votes
      13 Posts
      2k Views
      scottalanmillerS

      @coliver said:

      Contact NTG I'm pretty sure they can do it without pushing any products. Although there is a fee it is probably worth it.

      Yes, and.... yes.

    • jospoortvlietJ

      ownCloud Repos Changed for 8.2!

      Watching Ignoring Scheduled Pinned Locked Moved News storage owncloud 8.2 owncloud
      3
      2 Votes
      3 Posts
      1k Views
      jospoortvlietJ

      Keep me updated, if I have to kick our packagers, let me know!

    • DustinB3403D

      Consumer Grade SSDs vs Enterprise Grade SSDs

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ssd storage
      69
      3 Votes
      69 Posts
      22k Views
      scottalanmillerS

      @Dashrender said:

      I'm not sure about that if that was the case, then why is Scott so dead set against Hot Spares? Unless he's only against hot spares for spinning rust RAID 5.

      Hot Spares with R5 are insane as it could be a live part of the array making it a RAID 6. RAID 1, same thing, just make it part of the array. Both cases are insane to have hot spares.

      With RAID 6 you can have them in situations where the hot spare does not push you unnecessarily close to RAID 10 and RAID 5.3 (aka RAID 7) is not available. But that's relatively uncommon.

      In RAID 10 you can have them but they only make sense in very large arrays or cases where you just can't get to the array to swap the failed drives.

      In some cases it is an architectural problem, in others it is that the cost is just not justified.

    • mlnewsM

      Western Digital Buys Sandisk

      Watching Ignoring Scheduled Pinned Locked Moved News storage sandisk western digital
      4
      5 Votes
      4 Posts
      1k Views
      StrongBadS

      Seems like a good move. WD has been in the need of a way to address flash storage for a while.

    • jospoortvlietJ

      ownCloud Server 8.2 is out with new UI and many admin features

      Watching Ignoring Scheduled Pinned Locked Moved News owncloud storage owncloud 8.2
      14
      3 Votes
      14 Posts
      3k Views
      W

      @jospoortvliet said:

      There's an update of the Documents app, I haven't checked if it works with 8.2 but you'd think that that is the main reason for the update 😉

      Meanwhile, Here is the next batch of #ownCloudConf videos starting with Sabre/DAV developer Evert Pot about promises & generators in PHP and followed by 8 other talks covering Docker, Jolla, Agile, Smashbox and more.

      Enjoy and share.!

      After finally getting some downtime at work I was able to install the Documents addon and test it out. I'm pretty sure this feature alone is going to be a major selling point for deploying OwnCloud 😄

      While testing the online editing + collaboration, everything just made sense and worked without any hoops to jump through, which is definitely more than I can say for our current solution!

    • mlnewsM

      Using LVM Striping IO for Performance

      Watching Ignoring Scheduled Pinned Locked Moved News raid 0 storage tecmint linux lvm
      1
      1 Votes
      1 Posts
      886 Views
      No one has replied
    • IT-ADMINI

      Backup File Server to DAS

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion das storage backup file server
      497
      3 Votes
      497 Posts
      394k Views
      scottalanmillerS

      @StuartJordan said in Backup File Server to DAS:

      Wow what a thread, took me a while to read through it 🙂

      We don't fool around around here!

    • anthonyhA

      XenServer 6.5 - SR "Run out of space while coalescing."

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion xen 3par xenserver san virtualization storage
      15
      4 Votes
      15 Posts
      7k Views
      scottalanmillerS

      So many things use snapshots under the hood, space can grow and shrink pretty rapidly in confusing ways.

    • J

      Help choosing replacement Hyper-V host machines and connected storage

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion storage virtualization hyper-v
      183
      6 Votes
      183 Posts
      110k Views
      scottalanmillerS

      How did this project go?

    • A

      Challenge: Expand the C: Drive - Any ideas?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows desktop windows storage argentina drive spanning
      51
      1 Votes
      51 Posts
      10k Views
      scottalanmillerS

      Did you end up getting this to work?

    • scottalanmillerS

      Examining the Dell PERC H310 Controller

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion dell storage perc h310 raid controller raid perc
      50
      3 Votes
      50 Posts
      18k Views
      BRRABillB

      I still have it around if you want to test.

    • A

      RAID Stripe Size and Total Blocks Written for Databases

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion raid raid 5 ssd raid 10 databases storage
      4
      3 Votes
      4 Posts
      2k Views
      KOOLERK

      @alvama said:

      Scott, thank you for your topic. I am planning new installation and comparing between RAID 10 and RAID 5 on ssd drives. What do you think about stripe size and TBW for two types of raid? Do you know what size of blocks will be written on disks if service (sql for example) writes 8Kb on volume. For raid10 I think it will be two 8K blocks on mirror disks. But for RAID 5 it will be two blocks with size=stripe size and may be 32 or 64K. And in raid5 configuration TBW limit will be reached faster.

      I'm not Scott but in your context RAID5 seems to be preferred. Because 1) Flash and not spinning disk used so typical parity RAID issues associated with high-capacity spinners are gone (see URL below) 2) Database logs are sequential writes of a big sizes so should "touch" maximum amount of spinners possible and because of sequential nature read-modify-write is not going to happen and 3) RAID5 gives you write performance of (N-1) and RAID10 does (N/2) (where N = amount of spinners).

      https://slog.starwindsoftware.com/raid-5-was-great-until-high-capacity-hdds-came-into-play-but-ssds-restored-its-former-glory/

      Good luck 🙂

    • DustinB3403D

      Cloud Hosted Storage

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion storage
      31
      2 Votes
      31 Posts
      7k Views
      scottalanmillerS

      @DustinB3403 said:

      So you could use something like WinSCP to connect to Amazon S3 service of yours assuming its configured as NFS / SMB Share and copy down or upload your file(s).

      No, there are a couple things wrong here.

      NFS / SMB are network file systems, not block storage. So this goes against what you posted in the line about about using whatever filesystem you want which means block storage. Neither block storage nor network file storage is an option on any of these products. Nor would you want it as even NFS is horribly weak over a WAN link and SMB is far worse.

      WinSCP is a tool for SFTP, FTPS, SCP and FTP usage, not SMB or NFS. So that isn't the right tool in any circumstance here.

    • K

      ownCloud On-Premise Webinar

      Watching Ignoring Scheduled Pinned Locked Moved Self Promotion storage owncloud webinar
      1
      5 Votes
      1 Posts
      946 Views
      No one has replied
    • DustinB3403D

      Small Commercial NAS vs. Consumer Desktop Whitebox Fileserver

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion storage nas file server synology raid lacie raid 1 readynas iosafe
      47
      2 Votes
      47 Posts
      19k Views
      scottalanmillerS

      Those little Atom processors that they tend to use (I miss the Sparc32 days, it was just more interesting) use very little electrical power and produce very little heat and tend to last for forever. Pretty much unbeatable.

    • mlnewsM

      What is New in Synologys Upcoming DSM 6.0 Release

      Watching Ignoring Scheduled Pinned Locked Moved News synology storage dsm 6.0 linux nas
      4
      1 Votes
      4 Posts
      2k Views
      MattSpellerM

      We will be waiting quite some time to see how 6.0 shakes out before we touch any of ours

    • DustinB3403D

      Home Lab Off-Host Backup Device

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux xen xenserver storage naubackup xenserver 6.5 software raid centos centos 6 raid 10 md raid
      42
      2 Votes
      42 Posts
      10k Views
      DustinB3403D

      @scottalanmiller Planning to start it this week.

      I'm still finding parts to use. Trying to be as cost conscious as possible as this is only my home lab. (and the significant other gets testy when I want to "buy toys")

    • DashrenderD

      Worst Understanding of RAID 10 I Have Seen

      Watching Ignoring Scheduled Pinned Locked Moved Water Closet storage raid raid 5 raid 1 raid 10
      7
      0 Votes
      7 Posts
      2k Views
      scottalanmillerS

      He's from NZ. We've spoken offline before.

    • DashrenderD

      PCIe SSD vs SAS SSD

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion storage sas ssd raid
      25
      1 Votes
      25 Posts
      6k Views
      DashrenderD

      @scottalanmiller said:

      SATA SSDs often make sense because they are cheaper and the protocol benefits of SAS really are not there in the same ways for SSDs.

      So this brings up @DustinB3403 question of best practice or more aptly as you @scottalanmiller said implementation patterns - which ones as generically as you can be would go which way. I suppose it might be easier to say 'in these set of circumstances (list 1-4) you do this, generally in the rest you do that.'

    • 1
    • 2
    • 16
    • 17
    • 18
    • 19
    • 20
    • 23
    • 24
    • 18 / 24