SlideShare a Scribd company logo
Confidential Upgrade CentOS 6.2 to 6.5 for ArcSight Express 4.0 Patch 1 Technical Note 1
Upgrade CentOS 6.2 to CentOS 6.5
for ArcSight Express 4.0 Patch 1 Virtual
Appliance Technical Note
This document provides information on how to upgrade from CentOS 6.2 to CentOS 6.5 on
an ArcSight Express 4.0 Patch 1 virtual appliance (VA). As part of the upgrade, you might
(if needed) have to move the /boot partition to the / partition. After completing that
task, you then perform the OS upgrade. Perform this upgrade after you have successfully
upgraded your ArcSight Express installation to 4.0 Patch 1. See the ArcSight Express 4.0
Patch 1 Release Notes for details.
Moving /boot Partition to / Partition
If the total allocated size of the /boot partition on the machine that is running ArcSight
Express 4.0 Patch 1 is 46M or less, then you will need to move the /boot partition to the
/ partition in order to support the upgrade from CentOS 6.2 to CentOS 6.5. If you find that
you do not need to move the /boot partition, skip this section and go to Upgrading
CentOS 6.2 to CentOS 6.5 for ArcSight Express Appliance.
1 As user root, download the required script to any folder. The script is:
mv_boot_partition_to_root.pl
2 Verify the script. HP provides a digital private key to enable you to verify that the
signed software you received is indeed from HP and has not been manipulated in any
way by a third party.
Confidential Upgrade CentOS 6.2 to 6.5 for ArcSight Express 4.0 Patch 1 Technical Note 2
Upgrade CentOS 6.2 to CentOS 6.5 for ArcSight Express 4.0 Patch 1 Virtual Appliance Technical Note
Visit the following site for information and instructions:
https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber
=HPLinuxCodeSigning
3 Execute su - arcsight to switch user to arcsight.
4 Stop all ArcSight services by running the following command:
/sbin/service arcsight_services stop all
5 Backup the /opt/arcsight directory and move it to another machine.
6 Take a snapshot of your virtual machine in vSphere (or vCenter). You might need to
revert your virtual machine to its original state if there is an issue during the execution
of the mv_boot_partition_to_root.pl script.
7 Execute su - root to switch user to root.
8 Ensure the script has executable permissions. If it does not run following command to
make it executable:
chmod +x mv_boot_partition_to_root.pl
9 Run the following command to start execution of the script:
./mv_boot_partition_to_root.pl
10 After the script completes, it will prompt you to reboot the system. Answer y to reboot
immediately, or n and reboot the system manually.
11 Verify that /boot is now a directory under the / partition (instead of in a separate
partition).
12 Execute su - arcsight to switch user to arcsight.
13 Verify all ArcSight services by running the following command:
/sbin/service arcsight_services status all
14 Restart any ArcSight services that do not restart automatically.
15 Start the ArcSight Console and ensure you can log in successfully. Check a few
features to make sure they operate as expected.
Known Issues
These are known issues that can occur after you run the
mv_boot_partition_to_root.pl script.
Unable to Change Directory to /opt
To fix this issue, run following commands as root:
1 Unmount the /opt partition by running the following command:
umount /opt
2 Run the repair utility:
xfs_repair -L /dev/sda6
3 Remount the /opt partition:
mount /opt
4 Reboot the system.
Confidential Upgrade CentOS 6.2 to 6.5 for ArcSight Express 4.0 Patch 1 Technical Note 3
Upgrade CentOS 6.2 to CentOS 6.5 for ArcSight Express 4.0 Patch 1 Virtual Appliance Technical Note
Not All ArcSight Services Are Running After Execution of
mv_boot_partition_to_root.pl Script
If some ArcSight services not running after you execute the script, verify that there is no
stale lock file for the postgresql service:
1 Remove following file if it is present:
/opt/arcsight/logger/current/runtime/.s.PGSQL.1976.lock
2 Restart postgresql service after removing above mentioned lock file:
/sbin/service arcsight_services start postgresql
Upgrading CentOS 6.2 to CentOS 6.5 for ArcSight
Express Appliance
This section provides information on how to upgrade from CentOS 6.2 to CentOS 6.5 on an
ArcSight Express 4.0 Patch 1 appliance:
1 Execute su - root to switch user to root.
2 Download the upgrade file to any folder.
The file is:
ae-centos62-to-centos65-upgrade.tar.gz
3 Verify the upgrade file. HP provides a digital private key to enable you to verify that
the signed software you received is indeed from HP and has not been manipulated in
any way by a third party.
Confidential Upgrade CentOS 6.2 to 6.5 for ArcSight Express 4.0 Patch 1 Technical Note 4
Upgrade CentOS 6.2 to CentOS 6.5 for ArcSight Express 4.0 Patch 1 Virtual Appliance Technical Note
Visit the following site for information and instructions:
https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber
=HPLinuxCodeSigning
4 Execute su - arcsight to switch user to arcsight.
5 Stop all ArcSight services by running the following command:
/sbin/service arcsight_services stop all
6 Execute su - root to switch user to root.
7 From the directory where you downloaded the archive in step 1, extract it as follows:
/bin/tar zxvf ae-centos62-to-centos65-upgrade.tar.gz
8 Change directory:
cd ae-centos62-to-centos65-upgrade
9 Run the following command to start the upgrade:
./osupgrade.sh
10 Make sure the system is rebooted after the script completes.
11 Execute su - arcsight to switch user to arcsight.
12 Verify all ArcSight services by running the following command:
/sbin/service arcsight_services status all
13 If any ArcSight services are not restarted automatically, restart them.
14 Check the operating system version by running the following command:
cat /etc/redhat-release
The result of this command should be:
Centos release 6.5 (Final)
15 Start the ArcSight Console to make sure you can log in successfully. Check a few
features to make sure they operate as expected.
The CentOS 6.5 upgrade is now complete.
Copyright © 2015 Hewlett-Packard Development Company, L.P. Confidential computer software. Valid
license from HP required for possession, use or copying. Consistent with FAR 12.211 and 12.212,
Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial
Items are licensed to the U.S. Government under vendor's standard commercial license.
The information contained herein is subject to change without notice. The only warranties for HP
products and services are set forth in the express warranty statements accompanying such products and
services. Nothing herein should be construed as constituting an additional warranty. HP shall not be
liable for technical or editorial errors or omissions contained herein.
Follow this link to see a complete statement of copyrights and acknowledgements:
http://www.hpenterprisesecurity.com/copyright
February 26, 2015

