• ExaGrid

    20
    3 Votes
    20 Posts
    3k Views
    StrongBadS

    Anyone seen ExaGrid pricing?

  • Calling any JumpCloud users or employees...

    32
    1 Votes
    32 Posts
    4k Views
    dbeatoD

    @bigbear That I don't know.

  • NodeBB upgrade issues

    22
    1 Votes
    22 Posts
    2k Views
    nadnerBN

    0_1497402987854_The Signal 2.gif
    Oh noes! They're gone again!
    ...
    Avast ye scurvy emoticon thief!
    0_1497402867486_vader.gif
    several key presses later...
    0_1497402920668_lam.gif

  • NextCloud VM with NFS storage

    18
    0 Votes
    18 Posts
    7k Views
    JaredBuschJ

    @scottalanmiller said in NextCloud VM with NFS storage:

    @dafyre said in NextCloud VM with NFS storage:

    @scottalanmiller said in NextCloud VM with NFS storage:

    @gjacobse said in NextCloud VM with NFS storage:

    @scottalanmiller said in NextCloud VM with NFS storage:

    How can you ingest NFS storage into NextCloud?

    The Current is part of a VM, NextCloud would be a VM - Why could you not mount both?

    How woudl that work? What would NextCloud do with a bunch of random files that have no metadata? They don't exist in the database, what would happen to them?

    There's a command you can run that will take a list of files and make them available to a user, I think.

    So one user would just get "everything." Or else it's a huge manual process.

    Not exactly. Have you ever looked at the file structure of ownCloud/Nextcloud?

    Basically in the /data folder there are subfolders per user. You would populate those with the files from the old file server. Then you pop into the CLI and issue this command to rescan the folders and put the stuff in the database.

    sudo -u apache php occ files:scan --all -v

    You can also do it per user.

    I would not recommend ever doing this on an existing system that was not already hosed for some other reason.

  • SD cards and USB flash drives for hypervisors

    9
    0 Votes
    9 Posts
    712 Views
    RojoLocoR

    Dell servers do not like Hyper-V on any USB anything. Tried with 2012R2 and 2016, no love. Could have configured and deployed 10 hosts in the time I spent dicking around with it.

  • 0 Votes
    29 Posts
    6k Views
    DashrenderD

    @scottalanmiller said in non VPN Cloud based storage:

    @Dashrender said in non VPN Cloud based storage:

    @scottalanmiller said in non VPN Cloud based storage:

    @Dashrender said in non VPN Cloud based storage:

    @scottalanmiller said in non VPN Cloud based storage:

    @Dashrender said in non VPN Cloud based storage:

    Cost is an issue? Assuming you got hosted SharePoint only I think it's $4/u/m...

    Tiny capacity, though.

    1 TB per user?

    That's ODfB. The Sharepoint storage proper is like 100MB.

    OMG, that's near useless!

    It's only for documents. Goes a long way when used as intended.

    Used as intended? That's a joke, right? Storing large PDFs should be a part of the intention. DWG files can be huge.

  • 1 Votes
    7 Posts
    953 Views
    NetworkNerdN

    I totally understand workload being a legit reason. It intrigued me to, but to only have a week to complete some of those designs and work a normal job is rough.

  • List of Self Hosted Web Apps

    2
    3 Votes
    2 Posts
    416 Views
    EddieJenningsE

    A list of projects for me that would relate to my thread about embracing open-source stuff 😄

  • SQL drive assignations

    8
    0 Votes
    8 Posts
    890 Views
    GreyG

    Cool. Thanks for the input!

  • Does the LDAP role require RODC?

    6
    1 Votes
    6 Posts
    781 Views
    GreyG

    @momurda said in Does the LDAP role require RODC?:

    @Grey Also, your description sounds like youre doing some sort of SSO or interdomain trust.

    Sort of. The goal is to allow a cloud service to authenticate in our domain using ldaps, and I want to limit exposure.

  • Permissions between O365 systems

    11
    0 Votes
    11 Posts
    1k Views
    DashrenderD

    @JaredBusch said in Permissions between O365 systems:

    @Dashrender said in Permissions between O365 systems:

    I have a customer who has an O365 account. The owners of that company have created a new company, I believe it is completely separate.

    Is there a way to grant R/W access to accounts created in a new O365 instance with permissions granted to the other?

    If they do not want to buy a completely separate thing and manage multiple accounts, then you just add the domain to the current setup and the accounting department will have to split the billing appropriately when they do the books.

    You assigned users the email addresses and accesses they need. Done.

    Assuming they have two separate accounting departments, that's the challenge. They don't even know their current/future setup, at least not well enough to explain it to me.

  • FOG Server IP Keeps Changing in DNS!

    42
    0 Votes
    42 Posts
    6k Views
    S

    The IP is finally holding steady! Thanks for the feedback guys!

  • 8 Votes
    18 Posts
    5k Views
    dafyreD

    This whole topic is now starting to sound like "A house is a house for me" lol.

  • Should I build it myself (iSCSI Storage) or use AS5008T ?

    8
    0 Votes
    8 Posts
    1k Views
    Net RunnerN

    Have you considered a backup ready node like StarWind does for example https://www.starwindsoftware.com/starwind-storage-appliance? They usually go preconfigured having all the required licenses including VEEAM. As far as I know, iSCSI/SMB/NFS are present and there is an option to seamlessly offload your backups to the cloud. Unfortunately, it is currently out of my budget so I am using their free product https://www.starwindsoftware.com/starwind-virtual-san-free which converts two of my older storage servers into a single mirrored backup pool. Works great so far.

  • Another JumpCloud thread to find the latest info

    9
    2 Votes
    9 Posts
    1k Views
    G

    Greetings folks!

    Nice to see a few of you contributing to various JumpClodu threads. Let me give you a bit of background on 'why Servers' with JumpCloud...

    Roll back time: It's where we began. The original instantiation of JumpCloud was to provide a central authentication and management console across Linux/Windows servers in any cloud service (e.g. AWS, Google Cloud, Rackspace, Softlayer and so on). The main thrust of what we were doing/offering (and still offer) fairly progressively, was to provide REST services to stimulate the efficiency of large-scale server infra - and mainly very ephemeral infra. The use cases varied but generally speaking, DevOps guys would bake our image into an AMI or similar image, and when they would light these up, they would perform initialization routines against the JC Directory....drop users accounts on, enable POSIX Groups, deploy sysadmins SSH keys, etc etc. It became a 'thing' and basically obviated the need for LDAP servers and wrangling with PAM. Yes, there are super elegant methods for this now....but mainly codified. e.g., Chef, Puppet, Salt, etc. These are actually used in concert with us but there is overlap.

    FWIW, feel free to geek on this KB and go play with our APIs and SDKs on Github:
    https://support.jumpcloud.com/customer/portal/articles/2429680

    This use case is still extremely important for our customer base. We see a typical pattern of companies evaluating us, driven by DevOps where they get to get 100's or in the case of quite a few customers of our larger customers, 1-2K virtual servers. They find success and this bleeds to general IT *(e.g. those servicing rank and file employees and their personal systems, networks and apps).

    So that's effectively the story, absolutely feel free to ping us to go deeper in the server management side of things!

    Greg

  • Sudoers vulnerability found

    8
    1 Votes
    8 Posts
    584 Views
    JaredBuschJ

    @coliver said in Sudoers vulnerability found:

    We talked about a similar issue last week. I don't think it was this exact vulnerability... Just like the previous one though this is more of the "If you configure a system incorrectly and give someone sudo access you're going to have a bad day." types of error rather then a full blown security issue.

    Ah, ok. But yeah, if you give someone sudo, you are already trusting them to not fuck up your system.

  • Experience with O365 for Nonprofits?

    10
    0 Votes
    10 Posts
    1k Views
    Mike DavisM

    I have a number of non profits on the free E1 plan. Everything is the same except the bill. 🙂

  • Mirror spinning disk to SSD?

    11
    3 Votes
    11 Posts
    1k Views
    Mike DavisM

    So HP shipped Enterprise HDDs instead of the desktop labeled drives they had in there from the factory. It took a few hours to mirror each drive and it was totally uneventful. - which is exactly what you're looking for in these types of things.

  • Erasure Coding

    9
    1 Votes
    9 Posts
    1k Views
    KOOLERK

    @Tim_G said in Erasure Coding:

    I've no experience with Erasure on VMWare vSAN... but I know that it's production worthy and safe with S2D. It gives you the same resiliency but more efficient capacity. I believe it's nothing more than just an algorithm... so I can't see it being any less safe/efficient when used with a different product.

    I do know that all flash = better efficiency.

    It actually should do much better one. For some reason MSFT decided to cut off own balls and stop with double parity which is one linear parity sum and one global parity, while it was possible to make N => M e/c, same way as Azure and Ceph does.

  • Thin Clients for RDSH 2016

    23
    0 Votes
    23 Posts
    3k Views
    bigbearB

    As I side note, non-Microsoft RDP clients suck so far. winterminal and thinlinx both are barely usable. Have tried to Azure and Vultr as well as a remote Win10 box. Horrible.

    I have a couple HP thin clients arriving tomorrow to test out.

    I am also going to give Citrix a try.