usr@ubuntu:~/datastax/dse-1.0-3/bin$ dse --help
No command 'dse' found, did you mean:
Command 'dsh' from package 'dsh' (universe)
Command 'ds9' from package 'saods9' (universe)
dse: command not found
No command 'dse' found
(6 posts) (4 voices)-
Posted 1 year ago #
-
Hello,
Were you perhaps looking for dsetool?
Posted 1 year ago # -
By default, you have to invoke the command like so:
./dseOr from a directory up:
./bin/dseYou can add ~/datastax/dse-1.0-3/bin/dse to your path as well so you can invoke it directly.
Posted 1 year ago # -
Just wonder if it could be caused by not doing those steps outlined here for JNA & mx4j (sudo aptitude install libjna-java libmx4j-java):
https://sites.google.com/a/techlabs.accenture.com/cassandra/home/installcassandra07Posted 1 year ago # -
No, those libraries are not required to start DSE.
Did you try running the commands that Nate suggested? In Unix/Linux, to run executables that are not in your path (directories like /bin, /usr/bin, /usr/local/bin, etc), you need to prefix the filename with path (which is just './' if it's in the current directory).
Posted 1 year ago # -
Does the following make sense? What is the issue with log4j and MX4J?
~$ sudo dse cassandra
[sudo] password for bigd:
bigd@cassandra3:~$ log4j:WARN No appenders could be found for logger (org.apache.cassandra.service.AbstractCassandraDaemon).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
INFO 13:13:56,037 Logging initialized
INFO 13:13:56,159 Creating new commitlog segment /media/bigd/commitlog/CommitLog-1321305236159.log
INFO 13:13:56,170 Couldn't detect any schema definitions in local storage.
INFO 13:13:56,171 Found table data in data directories. Consider using the CLI to define your schema.
INFO 13:13:56,179 No commitlog files found; skipping replay
INFO 13:13:56,182 Cassandra version: 1.0.0
INFO 13:13:56,182 Thrift API version: 19.17.0
INFO 13:13:56,182 Loading persisted ring state
INFO 13:13:56,186 Starting up server gossip
INFO 13:13:56,205 Enqueuing flush of Memtable-LocationInfo@732533575(197/246 serialized/live bytes, 4 ops)
INFO 13:13:56,206 Writing Memtable-LocationInfo@732533575(197/246 serialized/live bytes, 4 ops)
INFO 13:13:56,442 Completed flushing /media/bigd/data/system/LocationInfo-h-1-Data.db (305 bytes)
INFO 13:13:56,463 Starting Messaging Service on /192.168.1.107:7000
INFO 13:13:56,479 Saved token not found. Using 127605887595351923798765477786913079296 from configuration
INFO 13:13:56,480 Enqueuing flush of Memtable-LocationInfo@1071335501(53/66 serialized/live bytes, 2 ops)
INFO 13:13:56,481 Writing Memtable-LocationInfo@1071335501(53/66 serialized/live bytes, 2 ops)
INFO 13:13:56,657 Completed flushing /media/bigd/data/system/LocationInfo-h-2-Data.db (163 bytes)
INFO 13:13:56,660 Node /192.168.1.107 state jump to normal
INFO 13:13:56,660 Bootstrap/Replace/Move completed! Now serving reads.
INFO 13:13:56,662 Will not load MX4J, mx4j-tools.jar is not in the classpathPosted 1 year ago #
Reply
You must log in to post.
