I guess I am not too familiar with Linux yet, but I try. I just downloded incremental installer for linux/intel. Total 345 Mb. I then extracted this tar-file to a directory. The result was several .taz - files. There were no install files. I did not find any documentation for these kind of files. What can I do?
Subject: Incremental installer → 6.0.1for linux
If you have 6.0 installed do the following:
run tar -xvc against the downloaded file as root.
Shutdown your server.
as root change to the directory named linux below the directory in which you tarred the download.
In that directory do ./install and hit the enter key.
Follow the prompts.
Once it completes log in as your notes or domino user, change to your notesdatadirectory and start the server normally.
Follow the prompts.
cheers…jack
Subject: Did not help
I did run tar on the file, but I did not use -xvc. I used -xvf. -c is creating a new archive. As I wrote, I did not find any install file. I only found .taz files.
Subject: My partition was full
The problem was that my partition was full. I just moved the tar-file to another partition and then the install file appeared.
Subject: RE: Did not help
Sorry… my finger was not where it was supposed to be… I should have typed -xvf not -xvc.
my bad