More Related Content

What's hot

Installation guide
Installation guideInstallation guide
Installation guidelaonap166
 
Compute node HA - current upstream development
Compute node HA - current upstream developmentCompute node HA - current upstream development
Compute node HA - current upstream development
Adam Spiers
 
How To Configure Amazon EC2 Load Balancer
How To Configure Amazon EC2 Load BalancerHow To Configure Amazon EC2 Load Balancer
How To Configure Amazon EC2 Load Balancer
VCP Muthukrishna
 
Amending and Testing changes lab guide
Amending and Testing changes lab guideAmending and Testing changes lab guide
Amending and Testing changes lab guide
openstackcisco
 
Integrate Openshift with Cloudforms
Integrate Openshift with CloudformsIntegrate Openshift with Cloudforms
Integrate Openshift with Cloudforms
Michael Lessard
 
Operating System : Ch16.distributed system structures
Operating System : Ch16.distributed system structuresOperating System : Ch16.distributed system structures
Operating System : Ch16.distributed system structures
Syaiful Ahdan
 
Install and Configure WordPress in AWS on RHEL 7 or CentOS 7
Install and Configure WordPress in AWS on RHEL 7 or CentOS 7Install and Configure WordPress in AWS on RHEL 7 or CentOS 7
Install and Configure WordPress in AWS on RHEL 7 or CentOS 7
VCP Muthukrishna
 
OPNFV Arno Installation and Validation Walk Through
OPNFV Arno Installation and Validation Walk ThroughOPNFV Arno Installation and Validation Walk Through
OPNFV Arno Installation and Validation Walk ThroughOPNFV
 
OpenStack Tempest and REST API testing
OpenStack Tempest and REST API testingOpenStack Tempest and REST API testing
OpenStack Tempest and REST API testing
openstackindia
 
Cloud Foundry on OpenStack - An Experience Report | anynines
Cloud Foundry on OpenStack - An Experience Report | anynines Cloud Foundry on OpenStack - An Experience Report | anynines
Cloud Foundry on OpenStack - An Experience Report | anynines anynines GmbH
 
Building a Production Grade PostgreSQL Cloud Foundry Service | anynines
Building a Production Grade PostgreSQL Cloud Foundry Service  | anyninesBuilding a Production Grade PostgreSQL Cloud Foundry Service  | anynines
Building a Production Grade PostgreSQL Cloud Foundry Service | anynines
anynines GmbH
 
OpenStack QA Tooling & How to use it for Production Cloud Testing | Ghanshyam...
OpenStack QA Tooling & How to use it for Production Cloud Testing | Ghanshyam...OpenStack QA Tooling & How to use it for Production Cloud Testing | Ghanshyam...
OpenStack QA Tooling & How to use it for Production Cloud Testing | Ghanshyam...
Vietnam Open Infrastructure User Group
 
[2018.10.19] 김용기 부장 - IAC on OpenStack (feat. ansible)
[2018.10.19] 김용기 부장 - IAC on OpenStack (feat. ansible)[2018.10.19] 김용기 부장 - IAC on OpenStack (feat. ansible)
[2018.10.19] 김용기 부장 - IAC on OpenStack (feat. ansible)
OpenStack Korea Community
 
머신 중심에서 애플리케이션 중심으로 불변의 인프라스트럭처 개념 이해
머신 중심에서 애플리케이션 중심으로 불변의 인프라스트럭처 개념 이해머신 중심에서 애플리케이션 중심으로 불변의 인프라스트럭처 개념 이해
머신 중심에서 애플리케이션 중심으로 불변의 인프라스트럭처 개념 이해
Opennaru, inc.
 
Running Cloud Foundry for 12 months - An experience report | anynines
Running Cloud Foundry for 12 months - An experience report | anyninesRunning Cloud Foundry for 12 months - An experience report | anynines
Running Cloud Foundry for 12 months - An experience report | anynines
anynines GmbH
 
Deep dive networking
Deep dive networkingDeep dive networking
Deep dive networking
Victor Morales
 
Meetup 23 - 01 - The things I wish I would have known before doing OpenStack ...
Meetup 23 - 01 - The things I wish I would have known before doing OpenStack ...Meetup 23 - 01 - The things I wish I would have known before doing OpenStack ...
Meetup 23 - 01 - The things I wish I would have known before doing OpenStack ...
Vietnam Open Infrastructure User Group
 
