HP Bc1500 HP PC Session Allocation Manager (SAM) Administrator User Guide - Page 40

Application, Ports, and Protocol, IEXPLORE, WEB.CONFIG, c:\Program, Files\Hewlett-Packard\SAM

Page 40 highlights

Frequently Asked Questions Question: I got an error during blade service upgrade installation. Answer: Check to see if the event log is open. If so, you must close the log so the tool can remove the old executable and upgrade to the new one. Question: How do I enable HP Sygate Security Agent on the Windows XP Embedded-based thin client unit for the HP SAM client(s)? Answer: Go to HP Sygate Security Agent advance rules and create a new one for the HP SAM. Add IEXPLORE.EXE and/or hprdcw32.exe to the Application tab. On the Ports and Protocol tab, set protocol to TCP and enter 80,3389 on the remote port line if you want both clients to work. Otherwise, make sure port 3389 is set for IEXPLORE. You can set port 80 for the 32-bit Client or leave it alone (all). For advanced methods such as an Altiris script, you can create the script similarly here or use the HP Sygate Security Agent Policy Editor tool (download as a SoftPaq from the HP Web site). Question: I am unable to view the Japanese characters on the Web client. Answer: Check to make sure the Japanese fonts are installed on the client unit. Question: Can I administer the HP SAM server using another browser such as Opera and Firefox? Answer: No, these browsers are not supported. Question: I restored my HP SAM database from tape backup after the HP SAM SQL server was recovered from an unexpected failure. Is a synchronize operation enough to get all the latest status for all computing resources? Answer: It depends on when the database backup was performed. There maybe some new computing resources registered after the last backup was done. If so, those computing resources do not exist in the backup data. The synchronize operation only works on computing resources the system is aware of. If the status of those computing resources was off-line, disconnected or on-line when the SQL server went down, then you must find those computing resources and add them back to the HP SAM system. To do that, stop and restart the blade service on those units. When in doubt, stop and restart the blade service on all of the computing resources. This action has no impact to current users active on the computing resources. Question: How can I change the HP SAM Web server http and/or https ports to some other value beside the default 80 and 443? Answer: After changing desired value (TCP and/or SSL ports) in Internet Information Services (IIS) Manager, you need to modify the WEB.CONFIG file located on the HP SAM Web server in root of the HP SAM installation directory (usually c:\Program Files\Hewlett-Packard\SAM). Use Notepad to edit the file. Modify the two lines below: To: B-2 www.hp.com HP SAM Administrator User Guide

  • 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

B-2
www.hp.com
HP SAM Administrator User Guide
Frequently Asked Questions
Question:
I got an error during blade service upgrade installation.
Answer:
Check to see if the event log is open. If so, you must close the log so the tool can
remove the old executable and upgrade to the new one.
Question:
How do I enable HP Sygate Security Agent on the Windows XP Embedded-based thin
client unit for the HP SAM client(s)?
Answer:
Go to HP Sygate Security Agent advance rules and create a new one for the HP SAM.
Add
IEXPLORE.EXE
and/or
hprdcw32.exe
to the
Application
tab. On the
Ports
and Protocol
tab, set protocol to
TCP
and enter
80,3389
on the remote port line if
you want both clients to work. Otherwise, make sure port 3389 is set for
IEXPLORE
.
You can set port 80 for the 32-bit Client or leave it alone (
all
). For advanced methods
such as an Altiris script, you can create the script similarly here or use the HP Sygate
Security Agent Policy Editor tool (download as a SoftPaq from the HP Web site).
Question:
I am unable to view the Japanese characters on the Web client.
Answer:
Check to make sure the Japanese fonts are installed on the client unit.
Question:
Can I administer the HP SAM server using another browser such as Opera and
Firefox?
Answer:
No, these browsers are not supported.
Question:
I restored my HP SAM database from tape backup after the HP SAM SQL server was
recovered from an unexpected failure. Is a synchronize operation enough to get all the
latest status for all computing resources?
Answer:
It depends on when the database backup was performed. There maybe some new
computing resources registered after the last backup was done. If so, those computing
resources do not exist in the backup data. The synchronize operation only works on
computing resources the system is aware of. If the status of those computing resources
was off-line, disconnected or on-line when the SQL server went down, then you must
find those computing resources and add them back to the HP SAM system. To do that,
stop and restart the blade service on those units. When in doubt, stop and restart the
blade service on all of the computing resources. This action has no impact to current
users active on the computing resources.
Question:
How can I change the HP SAM Web server http and/or https ports to some other value
beside the default 80 and 443?
Answer:
After changing desired value (TCP and/or SSL ports) in Internet Information Services
(IIS) Manager, you need to modify the
WEB.CONFIG
file located on the HP SAM
Web server in root of the HP SAM installation directory (usually
c:\Program
Files\Hewlett-Packard\SAM
). Use Notepad to edit the file. Modify the two lines
below:
<!-- add key="ClientServiceURL"
value="http://
servername
:8080" /-->
<!-- add key="ResourceServiceURL"
value="http://
servername
:8080" /-->
To:
<add key="ClientServiceURL"
value="http://
YourSAMservername
:http
port
" />