Adobe 65029121 Administration Guide - Page 22

Editing parameters in the fms.ini file, Using symbols in configuration files, Edit the fms.ini file

Page 22 highlights

FLASH MEDIA SERVER 4.5 CONFIGURATION AND ADMINISTRATION 18 Configuring the server To edit a configuration file, including fms.ini, do the following: 1 Open the file in a text editor. 2 Edit the file. 3 Save the file. 4 Validate the XML. 5 Restart Flash Media Server. If you modify the Users.xml file, restart Flash Media Administration Server, too. Editing parameters in the fms.ini file The file rootinstall/config/fms.ini is the Flash Media Server INI file. An INI file is a default configuration file. This file contains the most commonly edited configuration parameters. Edit the fms.ini file to change the server admin username and password, the adaptor host port, the folder that holds applications, the folder that holds media files, and so on. The fms.ini file contains a list of parameters and their values, as in the following: SERVER.ADMIN_USERNAME = admin The XML configuration files use these parameters. The following is an excerpt from the User.xml file: 6cb340fd77d3297cb6d82f57bb085a13d f45cd9513d042355a9a304c1d47ec433c97a8bdc2584424 When the server starts, it replaces the parameter in the XML configuration files with the value from the fms.ini file. Edit the fms.ini file 1 Open rootinstall/conf/fms.ini in a text editor. 2 Save a copy to another location as a backup. 3 Enter a new value for a parameter. 4 Save the file. 5 Restart Flash Media Server. When you edit a value in the User.xml file, restart Flash Media Administration Server. 6 Open the Administration Console and log in with your new password. Using symbols in configuration files To simplify configuration, you can use symbols as values for XML elements in configuration files. Create a file named substitution.xml in the rootinstall/conf folder that maps the symbols to strings that the server substitutes when it reads the configuration files. After you've set up a map file, future updates are faster: you can edit the map file instead of editing each configuration file. The installer defines a few mappings during the installation process and stores them in the fms.ini file. When the server starts, it looks for the fms.ini file and the substitution.xml file in the rootinstall/conf directory. You can also create additional map files and reference them from the substitution.xml file. Last updated 11/28/2012

  • 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
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242
  • 243
  • 244
  • 245
  • 246
  • 247
  • 248
  • 249
  • 250
  • 251
  • 252
  • 253
  • 254
  • 255
  • 256
  • 257

18
FLASH
MEDIA
SERVER
4.5
CONFIGURATION
AND
ADMINISTRATION
Configuring the server
Last updated 11/28/2012
To edit a configuration file, including fms.ini, do the following:
1
Open the file in a text editor.
2
Edit the file.
3
Save the file.
4
Validate the XML.
5
Restart Flash Media Server.
If you modify the Users.xml file, restart Flash Media Administration Server, too.
Editing parameters in the fms.ini file
The file
rootinstall
/config/fms.ini is the Flash Media Server INI file. An INI file is a default configuration file. This file
contains the most commonly edited configuration parameters. Edit the fms.ini file to change the server admin
username and password, the adaptor host port, the folder that holds applications, the folder that holds media files, and
so on.
The fms.ini file contains a list of parameters and their values, as in the following:
SERVER.ADMIN_USERNAME = admin
The XML configuration files use these parameters. The following is an excerpt from the User.xml file:
<UserList>
<!-- This tag defines an administrator for the server. -->
<User name="${SERVER.ADMIN_USERNAME}">
<!-- Salted Password Hash for this vhost administrator. -->
<Password encrypt="true">6cb340fd77d3297cb6d82f57bb085a13d
f45cd9513d042355a9a304c1d47ec433c97a8bdc2584424</Password>
When the server starts, it replaces the parameter in the XML configuration files with the value from the fms.ini file.
Edit the fms.ini file
1
Open
rootinstall
/conf/fms.ini in a text editor.
2
Save a copy to another location as a backup.
3
Enter a new value for a parameter.
4
Save the file.
5
Restart Flash Media Server. When you edit a value in the User.xml file, restart Flash Media Administration Server.
6
Open the Administration Console and log in with your new password.
Using symbols in configuration files
To simplify configuration, you can use symbols as values for XML elements in configuration files. Create a file named
substitution.xml in the
rootinstall
/conf folder that maps the symbols to strings that the server substitutes when it reads
the configuration files. After you’ve set up a map file, future updates are faster: you can edit the map file instead of
editing each configuration file.
The installer defines a few mappings during the installation process and stores them in the fms.ini file. When the server
starts, it looks for the fms.ini file and the substitution.xml file in the
rootinstall
/conf directory. You can also create
additional map files and reference them from the substitution.xml file.