New 4.1 installation - does not show uploaded ISO's

elay

New Member
Mar 13, 2016
5
0
1
72
Hi I have just upgraded to 4.1 and I am trying to create a windows 8/10/2012 Vm.

I have tried to upload the windows ISO through local/content and proxmox allows me to select my windows ISO off my MAC drive and uploads it. It does not list it in the content window though.

When I try to create a VM and select the ISO there are no ISO listed for selection.

Anybody have any idea why its not listing uploaded ISO's.

I am logged in as root

Thankyou
 
Hi,
I have tried to upload the windows ISO through local/content and proxmox allows me to select my windows ISO off my MAC drive and uploads it. It does not list it in the content window though.
by default ISO images are located in /var/lib/vz/template/iso - could you post the content of this directory?
Maybe you ran out of local diskspace so the ISO upload failed?
Take a look at
Code:
# df -h | grep /var/lib/vz

Many greets
Stephan
 
Hi,

by default ISO images are located in /var/lib/vz/template/iso - could you post the content of this directory?
Maybe you ran out of local diskspace so the ISO upload failed?
Take a look at
Code:
# df -h | grep /var/lib/vz

Many greets
Stephan

Hi Stephan,

There is nothing under the /var/lib/vz/template/iso folder even though the upload works - not sure where its uploading the files to.
I have 77Gb free on the drive.
 
Hi Stephan,
I found them in a directory named the same as my finder /MAC source location/template/iso/
I moved them to the /var/lib/vz/template/iso
then opened the proxmox admin console to see if they were listed under the contents tab or available under the CD/dvd tab when I create a VM.
But no they were no where to be seen.
Is it possible I need to set an environment variable in the proxmox console?
Installed from a CD burnt with the proxmox 4.1 image
Eddie
 
weird...
I moved them to the /var/lib/vz/template/iso
then opened the proxmox admin console to see if they were listed under the contents tab or available under the CD/dvd tab when I create a VM.
But no they were no where to be seen.
maybe your permissions are broken? Could you post the output of
Code:
# ls -al /var/lib/vz/template/iso/
Is it possible I need to set an environment variable in the proxmox console?
I don't think so.
Could you also post the output of
Code:
# mount | grep mapper

Greets
Stephan
 
weird...

maybe your permissions are broken? Could you post the output of
Code:
# ls -al /var/lib/vz/template/iso/

I don't think so.
Could you also post the output of
Code:
# mount | grep mapper

Greets
Stephan

Sorry Stephan it has not pasted that well

oot@pve:/# ls -al /var/lib/vz/template/iso
total 3398380
drwxr-xr-x 2 root root 4096 Mar 15 19:31 .
drwxr-xr-x 5 root root 4096 Jan 2 15:36 ..
-rw------- 1 root root 3319171072 Mar 13 17:45 en_windows_10_multiple_editions_version_1511_updated_feb_2016_x86_dvd_8379694.iso -rw------- 1 root root 160755712 Mar 13 17:58 virtio-win-0.1.102.iso

root@pve:/# mount | grep mapper
/dev/mapper/pve-root on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
/dev/mapper/pve-data on /var/lib/vz type ext4 (rw,relatime,data=ordered)
root@pve:/#

Eddie
 
root@pve:/# mount | grep mapper
/dev/mapper/pve-root on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
/dev/mapper/pve-data on /var/lib/vz type ext4 (rw,relatime,data=ordered)
that looks good.
oot@pve:/# ls -al /var/lib/vz/template/iso
total 3398380
drwxr-xr-x 2 root root 4096 Mar 15 19:31 .
drwxr-xr-x 5 root root 4096 Jan 2 15:36 ..
-rw------- 1 root root 3319171072 Mar 13 17:45 en_windows_10_multiple_editions_version_1511_updated_feb_2016_x86_dvd_8379694.iso -rw------- 1 root root 160755712 Mar 13 17:58 virtio-win-0.1.102.iso
that looks unusual.
Please go to this directory
Code:
# cd /var/lib/vz/template/iso
and change the permissions like that:
Code:
# chmod 644 *iso

Greets
Stephan

P.S.: Do you really like to use 32-bit-Windows? ;-)
 
that looks good.

that looks unusual.
Please go to this directory
Code:
# cd /var/lib/vz/template/iso
and change the permissions like that:
Code:
# chmod 644 *iso

Greets
Stephan

P.S.: Do you really like to use 32-bit-Windows? ;-)
Hi Stepnan,
root@pve:/var/lib/vz/template/iso# ls -ltr total 3398372
-rw-r--r-- 1 root root 3319171072 Mar 13 17:45 en_windows_10_multiple_editions_version_1511_updated_feb_2016_x86_dvd_8379694.iso -rw-r--r-- 1 root root 160755712 Mar 13 17:58 virtio-win-0.1.102.iso

Still can't see the iso's listed in the proxmox console

Just need to run an application that needs windows and to see what kind of performance I get with the VM
I am running it on Dell Poweredge 860.

Eddie
 
Hi Eddie,

I'm sorry that I forgot to answer...

Hi Stepnan,
root@pve:/var/lib/vz/template/iso# ls -ltr total 3398372
-rw-r--r-- 1 root root 3319171072 Mar 13 17:45 en_windows_10_multiple_editions_version_1511_updated_feb_2016_x86_dvd_8379694.iso -rw-r--r-- 1 root root 160755712 Mar 13 17:58 virtio-win-0.1.102.iso

Still can't see the iso's listed in the proxmox console
I have no ideas anymore. Maybe some developer can guess what could go wrong with handling these ISOs?

Greets
Stephan
 
Do you see other content from the local storage? For example a downloaded template? Looks okay as far as I can tell..

You could also check "journalctl -b" for any suspicious log messages.
 
Hi Stepnan,
root@pve:/var/lib/vz/template/iso# ls -ltr total 3398372
-rw-r--r-- 1 root root 3319171072 Mar 13 17:45 en_windows_10_multiple_editions_version_1511_updated_feb_2016_x86_dvd_8379694.iso -rw-r--r-- 1 root root 160755712 Mar 13 17:58 virtio-win-0.1.102.iso
Eddie

May be very long filename? Try rename to short.
 
May be very long filename? Try rename to short.

That exact file name works without any problem (tested with uptodate Proxmox VE).

What does "pvesm list local" say?