11.01.2013 Views

IBM AIX Continuous Availability Features - IBM Redbooks

IBM AIX Continuous Availability Features - IBM Redbooks

IBM AIX Continuous Availability Features - IBM Redbooks

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

compression: on<br />

path specification: on<br />

corefile location: /coredumps<br />

naming specification: off<br />

In Example 2-7 on page 35, we have created a file system to store core files generated on the<br />

local system. This file system is mounted in the /coredumps directory. Next we created a core<br />

file for a program (sleep 5000), as shown in Example 2-8. We send the program to the<br />

background, so we get the process id, then we kill the program with Abort (-6) flag, and<br />

observe the core file.<br />

Example 2-8 Core file example<br />

2.4 Network tools<br />

lpar15root:/root#sleep 5000 &<br />

[1] 397486<br />

lpar15root:/root#kill -6 397486<br />

lpar15root:/root#<br />

[1] + IOT/Abort trap(coredump) sleep 5000 &<br />

lpar15root:/root#ls -l /coredumps<br />

total 16<br />

-rw------- 1 root system 7188 Oct 27 07:16 core.397486.27121636<br />

drwxr-xr-x 2 root system 256 Oct 27 07:07 lost+found<br />

lpar15root:/root#lquerypv -h /coredumps/core.397486.27121636 6b0 64<br />

000006B0 7FFFFFFF FFFFFFFF 7FFFFFFF FFFFFFFF |................|<br />

000006C0 00000000 00000FA0 7FFFFFFF FFFFFFFF |................|<br />

000006D0 00120000 28E1D420 00000000 00000003 |....(.. ........|<br />

000006E0 736C6565 70000000 00000000 00000000 |sleep...........|<br />

000006F0 00000000 00000000 00000000 00000000 |................|<br />

00000700 00000000 00000000 00000000 0000002B |...............+|<br />

00000710 00000000 00000001 00000000 0000002B |...............+|<br />

Networking is the means for a user to access system resources, application and data.<br />

Without network connectivity, the system is practically unavailable. <strong>AIX</strong> ensures maximum<br />

and efficient network performance and system availability to meet user needs by controlling<br />

computing resources in order to minimize network problems and facilitate system<br />

administration procedures.<br />

This section covers the following network-related utilities currently available in <strong>AIX</strong>:<br />

► Virtual IP address support<br />

► Multipath IP routing<br />

► Dead gateway detection<br />

► EtherChannel<br />

► IEEE 802.3ad Link Aggregation<br />

► 2-Port Adapter-based Ethernet Failover<br />

► Shared Ethernet Failover<br />

Additional details and configuration information on these topics can be found in <strong>AIX</strong> 5L<br />

Differences Guide Version 5.2 Edition, SG24-5765, <strong>AIX</strong> 5L Differences Guide Version 5.3<br />

Edition, SG24-7463, and <strong>IBM</strong> <strong>AIX</strong> Version 6.1 Differences Guide, SC27-7559.<br />

36 <strong>IBM</strong> <strong>AIX</strong> <strong>Continuous</strong> <strong>Availability</strong> <strong>Features</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!