Dbcopy Question

Hi all,
i recently tested dbcopy and it really does a copy not a sync. Is there a
switch to use it for syncing ?
I have to migrate several large postoffices from Netware to OES and there is
some time between first and second copy. Between the copies will be a lot of
file deletion by users and these files remain on the new server even after
the second copy. How can i get rid of them ?
Otherwise it would be better only to do a -s sync without the first one
(with consequences for downtime).
If syncing is not possible, would it be possible to migrate only the domain
with mta and postoffices with agents one by one ? There are one domain, 5
postoffices and a document storage area on the Netwareserver. Transferring
them weekly one by one would save a lot of downtime.
Another question: I'm using Novell Data Synchronizer on 4 of these 5
postoffices. Does the migration one by one interfere with it ? Because there
is only one soap port configured in Data Synchronizer.
Thank you for any answer
Joachim

Nope, Use RSync.
Gert
On 2/21/2011 4:14 PM, Joachim wrote:
> Hi all,
>
> i recently tested dbcopy and it really does a copy not a sync. Is there a
> switch to use it for syncing ?
> I have to migrate several large postoffices from Netware to OES and there is
> some time between first and second copy. Between the copies will be a lot of
> file deletion by users and these files remain on the new server even after
> the second copy. How can i get rid of them ?
> Otherwise it would be better only to do a -s sync without the first one
> (with consequences for downtime).
> If syncing is not possible, would it be possible to migrate only the domain
> with mta and postoffices with agents one by one ? There are one domain, 5
> postoffices and a document storage area on the Netwareserver. Transferring
> them weekly one by one would save a lot of downtime.
>
> Another question: I'm using Novell Data Synchronizer on 4 of these 5
> postoffices. Does the migration one by one interfere with it ? Because there
> is only one soap port configured in Data Synchronizer.
>
>
> Thank you for any answer
> Joachim
>

