Change database time without changing server time.

hello expert,
i want to change sysdate for testing purpose. want to set the date to 2010
i try by changing alter system set fixed_date but it freeze the date to the set time.
Accourding to our requirement the time should also proceed ahead. any way of doing that.
thanks in advance
Ankit

user12973298 wrote:
hello expert,
i want to change sysdate for testing purpose. want to set the date to 2010
i try by changing alter system set fixed_date but it freeze the date to the set time.
Accourding to our requirement the time should also proceed ahead. any way of doing that.
thanks in advance
AnkitSomething like this (running in a session and using dbms_lock.sleep)
http://www.orafaq.com/maillist/oracle-l/2003/03/14/1227.htm

Similar Messages

  • Change server time will change database time?

    If a change my unix hour (because summer hour) the database will change without any commands or i need to do something?
    Tks,
    Elber.

    Yes, SYSDATE will pick up the underlying operating system's date and time.
    If you are changing the time zone in which the server resides, though, make sure that the operating system time zone and the database time zone are in sync if you are using any TIMESTAMP columns.
    Justin

  • Changing server time zone

    Hi
    We are planning to change server timezone,now itz running US-Time zone,and we are going to change it to IST( indian time zone ).
    is there any effect on database,.
    As ....instance is in archive log mode, after changing time zone need to take cold backup and archivelogs generated after that only can be used for recovery,...any other.....things we need to take kare of......
    any suggestion will be helpful.
    Regards

    Hi
    You can use Transaction STZAC to change the time zones in ABAP ..
    Thanks
    Prince Jose
    PS: Points appreciated

  • Changing database time zone.

    Hi,
    How to change the database time zone to brazalian time zone.
    version:10g

    http://download.oracle.com/docs/cd/B19306_01/server.102/b14225/ch4datetime.htm#i1007717

  • Change server time

    Hi to all,
    I have 10.2g database on a Windows Server 2003 in production.
    What would be the impact on the database if I change server time i.e. if I roll the clock backwards?
    My database server takes time from my DC server and I wont to roll the clock backwards on DC server.
    Thanks!

    871486 wrote:
    Hi to all,
    I have 10.2g database on a Windows Server 2003 in production.
    What would be the impact on the database if I change server time i.e. if I roll the clock backwards?
    My database server takes time from my DC server and I wont to roll the clock backwards on DC server.
    Thanks!The schedulers will be affected. I mean by the schedulers; Oracle defined schedulers (maintenance window, etc...) and user defined schedulers.

  • Error when changing database time zone

    Hi all,
    I have Oracle 9.2.0.1.0 on Windows 2000 Pro. I try to change the time zone of the database using
    ALTER DATABASE SET TIME_ZONE = '+01:00'
    but it fails with error ORA-02231.
    Am I missing something?

    This is an expected behaviour, it's just that the message text was not meaningful.
    Basically if there is a TSLTZ column in the database, user is not allowed to change the database time zone. This is because it will invalid their existing TSLTZ data.
    You should either perform ALTER DATABASE SET TIME ZONE before creating any tables with TSLTZ columns, or drop the TSLTZ columns first before doing the ALTER DB statement.
    According to Bug 2435266, the error message has now been changed to
    ORA-30079: cannot alter database timezone when database has TIMESTAMP WITH LOCAL TIME ZONE columns

  • How to view the change immediately after a java file is modified without restarting server or redeploy?

              Hi All,
              How to view the change immediately after a java file that is used in jsp is modified
              without restarting server or redeploy?
              Moreover, it is better to keep the original session.
              Any suggestion is appreciated.
              Kammau
              

              Hi,
              In order to have a new version of a java class, the current classloader must be
              deleted and a new one created. This is what redeployment does. I believe that
              this is more of an issue with Sun's implementation of classloaders. You could
              ask BEA support (719.232.7878) and see if they have any plans to periodically
              check jar files to see if java class file timestamps and destroy and re-create
              classloaders on the fly.
              1) You will still have to accept the performance hit of destroying classloaders
              and creating new ones. There isn't any way around that.
              2) I would think you would want to have more explicit control in production and
              integration anyway.
              You can redeploy applications from the command line (script) file not just the
              console.
              Hope this helps,
              pat
              "Kammau" <[email protected]> wrote:
              >
              >Hi All,
              >How to view the change immediately after a java file that is used in
              >jsp is modified
              >without restarting server or redeploy?
              >Moreover, it is better to keep the original session.
              >Any suggestion is appreciated.
              >
              >Kammau
              

  • Database time is 1hour ahead of server time....pls help resolving this.

    Hi experts...
    I have a critical problem.
    Our production database time i.e sysdate is showing time 1 hour ahead of the server time. How can I correct this?
    Is DB restart is the only solution or any other alternative is available?
    If so, will it affect my DB retoration activity if any disaster occurs?
    Please suggest .....
    Message was edited by:
    chotudba

    it has been known for people to write a utility that sets fixed_date and then automatically move it forward in real-time.
    issuing "alter system set fixed_date = NONE" should clear fixed_date depending on how resilient their utility is (if indeed this is a fixed_date problem) but I wouldn't run that command until you've thought through the consequences.
    your bigger concern as this is a production database is when to resolve this issue, if you do it during office hours then you are going to have a combination of timestamp entries in your datababase and this will make it hard to identify the incorrect ones.
    If you leave it until out of office hours then you should be able to alter all timestamp columns back an hour (for today), but any output (reports, letters etc) produced during office hours will have datetime entries an hour out.
    If it's a 24/7 system then you've got a lot more thinking to do.
    Good luck, and I'd be interested to know what it was and how you fixed it

  • Steps to change universe database connection from SQL server to Oracle 10

    Hi,
    we are moving from sql server to Oracle 10.Please let me know the steps and various parameters I should consider while changing universe database connection from SQL server to Oracle 10.
    Following are the steps which I assumed :
    1.     create a new Oracle database connection or edit the existing connection to point to Oracle server
    2.     Need to check sql for each object, having integrity check for universe will solve the purpose of parsing each object
    3.     Exporting the universe after integrity check
    4.     Report data testing
    Let me know if I miss on any steps.Also what all factors I need to consider while moving to Oracle for eg: what @ custom sql,what @ table names,what @ LOV etc.
    Kindly reply

    Thanks Abhijeet and Shreyash,
    I will follow the steps you have suggested.
    Actually I was searching for this on net and got to know that with Oracle database connection,theres lot of stuff needs to take care of in terms of custom sql and LOV and in our case,we have lot of custom sql for each object in the universe so just wanted to confirm.
    I will do the changes and let you guys know in case theres any isuue specifically to Oracle.

  • Cluster multi-block requests were consuming significant database time

    Hi,
    DB : 10.2.0.4 RAC ASM
    OS : AIX 5.2 64-bit
    We are facing too much performance issues and CPU idle time becoming 20%.Based on the AWR report , the top 5 events are showing that problem is in cluster side.I placed 1st node AWR report here for your suggestions.
    WORKLOAD REPOSITORY report for
    DB Name DB Id Instance Inst Num Release RAC Host
    PROD 1251728398 PROD1 1 10.2.0.4.0 YES msprod1
    Snap Id Snap Time Sessions Curs/Sess
    Begin Snap: 26177 26-Jul-11 14:29:02 142 37.7
    End Snap: 26178 26-Jul-11 15:29:11 159 49.1
    Elapsed: 60.15 (mins)
    DB Time: 915.85 (mins)
    Cache Sizes
    ~~~~~~~~~~~ Begin End
    Buffer Cache: 23,504M 23,504M Std Block Size: 8K
    Shared Pool Size: 27,584M 27,584M Log Buffer: 14,248K
    Load Profile
    ~~~~~~~~~~~~ Per Second Per Transaction
    Redo size: 28,126.82 2,675.18
    Logical reads: 526,807.26 50,105.44
    Block changes: 3,080.07 292.95
    Physical reads: 962.90 91.58
    Physical writes: 157.66 15.00
    User calls: 1,392.75 132.47
    Parses: 246.05 23.40
    Hard parses: 11.03 1.05
    Sorts: 42.07 4.00
    Logons: 0.68 0.07
    Executes: 930.74 88.52
    Transactions: 10.51
    % Blocks changed per Read: 0.58 Recursive Call %: 32.31
    Rollback per transaction %: 9.68 Rows per Sort: 4276.06
    Instance Efficiency Percentages (Target 100%)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Buffer Nowait %: 99.87 Redo NoWait %: 100.00
    Buffer Hit %: 99.84 In-memory Sort %: 99.99
    Library Hit %: 98.25 Soft Parse %: 95.52
    Execute to Parse %: 73.56 Latch Hit %: 99.51
    Parse CPU to Parse Elapsd %: 9.22 % Non-Parse CPU: 99.94
    Shared Pool Statistics Begin End
    Memory Usage %: 68.11 71.55
    % SQL with executions>1: 94.54 92.31
    % Memory for SQL w/exec>1: 98.79 98.74
    Top 5 Timed Events Avg %Total
    ~~~~~~~~~~~~~~~~~~ wait Call
    Event Waits Time (s) (ms) Time Wait Class
    CPU time 18,798 34.2
    gc cr multi block request 46,184,663 18,075 0 32.9 Cluster
    gc buffer busy 2,468,308 6,897 3 12.6 Cluster
    gc current block 2-way 1,826,433 4,422 2 8.0 Cluster
    db file sequential read 142,632 366 3 0.7 User I/O
    RAC Statistics DB/Inst: PROD/PROD1 Snaps: 26177-26178
    Begin End
    Number of Instances: 2 2
    Global Cache Load Profile
    ~~~~~~~~~~~~~~~~~~~~~~~~~ Per Second Per Transaction
    Global Cache blocks received: 14,112.50 1,342.26
    Global Cache blocks served: 619.72 58.94
    GCS/GES messages received: 2,099.38 199.68
    GCS/GES messages sent: 23,341.11 2,220.01
    DBWR Fusion writes: 3.43 0.33
    Estd Interconnect traffic (KB) 122,826.57
    Global Cache Efficiency Percentages (Target local+remote 100%)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Buffer access - local cache %: 97.16
    Buffer access - remote cache %: 2.68
    Buffer access - disk %: 0.16
    Global Cache and Enqueue Services - Workload Characteristics
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Avg global enqueue get time (ms): 0.6
    Avg global cache cr block receive time (ms): 2.8
    Avg global cache current block receive time (ms): 3.0
    Avg global cache cr block build time (ms): 0.0
    Avg global cache cr block send time (ms): 0.0
    Global cache log flushes for cr blocks served %: 11.3
    Avg global cache cr block flush time (ms): 1.7
    Avg global cache current block pin time (ms): 0.0
    Avg global cache current block send time (ms): 0.0
    Global cache log flushes for current blocks served %: 0.0
    Avg global cache current block flush time (ms): 4.1
    Global Cache and Enqueue Services - Messaging Statistics
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Avg message sent queue time (ms): 0.1
    Avg message sent queue time on ksxp (ms): 2.4
    Avg message received queue time (ms): 0.0
    Avg GCS message process time (ms): 0.0
    Avg GES message process time (ms): 0.0
    % of direct sent messages: 6.27
    % of indirect sent messages: 93.48
    % of flow controlled messages: 0.25
    Time Model Statistics DB/Inst: PROD/PROD1 Snaps: 26177-26178
    -> Total time in database user-calls (DB Time): 54951s
    -> Statistics including the word "background" measure background process
    time, and so do not contribute to the DB time statistic
    -> Ordered by % or DB time desc, Statistic name
    Statistic Name Time (s) % of DB Time
    sql execute elapsed time 54,618.2 99.4
    DB CPU 18,798.1 34.2
    parse time elapsed 494.3 .9
    hard parse elapsed time 397.4 .7
    PL/SQL execution elapsed time 38.6 .1
    hard parse (sharing criteria) elapsed time 27.3 .0
    sequence load elapsed time 5.0 .0
    failed parse elapsed time 3.3 .0
    PL/SQL compilation elapsed time 2.1 .0
    inbound PL/SQL rpc elapsed time 1.2 .0
    repeated bind elapsed time 0.8 .0
    connection management call elapsed time 0.6 .0
    hard parse (bind mismatch) elapsed time 0.3 .0
    DB time 54,951.0 N/A
    background elapsed time 1,027.9 N/A
    background cpu time 518.1 N/A
    Wait Class DB/Inst: PROD/PROD1 Snaps: 26177-26178
    -> s - second
    -> cs - centisecond - 100th of a second
    -> ms - millisecond - 1000th of a second
    -> us - microsecond - 1000000th of a second
    -> ordered by wait time desc, waits desc
    Avg
    %Time Total Wait wait Waits
    Wait Class Waits -outs Time (s) (ms) /txn
    Cluster 50,666,311 .0 30,236 1 1,335.4
    User I/O 419,542 .0 811 2 11.1
    Network 4,824,383 .0 242 0 127.2
    Other 797,753 88.5 208 0 21.0
    Concurrency 212,350 .1 121 1 5.6
    Commit 16,215 .0 53 3 0.4
    System I/O 60,831 .0 29 0 1.6
    Application 6,069 .0 6 1 0.2
    Configuration 763 97.0 0 0 0.0
    Second node top 5 events are as below,
    Top 5 Timed Events
              Avg %Total
    ~~~~~~~~~~~~~~~~~~ wait Call
    Event Waits Time (s) (ms) Time Wait Class
    CPU time 25,959 42.2
    db file sequential read 2,288,168 5,587 2 9.1 User I/O
    gc current block 2-way 822,985 2,232 3 3.6 Cluster
    read by other session 345,338 1,166 3 1.9 User I/O
    gc cr multi block request 991,270 831 1 1.4 Cluster
    My RAM is 95GB each node and SGA is 51 GB and PGA is 14 GB.
    Any inputs from your side are greatly helpful to me ,please.
    Thanks,
    Sunand

    Hi Forstmann,
    Thanks for your update.
    Even i have collected ADDM report, extract of Node1 report as below
    FINDING 1: 40% impact (22193 seconds)
    Cluster multi-block requests were consuming significant database time.
    RECOMMENDATION 1: SQL Tuning, 6% benefit (3313 seconds)
    ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
    "59qd3x0jg40h1". Look for an alternative plan that does not use
    object scans.
    SYMPTOMS THAT LED TO THE FINDING:
    SYMPTOM: Inter-instance messaging was consuming significant database
    time on this instance. (55% impact [30269 seconds])
    SYMPTOM: Wait class "Cluster" was consuming significant database
    time. (55% impact [30271 seconds])
    FINDING 3: 13% impact (7008 seconds)
    Read and write contention on database blocks was consuming significant
    database time.
    NO RECOMMENDATIONS AVAILABLE
    SYMPTOMS THAT LED TO THE FINDING:
    SYMPTOM: Inter-instance messaging was consuming significant database
    time on this instance. (55% impact [30269 seconds])
    SYMPTOM: Wait class "Cluster" was consuming significant database
    time. (55% impact [30271 seconds])
    Any help from your side , please?
    Thanks,
    Sunand

  • Database Time Spent Waiting (%) for Concurrency

    Oracle 11g 11.1.0.6 Standard Edition
    Windows 2003 Server SP2
    I have recently begun building a development database. Enterprise Manager has popped up the following message Metrics "Database Time Spent Waiting (%)" is at 85.20092 for event class "Concurrency" but it won't show me any further info as I don't have access to the Database Diagnostic Pack.
    Is there any other way to investigate this metric alert?

    Oracle 11g 11.1.0.6 Standard Edition
    Windows 2003 Server SP2
    I have recently begun building a development
    database. Enterprise Manager has popped up the
    following message Metrics "Database Time Spent
    Waiting (%)" is at 85.20092 for event class
    "Concurrency" but it won't show me any further
    info as I don't have access to the Database
    Diagnostic Pack.
    Is there any other way to investigate this metric
    alert?You might start by looking at the wait events at the system level. Monitor the changes in the wait events at the system level when response time is poor. Keep the time delta between the start and end captures short, possibly 5 to 15 minutes. Start by executing a SQL statement such as this (possibly capture the output in a file or an application such as Excel):
    SELECT
    FROM
      V$SYSTEM_EVENT;You may notice that there is a column named WAIT_CLASS returned by the above query, so you might use that column to restrict the rows returned by the query.
    Wait 5-15 minutes, and then repeat the query. Subtract the values from the first execution for TOTAL_WAITS, TOTAL_TIMEOUTS, and TIME_WAITED from the second execution for the same wait events. Check the Oracle Performance Tuning manual for the meaning of the wait events, and how to address problems that are found.
    Charles Hooper
    IT Manager/Oracle DBA
    K&M Machine-Fabricating, Inc.

  • Change server in SAP B1 8.8

    Hi Experts,
    I have installed 2 server at my client place, 1st one is Live server and 2nd one is test server.
    I am using client on my laptop and if i want to change the server, could not able to find change server button on change company form, earlier it was available in SAP B1  2007.
    Is there any other option to change the server in SAP B1 8.8
    Thanks in advance,
    Regards
    Kamlesh Vagal

    >
    senthilnathan murugesan wrote:
    > Hi ,
    >
    > You Just Dis Connect Your Test Server from  LAN.
    >
    > And Open Your SAP Business one  8.8 Client.
    >
    > This Time It Will asks for License server Name.
    >
    > Here You can give your Live Server Name!
    >
    > Hope This one  Would Helps You.
    >
    >
    > Regards,
    >
    > M.Senthilnathan
    It worked thank you
    Edited by: Marc Roussel on Aug 4, 2010 2:51 PM

  • Metrics "Database Time Spent Waiting (%)" is at ... for event class "Commit

    Hi guys
    I'm getting this warning every 20 minutes from Enterprise Manager 10g: Metrics "Database Time Spent Waiting (%)" is at 67.62891 for event class "Commit". My database is an Oracle 10g 10.2.0.4 (Linux x84_64) with dataguard, one physical and one standby networked at 100Mbit. I have 3 groups of 50M redo log with a low volume of transaction for now. Here are some metrics numbers:
    SQL> select sum(seconds_in_wait),event from v$session_wait group by event;
    SUM(SECONDS_IN_WAIT) EVENT
    121210 SQL*Net message from client
    0 Streams AQ: waiting for messages in the queue
    18 wait for unread message on broadcast channel
    6 LNS ASYNC end of log
    30 jobq slave wait
    37571 rdbms ipc message
    384 smon timer
    35090 pmon timer
    I tune the my listerners for Dataguard using the documentation. I don't know what to tune anymore, is someone has a clue.
    Thanks,
    Chris

    cprieur wrote:
    Metrics "Database Time Spent Waiting (%)" is at 67.62891 for event class "Commit"
    I'am also getting this message at a regular time:
    Metrics "Database Time Spent Waiting (%)" is at 64.09801 for event class "Network"
    The report, I was sent only to indicate the time spent on: SQL*Net message from client
    I believe that these metrics are explained here (near the bottom of the page):
    http://download.oracle.com/docs/cd/B19306_01/em.102/b25986/oracle_database.htm
    There are only two wait events in the Commit class (on 11.1.0.7):
    log file sync
    enq: BB - 2PC across RAC instances
    log file sync waits happen when sessions issue a COMMIT or ROLLBACK. Sessions will wait on this event until LGWR completes its writes to the redo logs (LGWR will likely wait on the event log file parallel wriite while waiting for the write to complete). I believe that your DataGuard configuration may contribute to the long waits experienced by LGWR, and it may be made worse by the network connection.
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28294.pdf
    "Maximum availability - This protection mode provides the highest level of data protection that is possible without compromising the availability of a primary database. Transactions do not commit until all redo data needed to recover those transactions has been written to the online redo log and to at least one standby database."
    So, if Maximum availability is configured, the sessions will have to wait for the redo to be applied to the remote database.
    At the system-wide level you will almost always be able to ignore the SQL*Net message from client wait events. At the session level this wait event has a more significant meaning - the client computer is not actively waiting on a response from the database instance - the client is either sitting idle, or performing client-side processing.
    Sybrand, if he joins this thread, will likely be able to provide a more complete answer regarding DataGuard's contribution to the Commit wait class.
    Charles Hooper
    IT Manager/Oracle DBA
    K&M Machine-Fabricating, Inc.

  • Database Time Spent Waiting (%) for event Commit

    I have a 10G R2 database that has started to report this alert every minute.
    Metrics "Database Time Spent Waiting (%)" is at 61.25661 for event class "Commit"
    I have not changed any metric configuration and the really weird thing to me is that the database is completely idle. I am having difficulty finding good documentation on the Metrics and alerts. I read something that seemed related and it said the commit class has only one alert and that is for redo log write confirmation. There are no users other than myself connected to this database and I am just monitoring with the EM. Any ideas?
    -Tim

    Update...
    The IBM rep said he could send someone over for $1500 day. Right. So I read over the DS4300 manuals again but nothing really stood out. However I thought it would be worth noting that when the write cache was turned 'off' for the logical with the redo logs the 'log file sync' wait event would stay below the warning threshold (50%) and average about 18%. With the write cache 'on' the wait event would always be above the warning threshold. Performance of the database overall is still degraded with either setting. I am going into production with the redo on a local mirror. Additionally I tested segment sizes of 64 ,32, and 16kb. The 16kb did not effect the 'log file sync' waits but proves to be excellent for transaction performance overall.
    -Tim

  • Ichat cannot change server setting, cannot connect

    iChat cannot connect. Read it somewhere that I should change server setting from 5190 to 443 after logging out. But the server setting will auto and immediately change back to 5190. Won't let me change to 443. Please help. Thank you.

    Hi,
    "Safe" is a relative term here.
    iChat, when you restart it will recreate them.
    com.apple.ichat.AIM.plist (or the Jabber one) only hold the Login details and will force a fresh login to the relevant server.
    com.apple.ichatAgent.plist This holds surprising little info.  Mainly it holds the info order for the iTunes is Playing script (Artist, Album and Track etc.).  It holds the default Idle time (and then of course if you are Idle)
    As iChatAgent actually does the login is hold pointers to the other .plists.
    com.apple.ichat.SubNet.plist  Holds the Bonjour info (or rather where to get it in the Address Book).
    The Status Messages one does what it says.  It will hold all the Status Messages you have Created and decided to Keep.
    com.apple.ichat.plist  This holds everything else.  Everything in the Preferences accept the Account Pane.
    SOme of the Menu Items depending which window is Front.
    Examples.  The Sort Order of your Buddy listt from the View Menu (when the Buddy List is "front". This can be a 2 pass setting (As in Avaible and Alphabetical). The capabilities shown in the Connection Doctor. (Video Menu).
    It does hold a list of all the account you have in the Preferences  and some info is then pulled to Display the Accounts in the iChat Menu and the Buddy List windows in the Window Menu
    Most important it holds the default or other Font you chose in Messages in the Preferences, whether that font is Coloured, the colour of the IM Background (Balloons or other style).  (Which Style form the View Menu > Messages). Whether you are saving transcripts of the Text Chats, and in iChat 5 what part of an old chat it displays.
    If you were using Incoming Overrides you lose that setting.
    All your Alerts settings both Globally set in Preferences > Alerts and those set in a Buddy's Info Card
    I could probably list more.
    If you have a problem then it pays to tackle the .plist one at a time so that you know which one "Fixed" it.
    Deleting them all in one go is often too heavy handed.
    When I have a clear idea as to which one may be causing the issue I will list that one only.
    8:57 PM      Friday; January 13, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously
    Message was edited by: Ralph Johns (UK)

  • Nowssbe2.5 Changing Server ip

    What is the best way to change the ip on the server? I had a client that after the server was installed, he decided to change subnets... When you change the ip on the server it does not replicate to the other installed products, which is the best way to do this?

    Originally Posted by mikel
    ipchangesp2 - does not work on NOWS-SBE 2.5
    Couldn't login to GW
    Band new install - I was just testing the ease of simple thing that too 2sec
    on NetWare....
    Didn't waste too much time finding out why
    "KBOYLE" <[email protected]> wrote in message
    news:[email protected]..
    >
    > crobison;1927513 Wrote:
    >> What is the best way to change the ip on the server? I had a client
    >> that after the server was installed, he decided to change subnets...
    >> When you change the ip on the server it does not replicate to the other
    >> installed products, which is the best way to do this?
    > The best thing is -not- to do it!
    >
    > If you have to, take a look at this: 'Novell Documentation'
    > (Novell Documentation)
    > The documentation has a link to a script. Some people have tried it on
    > NOWS SBE 2.0 and it mostly works but is misses a few places. I can't
    > remember exactly which ones it misses but I think Simba is one of them.
    >
    > The documentation link refers to OES2/SP2. I noticed there is a
    > different script from the one I tried. I found a link to the old one...
    >
    > Script for OES2/SP1
    > http://www.novell.com/documentation/...ts/ipchange.sh
    >
    > Script for OES2/SP2
    > http://www.novell.com/documentation/...ipchangesp2.sh
    >
    > IMO, it is better than nothing but may not get everything.
    >
    > Good luck.
    >
    >
    > --
    > Kevin Boyle
    > ------------------------------------------------------------------------
    > KBOYLE's Profile: NOVELL FORUMS - View Profile: KBOYLE
    > View this thread: Nowssbe2.5 Changing Server ip - NOVELL FORUMS
    >
    Thank you for posting your results. I'll follow up with Novell to learn what their curent recommendation is.

Maybe you are looking for