![]() |
|
|
google unix.com
|
|||||||
| Forums | Casino | Register | Forum Rules | Links | Albums | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to set guest static IP | satimis | Ubuntu | 3 | 08-02-2008 10:27 PM |
| Static Route | Arun.Kakarla | UNIX for Dummies Questions & Answers | 2 | 07-17-2008 08:07 AM |
| static route ? | chaandana | IP Networking | 3 | 07-05-2005 02:05 AM |
| Static | wojtyla | High Level Programming | 6 | 02-25-2005 10:57 AM |
| Static IP | IP Networking | 7 | 05-18-2003 07:33 PM | |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||
|
Static IP getting changed after 24 hours
Hi All,
We have an AIX 5.3 server where I have set static IP but after every 24 hrs it is setting some other IP to this machine (I believe some DHCP process is running in the background every 24 hrs). I want to set the Static IP permanent to this machine, can some one help me where the problem is and how can i set the static IP permanently. Thanks, Balaji |
| Sponsored Links |
|
|||
|
Hi,
We are not restarting the machine, even if login from remote console after 24 hrs (time starts after i activate static IP) it is logging out and changing the IP. Here is my CRONTAB looks like bash-3.00# crontab -l # @(#)08 1.15.1.3 src/bos/usr/sbin/cron/root, cmdcntl, bos530 2/11/94 17:19:47 # IBM_PROLOG_BEGIN_TAG # This is an automatically generated prolog. # # bos530 src/bos/usr/sbin/cron/root 1.15.1.3 # # Licensed Materials - Property of IBM # # (C) COPYRIGHT International Business Machines Corp. 1989,1994 # All Rights Reserved # # US Government Users Restricted Rights - Use, duplication or # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # # IBM_PROLOG_END_TAG # # COMPONENT_NAME: (CMDCNTL) commands needed for basic system needs # # FUNCTIONS: # # ORIGINS: 27 # # (C) COPYRIGHT International Business Machines Corp. 1989,1994 # All Rights Reserved # Licensed Materials - Property of IBM # # US Government Users Restricted Rights - Use, duplication or # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # #0 3 * * * /usr/sbin/skulker #45 2 * * 0 /usr/lib/spell/compress #45 23 * * * ulimit 5000; /usr/lib/smdemon.cleanu > /dev/null 0 11 * * * /usr/bin/errclear -d S,O 30 0 12 * * * /usr/bin/errclear -d H 90 0 15 * * * /usr/lib/ras/dumpcheck >/dev/null 2>&1 # SSA warning : Deleting the next two lines may cause errors in redundant # SSA warning : hardware to go undetected. 01 5 * * * /usr/lpp/diagnostics/bin/run_ssa_ela 1>/dev/null 2>/dev/null 0 * * * * /usr/lpp/diagnostics/bin/run_ssa_healthcheck 1>/dev/null 2>/dev/null # SSA warning : Deleting the next line may allow enclosure hardware errors to go undetected 30 * * * * /usr/lpp/diagnostics/bin/run_ssa_encl_healthcheck 1>/dev/null 2>/dev/null # SSA warning : Deleting the next line may allow link speed exceptions to go undetected 30 4 * * * /usr/lpp/diagnostics/bin/run_ssa_link_speed 1>/dev/null 2>/dev/null 00 02 * * 1 /usr/ibm/common/acsi/bin/collectbatch.sh > fsout.log 2>&1 |
|
|||
|
bash-3.00# odmget -q "name = en0" CuAt
CuAt: name = "en0" attribute = "state" value = "up" type = "R" generic = "DU" rep = "sl" nls_index = 5 CuAt: name = "en0" attribute = "netaddr" value = "155.35.12.19" type = "R" generic = "DU" rep = "s" nls_index = 4 CuAt: name = "en0" attribute = "netmask" value = "255.255.255.0" type = "R" generic = "DU" rep = "s" nls_index = 8 bash-3.00# |