How To Configure FirewallD on RHEL 7 or CentOS 7
How To Configure FirewallD on RHEL 7 or CentOS 7How To Configure FirewallD on RHEL 7 or CentOS 7
How To Configure FirewallD on RHEL 7 or CentOS 7
VCP Muthukrishna
 
Scalable QA With Docker
Scalable QA With DockerScalable QA With Docker
Scalable QA With Docker
Maarten van den Ende
 
Expert Day 2019 - CaaSP et CAP
Expert Day 2019 - CaaSP et CAPExpert Day 2019 - CaaSP et CAP
Expert Day 2019 - CaaSP et CAP
SUSE
 

What's hot (20)

Installation guide
Installation guideInstallation guide
Installation guide
 
Compute node HA - current upstream development
Compute node HA - current upstream developmentCompute node HA - current upstream development
Compute node HA - current upstream development
 
How To Configure Amazon EC2 Load Balancer
How To Configure Amazon EC2 Load BalancerHow To Configure Amazon EC2 Load Balancer
How To Configure Amazon EC2 Load Balancer
 
Amending and Testing changes lab guide
Amending and Testing changes lab guideAmending and Testing changes lab guide
Amending and Testing changes lab guide
 
Integrate Openshift with Cloudforms
Integrate Openshift with CloudformsIntegrate Openshift with Cloudforms
Integrate Openshift with Cloudforms
 
Operating System : Ch16.distributed system structures
Operating System : Ch16.distributed system structuresOperating System : Ch16.distributed system structures
Operating System : Ch16.distributed system structures
 
Install and Configure WordPress in AWS on RHEL 7 or CentOS 7
Install and Configure WordPress in AWS on RHEL 7 or CentOS 7Install and Configure WordPress in AWS on RHEL 7 or CentOS 7
Install and Configure WordPress in AWS on RHEL 7 or CentOS 7
 
OPNFV Arno Installation and Validation Walk Through
OPNFV Arno Installation and Validation Walk ThroughOPNFV Arno Installation and Validation Walk Through
OPNFV Arno Installation and Validation Walk Through
 
OpenStack Tempest and REST API testing
OpenStack Tempest and REST API testingOpenStack Tempest and REST API testing
OpenStack Tempest and REST API testing
 
Cloud Foundry on OpenStack - An Experience Report | anynines
Cloud Foundry on OpenStack - An Experience Report | anynines Cloud Foundry on OpenStack - An Experience Report | anynines
Cloud Foundry on OpenStack - An Experience Report | anynines
 
Building a Production Grade PostgreSQL Cloud Foundry Service | anynines
Building a Production Grade PostgreSQL Cloud Foundry Service  | anyninesBuilding a Production Grade PostgreSQL Cloud Foundry Service  | anynines
Building a Production Grade PostgreSQL Cloud Foundry Service | anynines
 
OpenStack QA Tooling & How to use it for Production Cloud Testing | Ghanshyam...
OpenStack QA Tooling & How to use it for Production Cloud Testing | Ghanshyam...OpenStack QA Tooling & How to use it for Production Cloud Testing | Ghanshyam...
OpenStack QA Tooling & How to use it for Production Cloud Testing | Ghanshyam...
 
[2018.10.19] 김용기 부장 - IAC on OpenStack (feat. ansible)
[2018.10.19] 김용기 부장 - IAC on OpenStack (feat. ansible)[2018.10.19] 김용기 부장 - IAC on OpenStack (feat. ansible)
[2018.10.19] 김용기 부장 - IAC on OpenStack (feat. ansible)
 
머신 중심에서 애플리케이션 중심으로 불변의 인프라스트럭처 개념 이해
머신 중심에서 애플리케이션 중심으로 불변의 인프라스트럭처 개념 이해머신 중심에서 애플리케이션 중심으로 불변의 인프라스트럭처 개념 이해
머신 중심에서 애플리케이션 중심으로 불변의 인프라스트럭처 개념 이해
 
Running Cloud Foundry for 12 months - An experience report | anynines
Running Cloud Foundry for 12 months - An experience report | anyninesRunning Cloud Foundry for 12 months - An experience report | anynines
Running Cloud Foundry for 12 months - An experience report | anynines
 
Deep dive networking
Deep dive networkingDeep dive networking
Deep dive networking
 
Meetup 23 - 01 - The things I wish I would have known before doing OpenStack ...
Meetup 23 - 01 - The things I wish I would have known before doing OpenStack ...Meetup 23 - 01 - The things I wish I would have known before doing OpenStack ...
Meetup 23 - 01 - The things I wish I would have known before doing OpenStack ...
 
How To Configure FirewallD on RHEL 7 or CentOS 7
How To Configure FirewallD on RHEL 7 or CentOS 7How To Configure FirewallD on RHEL 7 or CentOS 7
How To Configure FirewallD on RHEL 7 or CentOS 7
 
Scalable QA With Docker
Scalable QA With DockerScalable QA With Docker
Scalable QA With Docker
 
Expert Day 2019 - CaaSP et CAP
Expert Day 2019 - CaaSP et CAPExpert Day 2019 - CaaSP et CAP
Expert Day 2019 - CaaSP et CAP
 

Similar to Ae appliance upgrade_cent_os62-65

ESM 6.5 Patch 1 Release Notes
ESM 6.5 Patch 1 Release NotesESM 6.5 Patch 1 Release Notes
ESM 6.5 Patch 1 Release Notes
Protect724migration
 
