HP ProLiant xw2x220c Remote Graphics Software 5.2.5 User Guide - Page 69

Installing the Sender on Linux, HP Remote Graphics Software Licensing, Guide, after

Page 69 highlights

3-2-4 Installing the Sender on Linux IMPORTANT: The Linux RGS Sender can only be installed on the computers and Linux operating systems shown in Figure 2-1. Installing the Sender on a non-supported computer will prevent an RGS connection from being established. Like the Windows RGS Sender, the Linux RGS Sender also requires a License Key in order to establish an RGS connection. For information on RGS Sender licensing on Linux, see the HP Remote Graphics Software Licensing Guide, available at www.hp.com/support/rgs_manuals. To install the Sender on Linux, perform the following steps: 1. Log in as root. 2. Go to the directory where you downloaded RGS, and change to the directory lin64/sender. 3. Execute the following command: ./install.sh This command will give you a choice of performing a manual installation or a partially automated installation (automating steps 5 and 6). The RGS Sender will be installed to /opt/hpremote/rgsender. 4. This last step of the install is optional, and will ask if you would like to automatically customize the following files to enable proper function of the Linux Sender: a. /etc/X11/XF86Config or /etc/X11/xorg.conf-The configuration file for the preferred X server will be modified to load the rge extension in the "Modules" section. If a different X server configuration is used, that file must be manually configured to load the rge module. b. /etc/pam.d/rgsender-This configuration file will be modified to allow the Sender to interact with the currently supported PAM authentication. c. /etc/pam.d/gdm*, /etc/pam.d/kde*, /etc/pam.d/xdm*-These configuration files will be modified to ensure proper PAM authentication window manager support for the sender process. If a different window manager is in use, that file must be manually configured. The rgsender_config_64-*.rpm provides an automated way to handle the standard customizations described below. This is especially useful for network or unattended installations requiring default PAM authentication settings. The rpm can also be run independently of the install script. NOTE: This automated step must be performed after any actions that install their own X server configuration files because, in step (a) above, these files are modified to load the rge module required for proper Sender functionality. If these files are replaced or modified later, the modules modifications described below must be correctly executed. 5. If you choose not to use the customization described in step 5, or have a different configuration file that needs to be updated, perform the following steps to update the respective configuration: a. Add the "rge" extension to the X Server configuration file. Edit the /etc/X11/XF86Config, /etc/X11/XF86Config-4 or the appropriate XF86Config file on your system for XFree86 X servers. Edit the xorg.conf file for X.Org X Servers. In the Modules section of this file, add the following line: Load "rge" The Module section should now read as follows: Section "Module" ... Load "rge" ... EndSection The Sender will be installed to /opt/hpremote/rgsender, and will be started automatically when the X Server or system is restarted, provided the appropriate XF86Config/xorg.conf file was correctly modified. Installing RGS 69

  • 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

Installing RGS 69
3-2-4 Installing the Sender on Linux
IMPORTANT:
The Linux RGS Sender can only be installed on the computers and Linux operating systems
shown in Figure 2-1. Installing the Sender on a non-supported computer will prevent an RGS connection from
being established.
Like the Windows RGS Sender, the Linux RGS Sender also requires a License Key in order to establish an RGS
connection. For information on RGS Sender licensing on Linux, see the
HP Remote Graphics Software Licensing
Guide
, available at
www.hp.com/support/rgs_manuals
.
To install the Sender on Linux, perform the following steps:
1.
Log in as root.
2.
Go to the directory where you downloaded RGS, and change to the directory
lin64/sender
.
3.
Execute the following command:
./install.sh
This command will give you a choice of performing a manual installation or a partially automated
installation (automating steps 5 and 6). The RGS Sender will be installed to
/opt/hpremote/rgsender.
4.
This last step of the install is optional, and will ask if you would like to automatically customize the following
files to enable proper function of the Linux Sender:
a.
/etc/X11/XF86Config
or
/etc/X11/xorg.conf
—The configuration file for the preferred X server
will be modified to load the rge extension in the “Modules” section. If a different X server configuration
is used, that file must be manually configured to load the rge module.
b.
/etc/pam.d/rgsender
—This configuration file will be modified to allow the Sender to interact with
the currently supported PAM authentication.
c.
/etc/pam.d/gdm*, /etc/pam.d/kde*, /etc/pam.d/xdm*
—These configuration files will be
modified to ensure proper PAM authentication window manager support for the sender process.
If a
different window manager is in use, that file must be manually configured.
The rgsender_config_64-*.rpm provides an automated way to handle the standard customizations described
below. This is especially useful for network or unattended installations requiring default PAM authentication
settings. The rpm can also be run independently of the install script.
NOTE:
This automated step must be performed
after
any actions that install their own X server
configuration files because, in step (a) above, these files are modified to load the rge module required for
proper Sender functionality. If these files are replaced or modified later, the modules modifications
described below must be correctly executed.
5.
If you choose not to use the customization described in step 5, or have a different configuration file that
needs to be updated, perform the following steps to update the respective configuration:
a.
Add the "
rge
" extension to the X Server configuration file. Edit the
/etc/X11/XF86Config
,
/etc/X11/XF86Config-4
or the appropriate
XF86Config
file on your system for XFree86 X
servers. Edit the
xorg.conf
file for X.Org X Servers. In the Modules section of this file, add the
following line:
Load "rge"
The Module section should now read as follows:
Section "Module"
...
Load "rge"
...
EndSection
The Sender will be installed to
/opt/hpremote/rgsender,
and will be started automatically when
the X Server or system is restarted, provided the appropriate
XF86Config/xorg.conf
file was
correctly modified.