compared with
Current by Irina Gruzdilovich
on Sep 06, 2012 01:01.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (10)

View Page History
{code}# r1soft-setup --user DESIRED_USERNAME --pass DESIRED_PASSWORD{code}

!--4-2_r1soft-setup_user_pass_deb.png!

After running this command, you will see an output similar to the following:

Use '/etc/init.d/cdp-server restart' to restart.{code}

!--4-2_r1soft-setup_user_pass_deb-.png!

By default, the embedded web server in CDP Advanced Edition required for the Web-based Interface will listen on TCP ports 80 (HTTP) and 443 (HTTPS). These ports are frequently used by your Linux server (e.g., by Apache). If you are already using ports 80 and 443, you will need to define different ports. Ports 8080 (HTTP) and 8443 (HTTPS) are recommended alternatives to standard 80 and 443. However, you can choose any other valid and unused TCP port.
{code}# r1soft-setup --http-port 8080 --https-port 8443{code}

!--4-2_r1soft-setup_http_port_deb.png!

Start the Web Interface (CDP Server):
{code}/etc/init.d/cdp-server restart{code}

!--4-2_cdp-server_restart_deb.png!

{info:title=Note}You may need to change the firewall rules, depending on where you are connecting to the Web Interface from.
{info}
{code}# r1soft-setup --test-connection{code}

!--4-2_r1soft-setup_test-connection_deb.png!

h4. 6.2 Install Kernel Sources


{code}# r1soft-setup --get-module{code}
!install standard 209.png!

!--4-2_r1soft-setup_get-module_deb.png!

If module has been compiled and installed successfully, you will see an output similar to the following:

Use '/etc/init.d/cdp-agent restart' to load the new driver{code}

!--4-2_r1soft-setup_get-module_deb-.png!

h4. 6.5 Build the CDP Kernel Module Offline (without direct Internet connection to R1Soft build server)

visit https://krnlbld.r1soft.com/ to do an offline module build
After it is complete, you will need to copy the module to /lib/modules/r1soft{code}

!-4-2_r1soft-setup_build_kernel_module_without_direct_int.png!

----
h3. Last Step
* Restart the Agent ({{/etc/init.d/cdp-agent restart}}).

!--4-2_cdp-agent_restart_deb.png!

h3. Next Steps