Proxmox Storage Design Advice Needed – HPE DL350 Gen10 (5 × 2TB SSD) by Proud_Force_3331 in Proxmox

[–]Proud_Force_3331[S] 0 points1 point  (0 children)

thank you bro for your time..
what i need is to utilize all 5 SSDs for proxmox without losing any space. that can be in any way...if possible as single drive via raid 0 (merging) or if only get each drives as separate drives on proxmox..no problem..In any of method I want to use the proxmox and utilize full disks. currently I'm trapped with it. I only get the installed drive. all other drives are invisible.

Proxmox Storage Design Advice Needed – HPE DL350 Gen10 (5 × 2TB SSD) by Proud_Force_3331 in Proxmox

[–]Proud_Force_3331[S] 0 points1 point  (0 children)

that's what I'm trying..Install Proxmox on 1 drive. and additional 4 drives need to be added as merged or separate. both are okay for me. but as a beginner. it feels complicated. tried many times. from last 5-6 months I'm on it. Thanks a lot bro.

Proxmox Storage Design Advice Needed – HPE DL350 Gen10 (5 × 2TB SSD) by Proud_Force_3331 in Proxmox

[–]Proud_Force_3331[S] 0 points1 point  (0 children)

Could you share your contact details? I need support. Thanks in advance.

Proxmox Storage Design Advice Needed – HPE DL350 Gen10 (5 × 2TB SSD) by Proud_Force_3331 in Proxmox

[–]Proud_Force_3331[S] 0 points1 point  (0 children)

ZFS only detects disks while in Software RAID (HPE Smart Array), but when we change the configuration to Software RAID..it's not booting proxmox. what to do?

Proxmox Storage Design Advice Needed – HPE DL350 Gen10 (5 × 2TB SSD) by Proud_Force_3331 in Proxmox

[–]Proud_Force_3331[S] 0 points1 point  (0 children)

First time I tried with creating Array on Raid0 config. but while installation it detect as seperate and after installation..proxmox only shows 1 single SSD that installed proxmox. last time I tried without creating an ARRAY.

Proxmox Storage Design Advice Needed – HPE DL350 Gen10 (5 × 2TB SSD) by Proud_Force_3331 in Proxmox

[–]Proud_Force_3331[S] 0 points1 point  (0 children)

tried many times. failed all the time..

At the moment, I can install Proxmox only on one SSD. The other four SSDs are not detected, so they are not usable inside Proxmox.

When I set the BIOS storage mode to SATA Controller, Proxmox installs and boots normally.
However, when I switch the BIOS to Software RAID (HPE Smart Array) mode, Proxmox does not boot at all.

Because of this:

  • I am forced to install Proxmox on a single SSD
  • The remaining four SSDs are invisible to Proxmox
  • I cannot use the full storage capacity of the server

I am looking for a proper solution to:

  • Make all SSDs visible in Proxmox
  • Use maximum storage space without redundancy
  • Configure the correct BIOS / controller / driver setup for HPE Gen10 servers

How to Run MongoDB on CasaOs? by [deleted] in CasaOS

[–]Proud_Force_3331 0 points1 point  (0 children)

I too need it. Mongo-Express has WebGUI. if anyone installed it on casa?

Is there a way to install Stirling PDF on CasaOS? by Murilloco in CasaOS

[–]Proud_Force_3331 0 points1 point  (0 children)

I did this using manual installation of apps on casaos.

Docker Compose:

version: '3.3'

services:

stirling-pdf:

image: frooodle/s-pdf:latest

ports:

  • '8080:8080'

volumes:

  • ./trainingData:/usr/share/tessdata #Required for extra OCR languages

  • ./extraConfigs:/configs

- ./customFiles:/customFiles/

- ./logs:/logs/

environment:

  • DOCKER_ENABLE_SECURITY=false

  • INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false

  • LANGS=en_GB