Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Once the SoftNAS® instance in Microsoft Azure has been created, it can be connected to via StorageCenter for administrative tasks.

  • Connect Via SSH to create the SoftNAS® password.
  • Connect to SoftNAS StorageCenter using the domain name or IP address of the SoftNAS® instance, such as softnastest.cloudapp.net.

Set the SoftNAS® Password

Set the SoftNAS® password from either Windows command line or using Linux/OS X Terminal (Terminal).

Create the Password Using Terminal

  •  

    Open Terminal and run the following command

Panel
borderColorblack
bgColor#f0f0f0
borderStylesolid

ssh i [softnasazure] softnas@softnastest.cloudapp.net

Upon the following message:

Where [softnasazure] is the pathname to the [
  • to apply correct permissions to your key file:

Code Block
titleApply Key File Permissions
chmod 400 [softnasazure_key.pem]

Where [softnasazure_key.pem] is the pathname to the private key file on the host Generating SSH Keys 


  •  Then, while still in Terminal, run the following command:
Code Block
titleAzure SSH Command
ssh -i [softnasazure_key.pem] softnas@softnas.eastus.cloudapp.azure.com

Where [softnasazure_key.pem] is the pathname to the private key file on the host | Generating SSH

Keys]Image Removed
2. Select Yes

Keys 

  •  Upon this message, type yes to continue connecting to the remote server.

3. From Terminal

Image Added

  •  Once connected, run the following command:
panel
Code Block
borderColor
title
blackbgColor#f0f0f0borderStylesolid

sudo passwd softnas

4. Enter a new password
Change Password Command
sudo passwd softnas

  •  Enter and confirm the password.

Image Added

Creating the Password from Windows (PuTTY)

  •  Open PuTTY and connect to the SoftNAS® domain name or IP address on port 22
.
  •  From PuTTY terminal, run the following command:
panel
Code Block
borderColorblackbgColor#f0f0f0borderStylesolid
titleChange Password Command
sudo passwd softnas
  •  Enter
a new password
  • and confirm the password.
 

Connecting to StorageCenter

From the Microsoft Azure Management Portal, click on Virtual Machines > Settings > Properties.
  •  The Public IP address and DNS name can be viewed from the Essentials on your VMs Overview page.

Note
titleDomain/IP Address

Take note of the IP address and domain name

for the SoftNAS® instance. e.g., softnastest.cloudapp.net. NoteThis will be the domain name

.  This will be used to connect to SoftNAS®.


Image Added

  •  
  • Navigate a web browser to the SoftNAS®
VM
  • VM domain name or IP address.
The StorageCenter


Note
titleCertificate Warning

Ignore and bypass the certificate warning for now.


Image Added

  •  The StorageCenter login screen is displayed.
  •  Enter the following credentials:
 
    For username: softnas
    • User namesoftnas (set in the Azure store during VM creation).
  • For password:

Upon a successful connection, the StorageCenter GUI is displayed. Continue to SoftNAS® Configuration.

Image RemovedImage Added