Red Hat LINUX VIRTUAL SERVER 4.7 - ADMINISTRATION Spécifications Page 6

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 40
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 5
The firmware package should be in sync with the kernel revision. If it is not installed, Install it with:
# yum -y update kernel kernel-firmware
Now you can erase the old kernel.
Reboot the machine and use the new kernel:
# reboot
The old kernel can be erased with:
# package-cleanup --oldkernels --count=1 -y
For technical details on updating RHEL 6.5 for SAP HANA please refer also to:
Red Hat Enterprise Linux for SAP HANA: system updates and supportability
https://access.redhat.com/solutions/1243453
Why can I not install or start SAP HANA after a system upgrade?
https://access.redhat.com/solutions/1236813
Install the base package group and xfs tools:
yum -y groupinstall base
yum -y install xfsprogs
Create local storage for SAP HANA.
Check for empty devices
# lsblk -f
NAME FSTYPE LABEL UUID MOUNTPOINT
sda
├─sda1 /boot
└─sda2
sdb
Create a disk partition.
Let us assume that disk /dev/sdb is our free device
If you have less than 2 TB free space on the disk, use fdisk
# fdisk -cu /dev/sdb
Command (m for help):c
If you have 2 TB or more free space, use parted and the GPTlabel
# parted /dev/sdb
Create PV with pvcreate /dev/<disk-partition>
Expand VG with vgextend vg00 /dev/<disk-partition>
Check with pvs and vgs
Create logical volumes for the SAP HANA instance according to your sizing. This is an example for the
logical volumes you could create for a host with 96 GiB of memory:
# lvcreate -L96G -n lv_hana_shared vg00
# lvcreate -L288G -n lv_hana_data vg00
# lvcreate -L96G -n lv_hana_log vg00
# lvcreate -L50G -n lv_usr_sap vg00
For more information about sizing SAP HANA, see Appendix F - Table to Calculate the Size of the Logical
Volumes in this document and Sizing SAP HANA in the SAP HANA Master Guide.
6
P U B L I C
© 2015 SAP SE or an SAP affiliate company. All rights reserved.
Red Hat Enterprise Linux (RHEL) 6.5 Configuration Guide for SAP HANA
Install SAP HANA Manually on RHEL for SAP HANA
Vue de la page 5
1 2 3 4 5 6 7 8 9 10 11 ... 39 40

Commentaires sur ces manuels

Pas de commentaire