Customizing Other Tables and Scripts
In addition to the Current Sessions Table (CST), SSR uses other SSR database tables. These tables may not be customized, except for the entries noted in Table 34:
Table 34: Other Customizable Database Fields
Table/Feature/Script | Customizable Field | Description | SQL Datatype & Size |
---|---|---|---|
Sbr_IpPools (in IpAddr.sql) | Name field | The Name field holds the names of the IPv4 Address Pools created by AddPool.sh script. | Defaults to VARCHAR(24) utf8 Customizable character set and size. Maximum size is 65535 chars. |
Sbr_UserConcurrency (in UserConcurrency.sql) | Id field | The Id field holds an identifier used for SSR user concurrency feature. | Defaults to VVARCHAR(32) utf8 Customizable character set and size. Maximum size is 65535 chars. The data type and size of this field must be the same as that of the Sbr_UserConcurrencyId field in the CST. |
Monitor.sh | Date-stamp | An admin script that prints out a date-stamp that you can customize. |
|