Upgrade Guide for ESM 6.8c
Upgrade Guide for ESM 6.8cUpgrade Guide for ESM 6.8c
Upgrade Guide for ESM 6.8c
Protect724migration
 
ArcMC 2.5.1 Release Notes
ArcMC 2.5.1 Release Notes	ArcMC 2.5.1 Release Notes
ArcMC 2.5.1 Release Notes
Protect724mouni
 
Oracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linuxOracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linux
Venu Palakolanu
 
ESM Upgrade Guide (ESM v6.9.1c)
ESM Upgrade Guide (ESM v6.9.1c)ESM Upgrade Guide (ESM v6.9.1c)
ESM Upgrade Guide (ESM v6.9.1c)
Protect724tk
 
ArcSight Express 4.0 Patch 1 release notes
ArcSight Express 4.0 Patch 1 release notesArcSight Express 4.0 Patch 1 release notes
ArcSight Express 4.0 Patch 1 release notes
Protect724v2
 
Esm rel notes_6.0cp1
Esm rel notes_6.0cp1Esm rel notes_6.0cp1
Esm rel notes_6.0cp1
Protect724v3
 
Devstack lab guide
Devstack lab guideDevstack lab guide
Devstack lab guide
openstackcisco
 
OpenShift Container Platform 4.12 Release Notes
OpenShift Container Platform 4.12 Release NotesOpenShift Container Platform 4.12 Release Notes
OpenShift Container Platform 4.12 Release Notes
GerryJamisola1
 
ArcSight Express 4.0 Virtual Appliance Guide
ArcSight Express 4.0 Virtual Appliance GuideArcSight Express 4.0 Virtual Appliance Guide
ArcSight Express 4.0 Virtual Appliance Guide
Protect724v2
 
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage ServiceQuick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Cloudian
 
Calico and ubuntu
Calico and ubuntuCalico and ubuntu
Calico and ubuntu
Anirban Sen Chowdhary
 
OpenShift_Installation_Deep_Dive_Robert_Bohne.pdf
OpenShift_Installation_Deep_Dive_Robert_Bohne.pdfOpenShift_Installation_Deep_Dive_Robert_Bohne.pdf
OpenShift_Installation_Deep_Dive_Robert_Bohne.pdf
ssuser9e06a61
 
ArcSight Management Center 2.5 Release Notes
ArcSight Management Center 2.5 Release NotesArcSight Management Center 2.5 Release Notes
ArcSight Management Center 2.5 Release Notes
Protect724mouni
 
Ae backup
Ae backupAe backup
Ae backup
Protect724v2
 
Network Automation Tools
Network Automation ToolsNetwork Automation Tools
Network Automation Tools
Edwin Beekman
 
Dru lavigne servers-tutorial
Dru lavigne servers-tutorialDru lavigne servers-tutorial
Dru lavigne servers-tutorial
Dru Lavigne
 
OpenShift 4 installation
OpenShift 4 installationOpenShift 4 installation
OpenShift 4 installation
Robert Bohne
 
Virtual box installation
Virtual box installationVirtual box installation
Virtual box installation
Niranjan Pandey
 

Similar to Ae appliance upgrade_cent_os62-65 (20)

ESM 6.5 Patch 1 Release Notes
ESM 6.5 Patch 1 Release NotesESM 6.5 Patch 1 Release Notes
ESM 6.5 Patch 1 Release Notes
 
Upgrade Guide for ESM 6.8c
Upgrade Guide for ESM 6.8cUpgrade Guide for ESM 6.8c
Upgrade Guide for ESM 6.8c
 
ArcMC 2.5.1 Release Notes
ArcMC 2.5.1 Release Notes	ArcMC 2.5.1 Release Notes
ArcMC 2.5.1 Release Notes
 
Oracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linuxOracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linux
 
ESM Upgrade Guide (ESM v6.9.1c)
ESM Upgrade Guide (ESM v6.9.1c)ESM Upgrade Guide (ESM v6.9.1c)
ESM Upgrade Guide (ESM v6.9.1c)
 
ArcSight Express 4.0 Patch 1 release notes
ArcSight Express 4.0 Patch 1 release notesArcSight Express 4.0 Patch 1 release notes
ArcSight Express 4.0 Patch 1 release notes
 
Esm rel notes_6.0cp1
Esm rel notes_6.0cp1Esm rel notes_6.0cp1
Esm rel notes_6.0cp1
 
Dev stacklabguide
Dev stacklabguideDev stacklabguide
Dev stacklabguide
 
Devstack lab guide
Devstack lab guideDevstack lab guide
Devstack lab guide
 
OpenShift Container Platform 4.12 Release Notes
OpenShift Container Platform 4.12 Release NotesOpenShift Container Platform 4.12 Release Notes
OpenShift Container Platform 4.12 Release Notes
 
ArcSight Express 4.0 Virtual Appliance Guide
ArcSight Express 4.0 Virtual Appliance GuideArcSight Express 4.0 Virtual Appliance Guide
ArcSight Express 4.0 Virtual Appliance Guide
 
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage ServiceQuick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
 
Calico and ubuntu
Calico and ubuntuCalico and ubuntu
Calico and ubuntu
 
OpenShift_Installation_Deep_Dive_Robert_Bohne.pdf
OpenShift_Installation_Deep_Dive_Robert_Bohne.pdfOpenShift_Installation_Deep_Dive_Robert_Bohne.pdf
OpenShift_Installation_Deep_Dive_Robert_Bohne.pdf
 
