Step For Checking Character Defaults; Steps For Checking Tcp/Ip - IBM ZVM - FOR LINUX V6 RELEASE 1 Getting Started

Getting started with linux on system z
Table of Contents

Advertisement

Step for checking character defaults

Before you begin: You need to be logged on as MAINT.
Perform this step to check character defaults:
v Type this command and press the Enter key:

Steps for checking TCP/IP

Before you begin: You need to log on as TCPMAINT.
Perform these steps to check TCP/IP:
1.
2.
3.
You are done checking the system configuration.
70
z/VM: Getting Started with Linux on System z
query terminal
LINEND % , LINEDEL OFF, CHARDEL OFF, ESCAPE OFF, TABCHAR "
LINESIZE 080, ATTN OFF, APL OFF, TEXT OFF, MODE VM, HILIGHT OFF
CONMODE 3215, BREAKIN
IMMED , BRKKEY PA1 , SCRNSAVE OFF
AUTOCR ON , MORE 050 010, HOLD ON , TIMESTAMP OFF, SYS3270 OFF
Ready;
The response should show the LINEND character is "%" and that the LINEDEL,
CHARDEL, and ESCAPE characters are "OFF."
From the command line, type this command and press the Enter key:
ifconfig -a
name
inet addr: ip_address mask: mask
UP BROADCAST MULTICAST MTU: 1492
vdev: vdev rdev: rdev type: QDIO ETHERNET portname: UNASSIGNED
ipv4 router type: NONROUTER ipv6: DISABLED
cpu: 0 forwarding: ENABLED
RX bytes: 127217 TX bytes: 126518
Ready;
You defined the interface name (name), IP address (ip_address), mask (mask),
virtual device address (vdev), and real device address (rdev) for your
production TCP/IP through the IPWIZARD (see "Setting up the production
TCP/IP" on page 63).
To check the network interface, ping the gateway. In the command, ip_address
is the IP address of your gateway.
ping ip_address
Ping Level level 610: Pinging host ip_address.
Enter 'HX' followed by 'BEGIN' to interrupt.
PING: Ping #1 response took 0.008 seconds. Successes so far 1.
Ready;
To check the network interface, ping an address outside your subnetwork. In
the command, ip_address is an address outside your subnetwork.
ping ip_address
Ping Level level 610: Pinging host ip_address.
Enter 'HX' followed by 'BEGIN' to interrupt.
PING: Ping #1 response took 0.008 seconds. Successes so far 1.
Ready;

Advertisement

Table of Contents
loading

Table of Contents