Reset service IP address and superuser password command

Use this command to obtain service assistant access to a node canister even if the current state of the node canister is unknown. The physical access to the node canister is required and is used to authenticate the action.

Syntax

Read syntax diagramSkip visual syntax diagram
>>- satask -- chserviceip -- -- -serviceip--ipv4-- --+------------+-- --+--------------+-- -->
                                                     '- -gw--ipv4-'     '- -mask--ipv4-'      

>--+------------------+----------------------------------------><
   '- -resetpassword -'   

Read syntax diagramSkip visual syntax diagram
>>- satask -- chserviceip -- -- -serviceip_6--ipv6-- --+--------------+-- --+-----------------+-- -->
                                                       '- -gw_6--ipv6-'     '- -prefix_6--int-'      

>--+-----------------+-- --------------------------------------><
   '- -resetpassword-'      

Read syntax diagramSkip visual syntax diagram
>>- satask -- chserviceip -- -- -default-- --------------------->

>--+-----------------+-----------------------------------------><
   '- -resetpassword-'   

Parameters

-serviceip ipv4
The IPv4 address for the service assistant.
-gw ipv4
The IPv4 gateway for the service assistant.
-mask ipv4
The IPv4 subnet for the service assistant.
-serviceip_6 ipv6
The IPv6 address for the service assistant.
-gw_6 ipv6
The IPv6 gateway for the service assistant.
-prefix_6 int
The IPv6 prefix for the service assistant.
-resetpassword
Sets the service assistant password to the default value.

Description

This command resets the service assistant IP address to the default value. If the node canister is active in a system, the superuser password for the system is reset; otherwise, the superuser password is reset on the node canister.

If the node canister becomes active in a system, the superuser password is reset to that of the system. You can configure the system to disable resetting the superuser password. If you disable that function, this action fails.

This action calls the satask chserviceip command and the satask resetpassword command.