Linux console commands

Linux console commands

Linux console commands

*. To Install from console mode :

 - Download bin
 - Execute the command to make the bin executable   
 - chmod 755 ManageEngine_ServiceDeskPlus_MSP_64bit.bin ( Color of the bin will get changed to green I.e Executable mode )
 - ./ManageEngine_ServiceDeskPlus_MSP_64bit.bin  ( Then follow the steps )

*. To run the server :

 - <serverhome>/bin>sh run.sh                   ( Once console got closed, will stop the server )

 - <serverhome>/bin>sh run.sh &               ( Prints will be shown , closing the console will not stop the server )

 - <serverhome>/bin>nohup sh run.sh &   ( Prints will not be shown , closing the console will not stop the server )

*. To take backup :

 - <serverhome>/bin>sh backUpData.sh  ( To take full backup in ezip format )

 - <serverhome>/bin>sh backUpData.sh --trimmed ( To take trimmed backup in ezip format )
 
 - <serverhome>/bin>sh backUpDataOld.sh ( To take full backup in .data format )

*. To restore backup : ( ezip format )

 -      <serverhome>/bin> sh restoreData.sh -c < file location >
 - Eg : <serverhome>/bin> sh restoreData.sh -c /home/test/backup/backup_postgres_11027_database_07_05_2023_05_42/backup_postgres_11027_database_07_05_2023_05_42_part_1.data

*. To change webserver port :

 - <serverhome>/bin>sh changeWebServerPort.sh <port> <http>

  Eg : <serverhome>/bin>sh changeWebServerPort.sh 8900 http

*. To change DBserver port :

 - <serverhome>/bin>sh changeDBServer.sh --console

*. Migration :

  - <serverhome>/bin>sh UpdateManager.sh -c
  - Follow the instructions  Eg : i ( To intall ppm)
  - file path /home/test/ManageEngine_ServiceDesk_Plus_-_MSP_14_3_0_SP-0_2_0.ppm

                    New to ADSelfService Plus?

                      • Related Articles

                      • Linux to Windows server migration

                        The following instructions will help you migrate the ServiceDesk Plus MSP from Windows to Linux Server 1. Goto the installation folder. [The default installation folder is Drive:/AdventNet/ME/ServiceDesk/. The installation folder will now be referred ...
                      • Syntax for SDP MSP migration to Linux

                        While migrating to different database you can use backupdataold.bat. Here backup will be in .data format and this can be restored in across DB platform. Note: Backup from taken from a particular build can be restored only on the same build. Example: ...
                      • Steps to migrate ServiceDeskPlus – MSP from One Linux server to another Linux server.

                        Following are the steps to move ServiceDeskPlus – MSP from One Linux server to another Linux server. Steps to take data backup in Linux machine is given below, 1.Go to the installation folder. [The default installation folder is ...
                      • How to generate console logs

                        Kindly right click on the screen , go to inspect >> console. Clear the console and try to recreate the issue . Once the recreation is done. Share the console screenshot .
                      • 10.5 Linux Upgrade failure and solutions

                        Traces in logs : 1. java.lang.Exception: InitPgsqlScript exited with value :: 1 at com.adventnet.persistence.PostgresPreProcessor.executeInitPgsqlScript(PostgresPreProcessor.java:1733) 2. PGSQL Permission related errors. 3. SDP MSP installed as root ...