Power minicomputer management-basic configuration

Source: Internet
Author: User
Tags ftp commands nameserver

1. Configure the IP address and gateway of the minicomputer (it may take one or two minutes for the minicomputer's IP address to take effect .)

Smit mktcpip (written to the/etc/hosts file)

2. Configure DNS for Internet access

1. Smit TCPIP
2. Select further configuration
3. Select name resolution
4. Select domain nameserver
5. Select Add a nameserver.
6. Enter the DNS address.
After the configuration is complete, corresponding records will be generated in/etc/resolv. conf [hxl/Oracle] $ more/etc/resolv. conf


3. Download software from the official website using FTP commands

FTP ftp.software.ibm.com

CD/AIX/freesoftware/aixtoolbox/RPMS/PPC/bash/

Get bash-4.2-1.aix6.1.ppc.rpm/download to root directory


4. Use bash so that we can use the familiar arrow keys history and Tab keys to automatically complete them.

1. Check whether Bash is installed.

Rpm-Qa | grep bash

2. Download bash in the AIX System

FTP ftp.software.ibm.com

Name: Anonymous

Passwd: Anonymous

CD/AIX/freesoftware/aixtoolbox/RPMS/PPC/bash/

Get bash-4.2-1.aix6.1.ppc.rpm/

3. Install bash

Rpm-IVH bash-4.2-1.aix6.1.ppc.rpm

4. Replace the default shell of the specified user

VI/etc/passwd

Change the default root shell from/usr/bin/KSh to/usr/bin/bash.

Exit save

You can also use the following method to modify

# Usermod-S/usr/bin/bash u1

5. Modify shell Style

VI ~ /. Profile

Add export PS1 = "[[email protected] 'uname-N': \ $ PWD \/] #"

This is the same as in Linux.

Source./. profile to make it take effect




Power minicomputer management-basic configuration

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.