5. Running the LOCKSS System
The commands in this section are all run as the lockss
user [1] in the LOCKSS Installer Directory.
5.1. Starting the LOCKSS System
To start the LOCKSS system, run the following command:
scripts/start-lockss
The start-lockss accepts some options:
--wait
(-w
)Wait for an internal signal from the system that the its components are initialized. (Currently this internal signal comes from the poller service.)
5.2. Shutting down the LOCKSS System
Run scripts/stop-lockss
.
5.3. Restarting a Running LOCKSS System
Run scripts/restart-lockss
.
The restart-lockss accepts the same options as start-lockss.
5.4. Removing a Configured LOCKSS System
To remove all configurations, volumes and networks configured by the LOCKSS system in Kubernetes, run scripts/uninstall-lockss
. This will not remove files from the persistent store.
Footnotes