Preparing the operating system
To prepare the operating system for installation, you edit the hosts and network files, enable the locale on each server, and enable IPv6 for AIX and Linux.
Before you begin
- UNIX files, tools, and concepts
- Examples of UNIX tools include the /etc/host and
/etc/sysconfig/network files,
vi
editor, and network-related commands such asip
andifconfig
. See your operating system documentation for more information. - Networking concepts
- Some examples of networking concepts include layers, protocols, interfaces, Domain Name System (DNS), and so forth.
- IPv4 configuration
- Having background in IPv4 configuration will help you to understand IPv6 configuration.
- IPv6 concepts
- You can acquire an understanding of IPv6 concepts by consulting with a variety of sources on the Web. One concept you should be familiar with is IPv6 address types.
Remember: For deployments on AIX, the GNU version of TAR must be installed before
Netcool Configuration
Manager is
installed.
About this task
Procedure
Example
ifconfig
command
with the -a
option to display information on all
network interfaces, active or inactive, that reside on the specified
server. The primary network interface in the following example is
eth0 and it has the IP address mapped to the hostname in /etc/sysconfig/network.ifconfig -a
cipsec0 Link encap:Ethernet HWaddr 00:0B:FC:F8:01:8F
NOARP MTU:1356 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
eth0 Link encap:Ethernet HWaddr 00:0C:29:A8:B1:B8
inet addr:123.123.123.12 Bcast:123.123.123.123 Mask:255.255.255.0
inet6 addr: fe80::20c:29ff:fea8:b1b8/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1326 errors:0 dropped:0 overruns:0 frame:0
TX packets:2152 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:179791 (175.5 KiB) TX bytes:2629566 (2.5 MiB) Interrupt:67
Base address:0x2000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:232615 errors:0 dropped:0 overruns:0 frame:0
TX packets:232615 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:57057016 (54.4 MiB) TX bytes:57057016 (54.4 MiB)
sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0
txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)