...
| Message Box |
|---|
| icon | success |
|---|
| title | Sample Response |
|---|
| type | success |
|---|
|
root@RaspberryPi-Gateway:~# systemctl stop usp-pa root@RaspberryPi-Gateway:~# UspPa -p -v 4 -r /etc/usp-pa/usp_factory_reset.conf DATABASE_Init: Opening database /nvram/usp-pa.db LoadClientCert: Not using a device certificate for connections DM_PRIV_GetNodeFromPath: Path is invalid: Device.DHCPv4.Server.Pool.1.Client.1.IPv4Address.1. DM_INST_VECTOR_RefreshInstance: Path (Device.DHCPv4.Server.Pool.1.Client.1.IPv4Address.1.) does not exist in the schema DM_PRIV_GetNodeFromPath: Path is invalid: Device.Hosts.Host.1.IPv4Address.1. DM_INST_VECTOR_RefreshInstance: Path (Device.Hosts.Host.1.IPv4Address.1.) does not exist in the schema Attempting to connect to host=192.168.2.11 (ipaddr=192.168.2.11, port=61613, unencrypted) from interface=any CLI_SERVER_Init: Starting CLI server on /tmp/usp_cli Connected to 192.168.2.11 (host=192.168.2.11, port=61613) from interface=erouter0 LogNoPasswordWarning: WARNING: No username/password set for connection to (host=192.168.2.11, port=61613) LogNoPasswordWarning: WARNING: No TLS set for connection to (host=192.168.2.11, port=61613) Sending STOMP frame to (host=192.168.2.11, port=61613) STOMP accept-version:1.2 host:/ heart-beat:30000,300000 endpoint-id:os\c\cFFFFFF-100000007fe11c07 Received CONNECTED frame from (host=192.168.2.11, port=61613) CONNECTED version:1.2 server:stompd/1.2 heart-beat:300000,60000 subscribe-dest:oktopus/usp/v1/agent/os\c\cFFFFFF-100000007fe11c07
Sending SUBSCRIBE frame to (host=192.168.2.11, port=61613) SUBSCRIBE id:0 destination:oktopus/usp/v1/agent/os\c\cFFFFFF-100000007fe11c07 ack:auto
USP_CONNECT_RECORD sending at time 2024-10-07T05:56:09Z, to host 192.168.2.11 over STOMP SEND content-length:107 content-type:application/vnd.bbf.usp.msg reply-to-dest:oktopus/usp/v1/agent/os\c\cFFFFFF-100000007fe11c07 destination:controller-notify-dest version: "1.3" to_id: "oktopusController" from_id: "os::FFFFFF-100000007fe11c07" payload_security: PLAINTEXT mac_signature[0] sender_cert[0] stomp_connect { version: V1_2 subscribed_destination: "oktopus/usp/v1/agent/os\c\cFFFFFF-100000007fe11c07" Sending NotifyRequest (Event for path=Device.LocalAgent.Subscription.1) }
NOTIFY sending at time 2024-10-07T05:56:09Z, to host 192.168.2.11 over STOMP SEND content-length:227 content-type:application/vnd.bbf.usp.msg reply-to-dest:oktopus/usp/v1/agent/os\c\cFFFFFF-100000007fe11c07 destination:controller-notify-dest version: "1.3" to_id: "oktopusController" from_id: "os::FFFFFF-100000007fe11c07" payload_security: PLAINTEXT mac_signature[0] sender_cert[0] no_session_context { payload[168] }
header { msg_id: "Event-2024-10-07T05:56:09Z-1" msg_type: NOTIFY } body { request { notify { subscription_id: "default-boot-event-ACS" Retrying sending notification (retry_count=1) in 8 seconds. send_resp: true event { obj_path: "Device." event_name: "Boot!" params { key: "CommandKey" value: "" } params { key: "Cause" value: "LocalReboot" } params { key: "FirmwareUpdated" value: "false" } params { key: "ParameterMap" value: "{}" } } } } }
|
Known Issue
# If we remove and regenerate the usp_dm_comps.conf, usp_dm_objs.conf and usp_dm_params.conf files, observed below issue
| Message Box |
|---|
| icon | success |
|---|
| title | Sample Response |
|---|
| type | success |
|---|
|
root@RaspberryPi-Gateway:~# rm /nvram/usp-pa.db root@RaspberryPi-Gateway:~# rm /etc/usp-pa/usp_dm_* root@RaspberryPi-Gateway:~# systemctl restart usp-pa root@RaspberryPi-Gateway:~# UspPa -p -v 4 -r /etc/usp-pa/usp_factory_reset.conf DATABASE_Init: Opening database /nvram/usp-pa.db DM_PRIV_AddSchemaPath: Path Device.SoftwareModules.ExecEnv.{i} already exists in schema USP Agent aborted unexpectedly root@RaspberryPi-Gateway:~# |
→ To resolve this issue , remove Device.SoftwareModules.ExecEnv. from
usp_dm_objs.conf and usp_dm_params.conf
→ Remove /nvram/usp-pa.db and restart the service to communicate with controller