Set the User and Administrative Passwords on the OCSBC
This procedure turns to the OCSBC and performs the password procedures, which are
required before any further OCSBC operations. For HA deployments, perform these
procedures on both OCSBCs.
1.
Under Azure services, click Virtual machines to locate the newly created
OCSBC.
2.
Connect to the Cloud Shell.
3.
Use the
az
command to retrieve the
vmId
.
az vm show --name <vm-name> --resource-group <resource-group-name>
4.
Note the public IP address.
5.
When the virtual machine has finished initializing, SSH to the public IP address.
The username is "user" and the initial SSH password is "acme" + the
vmId
.
6.
Set the user password by logging in for the first time.
$ ssh user@<IP address>
[email protected]'s password:
*ALERT*
*****************************************************************
user password has not been set. Please set password now.
*****************************************************************
** Only alphabetic (upper or lower case), numeric and punctuation
** characters are allowed in the password.
** Password must be 8 - 64 characters,
** and have 3 of the 4 following character classes :
** - lower case alpha
** - upper case alpha
** - numerals
** - punctuation
*****************************************************************
Enter New Password:
Confirm New Password:
>
7.
Set the administrative password by typing enable at the command prompt. The
initial enable password is "packet" + the
vmId
.
> enable
Password:
*ALERT*
*****************************************************************
admin password has not been set. Please set password now.
*****************************************************************
** Only alphabetic (upper or lower case), numeric and punctuation
** characters are allowed in the password.
** Password must be 8 - 64 characters,
Chapter 7
Create and Deploy on Azure
7-38