Installer not found

Have an old 4.0.1 Vibe install on SLES11.  Decided to update it by building a new machine using OES2023 and then install Vibe and migrate the database.

OES is installed, software downloaded, Vibe user and group made, but I cannot get the installer-linux to run.  It's there if I list the directory but when run says it is not there! 

localhost:~/Vibe/vibe-4.0.8-linux # ll
total 620188
-rw-r--r-- 1 vibe users 402934 Mar 18 2021 MicroFocus-vibeonprem406-eula.pdf
drwxr-xr-x 1 vibe users 88 Mar 18 2021 docs
-rwxrwxr-x 1 vibe users 553412122 Mar 18 2021 installer-teaming.linux
-rw-r--r-- 1 root root 918 Jul 3 21:37 license-key.xml
-rwxr-xr-x 1 vibe users 60067660 Mar 18 2021 lucene-installer.linux
-rw-r--r-- 1 vibe users 36591 Mar 18 2021 sample-installer.xml
drwxr-xr-x 1 root root 4 Jun 28 17:32 teaming-4.0.8-db
-rw-r--r-- 1 vibe users 7817700 Mar 18 2021 teaming-4.0.8-db.zip
drwxr-xr-x 1 root root 30 Jun 28 17:33 teaming-4.0.8-iis-plugin
-rw-r--r-- 1 vibe users 879926 Mar 18 2021 teaming-4.0.8-iis-plugin.zip
drwxr-xr-x 1 root root 124 Jun 28 17:33 teaming-4.0.8-wsclient
-rw-r--r-- 1 vibe users 12440950 Mar 18 2021 teaming-4.0.8-wsclient.zip
localhost:~/Vibe/vibe-4.0.8-linux # chmod +x installer-teaming.linux
localhost:~/Vibe/vibe-4.0.8-linux # ./installer-teaming.linux
-bash: ./installer-teaming.linux: No such file or directory

Parents
  • 0  

    This is pretty old installer, look for 4.0.8.4 on SLD site. You are running it under root ?

    David

  • 0 in reply to   

    Hi - apologies I was not clear.  I have the latest 4.0.8 installer and that is the one I am trying to use but with no success.  Yes I am running the install as root.

  • 0   in reply to 

    Have you checked MD5 ? Your installation folder should look different

    vibe4084 # ll
    total 1249168
    -rw-r--r--  1 spravce users    402934 Mar 28 14:14 MicroFocus-vibeonprem406-eula.pdf
    drwxr-xr-x 18 spravce users      4096 Mar 28 14:14 docs
    -rwxr-xr-x  1 spravce users 555502001 Mar 28 14:14 installer-teaming.linux
    -rwxr-xr-x  1 spravce users  60883990 Mar 28 14:14 lucene-installer.linux
    -rw-r--r--  1 spravce users     36591 Mar 28 14:14 sample-installer.xml
    -rw-r--r--  1 spravce users   7817711 Mar 28 14:14 teaming-4.0.8.4-db.zip
    -rw-r--r--  1 spravce users    879926 Mar 28 14:14 teaming-4.0.8.4-iis-plugin.zip
    -rw-r--r--  1 spravce users  12440953 Mar 28 14:14 teaming-4.0.8.4-wsclient.zip
    -rw-r--r--  1 root    root  641157120 Apr  5 17:50 vibe-4.0.8.4-linux.tar

    After extracting TAR, installer-teaming.linux is already ready to install.

    David

Reply
  • 0   in reply to 

    Have you checked MD5 ? Your installation folder should look different

    vibe4084 # ll
    total 1249168
    -rw-r--r--  1 spravce users    402934 Mar 28 14:14 MicroFocus-vibeonprem406-eula.pdf
    drwxr-xr-x 18 spravce users      4096 Mar 28 14:14 docs
    -rwxr-xr-x  1 spravce users 555502001 Mar 28 14:14 installer-teaming.linux
    -rwxr-xr-x  1 spravce users  60883990 Mar 28 14:14 lucene-installer.linux
    -rw-r--r--  1 spravce users     36591 Mar 28 14:14 sample-installer.xml
    -rw-r--r--  1 spravce users   7817711 Mar 28 14:14 teaming-4.0.8.4-db.zip
    -rw-r--r--  1 spravce users    879926 Mar 28 14:14 teaming-4.0.8.4-iis-plugin.zip
    -rw-r--r--  1 spravce users  12440953 Mar 28 14:14 teaming-4.0.8.4-wsclient.zip
    -rw-r--r--  1 root    root  641157120 Apr  5 17:50 vibe-4.0.8.4-linux.tar

    After extracting TAR, installer-teaming.linux is already ready to install.

    David

Children