The SetInitialPasswd command is used to set the password of the default Multi-Tenant LoadMaster user (bal).

Example Command

curl –X POST -–data-binary “@license.txt” –k "https://<Username>:<Password>@<MTIPAddress>/set_initial_passwd?passwd=<NewPassword>"

Available Parameters

Parameter

Parameter Type

Parameter Description

Mandatory

passwd

String

This is the password for the default administrator user (bal). The password should contain at least 8 alphanumeric characters.

Yes

Expected Output

<?xml version="1.0" encoding="ISO-8859-1"?>
<Response stat="200" code="ok">
<Success>Command completed ok</Success>
</Response>