#r1soft-setup is designed to manage the Keys of the CDP Servers that the CDP Agent is aware of. The #r1soft-setup command line utility is used to manage the Agent RSA Public Keys without having to cut and paste. The command line options are described below.
Options
There are twenty three (23) options for the #r1soft-setup tool.
--get-key <url> - Retrieves a key from a CDP server. For this option to work, the Server should be up and accessible from the Agent via the network. See Adding the Server Key to Linux Agent.
--stdin-key - Reads server key from standard input.
--key-filename <name> - Reads server key from a file. You need to specify the name of the key file.
Tip Generated if none specified.
To see all of the options the #r1soft-setup supports, run the following command:
#r1soft-setup
Or
#r1soft-setup --help
Return
r1soft-setup (R1Soft Backup Setup/Custom kernel installer) 3.10.0 build 13679
Build Date: 2011/04/13 09:29:34
Copyright (c) 2009-2010 by R1Soft Software All rights reserved
Builds hcp kernel modules
--version
--help
Agent options:
--------------
--get-module : Retrieve a kernel module
--no-scripts : Dont run internal scripts for kernel module
--tarball-only : Build a tarball only
--custom-version [major].[minor].[build]-[release]
--experimental : Get an experimental driver
--module-type [hcp|backupdriver]
--dest : Destination for the kernel module
--kernel-dir : Specify the kernel directory
--test-connection : Tests the connection to the servers
--no-binary : build everything, dont use a pre-built binary module
--binary-only : Get a binary module only, dont build a module from headers
--silent : Operate silently
--agent-port : Set the port that the agent listens on
--agent-bind-addr : Set the bind address for the agent
--get-agent-bind-addr : Get the bind address for the agent
--beta : Retrieve a beta driver (if it exists)
--get-key : Retrieve a key from a cdpserver
Valid Key urls:
https://:
https://
http://:
http://: (http assumed)
(http assumed)
--remove-key : Remove a key
--list-keys : Lists all installed keys
--stdin-key : Enters a key from stdin
--key-filename : The name of the key file. Generated if none specified