-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to start seesaw #33
Comments
You should be able to To see it do anything useful, you'll need to add a vserver with some backends to your cluster.pb (see https://github.com/google/seesaw/blob/master/etc/seesaw/cluster.pb.example). Let me know if you have other specific questions. |
Also trying to set this up but need some clarification on the cluster.pb.example entries.
Is there any place where all the options are documented? Gained some insight from the Find file Copy pathseesaw/pb/config/config.proto file but not a lot. Thanks. Oga |
A vserver_entry maps most directly to an ipvs virtual service. A vserver provides the IP. vserver_entries add protocol and port (and other load balancing configuration) vserver and ventry healthchecks are additive. vserver healthchecks apply to each ventry. The proto is the right place for the documentation, but you're right that it's a bit lacking in that high level detail. |
I ran into issues after installing, the service seems not to start, and trying to run |
Is there any way to validate cluster.pb, running into this error:
|
Even i am facing the above issue, I have placed my cluster.pb in /etc/seesaw directory Is there any way i can vaidate my cluster.pb is good, what else can cause this? -srini |
Ok i was able to fix, there was a typo in the file. But now seesaw is up ubuntu@ip-172-31-8-43:/var/log/seesaw$ cat /etc/seesaw/seesaw.cfg [interface] ubuntu@ip-172-31-8-43:/var/log/seesaw$ cat /etc/seesaw/cluster.pb node: < vserver: < rp: "[email protected]" backend: < ubuntu@ip-172-31-8-43:/var/log/seesaw$ sudo seesaw -c "show vservers" |
There should be some information in /var/log/seesaw/seesaw_engine.INFO to help. |
I am seeing the following in the log E1004 22:00:06.548921 11873 core.go:367] Manager failed to determine haConfig: node <> not configured |
I'm planning to test performance of the seesaw but it's difficult for me to figure out the topology. Thanks, |
I have successfully installed seesaw with out any error and Im sharing it here hope it will help other beginners like me.
Installing Go
After Installing golan run following command
go env
Follwong output:
Fixing Path issue:
This path GOPATH="" should not be empty to fix this use following
For permanant path fix:
vi /root/.bashrc
Paste the following line at the end of file:
Now, It has to install Go packages in your GOPATH and in my case path is: /root/go
Settingup-Go
Compiling Seesaw Code:
Copy Installation-Script
copy seesaw_install.sh script and paste it into following path
Modified the Install Script:
Now I'm stuck where to get start with , Ive made following changes in seesaw.cfg and cluster.pb file.
Seesaw_cfg_file:
Cluster_pb_file:
Can any one guide me hwo to set itup furhter and run this? I'm lost
Regards
Tehseen
The text was updated successfully, but these errors were encountered: