change ip in aix not using smitty


 
Thread Tools Search this Thread
Operating Systems AIX change ip in aix not using smitty
# 1  
Old 02-18-2008
change ip in aix not using smitty

I want to change my ip by not using smitty, could please help me and what to edit files. So that everytime i will restart my server it will not change.
# 2  
Old 02-19-2008
(man) ifconfig

I hope this helps.

bakunin
# 3  
Old 02-19-2008
Chaninging the IP address with ifconfig does not live through reboot because then you are only changing running system and not the ODM.
Do a "lsattr -El enX" where X is the number of the ethernet device the ip address resides on. There you will see what parameters to change with chdev command.
Note that if you are moving to a different network and require a different route then the route is stored in the device inet0 - "lsattr -El inet0". A chdev would be required there as well for the route change, if neccessary.
# 4  
Old 02-19-2008
True, but the threadstarter wanted exactly this behavior:

Quote:
So that everytime i will restart my server it will not change.
Or have i gotten him wrong?

bakunin
# 5  
Old 02-19-2008
isn't it so that you can view the commands smitty is going to perform by hitting [F6] in the window you are in?

with that option you can figure out what statement(s) to perform from command line to achieve what you want..
(you need to look in smitty once...)
# 6  
Old 02-19-2008
its true we can change Ip in command line using ifconfig,
same goes to solaris you can change ip by ifconfig. But what im trying to say, when you restart your server the one changed the ip it will goes back to its normal IP.

the one written in /etc/inet/ipnodes for solaris or /etc/rc/config.d/netconf for HP. So what im trying to say, you need to edit those files in order it will be permanent.

So you guys know, where are these so called config files in aix? All i know was linux,solaris and HP.
\
# 7  
Old 02-19-2008
Quote:
Originally Posted by rvegmond
isn't it so that you can view the commands smitty is going to perform by hitting [F6] in the window you are in?
Yes, that is right. Alas, these scripts are sometimes a bit counterintuitive and hard to read.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Smitty

Hi All, Im new in aix, anyone can advice is there any way to understand smitty ?:confused: Thanks. TCP. (4 Replies)
Discussion started by: tcp01315
4 Replies

2. AIX

Usage of smitty alt_mksysb

Hello, in which situations should I use smitty alt_mksysb ? What is the general purpose of this tool. Thanks for help, p (1 Reply)
Discussion started by: pitmod
1 Replies

3. AIX

Settings change in aix

Hi Can any one tell the procedure to change the maxpout and minpout settings on AIX (1 Reply)
Discussion started by: newtoaixos
1 Replies

4. AIX

Cannot create user using SMITTY

i'm using smitty to create user...what happen is it prompt me "failed" with error 3004-703 Check "/etc/security/login.cfg" file. 3004-691 Error changing "shell". 3004-703 Check "/usr/lib/security/mkuser.default" file. 3004-721 Could not create user. 3004-703 Check... (13 Replies)
Discussion started by: thecobra151
13 Replies

5. AIX

smitty mktcpip --> START Now

In "smitty mktcpip", the last item you can change is the "START Now". Does any one change this to "yes" when setting the IP? If so, what agrument would you use to convice others to use it also? (1 Reply)
Discussion started by: kah00na
1 Replies

6. AIX

Sudo and smitty

Hello everyone I have a question. Its possible to type smitty mksysb using sudo ? I have a partition and install sudo I create a user for use sudo. I make a test with sudo and command line for the mksysb and its ok sudo mksysb -i /dev/rmt0 and I can make my mksysb. My question... (1 Reply)
Discussion started by: lo-lp-kl
1 Replies

7. HP-UX

command that is equivalent to smitty in IBM.

i need to change OS level parameter like number of user how to change system environment variable ??? equivalent to smitty in IBM (1 Reply)
Discussion started by: oracle_rajesh_k
1 Replies

8. AIX

Question about Smitty Fs (backup an F.S)

hi all:cool: was just wonderin..by the way im new here..hi all:D...was just wonderin if i smitty fs backup a file system to tape if the permissions and ownership of the files and dir are retained?:confused: o.s is AIX 5.3L thanks all (12 Replies)
Discussion started by: redmanshogun
12 Replies

9. AIX

mksysb with smitty

Hello I need to make a mksysb, I try with smitty but I get the next message 0512-017 mksysb: Cannot write to the device /dev/rmt3. Either write protected or in use. My tape are ready to write ( dont get protection) I use the clean tape and I try with other tapes but I... (6 Replies)
Discussion started by: lo-lp-kl
6 Replies

10. AIX

Interesting SMITTY behavior

I have a couple systems that are acting strangely. In 'smitty tcpip' everything is displayed twice. Even going into the submenus (like minimum configuration and startup) everything is displayed twice. Has anyone seen this? Know how to fix it? Thanks (3 Replies)
Discussion started by: pmmill2
3 Replies
Login or Register to Ask a Question