Jump to content

Newbie Proxmox install


T_Tronix

Recommended Posts

T_Tronix

I moved my Emby to proxmox. Used a script and got it running but have no clue how to add my 3 media drives of 8TB each to the container.

root@pve01:~# ls /dev/disk/by-id/
ata-ST1000LX015-1U7172_WES3YV64
ata-ST1000LX015-1U7172_WES3YV64-part1
ata-ST1000LX015-1U7172_WES3YV64-part2
ata-ST1000LX015-1U7172_WES3YV64-part3
ata-ST8000VN0022-2EL112_ZA17C97W
ata-ST8000VN0022-2EL112_ZA17C97W-part1
ata-ST8000VN0022-2EL112_ZA17C97W-part2
ata-WDC_WD80EDAZ-11TA3A0_VDKRMGYK
ata-WDC_WD80EDAZ-11TA3A0_VDKRMGYK-part1
ata-WDC_WD80EDAZ-11TA3A0_VGGX2GGG
ata-WDC_WD80EDAZ-11TA3A0_VGGX2GGG-part1
dm-name-pve-root
dm-name-pve-swap
dm-name-pve-vm--100--disk--0
dm-name-pve-vm--100--disk--1
dm-name-pve-vm--102--disk--0
dm-uuid-LVM-EEctF5eAuTdXCuyXpqP3nsmkewdNET6s9qLeSzwuv7uSokc0D64OS5dxHX70YroE
dm-uuid-LVM-EEctF5eAuTdXCuyXpqP3nsmkewdNET6sDeYLYUBnyjNusTNuUF0gSpqEdpeHhKpE
dm-uuid-LVM-EEctF5eAuTdXCuyXpqP3nsmkewdNET6sIlTtuuPKKaU5439A36dFYlWwkDRVAOlD
dm-uuid-LVM-EEctF5eAuTdXCuyXpqP3nsmkewdNET6soeGvoSTU0n3eSibpMFApzFyn1MHyaVgz
dm-uuid-LVM-EEctF5eAuTdXCuyXpqP3nsmkewdNET6ss437wC1d68RiWQmFbfweHwKLRz11c8Hd
lvm-pv-uuid-abvN0D-pj8L-lK4z-uGye-kmme-FRh8-WFndva
wwn-0x5000c500a2d1e577
wwn-0x5000c500a2d1e577-part1
wwn-0x5000c500a2d1e577-part2
wwn-0x5000c500a8b6fc4d
wwn-0x5000c500a8b6fc4d-part1
wwn-0x5000c500a8b6fc4d-part2
wwn-0x5000c500a8b6fc4d-part3
wwn-0x5000cca0bbf48fcf
wwn-0x5000cca0bbf48fcf-part1
wwn-0x5000cca0beccc3a6
wwn-0x5000cca0beccc3a6-part1

 

Screenshot 2023-08-21 175414.png

Screenshot 2023-08-21 174954.png

 

I tried the following but it did not work:

root@pve01:~# /sbin/qm set 102 -virtio2 /dev/disk/by-id/ata-ST8000VN0022-2EL112_ZA17C97W
Configuration file 'nodes/pve01/qemu-server/102.conf' does not exist

 

Edited by T_Tronix
Link to comment
Share on other sites

T_Tronix

So I created a directory for each of my 8TB drives (3 of them) but I still don't know how to get their content into my emby container. When a WinCSP into them I don't see any of my media (only an empty image folder).

 

Screenshot 2023-08-21 190545.png

Screenshot 2023-08-21 190845.png

Edited by T_Tronix
Link to comment
Share on other sites

T_Tronix

I used this script in advance mode: bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/emby.sh)"

using these steps:

Update for anyone who finds this thread in the future:

Setting up the Plex Server
I deleted and recreated my Plex container using bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/plex-v5.sh)"
I went through the advanced settings so that I could do the following
Make the container Privileged
(I've only done this on the basis my container will remain on the local network only. I've learned that a privileged container is an unsecured container and exposes lots of security risks.)
Set a static IP
(make sure to add your network mask at the end, e.g. "192.168.1.50/24")
Enabled SSH with root user
(Again, I've only done this as it's a local network and I am the only user. I understand that if there were to be multiple users or exposed to the web it would be safer to create a user and give them set permissions for SSH)

Link to comment
Share on other sites

  • 3 weeks later...
T_Tronix

I'm really liking proxmox, best setup yet and I've tried a few already. Works amazing so far in parallel with my home assistant container. Even got my Quadro P4000 working with it.

  • Thanks 1
Link to comment
Share on other sites

  • 5 months later...
T_Tronix

So far Proxmox has been rock solid but I noticed one thing, I can't upgrade my Emby :)

I'm on Version 4.7.14.0 but can't figure out how to update it to the latest version in Proxmox.

Link to comment
Share on other sites

8 hours ago, T_Tronix said:

So far Proxmox has been rock solid but I noticed one thing, I can't upgrade my Emby :)

I'm on Version 4.7.14.0 but can't figure out how to update it to the latest version in Proxmox.

Whoever publishes Emby Server on Proxmox has probably not done that yet for 4.8. Hopefully soon.

Link to comment
Share on other sites

T_Tronix

It's actually pretty easy to do...

Emby brings together your personal videos, music, photos, and live television.

To create a new Proxmox VE Emby Media Server LXC, run the command below in the Proxmox VE Shell.
To Update Emby, run the command below (or type update) in the LXC Console.

Code: 

bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/emby.sh)"

 

Link to comment
Share on other sites

Lessaj

For the most part all that script does is download the latest amd64.deb and run dpkg on it, it should be pulling 4.8.1.0 because that's what the curl command is returning.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...