How do you abort automatic network configuration setup to start fresh?

Hello all -
I am the sole user of the sole Sun workstation where I work. We recently switched from a DHCP network to one which requires static IP addresses on our machines. I did a sys-unconfig to set the network to a "blank" state and rebooted the machine. I was told to randomly select an IP address of the form 192.168.2.XX. Having done so, I managed to choose an address that was being used by another machine. So here is where the problem begins.
Now when I reboot the machine, the machine complains 3 times as follows:
"WARNING eri0 has duplicate address 192.168.2.XX (in use by 00:1d:09:76:25:da); disabled"
and then begins again to try and configure the network (asks if I have a subnet, if I want to use IPv6, etc). However, the configuration process does not start from the beginning (i.e. does not ask for a host name or static IP address, it just skips to the subnet question). As I go through this process, the system eventually says:
"The IP address previously set on the network interface is no longer available. The system state is corrupted. System identification can no longer continue. Press Return to continue".
Pressing Return simply repeats the above message and I appear to be stuck.
How can I abort the network reconfiguration process? I'd like to do a sys-unconfig once again and try a different IP address.
I'm using a SunBlade 2000 with a Sun keyboard and a Sun monitor running Solaris 10.
Thanks very much, Lynne

Boot into single user mode: "boot -sw"
If you entered everything correctly but the IP address, you can just change the IP address by editing /etc/inet/hosts and /etc/inet/ipnodes.
Otherwise run sys-unconfig again and start over.

