#chmod 755 /var/opt/ignite/clients

#chown bin:bin /var/opt/ignite/data

#chmod 755 /var/opt/ignite/data

#chown bin:bin /var/opt/ignite/recovery

#chmod 755 /var/opt/ignite/recovery

#chown bin:bin /var/opt/ignite/recovery/archives

#chmod 755 /var/opt/ignite/recovery/archives

6.Unmount /var/opt/ignite on the first cluster node and deactivate the volume group

#umount /var/opt/ignite

#vgchange -a n vg01

Volume group "vg01" has been successfully changed.

7.Configure group for exclusive access and export

Configure vg01 for exclusive access, then export the volume group to a map file on the first cluster node.

# vgchange –c y vg01

Performed Configuration change.

Volume group "vg01" has been successfully changed.

#mkdir -p /etc/cmcluster/vgmap/

#vgexport –p -s -m /etc/cmcluster/vgmap/vg01.map /dev/vg01 vgexport: Preview of vgexport on volume group "/dev/vg01" succeeded.

8.Import volume group data on all cluster nodes

Copy /etc/cmcluster/vgmap/vg01.map from the first cluster node to the same location on the remaining cluster nodes, and then run the following commands and vgimport on each of the remaining nodes. Make sure to use the same minor number on the remaining nodes that was used initially to set up the first node.

#mkdir /dev/vg01

#mknod /dev/vg01/group c 64 0x010000

#vgimport -s -m /etc/cmcluster/vgmap/vg01.map /dev/vg01 vgimport: Volume group "/dev/vg01" has been successfully created.

Warning: A backup of this volume group may not exist on this machine.

Please remember to take a backup using the vgcfgbackup command after activating the volume group.

9.Copy NFS toolkit cluster scripts in place

Put all cluster scripts from the NFS toolkit in place on the first node.

#mkdir -p /etc/cmcluster/ha-iux

#cp /opt/cmcluster/nfs/* /etc/cmcluster/ha-iux

8

Page 8
Image 8
HP Ignite-UX manual Configure group for exclusive access and export, Import volume group data on all cluster nodes

Ignite-UX specifications

HP Ignite-UX is a sophisticated system recovery tool developed for the HP-UX operating system. It plays a vital role in ensuring that HP-UX environments can be efficiently restored to a known good state in the event of a system failure, corruption, or mishap. The tool provides administrators with a user-friendly interface and comprehensive features that enable them to quickly deploy, recover, and maintain HP-UX systems.

One of the defining features of HP Ignite-UX is its ability to create system recovery archives. These archives can encapsulate a fully configured HP-UX system, including both the operating system and installed applications. This allows for quick restoration of systems to their exact configurations when necessary, saving both time and resources. Additionally, Ignite-UX supports network-based installations, making it possible to deploy systems remotely, which is particularly advantageous for organizations with multiple servers spread out across different locations.

Another significant aspect of Ignite-UX is its integration with the HP-UX Model. The tool leverages the underlying technologies of HP-UX, such as LVM (Logical Volume Management) and filesystem structures, to ensure that recovery processes are both efficient and reliable. By working closely with these features, Ignite-UX can handle complex restoration tasks with minimal user intervention. This ability to interact seamlessly with other HP-UX components reinforces its reputation as a critical utility for system administrators.

Ignite-UX is designed to be flexible and adaptable, catering to a variety of use cases. It supports creation of bootable recovery media on different formats, including DVD, USB, and network images, enabling easy access during disaster recovery scenarios. Furthermore, the tool includes a set of advanced diagnostics to help troubleshoot issues, providing detailed logs and reports to assist administrators in identifying root causes of system failures.

Security is also a top priority for HP Ignite-UX. The tool ensures that backups are securely encrypted, safeguarding sensitive data against unauthorized access during the restore process.

In conclusion, HP Ignite-UX stands out as a robust solution for system recovery and management within HP-UX environments. With its comprehensive features, including system recovery archives, network-based installations, seamless integration with HP-UX technologies, flexible media options, and strong security measures, Ignite-UX is an invaluable asset for organizations looking to enhance their system reliability and minimize downtime.