Similar Messages

  • Dbcopy questions

    Just a sanity check.
    Source server: NW 6.5.7 with GW 8.0.1
    Destination server: OES2 SP1 Linux with NSS
    I install the GW 8.0.1 stuff on OES2 (so i can get dbcopy)
    I mount the NCP volume from NetWare onto the OES2 machine
    ASSUMING I wish to copy the stuff over while the POA and MTA are running on NetWare, I could use dbcopy as such:
    For MTA I would actually just wait and shut it down because there's hardly any data there to copy, so let's pretend I use Dbcopy as normal with the -m -d switch.
    For POA, I want two passes. One with the POA running. Second when I shut it down:
    dbcopy -m -f (source) (target)
    and then when I'm ready for the final:
    dbcopy -m -s (source) (target)
    At that point it'll get all my stuff, make it lower case (although I still have to use storelower case, I believe to go inside the database files for the POA and adjust that).
    Am I thinking correctly?

    Hi Kevin,
    Your thoughts are correct.. though I tend to not use the ncpmount method as this can be painfully slow.. especially with older source Netware servers.
    As your source server is running 6.5 sp7 speed should be ok though. I would suggest to give it a test run first to do a speed measure.
    How big is the POA store? Another spin is to take the POA offline during offhours (if possible). The migration process could go quicker as a whole by bringing the Netware POA offline, doing a flat file copy of all the Domain & POA files to the new Linux server (dump the files in a temp directory) and run the 'dbcopy -m -k /source /target' command directly on the copied files placed on the Linux server.
    You need double the space (at least, better to take 2,5x in account), but it can speed up things dramatically and only one dbcopy pass is needed. The downside is the downtime required.
    As for lower case: the -m switch already takes care of renaming the files to lowecase and modifying nwgaurd listings as needed.
    After having migrated the files to Linux format, configure the Groupwise Domain, MTA, POA objects in ConsoleOne - best to initially do this from ConsoleOne running on your Linux server and using the Linux relative path.
    (After having a running Linux GW system you can set the paths back to UNC so management from Windows workstations work as expected - mainly important for maintenance options)
    Then configure the Groupwise agents and fire up the grpwise services one by one (starting with the MTA > POA > etc..) to see if things start and run as expected.
    Things to look out for:
    -Before doing the move, make sure the Groupwise Links are set correctly (set to use connection by MTA ip and not unc).
    -Make sure there are no system pending operations... if the system hasn't been maintaned in some time.. a TDR could be a good thing to do prior to the migration.
    -Groupwise Librarys can give some small headaches getting the correct (new) paths set. If you have em... do some reading up on that. :)
    Cheers & good migrating ;)
    Willem

  • GroupWise 8 relating to dbcopy restore question

    I have a GroupWise 8 question relating to restoring a mailbox where volume was backed up using dbcopy which backup up the entire volume that contains all groupwise folders.
    1. I was shocked to come into this environment to see they have no backup solution.
    2. They backed up this volume to an external hard drive attached to a PC

    Now that you have a backup of the complete PO and Domain file structures on another hard disk location using dbcopy, you can use that hard disk backup to restore the mailbox.
    That disk backup can also become a PO Restore Area.
    You can now restore a users deleted mailbox from that back of the Domain and PO in ConsoleOne under Tools > GW Utilities > Restore Deleted Account

  • Rsync vs dbcopy for migrating to new server

    There is plenty of information about using dbcopy to achieve a server to server migration of Groupwise, and it's particular useful because initially Groupwise can be copied live.
    In my case, GW resides on NSS, so for dbcopy, I need to do a ncpmount first, then
    Code:
    dbcopy -m -f [-p |-d]
    shutdown the agents for the the final:
    Code:
    dbcopy -m -s [-p | -d]
    DBCOPY IS SLOOOW - Well at least according to TID 7010760: "Note: Typical dbcopy throughput is 6GB/hour."
    So in the interests of maximum speed my question is - If the agents are shutdown, and no dbcopies have taken place yet, or maybe the first one has, is it ok to just use rsync and not worry about dbcopy?
    Code:
    rsync -av --delete source-po dest-po
    rsync -av --delete source-dom dest-dom
    I even thought about using (with GW shutdown) sftp as it pulls data at between 1-2GB per min, then follow up with rsync as a double check.
    I am yet to do some proper testing and time trials, but just wondering what others have found.
    Thoughts anyone?

    Originally Posted by gordon_mzano
    Source = OES2 SP3 x86-64, NSS, physical server
    Target - OES11 SP2 x86-64, NSS, virtual server on ESX with local storage.
    As we are going linux to linux the dbcopy lower-case conversion is not relevant.
    Yes, but there can be a catch. NSS is case insensitive, even on OES when NSS uses the long format (which is the default name space ever since OES2 SP1) . It is possible that you have been running GroupWise on OES with NSS as filesystem and are now moving to a Linux native filesystem.... that *could* warrant running a dbcopy with the m option.
    But as you are moving to NSS with, I assume the default "long" namespace set, that is not an issue.
    Originally Posted by gordon_mzano
    Being ultra paranoid, what I did in the end after running the two dbcopies, I checked both PO sizes with `du -sm`, and the size was greater at the target by about 1.2GB.
    That's not paranoid imo, that's showing good sense
    But yes, it is normal that you will see a slightly larger copy on the target side. It has to do with dbcopy logs but also some other files that I have not looked closely at.
    Originally Posted by gordon_mzano
    So with the PO shutdown, I ran a full rsync so they were exact. I am not sure if the rsync was really needed, but I like to keep the file system lean as possible. Are there gwcheck routines that would clean up the extra files that dbcopy built up at the target? Maybe the orphaned file check that I see in the logs would do such a thing..?
    GroupWise PO content maintenance jobs will clean up "stuff" like logs and unused databases/blob files etc. But it won't clean up everything.
    Sure, you can run rsync to make sure source and target match up 100%, but do do so while no GroupWise agents are running against the data storage you are rsync'ing.
    Cheers,
    Willem

  • Gw Backup questions

    Our nightly backup takes a long time. I was thinking about backing up the full system once or twice a week, and then for the other nights just backing up everything except for the offfiles folder. My question is is the offfiles only attachments and large emails or should I really back that up everynight?
    What would my restored email server work like if I had to restore the server and the offfiles folder was older than the rest of the folders?
    last question... DBCopy does a incremental backup by default correct? If I run dbcopy to a location and then run the same dbcopy to the same location it will only sync changes?

    Brian wrote:
    > Our nightly backup takes a long time. I was thinking about backing up
    > the full system once or twice a week, and then for the other nights just
    > backing up everything except for the offfiles folder. My question is is
    > the offfiles only attachments and large emails or should I really back
    > that up everynight?
    All emailds > 2k INCLUDING headers (so a large % of email)
    Large recipient lists, etc.
    Think of OFFILES as "slop" . If any item doesn't fit in 2k it goes there.
    Your backup regimen is dictated by your companies tolerance for loss.
    >
    > What would my restored email server work like if I had to restore the
    > server and the offfiles folder was older than the rest of the folders?
    >
    There would be mail with D107 errors - you could open them but
    everything inside might be missing.
    > last question... DBCopy does a incremental backup by default correct?
    Don't remember, try it.
    > If I run dbcopy to a location and then run the same dbcopy to the same
    > location it will only sync changes?
    No, don't think so.

  • Is anyone answering here... RSYNC question

    OK, first I know that RSYNC on full NW65 is not supported by Novell...
    That said, let me go on in hopes someone will help... I am using RSYNC to
    replicate school site data to a SLES 10 server, and most sites are working
    very well. The issue comes up when I try to replicate my GW backup. Let me
    explain.
    I first run a dbcopy backup of my domain and Post offices into a backup
    directory on my SAN. Then I RSYNC the backup to the SLES box. Due to the
    size of the domain, RSYNC will grab as much as 65 Mb of RAM before the
    list is built and the copy starts. Then after the copy has started, for
    some reason it will stop copying right in the middle of a randomly
    selected file. If I unload RSYNC and reload it, the copy will start at the
    point it stopped and then run for a while before stopping again. I have
    tried trimming the jobs down and running multiple jobs in effort to limit
    RAM used. Is there some limit on how much RSYNC can do at one sitting? I
    had no problems running the initial copy on school sites, some of which
    were up to 60 Gbytes of data. And the school sites are working very
    nicely... I have upgraded to version 2.6.3 of RSYNC but same issue. Oh
    yeah, these are NW65SP6 servers, clustered and running GW701. The latest
    patches are installed short of the CLIB issue, which is scheduled for this
    Monday. (We never get holidays, do we?)
    Any way, if any one is looking at this forum, can you please offer any
    ideas...? And if so, can you please e-mail me?
    Thanks,
    Todd W Carter, CNE, MCNE
    Senior Novell Engineer
    Marketware Technologies
    [email protected]

    Todd W Carter,
    > OK, first I know that RSYNC on full NW65 is not supported by Novell...
    > That said, let me go on in hopes someone will help... I am using RSYNC to
    > replicate school site data to a SLES 10 server, and most sites are working
    > very well. The issue comes up when I try to replicate my GW backup. Let me
    > explain.
    I have seen RSYNC questions pass and being answered. If you do not get an
    answer here, then try novell.support.netware.6x.server-backup or
    administration-tools.
    - Anders Gustafsson, Engineer, CNE6, ASE
    NSC Volunteer Sysop
    Pedago, The Aaland Islands (N60 E20)
    Novell does not monitor these forums officially.
    Enhancement requests for all Novell products may be made at
    http://support.novell.com/enhancement
    Using VA 5.51 build 315 on Windows 2000 build 2600

  • Questions on Print Quote report

    Hi,
    I'm fairly new to Oracle Quoting and trying to get familiar with it. I have a few questions and would appreciate if anyone answers them
    1) We have a requirement to customize the Print Quote report. I searched these forums and found that this report can be defined either as a XML Publisher report or an Oracle Reports report depending on a profile option. Can you please let me know what the name of the profile option is?
    2) When I select the 'Print Quote' option from the Actions drop down in the quoting page and click Submit I get the report printed and see the following URL in my browser.
    http://<host>:<port>/dev60cgi/rwcgi60?PROJ03_APPS+report=/proj3/app/appltop/aso/11.5.0/reports/US/ASOPQTEL.rdf+DESTYPE=CACHE+P_TCK_ID=23731428+P_EXECUTABLE=N+P_SHOW_CHARGES=N+P_SHOW_CATG_TOT=N+P_SHOW_PRICE_ADJ=Y+P_SESSION_ID=c-RAuP8LOvdnv30grRzKqUQs:S+P_SHOW_HDR_ATTACH=N+P_SHOW_LINE_ATTACH=N+P_SHOW_HDR_SALESUPP=N+P_SHOW_LN_SALESUPP=N+TOLERANCE=0+DESFORMAT=RTF+DESNAME=Quote.rtf
    Does it mean that the profile in our case is set to call the rdf since it has reference to ASOPQTEL.rdf in the above url?
    3) When you click on submit button do we have something like this in the jsp code: On click call ASOPQTEL.rdf. Is the report called using a concurrent program? I want to know how the report is getting invoked?
    4) If we want to customize the jsp pages can you please let me know the steps involved in making the customizations and testing them.
    Thanks and Appreciate your patience
    -PC

    1) We have a requirement to customize the Print Quote report. I searched these forums and found that this report can be defined either as a XML Publisher report or an Oracle Reports report depending on a profile option. Can you please let me know what the name of the profile option is?
    I think I posted it in one of the threads2) When I select the 'Print Quote' option from the Actions drop down in the quoting page and click Submit I get the report printed and see the following URL in my browser.
    http://<host>:<port>/dev60cgi/rwcgi60?PROJ03_APPS+report=/proj3/app/appltop/aso/11.5.0/reports/US/ASOPQTEL.rdf+DESTYPE=CACHE+P_TCK_ID=23731428+P_EXECUTABLE=N+P_SHOW_CHARGES=N+P_SHOW_CATG_TOT=N+P_SHOW_PRICE_ADJ=Y+P_SESSION_ID=c-RAuP8LOvdnv30grRzKqUQs:S+P_SHOW_HDR_ATTACH=N+P_SHOW_LINE_ATTACH=N+P_SHOW_HDR_SALESUPP=N+P_SHOW_LN_SALESUPP=N+TOLERANCE=0+DESFORMAT=RTF+DESNAME=Quote.rtf
    Does it mean that the profile in our case is set to call the rdf since it has reference to ASOPQTEL.rdf in the above url?
    Yes, your understanding is correct.3) When you click on submit button do we have something like this in the jsp code: On click call ASOPQTEL.rdf. Is the report called using a concurrent program? I want to know how the report is getting invoked?
    No, there is no conc program getting called, you can directly call a report in a browser window, Oracle reports server will execute the report and send the HTTP response to the browser.4) If we want to customize the jsp pages can you please let me know the steps involved in making the customizations and testing them.
    This is detailed in many threads.Thanks
    Tapash

  • Satellite P300D-10v - Question about warranty

    HI EVERYBODY
    I have these overheating problems with my laptop Satellite P300D-10v.
    I did everything I could do to fix it without any success..
    I get the latest update of the bios from Toshiba. I cleaned my lap with compressed air first and then disassembled it all and cleaned it better.(it was really clean insight though...)
    BUT unfortunately the problem still exists...
    So i made a research on the internet and I found out that most of Toshiba owners have the same exactly problem with their laptop.
    Well i guess this is a Toshiba bug for many years now.
    Its a really nice lap, cool sound (the best in laptop ever) BUT......
    So I wanted to make a question. As i am still under warranty, can i return this laptop and get my money back or change it with a different one????
    If any body knows PLS let me know.
    chears
    Thanks in advance

    Hi
    I have already found you other threads.
    Regarding the warranty question;
    If there is something wrong with the hardware then the ASP in your country should be able to help you.
    The warranty should cover every reparation or replacement.
    But I read that you have disasembled the laptop at your own hand... hmmm if you have disasembled the notebook then your warrany is not valid anymore :(
    I think this should be clear for you that you can lose the warrany if you disasemble the laptop!
    By the way: you have to speak with the notebook dealer where you have purchased this notebook if you want to return the notebook
    The Toshiba ASP can repair and fix the notebook but you will not get money from ASP.
    Greets

  • Question regarding NULL and forms

    Hi all, i have a survey that im working on that will be sent via email.
    I'm having an issue though. if i have a multiple choice question, and the user only selects one of the choices, all the unselected choices return as NULL. is there a way i can filter out anytihng that says "NULL" so it only shows the selected options?
    thanks.
    here is the page that retrieves all the data. thanks
    <body>
    <p>1) Is this your first visit to xxxxxxx? <b><%=request.getParameter("stepone") %></b>
    </p>
    <p> </p>
    <p>2) How did You Learn About xxxxxxx?</p>
    <p><b><%=request.getParameter("steptwoOne") %></b>
      <br>
        <b><%=request.getParameter("steptwoTwo") %></b>
      <br>
        <b><%=request.getParameter("steptwoThree") %></b>
      <br>
        <b><%=request.getParameter("steptwoFour") %></b>
      <br>
        <b><%=request.getParameter("steptwoOther") %></b>
    </p>
    <p> </p>
    <p>3) What was your main reason for visiting xxxxx?</p>
    <p><b><%=request.getParameter("stepthreeOne") %></b>
        <br>
          <b><%=request.getParameter("stepthreeTwo") %></b>
        <br>
          <b><%=request.getParameter("stepthreeThree") %></b>
        <br>
          <b><%=request.getParameter("stepthreeFour") %></b>
        <br>
          <b><%=request.getParameter("stepthreeOther") %></b>
    </p>
    <p>4) did you find the information you were looking for on this site?</p>
    <p><b><%=request.getParameter("stepfour") %>
    <br>
    <b><%=request.getParameter("stepfourOther") %></b>
    </b></p>
    <p>5) Do you plan on using this website in the future?</p>
    <p><b><%=request.getParameter("stepfive") %></b></p>
    <p>6) What is your gender</p>
    <p><b><%=request.getParameter("stepsix") %></b></p>
    <p>7) What is your age group</p>
    <p><b><%=request.getParameter("stepseven") %></b></p>
    8) Would you like to take a moment and tell us how we can improve your experience on xxxxxxxxxx?
    <p><b><%=request.getParameter("stepeightFeedback") %></b></p>

    i was messing around and came up with this. it doesnt remove the null, but if it is null it adds ABC beside it. so i think i might be getting close. i just need to figure out how to replace the null.
    code]
    <b><%=request.getParameter("steptwoFour") %></b>
         <% if (request.getParameter("steptwoFour") == null ) {
         %>
         <% out.print("abc"); %>
         <% }
         %>

  • Anyone know how to remove Overdrive books from my iphone that have been transferred from my computer? They do not show up on itunes. I see a lot of answers to this question but they all are based on being able to see the books in iTunes.

    How do I remove Overdrive books from the library that were downloaded onto my computer then transferred to my iphone? The problem is that they do not show up in iTunes.
    I see this question asked a lot when I google, but they always give answers that assumes you can find the books in iTunes either under the books tab, or the audio books tab or in the music. They do not show up anywhere for me. They do not remove from the app like the ones I downloaded directly onto my iphone.the related archived article does not answer it either.  I even asked a guy working at an apple store and he could not help either.   Anybody...?
    Thanks!

    there is an app called daisydisk on mac app store which will help you see exactly where the memory is focused and consumed try using that app and see which folders are using more memory

  • Basic question

    Hello, i have a basic question. if i have defined 2 fields in a cube or a dso:
    Name Quantity
    and from the external flat file i get some characters for my quantity field. would my load fail?  for standard dso and for write optimized?
    NOTE: quantity field is a keyfigure defined as numeric.
    and the load coming in has "VIKPATEL" for Quantity field and not numbers.
    thanks

    Hi Vik,
    Yes, the load will fail.
    May be you coud first load this data into BW (into PSA) and set both fields as characters fields. Then you can create DSO, do transformation from this PSA to the DSO, and put your logic as to what do you want to do with those Quantity that is not number (e.g. convert to 0, or 'Not assgined', etc).
    You can use transfer rule, or a clean up ABAP code in the start routine.
    Hope this helps.

  • Mid 2010 15" i5 Battery Calibration Questions

    Hi, I have a mid 2010 15" MacBook Pro 2.4GHz i5.
    Question 1: I didn't calibrate my battery when I first got my MacBook Pro (it didn't say in the manual that I had to). I've had it for about a month and am doing a calibration today, is that okay? I hope I haven't damaged my battery? The calibration is only to help the battery meter provide an accurate reading of how much life it has remaining, right?
    Question 2: After reading Apple's calibration guide, I decided to set the MacBook Pro to never go to sleep (in Energy Saver System Preference) and leave it on overnight so it would run out of power and go to sleep, then I'd leave it in that state for at least 5 hours before charging it. When I woke up, the light on the front wasn't illuminated. It usually pulsates when in Sleep. Expectedly, it wouldn't wake when pressing buttons on the keyboard. So, what's happened? Is this Safe Sleep? I didn't see any "Your Mac is on reserve battery and will shut down" dialogues or anything similar, as I was asleep! I've left it in this state while I'm at work and will charge it this afternoon. Was my described method okay for calibration or should I have done something different?
    Question 3: Does it matter how quickly you drain your battery when doing a calibration? i.e is it okay to drain it quickly (by running HD video, Photo Booth with effects etc) or slowly (by leaving it idle or running light apps)?
    Thanks.
    Message was edited by: Fresh J

    Fresh J:
    A1. You're fine calibrating the battery now. You might have gotten more accurate readings during the first month if you'd done it sooner, but no harm has been done.
    A2. Your machine has NOT shut down; it has done exactly what it was supposed to do. When the power became critically low, it first wrote the contents of RAM to the hard drive, then went to sleep. When the battery was completely drained some time later, the MBP went into hibernation and the slepp light stopped pulsing and turned off. In that state the machine was using no power at all, but the contents of your RAM were still saved. Once the AC adapter was connected, a press of the power button would cause those contents to be reloaded, and the machine would pick up again exactly where you left off. It is not necessary to wait for the battery to be fully charged before using the machine on AC power, but do leave the AC adapter connected for at least two hours after the battery is fully charged. Nothing that you say you've done was wrong, and nothing that you say has happened was wrong.
    A3. No, it does not matter.

  • Jabber/WebEx Connect SSO Questions

    I've got a few questions around exactly what needs to be done to get SAML working for our Connect accounts to successfully authenticate from Jabber for Windows, Mac, iPhone, and Android.
    We have both a Meeting Center and Connect account under WebEx using Loose Coupled Integration. Just this past week I enabled SAML for our Meeting Center accounts which went off without a hitch with the exception of Meeting Center integration with Jabber, which is now broken with a message about SSO enabled Meeting Sites not being supported (I think this would maybe be fixed if we had Tight Coupled Integration with our two account?).
    Anyway, my questions are...
    For Windows, I understand all clients will need to be reinstalled with the MSI argument for the SSO_ORG_DOMAIN switch I've read about, is that correct? Are there any other switches needed for the reinstall? 
    How will this work with the Mac and mobile clients? There's obviously no command line options to specify for the installations here, will they just know to kick over to my IdP for authentication once they see an email address that falls under an org with SSO enabled? If so, why does the Windows client need to be completely reinstalled and not just know to find the IdP from the Cloud Connect service like Meeting Center does with the Productivity Tools?
    We're just doing this for our Connect Web IM accounts, not attempting any sort of SSO with the phone accounts/UC integration yet.
    Any ideas on getting the Meeting Center integration into Jabber working again?

    I'd suggest posting your question over on the Jabber Pilot forum, as this forum is specific to Jabber Guest questions:
    https://supportforums.cisco.com/community/4551/jabber-pilot-support
    -jim

  • My iPad wont let me download apps bc security questions, but when I try to make them it freezes

    Every time I try to download an app it tells me I need to update my security questions, but once I click to make the questions the box goes white. So I'm not sure how to fix it

    The new questions show on your account on http://appleid.apple.com ? If they do then try logging out and back into your account on your phone (assuming that is where you are trying to purchase from) and see if the new questions then show on it.

  • ASA VPN QUESTION

    Hi All
    The question is pretty simple. I can successfully connect  to my ASA 5505  firewall via cisco vpn client 64 bit , i can ping any ip  address on the LAN behind ASA but none of the LAN computers can see or  ping the IP Address which is assigned to my vpn client from the ASA VPN  Pool.
    The LAN behind ASA is 192.168.0.0 and the VPN Pool for the cisco vpn client is 192.168.30.0
    I would appreciate some help pls
    Here is the config:
    ASA Version 7.2(4)
    hostname ciscoasa
    domain-name default.domain.invalid
    enable password J7NxNd4NtVydfOsB encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    names
    name 192.168.0.11 EXCHANGE
    name x.x.x.x WAN
    name 192.168.30.0 VPN_POOL2
    interface Vlan1
    nameif inside
    security-level 100
    ip address 192.168.0.1 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    ip address WAN 255.255.255.252
    interface Ethernet0/0
    switchport access vlan 2
    <--- More --->
    interface Ethernet0/1
    interface Ethernet0/2
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    boot system disk0:/asa724-k8.bin
    ftp mode passive
    clock timezone EEST 2
    clock summer-time EEDT recurring last Sun Mar 3:00 last Sun Oct 4:00
    dns server-group DefaultDNS
    domain-name default.domain.invalid
    object-group protocol TCPUDP
    protocol-object udp
    protocol-object tcp
    access-list nk-acl extended permit tcp any interface outside eq smtp
    access-list nk-acl extended permit tcp any interface outside eq https
    access-list customerVPN_splitTunnelAcl standard permit 192.168.0.0 255.255.255.0
    access-list inside_nat0_outbound extended permit ip 192.168.0.0 255.255.255.0 VPN_POOL2 255.255.255.0
    access-list inside_access_in extended permit ip any any
    access-list VPN_NAT extended permit ip VPN_POOL2 255.255.255.0 192.168.0.0 255.255.255.0
    pager lines 24
    logging enable
    logging asdm informational
    mtu inside 1500
    mtu outside 1500
    ip local pool VPN_POOL2 192.168.30.10-192.168.30.90 mask 255.255.255.0
    icmp unreachable rate-limit 1 burst-size 1
    asdm image disk0:/asdm-524.bin
    no asdm history enable
    arp timeout 14400
    global (inside) 10 interface
    global (outside) 1 interface
    nat (inside) 0 access-list inside_nat0_outbound
    nat (inside) 1 0.0.0.0 0.0.0.0
    nat (outside) 10 access-list VPN_NAT outside
    static (inside,outside) tcp interface smtp EXCHANGE smtp netmask 255.255.255.255
    static (inside,outside) tcp interface https EXCHANGE https netmask 255.255.255.255
    access-group inside_access_in in interface inside
    access-group nk-acl in interface outside
    route outside 0.0.0.0 0.0.0.0 x.x.x.x 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    aaa authentication enable console LOCAL
    aaa authentication http console LOCAL
    aaa authentication serial console LOCAL
    aaa authentication ssh console LOCAL
    aaa authentication telnet console LOCAL
    aaa authorization command LOCAL
    http server enable
    http 192.168.0.0 255.255.255.0 inside
    snmp-server host inside 192.168.0.16 community public
    no snmp-server location
    no snmp-server contact
    snmp-server community public
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto dynamic-map outside_dyn_map 20 set pfs group1
    crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-SHA
    crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
    crypto map outside_map interface outside
    crypto isakmp enable outside
    crypto isakmp policy 10
    authentication pre-share
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    crypto isakmp nat-traversal  20
    telnet 192.168.0.0 255.255.255.0 inside
    telnet timeout 5
    ssh timeout 5
    console timeout 0
    dhcp-client client-id interface outside
    dhcpd dns 217.27.32.196
    dhcpd address 192.168.0.100-192.168.0.200 inside
    dhcpd dns 192.168.0.10 interface inside
    dhcpd enable inside
    group-policy DfltGrpPolicy attributes
    banner none
    wins-server none
    dns-server none
    dhcp-network-scope none
    vpn-access-hours none
    vpn-simultaneous-logins 3
    vpn-idle-timeout 30
    vpn-session-timeout none
    vpn-filter none
    vpn-tunnel-protocol IPSec l2tp-ipsec
    password-storage disable
    ip-comp disable
    re-xauth disable
    group-lock none
    pfs disable
    ipsec-udp disable
    ipsec-udp-port 10000
    split-tunnel-policy tunnelall
    split-tunnel-network-list none
    default-domain none
    split-dns none
    intercept-dhcp 255.255.255.255 disable
    secure-unit-authentication disable
    user-authentication disable
    user-authentication-idle-timeout 30
    ip-phone-bypass disable
    leap-bypass disable
    nem disable
    backup-servers keep-client-config
    msie-proxy server none
    msie-proxy method no-modify
    msie-proxy except-list none
    msie-proxy local-bypass disable
    nac disable
    nac-sq-period 300
    nac-reval-period 36000
    nac-default-acl none
    address-pools none
    smartcard-removal-disconnect enable
    client-firewall none
    client-access-rule none
    webvpn
      functions url-entry
      html-content-filter none
      homepage none
      keep-alive-ignore 4
      http-comp gzip
      filter none
      url-list none
      customization value DfltCustomization
      port-forward none
      port-forward-name value Application Access
      sso-server none
      svc none
      svc keep-installer installed
      svc keepalive none
      svc rekey time none
      svc rekey method none
      svc dpd-interval client none
      svc dpd-interval gateway none
      svc compression deflate
    group-policy customerVPN internal
    group-policy customerVPN attributes
    dns-server value 192.168.0.10
    vpn-tunnel-protocol IPSec
    password-storage enable
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value customerVPN_splitTunnelAcl
    default-domain value customer.local
    username xxx password 8SYsAcRU4s6DpQP1 encrypted privilege 0
    username xxx attributes
    vpn-group-policy TUNNEL1
    username xxx password C6M4Xy7t0VOLU3bS encrypted privilege 0
    username xxx attributes
    vpn-group-policy PAPAGROUP
    username xxx password RU2zcsRqQAwCkglQ encrypted privilege 0
    username xxx attributes
    vpn-group-policy customerVPN
    username xxx password zfP8z5lE6WK/sSjY encrypted privilege 15
    tunnel-group customerVPN type ipsec-ra
    tunnel-group customerVPN general-attributes
    address-pool VPN_POOL2
    default-group-policy customerVPN
    tunnel-group customerVPN ipsec-attributes
    pre-shared-key *
    tunnel-group-map default-group DefaultL2LGroup
    class-map inspection_default
    match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum 512
    policy-map global_policy
    class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect rsh
      inspect rtsp
      inspect esmtp
      inspect sqlnet
      inspect skinny
      inspect sunrpc
      inspect xdmcp
      inspect sip
      inspect netbios
      inspect tftp
    service-policy global_policy global
    prompt hostname context
    Cryptochecksum:a4dfbb82008f78756fe4c7d029871ec1
    : end
    ciscoasa#                           

    Well lots of new features have been hinted at for ASA 9.2 but I've not seen anything as far as an Engineering Commit or Customer Commit for that feature.
    Site-site VPN in multiple context mode was added in 9.0(1) and I have customers have been asking for the remote access features as well.
    I will remember to ask about that at Cisco Live next month.

Maybe you are looking for