ArcSight Management Center 2.5 Release Notes
ArcSight Management Center 2.5 Release NotesArcSight Management Center 2.5 Release Notes
ArcSight Management Center 2.5 Release Notes
 
Ae backup
Ae backupAe backup
Ae backup
 
Network Automation Tools
Network Automation ToolsNetwork Automation Tools
Network Automation Tools
 
Dru lavigne servers-tutorial
Dru lavigne servers-tutorialDru lavigne servers-tutorial
Dru lavigne servers-tutorial
 
OpenShift 4 installation
OpenShift 4 installationOpenShift 4 installation
OpenShift 4 installation
 
Virtual box installation
Virtual box installationVirtual box installation
Virtual box installation
 

More from Protect724v2

ArcSight Web User's Guide for ArcSight Express v4.0
ArcSight Web User's Guide for ArcSight Express v4.0ArcSight Web User's Guide for ArcSight Express v4.0
ArcSight Web User's Guide for ArcSight Express v4.0
Protect724v2
 
HPE ArcSight ESM Support Matrix
HPE ArcSight ESM Support MatrixHPE ArcSight ESM Support Matrix
HPE ArcSight ESM Support Matrix
Protect724v2
 
Zone_Subscription_Update_Guide.pdf
Zone_Subscription_Update_Guide.pdfZone_Subscription_Update_Guide.pdf
Zone_Subscription_Update_Guide.pdf
Protect724v2
 
Configuration Guide for ArcSight Express v4.0
Configuration Guide for ArcSight Express v4.0Configuration Guide for ArcSight Express v4.0
Configuration Guide for ArcSight Express v4.0
Protect724v2
 
ESM_101_6.9.0.pdf
ESM_101_6.9.0.pdfESM_101_6.9.0.pdf
ESM_101_6.9.0.pdf
Protect724v2
 
ESM_ServiceLayerCoreServices_Javadoc_Vol1_1.0.pdf
ESM_ServiceLayerCoreServices_Javadoc_Vol1_1.0.pdfESM_ServiceLayerCoreServices_Javadoc_Vol1_1.0.pdf
ESM_ServiceLayerCoreServices_Javadoc_Vol1_1.0.pdf
Protect724v2
 
Management Console User's Guide for ArcSight Express v4.0
Management Console User's Guide for ArcSight Express v4.0Management Console User's Guide for ArcSight Express v4.0
Management Console User's Guide for ArcSight Express v4.0
Protect724v2
 
Release Notes for ArcSight Express v4.0
Release Notes for ArcSight Express v4.0Release Notes for ArcSight Express v4.0
Release Notes for ArcSight Express v4.0
Protect724v2
 
ESM_ServiceLayer_DevGuide_1.0.pdf
ESM_ServiceLayer_DevGuide_1.0.pdfESM_ServiceLayer_DevGuide_1.0.pdf
ESM_ServiceLayer_DevGuide_1.0.pdf
Protect724v2
 
Admin and System/Core Standard Content Guide for ArcSight Express v4.0
Admin and System/Core Standard Content Guide for ArcSight Express v4.0Admin and System/Core Standard Content Guide for ArcSight Express v4.0
Admin and System/Core Standard Content Guide for ArcSight Express v4.0
Protect724v2
 
ESM_SCG_AdminSystem_6.9.0.pdf
ESM_SCG_AdminSystem_6.9.0.pdfESM_SCG_AdminSystem_6.9.0.pdf
ESM_SCG_AdminSystem_6.9.0.pdf
Protect724v2
 
Upgrading ArcSight Express 3.0 to ArcSight Express 4.0
Upgrading ArcSight Express 3.0 to ArcSight Express 4.0Upgrading ArcSight Express 3.0 to ArcSight Express 4.0
Upgrading ArcSight Express 3.0 to ArcSight Express 4.0
Protect724v2
 
ESM_CasesUI_Customizations_6.9.0.pdf
ESM_CasesUI_Customizations_6.9.0.pdfESM_CasesUI_Customizations_6.9.0.pdf
ESM_CasesUI_Customizations_6.9.0.pdf
Protect724v2
 
Connector Management User's Guide for ArcSight Express v4.0
Connector Management User's Guide for ArcSight Express v4.0Connector Management User's Guide for ArcSight Express v4.0
Connector Management User's Guide for ArcSight Express v4.0
Protect724v2
 
Reputation Security Monitor (RepSM) v1.01 Release Notes for ArcSight Express ...
Reputation Security Monitor (RepSM) v1.01 Release Notes for ArcSight Express ...Reputation Security Monitor (RepSM) v1.01 Release Notes for ArcSight Express ...
Reputation Security Monitor (RepSM) v1.01 Release Notes for ArcSight Express ...
Protect724v2
 
Reputation Security Monitor (RepSM) v1.01 Solution Guide for ArcSight Express...
Reputation Security Monitor (RepSM) v1.01 Solution Guide for ArcSight Express...Reputation Security Monitor (RepSM) v1.01 Solution Guide for ArcSight Express...
Reputation Security Monitor (RepSM) v1.01 Solution Guide for ArcSight Express...
Protect724v2
 
Forwarding Connector v5.2.7.6582.0 User's Guide for ArcSight Express v4.0
Forwarding Connector v5.2.7.6582.0 User's Guide for ArcSight Express v4.0Forwarding Connector v5.2.7.6582.0 User's Guide for ArcSight Express v4.0
Forwarding Connector v5.2.7.6582.0 User's Guide for ArcSight Express v4.0
Protect724v2
 
