tz
Vertica 7: script install_vertica prints wrong reports/status.
Also (Debian 6 is not supported? O_o)
daniel@synapse ~ $ sudo /opt/vertica/sbin/install_vertica --hosts 127.0.0.1 --dba-user daniel --dba-group daniel --data-dir /vertica --dba-user-password-disabled --clean --license CE --accept-eulabut TZ is defined !
[sudo] password for daniel:
Vertica Analytic Database 7.0.0-0 Installation Tool
...
... long output omitted
...
>> Validating node and cluster prerequisites...
Failures during local (OS) configuration for verify-127.0.0.1.xml:
HINT (S0305): https://my.vertica.com/docs/7.0.x/HTML/index.htm#cshid=S0305
TZ is unset for daniel. Consider updating .profile or .bashrc
daniel@synapse ~ $ tail -3 ~/.bashrc
export PATH=$PATH:/opt/vertica/bin
export TZ='Asia/Jerusalem'
Also (Debian 6 is not supported? O_o)
HALT (S0322): https://my.vertica.com/docs/7.0.x/HTML/index.htm#cshid=S0322But:
Debian-based OS version 'wheezy/sid' is not supported.
HP Vertica Server and HP Vertica Management Console@ Andrew: "O Brother, Where Art Thou?"
Supported Operating SystemsHP Vertica7.0.x runs on the following 64-bit operating systems on x86_x64 architecture:
- Red Hat Enterprise Linux 5 and 6
- SUSE Linux Enterprise Server 11
- Oracle Enterprise Linux 6 - Red Hat Compatible Kernel only - HP Vertica does not support the unbreakable kernel (kernels with a uel suffix)
- Debian Linux 6
- Cent OS 5 and 6
- Ubuntu 12.04LTS
0
Comments
For "TZ", what happens if you run "echo $TZ" as the user 'daniel'?
For Debian, "wheezy" means Debian 7; "sid" means Debian Unstable. Regular Debian 7 is an interesting question (since it's been fully released for a little while now but hasn't yet made our "Supported" list), but we definitely don't support Debian Unstable. Try again with Debian 6; I just successfully installed there.
Adam
Thanks for replay.
Just for fun - I installed it even on Arch Linux :-), just report about something...(annoying?) wrong. Because when you trying to build an OEM package, you don't wanna see any warning messages. PS
About stable/unstable: i think it was some random error...O_o (may be something in environment, but message uninformative and wrong) because, on third or forth try it installed without this warning.
Something goes wrong when dbauser and group are not default.
1. Fail 2. Fail 3. Success But... I was asked to enter a path to license and EULA, while I defined it in command line.
When dba-user is not a default value (dbadmin) and user already exists, so Vertica scratch installation goes wrong(It doesn't set all permissions for example).
I can't point more on errors (EULA, RevEna) and I don't think that this is a right place.
This error(Vertica 7: 'NoneType' object is not subscriptable on create database) have same roots.
>> keep 'em coming!
Try my best to improve Vertica.
Try changing the value in file /etc/redhat-release (or similar file in Ubuntu). Make it anything less than 7 (5.6) and it should not throw that error. This is the workaround that I have used several times while installing Vertica on Ubuntu/Deb for testing.
Thanks, for help, but I solved id :-)
I solved all my problems, im just reports about wrong default behavior, about something that doesn't work out of box. So far I have no open problems/questions
The permission denied errors that you see indicate that the installation did not complete. Note that an unsuccessful install ends with: "AdminTools and your existing Vertica databases may be unavailable. Investigate the above warnings/errors and re-run installation."
You may have resolved this issue manually, but others may be lurking. You should re-run the installer to completion, after resolving or acknowledging the incompatibilities and warnings which it provided.
Regarding TZ not being set: This environment variable needs to be set for non-interactive
shells. .bashrc may be quitting early in the case of non-interactive shells. I believe that Ubuntu has this behavior, which causes the confusion: Best of luck,
Derrick
Thanks for replay, you are right about interactive and non-interactive shells.
I just followed to the reference : https://my.vertica.com/docs/7.0.x/HTML/index.htm#Authoring/InstallationGuide/BeforeYouInstall/TZenvi...
setting TZ to root helps, but Ubuntu has no root account, but Vertica supports now Ubuntu
PS
Sorry for late replay, somehow I missed it. Sorry but installation package has a lot of "misses". Good sysadim/integrator can cope/over(right word?) on all or most of problems but common user not. Main problem of Debian-like package - its alien. Hm... and I was really surprised. Enterprise package? For me: Debian-like package are non-tested, so RH/SLES/CentOS are supported platforms by Vertica and only.
Glad you resolved the problem.
So sorry, Im blind
No, problem not in alien it self (now it works good enough) a problem on my opinion you do not tests it. "I will try it on my notebook" - its not a test. You do not know how many times I got a "fake" error because of "Echo server: stty -echo"(or something like this) especially on Debian(it require a small modification in netverify.py and it works perfectly)
A lot of medium/small customers uses in different hosting services, and hosting always do a small modification in system configurations(no binary), especially in network. So enterprise package require a wide and heavy tests.
Its only my personal opinion.
(mail: setarckos at gmail.com)