DEMO Version of QoreStor

Hi, Im looking for a Download from the DEMO Version of QoreStor. I only found the Tier 1 that´s need more than 1 TB of Space but i have only 500 GB in my LAB. Any Hints for me?

Parents
  • Hello Andre,

    There is only one installer for QoreStor and it can be downloaded it from the link below:

     https://support.quest.com/qorestor/6.0.0

    During the installation are prompted to select the installation mode, select Demo.

    Demo mode is the least hardware-intensive option used for initial evaluation or lightweight testing. Demo mode can easily be installed on a virtual machine running on most workstations. Demo mode is not suitable for any production application and does not allow any license expansion. Demo mode supports a back end capacity of up to 100GB

    Demo mode requires 4 CPU Cores and 6 GB for RAM and a minimum of 50GB free space on repository volume.

    Cloud Optimized Mode requires 4 CPU Cores and 14 GB for RAM and a minimum of 500GB free space on repository volume.

    Standard Mode requires 4 CPU Cores and 24 GB for RAM and a minimum of 500GB free space on repository volume.

    Large Mode requires 32 CPU Cores and 64 GB for RAM and a minimum of 500GB free space on repository volume.

    You can choose any installation mode that you want if you meet the hardware requirements and you won't require a license if your repository does not exceed 1 TiB.   

     

    Thank you,

    JC Hooper

    Quest

    support.quest.com

  • Hi JC,

    I downloaded the product and I would like to install demo, but the memory check fails and I cannot continue...

    [root@localhost ~]# free
    total used free shared buff/cache available
    Mem: 8173796 139184 7497444 8788 537168 7771188
    Swap: 0 0 0

    Output Installation

    === Evaluating System...
    --
    Supported Linux Distributions: centos rhel ol
    Found Linux Distribution: centos
    OS Test: PASS
    --
    Supported Kernel Versions: 3.10.0-514 3.10.0-693 3.10.0-862 3.10.0-957 3.10.0-1062
    Found Kernel: 3.10.0-957
    Kernel Test: PASS
    --
    Min. Required # of CPU Cores: 4
    Actual # of CPU Cores: 4
    CPU Test: PASS
    --
    Min. Required System Memory (GB): 6
    Actual System Memory (GB): 0
    Memory Test: FAIL

    Could you help me please?

    Thanks

    Mario

  • Could you post the output of this command?  We do something similar in determining size.

    dmidecode -t memory | grep Size: | grep -v "Installed"

    Thank you

  • nothing output

    [root@localhost ~]# dmidecode -t memory | grep Size: | grep -v "Installed"
    [root@localhost ~]#

    try this too

    [root@localhost ~]# dmidecode -t memory
    # dmidecode 3.1
    Getting SMBIOS data from sysfs.
    SMBIOS 2.5 present.

  • I think this is a problem of the VM virtualized by VirtualBox 'cos on a Hyper-V machine the output is correct.

    Unfortunately now I must to use VirtualBox

Reply Children
  • Mario,

    I'm getting a template that you can deploy in Virtual box.  Will be a little bit and i'll sure that with you.

  • Please download qorestor-demo-ovf-novtl-6.1.0.833-OL77-001.ova from the following location and deploy that in VirtualBox

    https://quest.box.com/s/rwpo2zk2kois6qysdtz9evtxutw26i8d

  • Hi Scott,

    nothing to do, same error

    === Configuration Mode: demo ===

    === Evaluating System...
    --
    Supported Linux Distributions: centos rhel ol
    Found Linux Distribution: centos
    OS Test: PASS
    --
    Supported Kernel Versions: 3.10.0-514 3.10.0-693 3.10.0-862 3.10.0-957 3.10.0-1062
    Found Kernel: 3.10.0-1062
    Kernel Test: PASS
    --
    Min. Required # of CPU Cores: 4
    Actual # of CPU Cores: 4
    CPU Test: PASS
    --
    Min. Required System Memory (GB): 6
    Actual System Memory (GB): 0
    Memory Test: FAIL
    --
    Min. Required Available Space in /qstore (GB): 50
    Actual Available Space in /qstore (GB): 100
    Available Space Test: PASSED
    --

    --
    ... FAILED: Invalid System or Insufficient Resources. ===

    Exiting.

  • Hi Scot,

    Solved!

    VM running on VirtualBox you need to populate DMIDECODE.

    For to do this I used the vboxmanage utility and typed this command

    PS C:\Program Files\Oracle\VirtualBox> .\VBoxManage.exe setextradata "qstore" VBoxInternal/Devices/pcbios/0/Config/DmiEx
    poseMemoryTable 1

    "qstore" is the VM name

    ---------------------------------------------------

    Demo. configuration selected


    === Configuration Mode: demo ===

    === Evaluating System...
    --
    Supported Linux Distributions: centos rhel ol
    Found Linux Distribution: centos
    OS Test: PASS
    --
    Supported Kernel Versions: 3.10.0-514 3.10.0-693 3.10.0-862 3.10.0-957 3.10.0-1062
    Found Kernel: 3.10.0-1062
    Kernel Test: PASS
    --
    Min. Required # of CPU Cores: 4
    Actual # of CPU Cores: 4
    CPU Test: PASS
    --
    Min. Required System Memory (GB): 6
    Actual System Memory (GB): 6
    Memory Test: PASS
    --
    Min. Required Available Space in /qstore (GB): 50
    Actual Available Space in /qstore (GB): 100
    Available Space Test: PASSED
    --

    --
    ... Done ===

    Required Mount Options for /qstore: noatime dirsync
    Missing Options for /qstore: noatime dirsync

    The repository and/or metadata file-systems are not mounted with the required mount options (noatime dirsync).
    These options are necessary for proper operation of the QoreStor application.
    Do you authorize the QoreStor installer to modify entries in /etc/fstab to add the required mount options? yes/no: yes

    === Preparing components for install/upgrade...

    === Installing Version 6.1.0.833...
    Stopping service: ...
    Installing component: samba
    Installing component: PBIS-OPEN

    ---------------------------------------------------

    Now I can continue the installation.

    Thanks

    Mario

  • Mario,

    Thank you for the feedback on this.   I'm going to see if there is something we can do on deployment or at least add these to the guide for these situations in the future.