FwdConn_ConfigGuide_7.1.3.7495.0.pdf
FwdConn_ConfigGuide_7.1.3.7495.0.pdfFwdConn_ConfigGuide_7.1.3.7495.0.pdf
FwdConn_ConfigGuide_7.1.3.7495.0.pdf
Protect724v2
 
ESM_CommandCenterGuide_6.9.0.pdf
ESM_CommandCenterGuide_6.9.0.pdfESM_CommandCenterGuide_6.9.0.pdf
ESM_CommandCenterGuide_6.9.0.pdf
Protect724v2
 
RepSM Model Import Connector v5.2.7.6581.0 Configuration Guide for ArcSight E...
RepSM Model Import Connector v5.2.7.6581.0 Configuration Guide for ArcSight E...RepSM Model Import Connector v5.2.7.6581.0 Configuration Guide for ArcSight E...
RepSM Model Import Connector v5.2.7.6581.0 Configuration Guide for ArcSight E...
Protect724v2
 

More from Protect724v2 (20)

ArcSight Web User's Guide for ArcSight Express v4.0
ArcSight Web User's Guide for ArcSight Express v4.0ArcSight Web User's Guide for ArcSight Express v4.0
ArcSight Web User's Guide for ArcSight Express v4.0
 
HPE ArcSight ESM Support Matrix
HPE ArcSight ESM Support MatrixHPE ArcSight ESM Support Matrix
HPE ArcSight ESM Support Matrix
 
Zone_Subscription_Update_Guide.pdf
Zone_Subscription_Update_Guide.pdfZone_Subscription_Update_Guide.pdf
Zone_Subscription_Update_Guide.pdf
 
Configuration Guide for ArcSight Express v4.0
Configuration Guide for ArcSight Express v4.0Configuration Guide for ArcSight Express v4.0
Configuration Guide for ArcSight Express v4.0
 
ESM_101_6.9.0.pdf
ESM_101_6.9.0.pdfESM_101_6.9.0.pdf
ESM_101_6.9.0.pdf
 
ESM_ServiceLayerCoreServices_Javadoc_Vol1_1.0.pdf
ESM_ServiceLayerCoreServices_Javadoc_Vol1_1.0.pdfESM_ServiceLayerCoreServices_Javadoc_Vol1_1.0.pdf
ESM_ServiceLayerCoreServices_Javadoc_Vol1_1.0.pdf
 
Management Console User's Guide for ArcSight Express v4.0
Management Console User's Guide for ArcSight Express v4.0Management Console User's Guide for ArcSight Express v4.0
Management Console User's Guide for ArcSight Express v4.0
 
Release Notes for ArcSight Express v4.0
Release Notes for ArcSight Express v4.0Release Notes for ArcSight Express v4.0
Release Notes for ArcSight Express v4.0
 
ESM_ServiceLayer_DevGuide_1.0.pdf
ESM_ServiceLayer_DevGuide_1.0.pdfESM_ServiceLayer_DevGuide_1.0.pdf
ESM_ServiceLayer_DevGuide_1.0.pdf
 
Admin and System/Core Standard Content Guide for ArcSight Express v4.0
Admin and System/Core Standard Content Guide for ArcSight Express v4.0Admin and System/Core Standard Content Guide for ArcSight Express v4.0
Admin and System/Core Standard Content Guide for ArcSight Express v4.0
 
ESM_SCG_AdminSystem_6.9.0.pdf
ESM_SCG_AdminSystem_6.9.0.pdfESM_SCG_AdminSystem_6.9.0.pdf
ESM_SCG_AdminSystem_6.9.0.pdf
 
Upgrading ArcSight Express 3.0 to ArcSight Express 4.0
Upgrading ArcSight Express 3.0 to ArcSight Express 4.0Upgrading ArcSight Express 3.0 to ArcSight Express 4.0
Upgrading ArcSight Express 3.0 to ArcSight Express 4.0
 
ESM_CasesUI_Customizations_6.9.0.pdf
ESM_CasesUI_Customizations_6.9.0.pdfESM_CasesUI_Customizations_6.9.0.pdf
ESM_CasesUI_Customizations_6.9.0.pdf
 
Connector Management User's Guide for ArcSight Express v4.0
Connector Management User's Guide for ArcSight Express v4.0Connector Management User's Guide for ArcSight Express v4.0
Connector Management User's Guide for ArcSight Express v4.0
 
Reputation Security Monitor (RepSM) v1.01 Release Notes for ArcSight Express ...
Reputation Security Monitor (RepSM) v1.01 Release Notes for ArcSight Express ...Reputation Security Monitor (RepSM) v1.01 Release Notes for ArcSight Express ...
Reputation Security Monitor (RepSM) v1.01 Release Notes for ArcSight Express ...
 
Reputation Security Monitor (RepSM) v1.01 Solution Guide for ArcSight Express...
Reputation Security Monitor (RepSM) v1.01 Solution Guide for ArcSight Express...Reputation Security Monitor (RepSM) v1.01 Solution Guide for ArcSight Express...
Reputation Security Monitor (RepSM) v1.01 Solution Guide for ArcSight Express...
 
Forwarding Connector v5.2.7.6582.0 User's Guide for ArcSight Express v4.0
Forwarding Connector v5.2.7.6582.0 User's Guide for ArcSight Express v4.0Forwarding Connector v5.2.7.6582.0 User's Guide for ArcSight Express v4.0
Forwarding Connector v5.2.7.6582.0 User's Guide for ArcSight Express v4.0
 
