Need help on IP Configuration


 
Thread Tools Search this Thread
Operating Systems AIX Need help on IP Configuration
# 1  
Old 07-30-2008
Error Need help on IP Configuration

I have an RS/6000 running AIX 5.3. I would like to get either dhcp client working or assigning it an ip would be fine as well. I have tried using smit to do it many times trying different things, and I can get an ip assigned but it doesn't communicate with the network or internet. I haven't been able to get dhcp client to assign it an ip address either. I think it is communicating with the router because my router's name is cisco and i've seen where it gave it a hostname.cisco.blah as the domain, etc, but I still can't get it to work. I would appreciate help because this problem is really keeping me from getting the server into my closet and being a part of my network that I need. TIA.
# 2  
Old 07-30-2008
Setting IP address

The quickest way to resolve your issue is to manually assign the address.

I assume you can open a terminal session using telnet, ssh or (xterm at the console).
use smitty tcpip at a # prompt
choose Minimum Configuration & Startup
choose en0 as the network interface (unless you have evidence that it should be something else)
fill in the blanks with
hostname (can include domain name)
gateway
DNS servers
etc
Your connection type should probably be dix or tp. I would not change from default.

Note: Some will say this should only be used once at initial setup of the server. Use outside that initial time frame can corrupt your ODM. (ODM is the configuration database for AIX.) It has been my experience at AIX 5.2 and later that you can make changes here and not experience corruption.

I would consider it best practice to staticly assign an IP address to a server.
# 3  
Old 07-30-2008
I have tried that and in many variations and still cannot communicate on the network.
# 4  
Old 07-31-2008
Then lets begin by collecting some basic information.

Machine model -- enter "prtconf | more" -- model is in first few lines
OS maintenance level -- enter "oslevel -r"
Number of adapters -- enter "lsdev -Cc adapter"

More basics.

When you connect the network cable, do the light patterns change on the Network card? Do the light patterns change on the hub / switch at the other end of the cable?

Try the following sequence, assuming static IP address is 192.168.10.12 and your workstation is 192.168.10.10

ping -c 4 127.0.0.1
ping -c 4 192.168.10.12
ping -c 4 192.168.10.10

Then do the following:enter "smitty tcpip"
Move cursor to desired item and press Enter.
Choose -->
Further Configuration

Move cursor to desired item and press Enter.
Choose -->
Start Configured TCPIP Daemons
Output should resemble:

Checking for srcmstr active...complete
Starting tcpip daemons:
0513-029 The syslogd Subsystem is already active.
Multiple instances are not supported.
0513-029 The sendmail Subsystem is already active.
Multiple instances are not supported.
0513-029 The portmap Subsystem is already active.
Multiple instances are not supported.
0513-029 The inetd Subsystem is already active.
Multiple instances are not supported.
0513-029 The xntpd Subsystem is already active.
Multiple instances are not supported.
0513-029 The snmpd Subsystem is already active.
Multiple instances are not supported.
0513-029 The dpid2 Subsystem is already active.
Multiple instances are not supported.
0513-029 The hostmibd Subsystem is already active.
Multiple instances are not supported.
Finished starting tcpip daemons.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

sendmail configuration.

Hi All, I need to configure mail functionality which enable us to send mail to outside company network. I just came to know that we have to configure outbound mail host/relaying mail in sendmail.cf file. Can someone suggest me on what to change in sendmail.cf, what information is required... (0 Replies)
Discussion started by: ace_friends22
0 Replies

2. AIX

SNMP v3 configuration

Can someone help setting up snmpv3? (1 Reply)
Discussion started by: dunman22
1 Replies

3. Solaris

Openldap configuration

I m using Intel solaris 10 version . I m trying to install openldap and used several documents and package versions . But every time I got CC PATH error and while I solved the CC issue , I got Barkley DB error . :wall: Is there any perticular site from where I can install and configure... (1 Reply)
Discussion started by: sanjee
1 Replies

4. Emergency UNIX and Linux Support

Sendmail Configuration

Hi, We have a standalone Solaris 10 Server (no DNS is configured) from which we want email alerts to be triggered when there is any breaches in the disk utilization threshold levels. we would like to achieve this mailing through sendmail. Can any one explain the procedure to do so..??? ... (1 Reply)
Discussion started by: EmbedUX
1 Replies

5. Shell Programming and Scripting

Alliases Configuration!!

Hi all This is my /etc/alliases configuration...in that i configure whenever i send mail form root The receivers want to receive from the mail id 07anis@gmail.com but it not works...is there any mistake iam doing?? Please Guide me to resolve this issue.. With Regards Anish Kumar.V (1 Reply)
Discussion started by: anishkumarv
1 Replies

6. Linux

configuration

hello, I don't know how to configure servor dns on linux,please help I thanck YOU (1 Reply)
Discussion started by: djest
1 Replies

7. Post Here to Contact Site Administrators and Moderators

configuration

how to configure servor dns on windows servor 2003 (0 Replies)
Discussion started by: djest
0 Replies

8. Red Hat

DHCP configuration

Hi, I'm just wanna configure dhcp server using redhat enterprise 4.0 as. can anyone help me on this, on setting using two NICs. Thankx. (1 Reply)
Discussion started by: johan_sysv
1 Replies

9. BSD

X configuration

HEllo, I try to Launch OOO, but I have X configuration problem. I 'm searching in man pages but if someone can help me... Of course I set the DISPLAY as explain in the man page but with no more result: setenv DISPLAY myws:0 Thanks in advance (1 Reply)
Discussion started by: SoulCoder
1 Replies

10. UNIX for Dummies Questions & Answers

Configuration

Can anyone please tell me anything about the following: AIX O/S - IBM RS6000 server I want to know where I can go to check and see how much RAM is intalled in the server, how many Processors are installed in the server, and how I can run a sar command to show me processor statistics? I... (4 Replies)
Discussion started by: Docboyeee
4 Replies
Login or Register to Ask a Question