| » Request Module | » Admin Module | » General Module |
| » Asset Module | » Licensing & Others | » Service Catalog & Others |
How do I schedule ServiceDesk Plus - MSP to perform automatic backup?You can configure backup scheduling, to perform backup of all the files on a regular interval.
How do I schedule a backup over a network share?You can configure a backup scheduling over a network share,
NOTE: Please provide full access rights to the folder where you want to copy the backup.Back to Questions
Is it possible to scan windows workstation if ServiceDesk Plus - MSP is installed on a Linux machine?No, it is not possible to scan windows workstation if ServiceDesk Plus - MSP is installed on a Linux machine. When ServiceDesk Plus - MSP is installed on Linux, it scans only Linux workstations.
But by using the Distributed Asset scan functionality of ServiceDesk Plus - MSP, you can install the Probe in a windows machine using which you can scan windows workstations, export the information in a zip format and import the information into ServiceDesk Plus Linux server.
Here is how Distributed Asset scan functionality works.
ServiceDesk Plus - MSP helps you scan assets distributed across multiple sites (i.e.) assets which are not connected to the network (or) assets which are not reachable from the central ServiceDesk Plus - MSP server. This can be done with the help of Asset Explorer Probe which can be installed in the remote network which helps to scan the assets in the remote network, export the asset information into a zip file and then import the information into the Central ServiceDesk Plus - MSP server. [
Screenshot ]
In order to use Distributed Asset Scan feature we have to understand the following terms.
You can download and Install Asset Explorer Probe in the remote network by downloading the exe file from the website below.
https://www.manageengine.com/products/asset-explorer/download.html
After installation when you start the application and connect to the client for the first time, it will prompt you to run either as a Central server or Probe (Remote server). Choose Remote server. You will be able to scan assets and perform scan configuration in Remote server as you do in ServiceDesk Plus - MSP.
You can then export scanned Asset information from the Remote server under Admin -> Distributed Asset Scan. This will export the scanned Asset information as a zip file. These exported assets can be imported into your central ServiceDesk Plus - MSP server under Admin --> Distributed Asset Scan.
By doing this we have a track of all our Assets in the organization in one place which makes it easier for us the manage them. Also Distributed asset scan functionality helps to reduce the load in ServiceDesk Plus - MSP server.
Customers interested in using the Distributed scan feature can get the Asset Explorer Probe (Remote server) license from our licensing team (This license will be equivalent to the number of nodes purchased for ServiceDesk Plus - MSP) which can be applied in the Asset explorer Remote server installations.Back to Questions
How do I install SSL certificate for ServiceDesk Plus - MSP?Follow the instructions given below for SSL Installation
Step 1: Create a new Keystore
Step 2: Generate a CSR from your new keystore
Step 3: How to install your SSL Certificate
Step 4: Configuration of the server
How do I move ServiceDesk Plus - MSP from one server to another server?Following are the steps to move data from the existing server to a new server,
Step 1: Stop ManageEngine ServiceDesk Plus - MSP service.
Step 2: From command prompt, go to [ServiceDesk Plus-Home]\bin directory and execute backUpData.bat command to start the data backup.
Once the backup is complete, a backup file with .data extension is placed in the Backup folder under ServiceDesk Plus - MSP Home directory. This backup file contains information about the Build number of ServiceDesk Plus - MSP, and the date and time of when the backup was performed. Here is the format of the backup file.
Backup_ ServiceDesk_ [Build number] _Month _date _ Year _ Hour _Minutes
For example, a backup taken in Version 7 and Build 7500 of ServiceDesk Plus - MSP looks like this
backup_servicedesk_7500_fullbackup_02_24_2009_07_51.data
Step 3: Install ServiceDesk Plus - MSP on the new server.
Step 4: Copy the backup folder from the old server to [ServiceDesk Plus-Home] in the new server.
Step 5: To restore the backed up data, Go to [ServiceDesk Plus-Home]\bin directory and execute restoreData.bat. Choose the backup file while prompted. See example below:
cmd> [ServiceDesk Plus Home]\bin
cmd> restoreData.bat
where, Service Desk Home -> C:\ManageEngine\ServiceDeskPlus-MSP [
Screenshot ]
Step 6: Start the ServiceDesk Plus - MSP server once after restoring the data in the new server.
Step 7: Set the new server name under Admin -> Self Service Portal Settings -> Alias url.
NOTE: Data can be restored only across same builds of ServiceDesk Plus - MSP version. i.e. data backed up in 7500 build of ServiceDesk Plus - MSP can be restored only in 7500 build. Please check if the old build and new build are of same build versions.
Build version can be checked
If I'm using MSSQL as database, how should I go about moving the application from one server to another but using the same database?Since you are using MSSQL, the database remains on the SQL server. So all you have to do is install the same version and build of ServiceDesk Plus - MSP on the new server and point the database to the SQL server while installing the product.
You can check your current version and build of ServiceDesk Plus - MSP by
The way ServiceDesk Plus - MSP is designed is that it does not store attachments in the database. They are stored in the file attachments folder of the installation directory (C:\ManageEngine\ServiceDeskPlus-MSP)
You would have to copy the following folders to the new server from the existing server in order to retain the file attachments.
How do I bind ServiceDesk Plus - MSP to a single IP Address?For Windows Users:
Step 1: Goto [SDP-Home]\server\default\conf\TrayIconInfo.xml and add "ipToBind" parameter to the following line:
<SDP-PROPERTIES RequestScheme="http" WebPort="8080"/>
Now the line would look like,
<SDP-PROPERTIES RequestScheme="http" WebPort="8080" ipToBind="xxx.yyy.www.zzz"/>
[ xxx.yyy.www.zzz is the ip address of the server on which you intend to run ServiceDesk Plus - MSP]
Step 2: Uncomment the following line in the same file:
<!--ADDITIONALPARAMS ParamName="ipToBind" ParamValue="-bxxx.yyy.zzz.www"/-->
Now the line would look like,
<ADDITIONALPARAMS ParamName="ipToBind" ParamValue="-bxxx.yyy.zzz.www"/> Step 3: Save the changes and Restart the Service.
In case, you want to start it from the command prompt, you can edit the run.bat file and add an argument to the AdventNetDeploymentSystem.jar as follows
set ARGS=%ARGS% -LAdventNetDeploymentSystem.jar -b <hostname/IP>
Save the file and stop the application to effect the changes and start the application again.
Step 4: Change the URL in mssql-ds.xml/mysql-ds.xml like,
jdbc:mysql:// <host/IP:33366/servicedesk
Step 5: In case of mysql Configure the startDB.bat to append
--bind-address=<host/IP>
For Linux Users:
IP Binding on the Linux machine.
How do I host ServiceDesk Plus - MSP on the internet?In order to make ServiceDesk Plus - MSP available for users in Internet, let us assume the following scenarios.
Scenario 1: ServiceDesk Plus - MSP is installed in LAN and should be available in LAN and WAN:
Assume ServiceDesk Plus - MSP is installed on a server in the LAN with IP address 192.168.200.254 on port 80, and the hostname of the server is "servicedesk-lan".
For users within the LAN, the url will be http://servicedesk-lan/ or (http://192.168.200.254)
If ServiceDesk Plus - MSP has to be accessed in WAN, you should do the following:
Step 1: Register an IP address (say, 64.12.13.11) and a public hostname (like servicedesk.yourdomain.com) with your Service Provider.
Step 2: The IP address for "servicedesk.yourdomain.com"�should resolve to "64.12.13.11". (This will be predominantly handled by the Service Provider).
Step 3: Configure Firewall rules (or access-list in router) redirecting "http" requests on IP address "64.12.13.11" to the LAN ipaddress "192.168.200.254".
Step 4: Configure the alias URL settings in ServiceDesk Plus - MSP. [One point to note is that all notifications will now be sent with the Public URL. It is understood that the Public URL will also be reachable within the LAN].
Scenario 2: ServiceDesk Plus - MSP is installed in DMZ and should be available in LAN and WAN:
Installing ServiceDesk Plus - MSP on a server within the DMZ should help prevent the security risks in installing ServiceDesk Plus - MSP on a server in LAN/WAN.
Assume SDP is installed on a server within DMZ with a IP address 192.168.225.254 and the hostname is "servicedesk-dmz" on port 8080.
Step 1: You have to configure firewall rules in such a way that users in LAN are able to access the application as http://servicedesk-dmz:80/ [ Note that the application is installed on port 8080, but users have to access it through port 80]. In such a case, you have to redirect "http" requests on port 80 to port 8080 on the ipaddress 192.168.225.254.
Step 2: Register an IP address (say, 64.12.13.11) and a public hostname (like servicedesk.yourdomain.com) with your Service Provider.
Step 3: The IP address for "servicedesk.yourdomain.com"�should resolve to "64.12.13.11". (This will be predominantly handled by the Service Provider).
Step 4: Configure Firewall rules (or access-list in router) redirecting "http" requests on IP address "64.12.13.11" on port 80 to the LAN ipaddress "192.168.225.254" on port 8080.
Step 5: Configure Alias URL settings in the Application.
Scenario 3: ServiceDesk Plus - MSP is installed in a server in WAN without firewall rules:
This is highly not recommended due to security risks on Tomcat, JBOSS application server, MySQL (or) MSSQL, even though the hardware box may be hardened.Back to Questions
How do I modify the ServiceDesk Plus - MSP Logo?You can customize the application by choosing to display your custom logo. You need to add the logo in two dimensions, one for the login page and the other for the header image that you see on the top left corner of the pages once you login. The login page image should be of the dimensions 252 px x 61 px (W x H), while the header image needs to be 166 px x 46 px.
Was your question answered here?
Check the other FAQ modules or you can contact our support team at