physical_volume disk[2/0/1.6.0] fs_partition {

usage = HFS size = remaining mount_point = "/"

}

swap_partition { usage = SWAP mount_point = "primary" size = 512

}

}

Combining Disks to Form a Single Volume Group

You can put two disks together to form a single volume group. Two file systems are defined; both are striped across both disks. The following example illustrates this concept:

volume_group "appsvol" { usage=LVM

physical_volume disk[2/0/1.5.0] {

}

physical_volume disk[2/0/1.4.0] {

}

logical_volume "apps1" { mount_point = "/apps1" usage = VxFS size=30% free minfree = 5

stripes = 2

}

logical_volume "apps2" { mount_point = "/apps2" usage = VxFS

size = remaining minfree = 5 stripes = 2

}

}

The preceding example uses LVM as the volume manager. However, it is also applicable to VxVM if usage=LVM is changed to usage=VxVM.

The first file system, /apps1, is sized by calculating the amount of space required by the software that is to be installed, and then adding 30 percent for free space. The second file system, /apps2, uses the remaining space on the disks.

NOTE: You can modify the file system volume sizes in the recovery image when the image is installed. By default, Ignite-UX ensures that there is 10 percent free space for each volume and modifies the file system volume size accordingly. If you do not want Ignite-UX to modify the file system volume sizes automatically, add init _hp_ignore_sw_impact=1 to your /var/opt/ ignite/recovery/latest/system_cfg file, or to the

/var/opt/ignite/clients/client/recovery/latest/system_cfg file.

Defining Networking Parameters

The following example lines define a few of the network parameters that are assigned to the system after it has been installed:

final system_name = "acorn1"

final ip_addr["lan0"] = "10.99.45.123" final netmask["lan0"] = "255.255.255.0" final nis_domain = "nis1"

final route_gateway[0] = "10.99.45.1"

Using configuration files 167

Page 167
Image 167
HP UX System Management Software manual Combining Disks to Form a Single Volume Group, Defining Networking Parameters

UX System Management Software specifications

HP-UX System Management Software is a robust suite of tools designed to facilitate the administration and management of HP's Unix-based operating system, HP-UX. As organizations increasingly rely on mission-critical applications, the need for a reliable and efficient management solution becomes paramount. HP-UX provides a comprehensive understanding of system performance, resource utilization, and enterprise-wide configuration, all while maintaining high availability and security.

One of the key features of HP-UX System Management Software is its Advanced System Administrator Toolkit. This toolkit includes a wide array of utilities that streamline daily administrative tasks such as monitoring system performance, managing user accounts, and configuring system settings. Tools such as Glance provide real-time monitoring of system resources, enabling administrators to identify bottlenecks and optimize performance.

The software also boasts an advanced security framework, including features such as Role-Based Access Control (RBAC) and Secure Shell (SSH) for secure data transmission. Security patches and updates can be managed through HP’s Service Pack for HP-UX, which provides a streamlined method for maintaining system integrity and compliance with various regulatory standards.

Another notable aspect is the extensive support for virtualization technologies. HP-UX supports HP’s Integrity Virtual Machines (IVMs) and vPars, allowing administrators to create multiple isolated environments on a single physical server. This not only enhances resource utilization but also improves disaster recovery planning by enabling easier backup and restore processes.

For storage management, HP-UX offers tools that enable easy setup and management of Logical Volume Managers (LVM). This allows simplified disk space allocation and management, ensuring that critical applications have the necessary resources without manual intervention.

Furthermore, HP-UX is designed with compatibility in mind, supporting a wide range of third-party applications and frameworks. Integration with management platforms like HP System Insight Manager enhances the ability to monitor and manage systems from a centralized perspective, providing alerts and reports that help in proactive decision-making.

In summary, HP-UX System Management Software delivers a streamlined approach to system administration, focusing on performance, security, and ease of management. Its advanced features, combined with an emphasis on virtualization and storage management, make it a powerful tool for organizations seeking reliability and efficiency in their Unix-based environments. As businesses continue to evolve, tools like HP-UX will remain crucial for ensuring consistent performance and operational excellence.