Skip to content

How TO Configure HySecure rpm On Azure Cloud VM

Steps to Configure HySecure rpm on Azure Cloud VM:

Steps1: Create VM on azure and Install cent base OS 7.3 on created VM in Azure portal.

Step2: Take putty and login by admin account, create user, set password and addthis user to visudo file.

Step3: Used below steps to Create User, Set Password and add to visudo file by login admin account. (Admin of VM will create below setting so told to Azure Administrator do following things or get one user with sudo rights)

Step4: To create user used useradd command with username detail.

Syntax:  #useradd username
e.g .    #adduser accopssupport
         #adduser accopuser

(accopssupport, accopsuser will created after entering above command)

Step5: To set password to created user type passwd cmd with username.

Syntax:  #passwd username
e.g.     #Passwd accopssupport
         #passwd accopsuser

Step6: How to give admin rights to user by using visudo command.

    Syntax:  #visudo (pressenter)

scroll down page and add users below root user with same permission.

Root ALL=(ALL)ALL
(type below command under this line root user line)
Accopssupport ALL=(ALL) ALL
Accopsuser ALL=(ALL) ALL
For save press ESC and type :wq!

Step7: Download following file in one folder on local machine. (e.g Hysecure folder)

7a) Use below link to download propalms hysecure rpm. (For latest OS contact to sampad sir)

https://propalmsnetwork-my.sharepoint.com/personal/support_accops_com/_layouts/15/guestaccess.aspx?docid=04f759eb707a64edb8239e49ca72b020c&authkey=AbPgCNB0vnP3nIPL1JLikkc

7b) Use below link to download sh file. (For latest Sh file contact to samad sir)

https://propalmsnetwork-my.sharepoint.com/personal/support_accops_com/_layouts/15/guestaccess.aspx?docid=0f4bb24ca055544079a03d92715405d5f&authkey=AVXwS8reAsN22qWP8jwEQ6w

Step8: Download and Install Winsep software on local machine for copy/paste Hysecure rpm software from local to gateway VM.

Step9: Full internet access must be available for Gateway server.

Step10: Copy Propalms ISO and SH file from local to Gateway by using Winsep.

Steps11:Launch putty application, enter Gateway IP and port 22.

Loginname: accopssupport
Password:  ************
$sudo su
Password :************(This user must be present in visudo file)

Step12: Launch Winsep application, type IP address of Gateway, username, password, port 22.

Step13: Copy both files which store in local machine (HySecure folder) from local to Gateway users home directory. If you create folder with large name then error will come at the time of opening the folder. e.g . If you save both files in HySecure rpm cloud folder then you need to access in following way. (#cd\accopssupport\home\hysecure\rpm\for\cloud)

Step14: Now I save files to HySecure folder in accopssupport\home folder.

#cd\accopssupport\home\hysecure 
#sudo su(to run folder as admin)
#sh cloud-centos7-dep-install.sh nodeps

Step 15: After Installing required package of above command run below cmd,for this full internet access is required to Gateway.

#rpm -ivh Propalms VPN-5.0 5020_COSx86_64_64 --nodeps

Step16: After all installing packages restart below services by using below commands.

#service httpd restart
#service mariadb restart
#pkill fes
#/home/fes/fes/home/fes

Step17: Disable SELINUX from/etcsysconfig/selinux file by using below steps.

#vi/etcsysconfig/selinux
Press I(I for Insert, scroll down cursor )
#SELINUX =Disable (remove enforce and type Disable) then press 
!qa (for save and exit)

Step18: Then you can preboot HySecure configuration by accessing Gateway IP from browser.

Step19: When you configure preboot then select cloud premises after accepting license.