FwdConn_ConfigGuide_7.1.3.7495.0.pdf
FwdConn_ConfigGuide_7.1.3.7495.0.pdfFwdConn_ConfigGuide_7.1.3.7495.0.pdf
FwdConn_ConfigGuide_7.1.3.7495.0.pdf
 
ESM_CommandCenterGuide_6.9.0.pdf
ESM_CommandCenterGuide_6.9.0.pdfESM_CommandCenterGuide_6.9.0.pdf
ESM_CommandCenterGuide_6.9.0.pdf
 
RepSM Model Import Connector v5.2.7.6581.0 Configuration Guide for ArcSight E...
RepSM Model Import Connector v5.2.7.6581.0 Configuration Guide for ArcSight E...RepSM Model Import Connector v5.2.7.6581.0 Configuration Guide for ArcSight E...
RepSM Model Import Connector v5.2.7.6581.0 Configuration Guide for ArcSight E...
 

Recently uploaded

Using IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New ZealandUsing IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New Zealand
IES VE
 
Visitor Management System in India- Vizman.app
Visitor Management System in India- Vizman.appVisitor Management System in India- Vizman.app
Visitor Management System in India- Vizman.app
NaapbooksPrivateLimi
 
Corporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMSCorporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMS
Tendenci - The Open Source AMS (Association Management Software)
 
Advanced Flow Concepts Every Developer Should Know
Advanced Flow Concepts Every Developer Should KnowAdvanced Flow Concepts Every Developer Should Know
Advanced Flow Concepts Every Developer Should Know
Peter Caitens
 
Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024
Globus
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2
 
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.ILBeyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Natan Silnitsky
 
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
XfilesPro
 
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoamOpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
takuyayamamoto1800
 
Enhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdfEnhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdf
Globus
 
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Globus
 
top nidhi software solution freedownload
top nidhi software solution freedownloadtop nidhi software solution freedownload
top nidhi software solution freedownload
vrstrong314
 
Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus
 
Cyaniclab : Software Development Agency Portfolio.pdf
Cyaniclab : Software Development Agency Portfolio.pdfCyaniclab : Software Development Agency Portfolio.pdf
Cyaniclab : Software Development Agency Portfolio.pdf
Cyanic lab
 
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
informapgpstrackings
 
First Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User EndpointsFirst Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User Endpoints
Globus
 
Strategies for Successful Data Migration Tools.pptx
Strategies for Successful Data Migration Tools.pptxStrategies for Successful Data Migration Tools.pptx
Strategies for Successful Data Migration Tools.pptx
varshanayak241
 
How Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptxHow Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptx
wottaspaceseo
 
Multiple Your Crypto Portfolio with the Innovative Features of Advanced Crypt...
Multiple Your Crypto Portfolio with the Innovative Features of Advanced Crypt...Multiple Your Crypto Portfolio with the Innovative Features of Advanced Crypt...
Multiple Your Crypto Portfolio with the Innovative Features of Advanced Crypt...
Hivelance Technology
 
How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?
How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?
How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?
XfilesPro
 

Recently uploaded (20)

Using IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New ZealandUsing IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New Zealand
 
Visitor Management System in India- Vizman.app
Visitor Management System in India- Vizman.appVisitor Management System in India- Vizman.app
Visitor Management System in India- Vizman.app
 
Corporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMSCorporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMS
 
Advanced Flow Concepts Every Developer Should Know
Advanced Flow Concepts Every Developer Should KnowAdvanced Flow Concepts Every Developer Should Know
Advanced Flow Concepts Every Developer Should Know
 
Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
 
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.ILBeyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
 
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
 
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoamOpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
 
Enhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdfEnhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdf
 
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
 
top nidhi software solution freedownload
top nidhi software solution freedownloadtop nidhi software solution freedownload
top nidhi software solution freedownload
 
Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024
 
Cyaniclab : Software Development Agency Portfolio.pdf
Cyaniclab : Software Development Agency Portfolio.pdfCyaniclab : Software Development Agency Portfolio.pdf
Cyaniclab : Software Development Agency Portfolio.pdf
 
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
 
First Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User EndpointsFirst Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User Endpoints
 
Strategies for Successful Data Migration Tools.pptx
Strategies for Successful Data Migration Tools.pptxStrategies for Successful Data Migration Tools.pptx
Strategies for Successful Data Migration Tools.pptx
 
How Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptxHow Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptx
 
Multiple Your Crypto Portfolio with the Innovative Features of Advanced Crypt...
Multiple Your Crypto Portfolio with the Innovative Features of Advanced Crypt...Multiple Your Crypto Portfolio with the Innovative Features of Advanced Crypt...
Multiple Your Crypto Portfolio with the Innovative Features of Advanced Crypt...
 
How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?
How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?
How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?
 

