~ibmcharmers/charms/trusty/layer-ibm-mobilefirst-server/devel

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<!--

    Licensed Materials - Property of IBM
    5725-I43 (C) Copyright IBM Corp. 2011, 2014. All Rights Reserved.
    US Government Users Restricted Rights - Use, duplication or
    disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

-->

<!-- IBM MobileFirst Platform Server: sample uninstallation response file
     for an installation that was initially a Worklight Server version 6.x. -->

<agent-input>

  <server>
    <!-- The repositories where Installation Manager can find offerings.
         URLs and absolute file names are accepted; they should point to
         directories that contain a repository.config or diskTag.inf file.
         To install a major release, you need one repository.
         To install a fix pack release, you usually need two repositories.
         To install an interim fix, you usually need two or three repositories.
         For more details, see
         http://pic.dhe.ibm.com/infocenter/install/v1r6/index.jsp?topic=%2Fcom.ibm.silentinstall12.doc%2Ftopics%2Fr_repository_types.html
         http://ibm.biz/knowctr#SSHS8R_7.0.0/com.ibm.worklight.upgrade.doc/devenv/c_upgrade_to_srvr_prep_become_familiar_with_IBM_IM.html
         http://ibm.biz/knowctr#SSHS8R_7.0.0/com.ibm.worklight.installconfig.doc/admin/r_silent_installation_parameters.html
    -->
    <!-- <repository location='http://packages.example.com/ibm/mfpserver-7.0/'/> -->
       <!--  <repository location='/root/Installfiles/MobileFirst_Platform_Server/disk1/'/> -->
           <repository location='/root/Installfiles/MobileFirst_Platform_Server/disk1/'/> 
  </server>

  <!-- The declaration of the Installation Manager package group, a.k.a. profile.
       Make sure that the installLocation, if it exists, is empty. -->
  <!--<profile id='IBM Worklight' installLocation='/opt/IBM/Worklight'> -->
      <profile id='IBM MobileFirst Platform Server' installLocation='/opt/ibm/MobileFirst_Platform_Server_liberty'>

    <!-- The settings 'eclipseLocation', 'user.import.profile',
         'cic.selector.os', 'cic.selector.ws', 'cic.selector.arch',
         'cic.selector.nl' don't need to be specified. -->

  </profile>

  <!-- Specify what Installation Manager should uninstall. -->
  <uninstall modify='false'>
    <offering id='com.ibm.mobilefirst.foundation.server' profile='IBM MobileFirst Platform Server'/>
  </uninstall>

</agent-input>