Similar Messages

  • How can i print a network configuration page , i need the IP on a ph1510

    how can i print a network configuration page , i need the IP on a ph1510

    Hi,
    What is the exact printer model?
    If it is the HP Deskjet 1510, this is a USB printer and it does not offer any network capabilities.
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • How do you recommend a JE configuration according to app. construction?

    Hi to all,
    When we use JE as following configuration, CPU utilization is consistently high ans sometimes low.
    How do you recommend a JE configuration according to application construction?
    Our Application and use of JE configuration is as follows.
    - App. logic and JE usage as following;
    Application creates 4 Environments(each one has data-store-Database for class-store-Database). Environments are not linked to each other, completely independent.
    App. executes concurrent non-transactional 1600 inserts(Database.put), 1600 updates(Database.put) and 1600 deletes(Database.put) in a second ( It means 1600/4 inserts, 1600/4 updates, 1600/4 deletes for one environment)
    Also using SerialBinding to store app. object that implements java.io.Serializable.
    Environment.sync method called 1 time in minutes.
    Insert-Update objects are the same and size of the object approximately 500 bytes-1 K.
    %80 of inserted records will be updated 1 time in one second and than deleted in a 5 seconds.
    %20 of inserted records will be updated 10 times in 28,5 hours and than deleted.
    We have 50 GB disk space, totally 24 cpu with model name : Intel(R) Xeon(R) CPU X5675 @ 3.07GHz
    - Our JVM settings as following;
    -Xmx33g
    -Xms33g
    -XX:+UseParNewGC
    -XX:+UseConcMarkSweepGC
    -XX:CMSInitiatingOccupancyFraction=50
    -XX:+PrintTenuringDistribution
    -verbose:gc
    -XX:+PrintGCApplicationConcurrentTime
    -XX:+PrintGCApplicationStoppedTime
    - je.properties as following;
    ## Environment
    je.env.isReadOnly=false
    je.env.isTransactional=false
    je.maxMemoryPercent=30
    je.log.bufferSize=20971520
    je.log.numBuffers=2
    je.log.fileMax=209715200
    je.cleaner.minUtilization=30
    je.cleaner.minFileUtilization=5
    je.cleaner.threads=2
    je.cleaner.lockTimeout=100000
    je.cleaner.expunge=true
    je.cleaner.bytesInterval=104857600
    je.checkpointer.bytesInterval=104857600
    je.checkpointer.highPriority=true
    - Last JE Statistics;
              (1)CacheTotalBytes= The total amount of JE cache in use, in bytes.
              (2)DataBytes= The amount of JE cache used for holding data, keys and internal Btree nodes, in bytes
              (3)AdminBytes= The number of bytes of JE cache used for log cleaning metadata and other administrative structures
              (4)LockBytes= The number of bytes of JE cache used for holding locks and transactions.
              (5)NEvictPasses= Number of eviction passes, an indicator of the eviction activity level.
              (6)NCacheMiss= The total number of requests for database objects which were not in memory.
              (7)TotalLogSize= An approximation of the current total log size in bytes.
              (8)SharedCacheTotalBytes= The total amount of the shared JE cache in use, in bytes.
              (9)NTotalLocks= Total locks currently in lock table.
         Environment-1:(1)=174,757,042 (2)=132,804,551 (3)=9,235 (4)=216 (5)=0 (6)=188 (7)=284,132,682 (8)=0 (9)=2
         Environment-2:(1)=174,803,884 (2)=132,850,463 (3)=10,165 (4)=216 (5)=0 (6)=179 (7)=277,346,265 (8)=0 (9)=2
         Environment-3:(1)=174,739,257 (2)=132,776,071 (3)=19,930 (4)=216 (5)=0 (6)=184 (7)=278,147,194 (8)=0 (9)=2
         Environment-4:(1)=174,767,092 (2)=132,776,471 (3)=47,365 (4)=216 (5)=0 (6)=185 (7)=292,163,876 (8)=0 (9)=2
         Sum of Data-store-Database.count = 1137265
    - Last CPU utilization ;
         top - 10:33:58 up 102 days, 22:42, 3 users, load average: 2.55, 3.22, 3.48
         Tasks: 403 total, 1 running, 402 sleeping, 0 stopped, 0 zombie
         Cpu0 : 2.6%us, 2.3%sy, 0.0%ni, 95.1%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu1 : 6.8%us, 1.3%sy, 0.0%ni, 91.9%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu2 : 3.3%us, 0.3%sy, 0.0%ni, 96.4%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu3 : 8.1%us, 2.3%sy, 0.0%ni, 89.3%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
         Cpu4 : 7.5%us, 2.0%sy, 0.0%ni, 90.5%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu5 : 7.5%us, 1.3%sy, 0.0%ni, 90.9%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
         Cpu6 : 7.1%us, 0.6%sy, 0.0%ni, 92.2%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu7 : 8.4%us, 1.0%sy, 0.0%ni, 90.6%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu8 : 6.5%us, 2.3%sy, 0.0%ni, 91.2%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu9 : 7.5%us, 2.6%sy, 0.0%ni, 89.9%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu10 : 31.2%us, 0.3%sy, 0.0%ni, 68.2%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
         Cpu11 : 2.9%us, 0.6%sy, 0.0%ni, 96.1%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
         Cpu12 : 6.8%us, 0.3%sy, 0.0%ni, 92.8%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu13 : 9.2%us, 2.9%sy, 0.0%ni, 87.6%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
         Cpu14 : 8.1%us, 0.6%sy, 0.0%ni, 91.2%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu15 : 12.1%us, 5.2%sy, 0.0%ni, 81.8%id, 0.0%wa, 0.0%hi, 1.0%si, 0.0%st
         Cpu16 : 2.6%us, 0.6%sy, 0.0%ni, 96.8%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu17 : 12.6%us, 5.5%sy, 0.0%ni, 80.3%id, 0.0%wa, 0.3%hi, 1.3%si, 0.0%st
         Cpu18 : 7.5%us, 0.6%sy, 0.0%ni, 91.9%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu19 : 11.3%us, 4.9%sy, 0.0%ni, 83.2%id, 0.0%wa, 0.0%hi, 0.6%si, 0.0%st
         Cpu20 : 6.8%us, 0.3%sy, 0.0%ni, 92.5%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
         Cpu21 : 8.5%us, 8.1%sy, 0.0%ni, 82.1%id, 0.0%wa, 0.0%hi, 1.3%si, 0.0%st
         Cpu22 : 26.9%us, 0.6%sy, 0.0%ni, 72.1%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
         Cpu23 : 6.5%us, 0.3%sy, 0.0%ni, 92.2%id, 0.0%wa, 0.3%hi, 0.6%si, 0.0%st
         Mem: 49454804k total, 26187100k used, 23267704k free, 1933064k buffers
         Swap: 50331640k total, 66092k used, 50265548k free, 4475980k cached
         PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
         22509 mtsmsc 18 0 34.3g 17g 14m S 260.8 37.6 1552:12 java
         top - 10:16:56 up 102 days, 22:25, 2 users, load average: 5.43, 4.32, 3.31
         Tasks: 400 total, 1 running, 399 sleeping, 0 stopped, 0 zombie
         Cpu0 : 7.3%us, 0.7%sy, 0.0%ni, 92.1%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu1 : 7.7%us, 2.0%sy, 0.0%ni, 90.3%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu2 : 1.7%us, 0.0%sy, 0.0%ni, 98.3%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu3 : 6.3%us, 1.3%sy, 0.0%ni, 92.1%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
         Cpu4 : 2.3%us, 0.3%sy, 0.0%ni, 97.4%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu5 : 6.6%us, 1.3%sy, 0.0%ni, 91.7%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
         Cpu6 : 27.7%us, 0.0%sy, 0.0%ni, 72.3%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu7 : 7.0%us, 1.0%sy, 0.0%ni, 92.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu8 : 7.6%us, 0.7%sy, 0.0%ni, 91.4%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
         Cpu9 : 7.0%us, 2.7%sy, 0.0%ni, 90.4%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu10 : 6.3%us, 2.0%sy, 0.0%ni, 91.7%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu11 : 7.3%us, 2.3%sy, 0.0%ni, 90.4%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu12 : 3.0%us, 2.0%sy, 0.0%ni, 95.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu13 : 9.3%us, 3.3%sy, 0.0%ni, 86.4%id, 0.0%wa, 0.0%hi, 1.0%si, 0.0%st
         Cpu14 : 5.0%us, 0.3%sy, 0.0%ni, 94.7%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu15 : 11.3%us, 5.6%sy, 0.0%ni, 81.8%id, 0.0%wa, 0.3%hi, 1.0%si, 0.0%st
         Cpu16 : 6.3%us, 0.3%sy, 0.0%ni, 93.4%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu17 : 11.9%us, 5.6%sy, 0.0%ni, 81.5%id, 0.0%wa, 0.0%hi, 1.0%si, 0.0%st
         Cpu18 : 40.9%us, 0.0%sy, 0.0%ni, 59.1%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu19 : 10.6%us, 4.3%sy, 0.0%ni, 84.4%id, 0.0%wa, 0.0%hi, 0.7%si, 0.0%st
         Cpu20 : 2.3%us, 0.7%sy, 0.0%ni, 96.7%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
         Cpu21 : 14.9%us, 6.6%sy, 0.0%ni, 76.8%id, 0.0%wa, 0.3%hi, 1.3%si, 0.0%st
         Cpu22 : 5.6%us, 0.3%sy, 0.0%ni, 94.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu23 : 3.3%us, 0.7%sy, 0.0%ni, 95.7%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
         Mem: 49454804k total, 33344956k used, 16109848k free, 1931968k buffers
         Swap: 50331640k total, 66092k used, 50265548k free, 11654696k cached
         PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
         22509 mtsmsc 18 0 34.3g 17g 14m S 260.4 37.6 1511:00 java
    Many thanks in advance.
    Edited by: 906759 on Jan 16, 2012 1:12 AM

    When we use JE as following configuration, CPU utilization is consistently high ans sometimes low.Do you consider this a problem? Or are you just asking for general tuning advice? Normally, high CPU utilization is considered to be a good thing.
    Some additional questions:
    * What version of JE are you using? If you are writing a new app, be sure to use JE 5.0.
    * What is the total/maximum size of your data set?
    * What is the key size (byte length)? (I see the data size is 0.5 to 1.0 KB)
    * Are there no read operations?
    * You mention throughput numbers (for example "%80 of inserted records will be updated 1 time in one second"). Is this a goal, or the measured value in your test, or both?
    A couple initial comments:
    * Calling Environment.sync is not appropriate for durability in JE 5.0, and will negatively impact performance. Instead use Environment.flushLog.
    * Using multiple Environments in a single process is not recommended for maximum write performance. A single Environment with a shared cache (EnvironmentConfig.setSharedCache(true)) will result in better write throughput, because all writes are appending to the same log file and disk head movement is minimized.
    * You may see better performance by using the DPL (persist package) or a custom binding, rather than SerialBinding. In general, if you find you are CPU-limited, take several thread dumps during this period too see if most threads are executing in the same place.
    Performance tuning is an iterative process. Be sure to try only one change at a time to determine whether the impact is positive or negative.
    --mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • TS2220 How do you reset the network password for Airport wireless?

    How do you reset the network password for Airport wireless?

    Use AirPort Utility...select the AirPort Express and in the menu select Base Station...Restore Default Settings...

  • How do you stop automatic renewal

    how do you stop automatic renewal when Adobe is wiritng in a foreign language you do not speak?

    What is "automatic renewal"?  What is "Adobe writing"?  I'm sorry, I do not understand your language either.
    If you want, you can write your question in your own language; perhaps I can understand it better.

  • HT4259 KB article is out of date--how do you "allow this network to be extended" on AirPort Utility 6.x?

    The current KB article about extending wireless networks is out of date--how do you "allow this network to be extended" on AirPort Utility 6.x? These instructions describe v. 5.x.

    In my case, the option was required, so the problem was that it wasn't available. When I used v6.2 to extend the network on the secondary AP Express, it gave an error saying the network couldn't be extended.
    Once I booted Snow Leopard from an external drive, I was able to follow the instructions in HT4259 with v5. Once I checked the "allow this network to be extended" on the primary AP Express, the secondary AP Express started extending the network as it should.
    While v5 of the AirPort Utility is available for download, it won't work on Mountain Lion, so this solution wouldn't work for most people, who don't keep old operating systems lying around.

  • How do you find your network key?

    How do you find your network key?

    http://lmgtfy.com/?q=how+do+you+find+your+network+key%3F

  • How do you abort a Boot Camp install?

    Hello,
    I figured I'd give this whole BootCamp under Leopard thing a try just so I could see how it's done.
    So I started the install and it rebooted to my XP CD. It says, "Press any key to boot off the CD" So I continue to press any key, but when I get to the setup screen my keyboard doesn't work at all! Same Mac keyboard I've always used and even works with my PC. It won't accept any keys so I can't continue the XP install. So I power off and and on and eject the disk. Now I get:
    "No bootable device. Insert boot disk and press any key."
    I don't have another Mac Keyboard, but I've tried using my PC's keyboard, which lights up when plugged into any computer. I also lights up when plugged into my Mac, but now I can't get passed the "Press Any Key to boot from CD" So it seems that I'm stuck! I can't even get back to my OSX desktop! It seems to be stuck in the middle of the Bootcamp setup, which I can't complete for some strange reason.
    HELP! Even just to cancel this install. I've also tried booting off my Leopard and Tiger discs, but no go. I still get the message that the disk can't be found.
    Can someone at least tell me how you abort a BootCamp install? Right now, my Mac Mini is less useful than a brick! It's a glorified paper weight! Thank God I've got another computer cause I'd really be screwed otherwise.
    Very very strange that the Leopard DVD nor the Tiger CD works when trying to boot off of either one though.
    Thoughts? Opinions? Ideas?
    Thanks for you help!
    Jeff
    1.82 Ghz Dual Core Mac Mini Mac OS X (10.4.10)

    Ok, this is very strange, but suppose I it might explain why my keyboard wasn't working during the XP install. I noticed that my Caps lock light wasn't turning on when I pressed that key. So I switched and connected my Dell keyboard and used the Alt key for Option. Then it showed me my hard drive, no other partitions like I had expected. I clicked the Hard Drive and it continued to boot up.
    Now, what's up with my keyboard, it's an Apple keyboard (the new slim one with the number keypad); it works great on my Dell. But not on my Mac? Huh? My Apple Keyboard isn't working on my Apple computer? Huh? Am I in Bizzaro world here?
    Anywho, thanks for your help!
    Jeff

  • How to handle changing IPv6 network configurations

    Hi,
    I run a Mac Mini as a server with OS X Server 10.8.5/2.2 on it using an internet connection with DS-lite. The server runs fine on a private IPv4 and a public IPv6 assigned by the ISP thrugh my router. Now from time to time (on some really odd days 5 times a day) my ISP decides to change my IPv6 prefix and as a consequence the IPv6 of my server. This results in a warning and some services seem to work not always properly. When I handle the warning and update the network configuration (although all relevant pieces of configuration that are shown along this proces remain unchanged), everything is back to normal.
    Now I wonder whether there is better way to handle changing IPv6 prefixes while everything else is unchanged? Any thougths? Thanks. Steffen

    I'll add my 2 cents too Sudheer...
    I suppose your versioning strategy should take into account your particular circumstances, impact analysis, ESB architecture  etc...
    In our case it makes sense to version the service operations because we have some consumers that want to stay on the older version & other that want to move with the changing versions...
    We've noticed that SAP, with the standard delivered enterprise services also version step the service operations so you esentially have 2 service contracts but one that caters for additional fields/functionality. The consumer uses the service operation that they prefer.
    The other possibility, if you are in a position to make the new fields 'optional' then you could do that without impacting all the consumers, the consumers that have the additional info to pass in the request can do so & the other consumers can carry on business as usual.
    Then you could also version step the entire service, that would entail making use of a new software component version but this would entail new endpoints & depending on your architecture it could impact all your consumers. If you're using an integrated ESB architecture, your consumers would have one endpoint & the ESB would route the request to the relevant service version.
    So you could minise impact on the consumers & develop a good versioning strategy depending on what your current situation is.
    Regards, Trevor

  • How do you set up your Configuration Manager client when Imaging?

    OK everyone we got an issue that we need to take care of sorry if this seems like a dumb question but we cant seem to make this work.  How do you set your configuration manager client when you deploy your image(s)?  I created package and pointed
    it right to the config manager install directory just like the recommended one for USMT but it does not seem to work.  I also tried to leave it blank but it appears to be mandatory.. So my question how do YOU get it to work for your areas?
    Thanks

    that might be the problem I dont see a "Microsoft Configuration Manager Client 5.0 All" anywhere. We threw something together that points to:
    \\Server.Domain.com\SCCM_Install\SMSSETUP\CLIENT
    What is happening is this.
    Have a task to deploy Windows natively to the workstation
    Drop applications to the workstation
    do updates
    capture back to server
    All it does is 
    Drop the OS down
    copy the Agent files
    join to the domain
    reboot
    sit
    sit 
    and sit

  • How do you stop automatic withdrawals

    I downloaded a program called NFL '12.  In this prgram you can order an "audio pass". It was a weekly pass and I thought a one time charge. My acc't has been charged over the last 4 weeks. I have written them to find out how to stop the automatic charge, but have gotten no response. How can I stop these automamic debits, I'm no longer using the audio pass? I tried deleting the program, but it still charged me.
    Destephanie Johnson

    There are instructions on this page for managing and stopping auto-renewing subscriptions (deleting the app won't stop a subscription) : http://support.apple.com/kb/HT4098

  • How do you stop automatic unzipping of .zip files

    When downloading a flashable .zip file Yosemite automatically unzips it.  How do you prevent this?

    We've been experimenting with this today.
    You can avoid getting the file by turning off the autodownload in the IM settings. The sender sees the file transfer, but it's not going to your machine. To get the file, you then need to click on it. It IS still going to Skype's servers though waiting to be retrieved and that is a worry.
    A link is generated to retrieve the file. The link is sharable with anyone who is a skype subscriber.
    Are these files ever deleted?
    This makes me worry about the security all files sent via skype since it is the way-station and holder of these files. For instance, is it possible for a computer to check the randomly assigned numbers until they find all sorts of things?
    We are using the 7 series versions.

  • How Do you abort a software update from your iTouch

    Help! How do you stop a software update that is being downloaded from your iTouch??

    You shouldn't as it may cause a myriad of other issues.  Why do you want to abort it?
    B-rock

  • How do you find wifi network security key?

    How do you find the wifi network Security Key?  Not password --- KEY?

    The "key" is probably totally useless to you, since it is 64 characters long and very few things will accept an item of this length.
    If you have an Apple AirPort router, we can tell you how to find the "key" for the network that it is creating, if you can tell us what operating system your Mac is using.
    Most manufacturers use the term "key" to mean the normal wireless network password, which is also known as passkey.

  • I just set up a wireless network using an airport express. How can you change the network name

    How can you change the name of a wireless network set up with an airport express

    Yes, you can. If you use the current AirPort Express, Apple says that you can connect up to 50 devices. Realistically, make that 25-30 or so before the speed really begins to drop.
    Remember that you will have to reset the modem though, before you connect it to the AirPort Express as the modem "remembers" the settings for your computer.

Maybe you are looking for

  • IPhone 3G in a coma state though I was using iOS4 for a while.

    iPhone 3G in a coma state though I was using iOS4 for a while (until today that is). Now "restored" to iOS4.2. The problem still persists. When it's plugged into PC and charging, pressing Power / Home button always wakes iPhone from lock / sleep. Whe

  • SRM confirmation number  - R/3 material document

    Hi all, I'd want to know if I can find in a R/3 table the SRM material confirmation. Example: I created a SRM material confirmation 9000279101. In R/3 the system created material document 1000000013 associated to  SRM confirmation 9000279101. Can I f

  • Reset the Service entry sheet deletion flag.

    Dear all, How to Reset the Deletion flag for the service entry sheet.(To remove the deletion flag) Thanks, Cherry

  • HT5313 Printer for Mac 10.7.5?

    I have had my Mac OS X 10.7.5 about a year now.  I use it mostly for communication; however I am in need of a printer.  Most home-type computers have different specifications than mine.  What do I need to be concerned about when purchasing a printer?

  • Syncing my Music..

    How do i update itunes on an ipod 5? every time i try to sync my music from my macbook pro to my ipod, it says i need to update itunes to 11.1... how do i do this? Thanks!