Ae appliance upgrade_cent_os62-65

  • 1. Confidential Upgrade CentOS 6.2 to 6.5 for ArcSight Express 4.0 Patch 1 Technical Note 1 Upgrade CentOS 6.2 to CentOS 6.5 for ArcSight Express 4.0 Patch 1 Virtual Appliance Technical Note This document provides information on how to upgrade from CentOS 6.2 to CentOS 6.5 on an ArcSight Express 4.0 Patch 1 virtual appliance (VA). As part of the upgrade, you might (if needed) have to move the /boot partition to the / partition. After completing that task, you then perform the OS upgrade. Perform this upgrade after you have successfully upgraded your ArcSight Express installation to 4.0 Patch 1. See the ArcSight Express 4.0 Patch 1 Release Notes for details. Moving /boot Partition to / Partition If the total allocated size of the /boot partition on the machine that is running ArcSight Express 4.0 Patch 1 is 46M or less, then you will need to move the /boot partition to the / partition in order to support the upgrade from CentOS 6.2 to CentOS 6.5. If you find that you do not need to move the /boot partition, skip this section and go to Upgrading CentOS 6.2 to CentOS 6.5 for ArcSight Express Appliance. 1 As user root, download the required script to any folder. The script is: mv_boot_partition_to_root.pl 2 Verify the script. HP provides a digital private key to enable you to verify that the signed software you received is indeed from HP and has not been manipulated in any way by a third party.
  • 2. Confidential Upgrade CentOS 6.2 to 6.5 for ArcSight Express 4.0 Patch 1 Technical Note 2 Upgrade CentOS 6.2 to CentOS 6.5 for ArcSight Express 4.0 Patch 1 Virtual Appliance Technical Note Visit the following site for information and instructions: https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber =HPLinuxCodeSigning 3 Execute su - arcsight to switch user to arcsight. 4 Stop all ArcSight services by running the following command: /sbin/service arcsight_services stop all 5 Backup the /opt/arcsight directory and move it to another machine. 6 Take a snapshot of your virtual machine in vSphere (or vCenter). You might need to revert your virtual machine to its original state if there is an issue during the execution of the mv_boot_partition_to_root.pl script. 7 Execute su - root to switch user to root. 8 Ensure the script has executable permissions. If it does not run following command to make it executable: chmod +x mv_boot_partition_to_root.pl 9 Run the following command to start execution of the script: ./mv_boot_partition_to_root.pl 10 After the script completes, it will prompt you to reboot the system. Answer y to reboot immediately, or n and reboot the system manually. 11 Verify that /boot is now a directory under the / partition (instead of in a separate partition). 12 Execute su - arcsight to switch user to arcsight. 13 Verify all ArcSight services by running the following command: /sbin/service arcsight_services status all 14 Restart any ArcSight services that do not restart automatically. 15 Start the ArcSight Console and ensure you can log in successfully. Check a few features to make sure they operate as expected. Known Issues These are known issues that can occur after you run the mv_boot_partition_to_root.pl script. Unable to Change Directory to /opt To fix this issue, run following commands as root: 1 Unmount the /opt partition by running the following command: umount /opt 2 Run the repair utility: xfs_repair -L /dev/sda6 3 Remount the /opt partition: mount /opt 4 Reboot the system.
  • 3. Confidential Upgrade CentOS 6.2 to 6.5 for ArcSight Express 4.0 Patch 1 Technical Note 3 Upgrade CentOS 6.2 to CentOS 6.5 for ArcSight Express 4.0 Patch 1 Virtual Appliance Technical Note Not All ArcSight Services Are Running After Execution of mv_boot_partition_to_root.pl Script If some ArcSight services not running after you execute the script, verify that there is no stale lock file for the postgresql service: 1 Remove following file if it is present: /opt/arcsight/logger/current/runtime/.s.PGSQL.1976.lock 2 Restart postgresql service after removing above mentioned lock file: /sbin/service arcsight_services start postgresql Upgrading CentOS 6.2 to CentOS 6.5 for ArcSight Express Appliance This section provides information on how to upgrade from CentOS 6.2 to CentOS 6.5 on an ArcSight Express 4.0 Patch 1 appliance: 1 Execute su - root to switch user to root. 2 Download the upgrade file to any folder. The file is: ae-centos62-to-centos65-upgrade.tar.gz 3 Verify the upgrade file. HP provides a digital private key to enable you to verify that the signed software you received is indeed from HP and has not been manipulated in any way by a third party.
  • 4. Confidential Upgrade CentOS 6.2 to 6.5 for ArcSight Express 4.0 Patch 1 Technical Note 4 Upgrade CentOS 6.2 to CentOS 6.5 for ArcSight Express 4.0 Patch 1 Virtual Appliance Technical Note Visit the following site for information and instructions: https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber =HPLinuxCodeSigning 4 Execute su - arcsight to switch user to arcsight. 5 Stop all ArcSight services by running the following command: /sbin/service arcsight_services stop all 6 Execute su - root to switch user to root. 7 From the directory where you downloaded the archive in step 1, extract it as follows: /bin/tar zxvf ae-centos62-to-centos65-upgrade.tar.gz 8 Change directory: cd ae-centos62-to-centos65-upgrade 9 Run the following command to start the upgrade: ./osupgrade.sh 10 Make sure the system is rebooted after the script completes. 11 Execute su - arcsight to switch user to arcsight. 12 Verify all ArcSight services by running the following command: /sbin/service arcsight_services status all 13 If any ArcSight services are not restarted automatically, restart them. 14 Check the operating system version by running the following command: cat /etc/redhat-release The result of this command should be: Centos release 6.5 (Final) 15 Start the ArcSight Console to make sure you can log in successfully. Check a few features to make sure they operate as expected. The CentOS 6.5 upgrade is now complete. Copyright © 2015 Hewlett-Packard Development Company, L.P. Confidential computer software. Valid license from HP required for possession, use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license. The information contained herein is subject to change without notice. The only warranties for HP products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein. Follow this link to see a complete statement of copyrights and acknowledgements: http://www.hpenterprisesecurity.com/copyright February 26, 2015