Tags: system
May
25
This document describes how to boot the system into Service mode (also known as Maintenance mode) to install the machine, restore an operating system backup, or perform maintenance on the rootvg volume group. The information in this document applies t… more »
May
18
At the very least, collect the following information for each system that you have: 1. Hostname: % hostname 2. Hostname aliases: % grep `hostname` /etc/hosts | awk '{ print $3 }' 3. Host network addresses: % grep `hostname` /etc/hosts | awk '{ print $1… more »
Sep
24
The following is an example of increasing the size of a Storage LUN that has an ext3 file system on it. When performing operations like this, perform a backup of the file system first.
(The system used for this example is running Red Hat Enterprise L… more »
Sep
21
1. Create one logical volume for each file system listed in the appropriate SAP profile.a. Select:Physical & Logical Storage → Logical Volume Manager → Logical Volumes → Add a Logical Volumeb. Enter a volume group name, for example,… more »
Sep
18
1. Create Volume Group
Note: the following example is using the disk c0t3d5, the volume group vg01, the logical volume lvtest, and mount point /test
1.1 Identify the disks to be used for LVM and create the missing device files
# insf -eC disk
#… more »
Recent comments