HP Systems Insight Manager 5.2 Installation and Configuration Guide for HP-UX

directly to a managed system, it is considered a first-party site. When navigating to a managed system
through HP SIM, the system is considered a third-party site.
Customize the handling of cookies by clicking Advanced and enabling Override automatic cookie
handling. Then select the appropriate radio buttons for first-party and third-party cookies to Accept
or Prompt. If you select Prompt, the browser prompts you on how to handle a cookie each time a
cookie is received. You can choose to block or allow the cookie each time, or for all times. Enabling
Always allow session cookies does not resolve the problem because the Web Agents do not use
session cookies.
Individually specify the handling of cookies for each system. Click Edit in the websites section and
add the address of the system in the specified field. Click Allow to always allow cookies to that system.
Repeat this for all systems.
Memory
Many things can cause an out of memory condition when running the HP SIM product. The two common
ones are not enough physical memory or not enough swap space. Others may be related to how the kernel
parameters are tuned. For example, if the maxssiz parameter which is used to set the maximum size of the
stack for each of the user process is set to 256 MB, you may get an "Unable to create native thread" error.
In this case try lowering the value to 32 MB or lower to resolve the problem.
Servicecontrol Manager and HP SIM
If you are upgrading your system from HP-UX 11i v1 to HP-UX 11i v2, or from HP-UX 11i v2 to HP-UX 11i
v3 where HP SIM 4.X is installed, and you do not want to run HP SIM in the future, you can remove the HP
SIM product.
To remove HP SIM, execute the following command:
swremove -x enforce_dependencies=false T2414BA
If you are upgrading your system from HP-UX 11i v1 to HP-UX 11i v2 or from HP-UX 11i v2 to HP-UX 11i
v3 and HP Servicecontrol Manager 3.0 is configured on your system or HP SIM is installed on your system,
and you want to continue to run HP SIM in the future, upgrade to HP SIM using one of the following upgrade
scenarios:
If HP Servicecontrol Manager 3.0 is configured on your system and you do not want to lose your data,
upgrade Servicecontrol Manager 3.0 to HP SIM 4.2 before upgrading your system from HP-UX 11i v1
to HP-UX 11i v2 or from HP-UX 11i v2 to HP-UX 11i v3. Refer to Chapter 8 “Upgrading from HP
Servicecontrol Manager to HP Systems Insight Manager” for more information.
If you do not want to keep any of the data from HP Servicecontrol Manager, you can remove
Servicecontrol Manager before starting the upgrade. Determine if HP Servicecontrol Manager is installed
on your system by entering the following commands:
swlist -l bundle B8337BA B8339BA B8338BA
swlist -l product ServControlMgr AgentConfig SysMgmtServer SysMgmtAgent
Uninstall HP Servicecontrol Manager using the following command:
swremove ID
where ID is the product or bundle ID. For example:
swremove -x enforce_dependencies=false B8339BA
or
swremove -x enforce_dependencies=false SysMgmtServer SysMgmtAgent
Remove the old product subdirectories by executing the following command:
rm -fr /opt/mx /etc/opt/mx
The database for the ServiceControl Manager, mysql, can be removed by executing the following
command:
Memory 67