Versions Compared

Key

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

...

Modify the /etc/hosts file and add an entry to match the IP address of your VSM Collector servers IP address.

e.g.

Code Block
languagetext
191.168.10.1   virsaehost

...

When the command executes, it will prompt you for a passphrase. At this point just hit enter and again when it asks for a confirmation.

Image ModifiedCMS Server Shell


This will create an identification file and a public key file in the /cms/dc/chr directory.

...

Code Block
languagebash
cat /cms/dc/chr/virsae_echi.key.pub



Image ModifiedCMS Server Shell data


Copy the text starting with “ssh-rsa” and ending with the two ‘=’ characters. This data is needed for the creation of the SFTP user account in VSM covered in section 2.3

...

Login to the VSM Portal and navigate to ‘Service Desk> Equipment Locations’, Right click on the location you need to add the user account to and select ‘Manage Location’, then Click on the ‘File Transfer’ tab.

Image Modified

Web Portal – Manage Location


Ensure that ‘Enable SFTP’ and ‘Enable SCP’ are checked and then at the bottom of the page populate the ‘User Name’ field with the name used for the SSH key in section 2.2 (virsae_echi), add a password in the ‘Password’ field, set ‘Protocol’ to ‘SFTP/SCP’, set ‘Upload Type’ to ‘CMSCallHistory’, and paste the SSH Key from section 2.2 into the ‘Public Key’ field.

Image ModifiedWeb Portal – Create SFTP User

Once populated click on the + button to the right and once that is complete click on ‘Save’ at the bottom of the page.

...

Code Block
languagebash
sftp {SFTP Username}@{HOSTNAME or IP ADDRESS of VSM Servercollector}

You may be prompted for the Key file passphrase, just hit enter, then if successful you should have the SFTP prompt from the VSM Servercollector.

Code Block
languagebash
sftp>

...

Modify the /etc/hosts file and add an entry to match the IP address of your VSM Collector servers IP address.

e.g.

Code Block
languagetext
191.168.10.1   virsaehost

...

Login to the VSM Portal and navigate to ‘Service Desk> Equipment Locations’, Right click on the location you need to add the user account to and select ‘Manage Location’

Image Modified

Web Portal – Manage Location


Click on the ‘File Transfer’ Tab

Image Modified

Create FTP User


Ensure that ‘Enable FTP’ is checked and then at the bottom of the page populate the ‘User Name’ field with an appropriate username e.g. virsae_echi, add a password in the ‘Password’ field, set ‘Protocol’ to ‘FTP’, set ‘Upload Type’ to ‘CMSCallHistory’.

...

Code Block
languagebash
ftp {FTP Username}@{HOSTNAME or IP ADDRESS of VSM Servercollector}


You will be prompted for the ftp account password, enter this and then if successful you should have the FTP prompt from the VSM Servercollector

Code Block
languagebash
ftp>

...