Jump to content

tJuggernaut29

Member
  • Posts

    309
  • Joined

  • Last visited

Reputation Activity

  1. Informative
    tJuggernaut29 reacted to jfenwick14 in Can i put a Xeon E5-26XX v4 CPU in a E5-26XX v3 socket? For a lenovo RD350   
    I went ahead and bought an e5-2660 v4 to try out and it does work. I assume you just need to make sure the bios is updated. I just wanted to post this Incase someone else was in the same position.
     

     
  2. Like
    tJuggernaut29 reacted to brwainer in Does PXE booting use Host or Client CPU/GPU?   
    What you may be looking for is a "thin client" setup, with the related term "VDI". While PXE booting may be a component of the solution, what really matters is that your laptop (client device) boots into a very streamlined OS whose only purpose is to make a connection to a desktop session on the server and display it.
  3. Funny
    tJuggernaut29 got a reaction from Slayerking92 in Does PXE booting use Host or Client CPU/GPU?   
    Does PXE booting use Host or Client CPU/GPU?
     
    Like if my host is a 40 core server with GPU passthrough and my client is a shitty laptop with no HDD.
    Will I get the hardware performance of the server or the shitty laptop?
     
    edit: for Windows if that matters. Ideally running in a VM if possible
     
    Thanks :-]
  4. Informative
    tJuggernaut29 reacted to xAcid9 in How do you install a .git file on ubuntu?   
    It just a script file, you can download the file, make it executable with chmod and run it. 
     
    You need these preinstalled in your system for the script to work. 
     
    Always read the readme. https://github.com/ezonakiusagi/bht/blob/master/README.md
  5. Informative
    tJuggernaut29 reacted to Thomas4 in How do you install a .git file on ubuntu?   
    there are a couple more steps necessary to install a .git file
    Cloning only downloads the file to your computer
    An excellent guide with not only instructions by the why's and wherefores can be found here:
    https://www.howtogeek.com › 428988 › how-to-install-software-using-git-on-linux
     
     
  6. Like
    tJuggernaut29 reacted to Minecraftchest1 in How do you install a .git file on ubuntu?   
    Git is a version control system primarly used by software developers for software development (amoung other uses). `.git` detonates a git repository, and marks a folder not a file. To download the repository, you run `git clone <repo url>`. It will download the contents into a new directory.
     
    Edit: I took a look at the project. To run the script, change into the directory `cd <dirname>` and run the script with `./bht <your commandline args>`.
     
  7. Informative
    tJuggernaut29 reacted to Dion615 in How do you install a .git file on ubuntu?   
    sudo apt-get install git git clone https://github.com/ezonakiusagi/bht.git  
  8. Informative
    tJuggernaut29 reacted to Needfuldoer in If a HBA is in IT mode, would it still have drive size limits?   
    It will be fine. I've run IT-flashed H310 Mini Mono cards in 12th gen PowerEdge servers; after they're flashed, they "just work".
     
    They're VERY easy to flash too, especially if you have iDRAC Enterprise (which lets you mount virtual disk images from the HTML5 KVM).
  9. Informative
    tJuggernaut29 reacted to Needfuldoer in If a HBA is in IT mode, would it still have drive size limits?   
    I had 12 TB drives in one of the servers, and they worked fine.
  10. Informative
    tJuggernaut29 reacted to AbydosOne in If a HBA is in IT mode, would it still have drive size limits?   
    I have a 9207-8i that I use with 10TB and 14TB drives, so I would say yes.
  11. Like
    tJuggernaut29 reacted to wseaton in What happens if the raid controller fails in a raid 1 array?   
    Depending on how it dies, it should be fine. However, a failing RAID card could potentially write a lot of garbage to critical file areas. Typically with a hard RAID 1 meltdown the drive might be rendered unbootable at worst case, but can be easily repaired from Windows, etc.
     
    This is unlike RAID 5 where a meltdown can and will wipe all data and require data recovery services....if possible. This is also what causes major SAN failures. RAID 6 significantly reduces this chance.
  12. Like
    tJuggernaut29 reacted to Bdavis in What happens if the raid controller fails in a raid 1 array?   
    It depends on how it fails. Technically it could fail in a manner that it corrupts both drives. I'm don't know how likely that would be, just make sure you have a backup if it's data you care about.
  13. Like
    tJuggernaut29 reacted to Electronics Wizardy in What happens if the raid controller fails in a raid 1 array?   
    If the raid card failed Id get the same model.
     
    But you should be able to boot from if you plug it into your board.
     
    But Id try it for yourself.
  14. Like
    tJuggernaut29 got a reaction from S1LENT in Dell PowerEdge R710 Storage Upgrade Questions   
    SATA drives can go into a SAS backplane, but SAS drives cant go into a SATA backplane.
     
    You should be good to go
     
    Also, to get to the raid card to set up your raid arrays/ storage pools, you do that through the BIOS. Look for which F key to hit.
  15. Agree
    tJuggernaut29 got a reaction from Needfuldoer in Dell PowerEdge R710 Storage Upgrade Questions   
    SATA drives can go into a SAS backplane, but SAS drives cant go into a SATA backplane.
     
    You should be good to go
     
    Also, to get to the raid card to set up your raid arrays/ storage pools, you do that through the BIOS. Look for which F key to hit.
  16. Agree
    tJuggernaut29 reacted to Needfuldoer in How do blade servers work with storage, hypervisor, and VM   
    I think the C6100 breaks the drive backplane up into chunks, so each node gets either three or six drives of its own to play with (depending on whether it's the 12x3.5" or 24x2.5" chassis). Put the chassis' service tag into dell.com/support and you'll be able to get a PDF of the manual.
     
    These systems aren't really "blades". It's four half-width, 1U nodes in a 2U chassis. Each one still operates independently, oblivious to the fact that it's got conjoined siblings.
     
    Dell blades go in an M1000e, FX2/FX2S, or VRTX chassis. They'll have all the big datacenter goodies like centralized platform management, shared storage, and internal networking.
  17. Agree
    tJuggernaut29 reacted to Electronics Wizardy in How do blade servers work with storage, hypervisor, and VM   
    This of this system asa 4 computers in one box. All the nodes operate seperatly.
     
    Normally the drives are split between the nodes, so 3 drives per node.
     
    You need to install a os on all 4 systems separately.
     
    Your gonna have a drive controller on all nodes. Normally you can also plug the drives directly onto the board and use the onboard sata.
     
    Probably have a boot drive for each node, then Id setup something like ceph for a distributed filesystem.
     
    Your hypervisor will let you pick the node the vm is running on.
     
    I wll also note these systems will pull a lot of power, so Id stay away from it in home use.
  18. Agree
    tJuggernaut29 got a reaction from Zulu Alpha in My PC makes cracking noises and won't start..... Until I do this crazy trick 😂   
    Weird question, is your outlet, and intern power supply, properly grounded?
     
    What if you try your routine with the heat gun, but not actually heat the pc, just use it as load on your electrical circuit?
  19. Agree
    tJuggernaut29 got a reaction from Jonathan Lee in Should i upgrade?   
    https://www.cpuagent.com/cpu/intel-core-i5-9400f/bottleneck/nvidia-geforce-rtx-2060?res=1&quality=ultra
     
    using 100% is not a problem. This is also likely because there is a small bottleneck on gpu, but not crazy bad
    dont upgrade for the sake of upgrading, especially with current shortages.
    imo
  20. Like
    tJuggernaut29 got a reaction from Doowni in Should i upgrade?   
    https://www.cpuagent.com/cpu/intel-core-i5-9400f/bottleneck/nvidia-geforce-rtx-2060?res=1&quality=ultra
     
    using 100% is not a problem. This is also likely because there is a small bottleneck on gpu, but not crazy bad
    dont upgrade for the sake of upgrading, especially with current shortages.
    imo
  21. Agree
    tJuggernaut29 reacted to -rascal- in Quad channel Ram in a 4 Slot motherboard   
    Number memory slots =/= Number of channels.
    It is up the the CPU to call the shots for dual / triple / quad channel, etc.
     
    2 or 4 slot motherboards can be dual channel.
    You just have 2 memory slots for each channel (2x Channel A, 2x Channel B).
     
    Quad channel could ALSO be 4 slots, or 8 slots.
  22. Like
    tJuggernaut29 got a reaction from adarw in My RX480 GPU keeps crashing my whole pc   
    the one that helped my when i first built it? No, it was a friend of my dad's. long story short though, that isnt an option anymore lol
  23. Like
    tJuggernaut29 got a reaction from adarw in My RX480 GPU keeps crashing my whole pc   
    No, im the only friend with a tower not a laptop 
    I also dont know if it is GPU, MOBO, or PSU or how to tell
  24. Like
    tJuggernaut29 got a reaction from Ronnie Pickering in Would RX 580 8G be too risky for my rig with 500W CM PSU ?   
    500W is fine for an i5 and a 580. That being said, I would agree with the other posts that that particular PSU is a little sketchy, and I would suggest something at least 80+ bronze
     
    You can definitely try it if you already own the PSU. If you come into power limit issues, your rig will just lock up or crash when gaming. It wont likely damage anything, as the components have built in protections. (I wouldnt recommend it though)
  25. Agree
    tJuggernaut29 got a reaction from BiG StroOnZ in What would be best to upgrade on my pc   
    SSD will be a night and day difference.
    next biggest is GPU.
    then if you do CPU itll be new rig time
×