MoveUser command in Verson 6.3 is weird 1

Hi everyone. ^^
I have one question about "MoveUser" command in mail server version 6.3.
I upgraded one of my store server to version 6.3.
When I moved users from version 6.3 to 5.2 with 6.3 MoveUser command, it didn't work. but reverse case (5.2 to 6.3 with 5.2 MoveUser command) was fine.
Here are "imsimta version" output.
ms9 is version 6.3 and ms8 is 5.2.
ep_ms8: /mail08/iplanet/server5/msg-ms8 #./imsimta version
iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)
libimta.so 5.2 Patch 2 (built 19:30:12, Jul 14 2004)
SunOS ep_ms8 5.8 Generic_117350-55 sun4u sparc SUNW,Sun-Fire
ep_ms9: /mail09/iplanet/server6.3/sbin# ./imsimta version
Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)
libimta.so 6.3-8.01 (built 17:17:19, Dec 16 2008; 32bit)
SunOS ep_ms9 5.9 Generic_122300-29 sun4u sparc SUNW,Sun-Fire-V490
I made script as follow
$1 is uid, $2 is source maildrop and $3 is destination maildrop
a) command is the command to move users from ms9 to ms8 in ms9 mail server using 6.3 MoveUser command.
b) command is the command to move users from ms8 to ms9 in ms9 mail server using 6.3 MoveUser command.
a) /mail09/iplanet/server6.3/sbin/MoveUser -l "ldap://mldap.mydomain.com:389/o=mydomain??sub?(uid=$1)" -D "cn=Directory Manager" -w password -s ms9.mydomain.com:8341 -x imapproxy -p password -d ms8.mydomain.com:8341 -a imapproxy -v password -o $2 -m $3 -A -F
b) /mail09/iplanet/server6.3/sbin/MoveUser -l "ldap://mldap.mydomain.com:389/o=mydomain??sub?(uid=$1)" -D "cn=Directory Manager" -w password -s ms8.mydomain.com:8341 -x imapproxy -p password -d ms9.mydomain.com:8341 -a imapproxy -v password -o $2 -m $3 -A -F
And I made proxyuser in LDAP and set in both mail servers.
Hera are mail config
ep_ms9: /mail09/iplanet/server6.3/sbin # ./getconf | grep store.admins
store.admins = "admin imapproxy"
ep_ms8: /mail08/iplanet/server5/msg-ms8 # ./getconf | grep store.admins
store.admins = "admin imapproxy"
From here I captured screen MoveUser command output
1) In server ms9, check mailbox user called "e11.test"
./mboxutil -l -p "user/e11.test/INBOX"
msgs Kbytes last msg partition quotaroot mailbox
4 1388 2009/05/29 16:11 store901 no quota user/e11.test/INBOX <= 4 messages
In Server ms8
# ./mboxutil -l -p "user/e11.test/INBOX"
msgs Kbytes last msg partition quotaroot mailbox <== No mailbox made
2) Runnign MoveUser script to move ms9 to ms8.
ep_ms9: /mail09/mailsrv/movetest # ./N_ms9-ms8 e11.test store901 store801
ldapHost = mldap.mydomain.com
ldapPort = 389
ldapBaseDN = o=mydomain
ldapScope = 2
ldapFilter = (uid=e11.test)
ldapBindDN= cn=Directory Manager
srcMailHost = ms9.mydomain.com
destMailHost = ms8.mydomain.com
sMailAdm = imapproxy
dMailAdm = imapproxy
OldmailDrop = store901
mailDrop = store801
Not adding alternate mail address to LDAP Accounts
Messages will be removed AFTER the entire folder is moved
=======================================================
ms9.mydomain.com:{store901\e11.test} --> ms8.mydomain.com:{store801\e11.test}
dn: uid=e11.test,ou=regular,ou=people,o=mydomain
changetype: modify
mailhost: ms8.mydomain.com
mailmessagestore: store801
*Server responded [Mailbox does not exist]*
Please check if e11.test exists on destination mail server: ms8.mydomain.com
ep_ms9: /mail09/mailsrv/movetest #
3) So I made INBOX manually using IMAP command logon as proxy user in ms8.
# telnet ms8.mydomain.com 8341
Trying 203.254.225.102...
Connected to ms8.mydomain.com.
Escape character is '^]'.
* OK ms8.mydomain.com IMAP4 service (iPlanet Messaging Server 5.2 HotFix 2.07 (built Jul 15 2005))
*0 login imapproxy password*
*0 OK User logged in*
*0 proxyauth e11.test*
*0 OK Completed*
0 list "" *
0 OK Completed
*0 create INBOX*
0 OK Completed
0 list "" *
* LIST (\NoInferiors) "/" INBOX <== create INBOX manually
0 OK Completed
0 logout
* BYE LOGOUT received
0 OK Completed
Connection closed by foreign host.
Now INBOX was made
# ./mboxutil -l -p "user/e11.test/INBOX"
msgs Kbytes last msg partition quotaroot mailbox
0 0 none store801 no quota user/e11.test/INBOX

4) Running again script and the resutlt wad fine. So I assumed that IMAP in Version6.3 can not made INBOX.
ep_ms9: /mail09/mailsrv/movetest #./N_ms9-ms8 e11.test store901 store801
ldapHost = mldap.mydomain.com
ldapPort = 389
ldapBaseDN = o=mydomain
ldapScope = 2
ldapFilter = (uid=e11.test)
ldapBindDN= cn=Directory Manager
srcMailHost = ms9.mydomain.com
destMailHost = ms8.mydomain.com
sMailAdm = imapproxy
dMailAdm = imapproxy
OldmailDrop = store901
mailDrop = store801
Not adding alternate mail address to LDAP Accounts
Messages will be removed AFTER the entire folder is moved
=======================================================
ms9.mydomain.com:{store901\e11.test} --> ms8.mydomain.com:{store801\e11.test}
dn: uid=e11.test,ou=regular,ou=people,o=mydomain
changetype: modify
mailhost: ms8.mydomain.com
mailmessagestore: store801
{ms9.mydomain.com}INBOX [4 message(s)] => {ms8.mydomain.com}INBOX
Moving message # 1 (UID = 1)
Moving message # 2 (UID = 2)
Moving message # 3 (UID = 3)
Moving message # 4 (UID = 4)
4 out of 4 message(s) were moved to => {ms8.mydomain.com}INBOX
[Ok]
Creating Folder {ms8.mydomain.com}Drafts
Mailbox {ms9.mydomain.com}Drafts is empty
0 message(s) moved to => {ms8.mydomain.com}Drafts
[Ok]
-- omit for maximum allowed message in Forums--
5) successfully e11.test mailbox moved to store801.
# ./mboxutil -l -p "user/e11.test/INBOX"
msgs Kbytes last msg partition quotaroot mailbox
4 1388 2009/06/01 16:00 store801 no quota user/e11.test/INBOX
6) When I move from ms8 to ms9 with 6.3 MoveUser command, I got an error.
./N_ms8-ms9 e11.test store801 store901
ldapHost = mldap.mydomain.com
ldapPort = 389
ldapBaseDN = o=mydomain
ldapScope = 2
ldapFilter = (uid=e11.test)
ldapBindDN= cn=Directory Manager
srcMailHost = ms8.mydomain.com
destMailHost = ms9.mydomain.com
sMailAdm = imapproxy
dMailAdm = imapproxy
OldmailDrop = store801
mailDrop = store901
Not adding alternate mail address to LDAP Accounts
Messages will be removed AFTER the entire folder is moved
=======================================================
ms8.mydomain.com:{store801\e11.test} --> ms9.mydomain.com:{store901\e11.test}
dn: uid=e11.test,ou=regular,ou=people,o=mydomain
changetype: modify
mailhost: ms9.mydomain.com
mailmessagestore: store901
*Server responded [Server hosting this mailbox is not available]*
7) So this time, I used mail5.2 patch2 "MoveUser" command in ms8 store server, the result was fine.
The "ms8-ms9" script is the same as "N_ms8-ms9" and "N_ms9-ms8", of cource deprecated options were used such as -b option
ep_ms8: /mail08/iplanet/server5/bin/msg/admin/bin/movetest # ./ms8-ms9 e11.test store801 store901
ldapHost = mldap.mydomain.com
ldapPort = 389
ldapBaseDN = o=mydomain
ldapScope = 2
ldapFilter = (uid=e11.test)
ldapBindDN= cn=Directory Manager
Destination ldap host = rldap.mydomain.com
Destination ldap bind DN = cn=Directory Manager
srcMailHost = ms8.mydomain.com
destMailHost = ms9.mydomain.com
sMailAdm = imapproxy
dMailAdm = imapproxy
OldmailDrop = store801
mailDrop = store901
Not adding alternate mail address to LDAP Accounts
Messages will be removed AFTER the entire folder is moved
=======================================================
ms8.mydomain.com:{store801\e11.test} --> ms9.mydomain.com:{store901\e11.test}
dn: uid=e11.test,ou=regular,ou=people,o=mydomain
changetype: modify
mailhost: ms9.mydomain.com
mailmessagestore: store901
Verifying new attributes..done
{ms8.mydomain.com}INBOX [4 message(s)] => {ms9.mydomain.com}INBOX
Moving message # 1 (UID = 1)
Moving message # 2 (UID = 2)
Moving message # 3 (UID = 3)
Moving message # 4 (UID = 4)
4 out of 4 message(s) were moved to => {ms9.mydomain.com}INBOX
[Ok]
Creating Folder {ms9.mydomain.com}Drafts
-- omit for maximum allowed message in Forums--
mboxutil output was find.
ep_ms9: /mail09/iplanet/server6.3/sbin # ./mboxutil -l -p "user/e11.test/INBOX"
msgs Kbytes last msg partition quotaroot mailbox
4 1388 2009/06/01 16:07 store901 no quota user/e11.test/INBOX
8) When I get failed MoveUser command from ms8 to ms9 using 6.3 , I tried to make INBOX with IMAP command in ms9 server, I've got an error.
My assuming which IMAP in Version6.3 can not made INBOX waswrong. MoveUser command is weird.
ep_ms9: /mail09/iplanet/server6.3/sbin # telnet ms9.mydomain.com 8341
Trying 203.XXX.XXX.XXX...
Connected to ms9.mydomain.com.
Escape character is '^]'.
* OK [CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS CHILDREN BINARY UNSELECT SORT LANGUAGE XSENDER X-NETSCAPE XSERVERINFO X-SUN-SORT X-SUN-IMAP X-ANNOTATEMORE X-UNAUTHENTICATE XUM1 AUTH=PLAIN] ms9.mydomain.com IMAP4 service (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit))
0 login imapproxy password
0 OK User logged in
0 proxyauth e11.test
0 OK Completed
0 list "" *
0 OK Completed
0 create INBOX
0 NO Server hosting this mailbox is not available
0 logout
* BYE LOGOUT received
0 OK Completed
Connection to ms9.mydomain.com closed by foreign host.
Conclutions are
- move user from 6.3 to 5.2 and from 5.2 to 6.3 did not work with 6.3 MoveUser command
- move user from 6.3 to 5.2 and 5.2 to 6.3 work fine with 5.2 MoveUser command
My test is wronfg or MoveUser has a bug.
Any suggestion and idea will be welcomed.
Thanks.
Edited by: leeky41 on Jun 1, 2009 1:48 AM

Similar Messages

  • SQL COPY command Weird outcome!!

    Hi,
    On Friday I have refreshed two tables from one database to another using SQL COPY command.But today I found something weird that two tables have data which were before refresh.
    the command I hadused:
    copy from test/xxxx@db3to test/yyyy@db1 insert master_table using select * from master_table;What could be the reason.??

    COPY Command is used to COPY database table from one Schema to another Schema.

  • Web Browser Hidden Commands

    http://windowssecrets.com/newsletter/little-known-browser-commands-and-functions/

    boy, ...weird as it sounds, the older I get the more I DONT wanna mess around with stuff anymore.
    I guess if I had to I could dig up tools for windows 32 bit stuff ( dependence walker comes to mind )...  and all that background stuff that used to be fascinating to me and really helpful besides...especially when solving problems with my machine...but NOW.... I am getting more and more into NOT doing anything anymore to solve problems...and more into just doing what I need to do...if there is a client involved or some way to make money or a product out of that " time" I spend on this stuff.
    I guess what I'm saying is... if I don't HAVE to do something now I shy away from it.... and just keep this machine as lean as possible so I dont have to deal with surprises from installed junk hooking me into something I dont want.
    The browsers and social media things are the worst IMO now... and search engines and all that junk...and the relationships they have with each other...
    At some point all this will come to some giant wall...where serious computer users will not even have their work stations hooked up to the internet...
    And they will be the minority.
    The business and profit etc will continue along the lines of cookies and all that...and browsers, search engines, social media, etc...and probably dick tracy watch phones and little phones with screens and all that, which I have absolutely no interest in.
    But anyway, thanks for posting this link cause back in the day this stuff was very helpful to me depending on what browser I was using etc.
    Right now though, my biggest concern is trying to avoid the giant frog on the kids course when I'm supposed to be on the adult course ....
    YIKES !

  • Receiving command not found after modifying .bash_profile in OEL 5.6 64 bits

    Hi guys,
    After the installation of Oracle Database 11gR2 on OEL 5.6, I added the following entries into the .bash_profile of the oracle user:
    # Oracle Settings
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    ORACLE_HOSTNAME=ol5-112.localdomain; export ORACLE_HOSTNAME
    ORACLE_UNQNAME=DB11G; export ORACLE_UNQNAME
    ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/11.2.0/db_1; export ORACLE_HOME
    ORACLE_SID=DB11G; export ORACLE_SID
    PATH=/usr/sbin:$PATH; export PATH
    PATH=$ORACLE_HOME/bin:$PATH; export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
    CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
    # I added my own values relative to my environment.
    But now, when I tried to login as the oracle user on my terminal, I received the following error:
    command not found
    command not found
    So I deleted all the entries I added to the .bash_profile file. But it didn't solve the problem. When I log in as oracle, I still receive the error:
    command not found
    command not found
    This is really weird. How can I do to solve this error?
    Thanks in advance
    Clamarion.

    The following command might show you where the problem is:
    bash -l -x
    See "man bash" for details.

  • Re: Keyboard no longer being recognized in game apps!

    This one is quite a baffling.  I finally upgraded from an iMac PPC G5 Light Sensor system running 10.5.9 to the new iMac Intel 3.1 GHz quad core i5 running 10.7.2 with 16 GB of RAM.  Great system, loving the 27" monitor but I did invest some extra cash in a 2 GB video card to make game play that much better.  That said, when I first got the system fully operational I tried playing The Force Unleashed using the wireless keyboard and track pad, it was a tricky set up but everything worked perfectly.
    A couple days later I came back to play the game and surprise the keyboard was no longer recognized except when I use "command Q" to quit the game, weird.  I open a couple of other games and the same story though I am unable to quit out of those games, that was annoying.  I tried deleting all the bluetooth devices and re-adding them, no dice.  I tried using a usb keyboard, also no affect.  I went out and bought an xBox USB game controller and loaded the software to use it. The controller is seen and I was able to configure the xBox controller in the finder but once again it doesn't work in the game and The Force Unleashed even has an option for it.
    I have gone over the system prefs panes for both the keyboard and the track pad, resetting them to factory defaults but still the same story.  This is baffling because the keybaord and track pad worked great for a few days and now I can't seem to get any interface device to work with the games I own.  I am now guessing it's one of two things, first when the bluetooth interface data was imported from my PPC iMac it got corrputed and is causing these problems.  I say this because the keyboard that came with the new system failed to work even after I delete the older bluetooth keyboard profile and recreated a new profile for the new keyboard (the newer keyboard magically started working after many hours of attempting to re-associating it with the new iMac).  Second, there could be some odd instability with Lion's interface drivers or the interface driver architecture as I have been a Mac engineer for many years and have never seen anything quite as baffling as this problem.
    Any help is greatly appreciated!!  In the meantime I am building an external tech drive with plans to boot from it and run DiskWarrior 4.4 against the new system in the hope of repairing an corrupted files that might be causing this issue.  Cheers!

    Vaio wouldn't know Mac file system from a hole in the wall unless it has Mediafour's Macdrive software.
    It isn't so much updating 10.3, it is more updating your Disk Warrior to match your operating system. What version of Disk Warrior do you have?
    P.S. note this is the 10.4 forums for Tiger. 10.3 is Panther. Future questions regarding 10.3 should be directed to the 10.3 and earlier forums. Though I'm happy to continue to try to solve your problem here.

  • Network Manager Can't Connect Wirelessly

    Hi everyone,
    I'm trying to migrate from Connman to Network Manager for my network needs (as well as from e17 to xmonad) and I'm seeing some strange behavior. I can get the network manager applet running, but it won't connect to any wireless networks. I see a bunch of networks floating around in the connections list, but if I click on one, nothing happens. Furthermore, if I try to connect by command line, I get the following weirdness
    Input:
    nmcli con up uuid f767eb89-ccbc-4dbe-bf12-af216ab8f9ff ap A0:21:B7:72:A3:CE
    (the uuid is for my wlan0 interface and the ap is the BSSID of my network).
    Output:
    Active connection state: activating
    Active connection path: /org/freedesktop/NetworkManager/ActiveConnection/0
    ** (process:2012): WARNING **: _nm_object_get_property: Error getting 'State' for /org/freedesktop/NetworkManager/ActiveConnection/0: (19) Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist
    state: unknown
    Error: Connection activation failed.
    I'm fairly sure that I have my policy kit working correctly. I have dbus and network manager as daemons and I logged in to an xmonad session using GDM, which should do my policy management for me, right?
    I think its the wrong error message for a policy kit error anyways.
    Any ideas?
    Thanks in advance!
    Last edited by Yurlungur (2012-04-16 04:29:32)

    I switched to wicd, so this isn't an issue anymore, I guess... still not sure what was going wrong, though.

  • Flash Player (Web Export) showing wrong colors

    Cheers!
    Sometimes when I look at my exported galeries I'm not satisfied regarding the colors. Up to today I thought that this is based on my week skills in developing photos.
    But that seems to be wrong! Please helpt me with the following:
    I'm exporting via Web Module using a simple viewer template (which uses the adobe flash player to display images). Now I fire up that little web page in my browser (safari or firefox in my case) and compare what I see with what I see in lightroom (library module). I can notice a very severe difference in the color presentation. Next I start a second browser window and place it beside the one showing the flash player galery exported before. Within that browser window I call the image from the image folder within the exported web page and compare both. Hence! It does not look like the same.
    To illustrate that I shot the following a couple of minutes ago:
    http://minolta.karlos.at/test.png
    On the left you see the lightroom web galery (simple viewer) and on the right the jpeg picture itself. (You can try that by starting the web galery and then click on the photo and launch it with the command "open picture in new window"
    Weird!
    Is that behaviour known and is there any solution to avoid this wrong color display?
    Thanks!
    C.

    Flash is not color managed (although in the latest version you can somehow turn it on I understand) so it will never show the right color ever. That said, if you have a good display but not so good it has a wide gamut, and you calibrate correctly at gamma 2.2, you should see very similar color. The problem on Macs that have not been calibrated is that the default gamma is wrong (even Apple says this) and they have to be calibrated to be right. Normally Safari color manages so the gamma of most images gets automaticaly corrected, but it cannot color manage flash.
    That said, from your screenshot it appears the difference is entirely due to the difference in gamut between your display and sRGB. There is nothing you can do about it but pester Adobe to enable color management for the latest flash versions in the Lightroom flash galleries. Of course nobody that looks at your gallery will actually see the right color anyway as basically nobody calibrates their screen and most people do not even use color managed browsers.

  • NoClassDefFound Error in Windows NT

    Hi all...I am having problem running my java programs.
    Due to some technical problems, the help desk in our company had to rebuild my computer. Its an NT workstation.
    And after the system is rebuilt, I installed the j2sdk1.4.0_01 when all the problems started. I am able to compile all the programs, but whatever I do I am not able to run the programs.
    It is giving me the error ::
    Exception in thread "main" java.lang.NoClassDefFoundError
    i dont think there is any problem in my classpath. I checked and double checked it. I am able to run the programs from an IDE, but not from the command prompt.
    And the most weird thing is: I am getting the same error even if I copy the class file into the j2sdk1.4.0_01\bin directory and run it with java.
    Any kind of help on how I am going to solve this will be highly appreciated.
    Thank you all
    -shyam

    I use NT. I agree this sounds like a classpath problem.
    1. Go to a fresh command line. Type SET CLASSPATH. Check the results.
    2. From the same command line type PATH. NT has its own Java unless you have removed it. If ..\winnt\system32 comes before the directory where you installed java then the old Java is going to be used.
    The IDE will set up its own PATH and CLASSPATH before doing anything else. That is why programs run from the IDE but not the command line.
    I normally create a batch file named JAVAPATH.CMD which overrides PATH and CLASSPATH. When I go to the command prompt I first execute JAVAPATH then I do my work.
    Why you might ask. Permanently changing PATH or CLASSPATH in the System icon my interfer with other applications which depend upon the system setting of these values. By running JAVAPATH the PATH and CLASSPATH are changed only for that session.
    Good luck

  • Repair ORACLE_HOME

    Dear experts,
    I accidentally deleted some files under ORACLE_HOME/oj4j. Therefore I cannot run EM database control and also cannot reconfigure it using EMCA because some files are missing.
    Is there another way how to do something such as "repair" this directory or even "repair" ORACLE_HOME ?
    Oracle version : Oracle 10.2.0.5
    OS : AIX 5.2
    Thanks & Regards,
    BSS.
    Edited by: user10996758 on Apr 12, 2011 9:58 PM

    Thanks friends,
    Now I'm able reinstall Oracle EM engine and run script emca. Document [ID 394081.1] is good reference.
    I created EM repository with the following command.
    emca -config dbcontrol db -repos create
    The execution is complete with error message :
    Apr 13, 2011 3:27:16 PM oracle.sysman.emcp.util.DBControlUtil startOMS
    INFO: Starting Database Control (this may take a while) ...
    Apr 13, 2011 3:27:28 PM oracle.sysman.emcp.EMDBPostConfig performConfiguration
    INFO: Database Control started successfully
    Apr 13, 2011 3:27:28 PM oracle.sysman.emcp.EMDBPostConfig performConfiguration
    INFO: >>>>>>>>>>> The Database Control URL is http://itc01:1158/em <<<<<<<<<<<
    Error securing Database Control. Database Control has been brought-up in non-secure mode. To secure the Database Control execute the following command(s):
    1) Set the environment variable ORACLE_SID to ITC
    2) /oracle/app/product/10.2.0/bin/emctl stop dbconsole
    3) /oracle/app/product/10.2.0/bin/emctl config emkey -repos -sysman_pwd < Password for SYSMAN user >
    4) /oracle/app/product/10.2.0/bin/emctl secure dbconsole -sysman_pwd < Password for SYSMAN user >
    5) /oracle/app/product/10.2.0/bin/emctl start dbconsole
    To secure Em Key, run /oracle/app/product/10.2.0/bin/emctl config emkey -remove_from_repos -sysman_pwd < Password for SYSMAN user >
    $
    Until here, I ignore those error message and seems EM is running in non-secure mode. It's okay I think. But when I check status of emctl using "emctl status dbconsole", the output is EM Daemon is not running:
    $ emctl status dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.5.0
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    http://itc01:1158/em/console/aboutApplication
    EM Daemon is not running.
    Logs are generated in directory /oracle/app/product/10.2.0/itc01_ITC/sysman/log
    $
    I check /oracle/app/product/10.2.0/itc01_ITC/sysman/log/emdb.nohup. It says:
    "If you modified the timezone setting in the environment, please stop the agent and exectute 'emctl resetTZ agent' and also execute the script 'mgmt_target.set_agent_tzrgn' to get the value propagated to repository"
    then I did:
    $ emctl resetTZ agent
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.5.0
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Agent is running. Stop the agent and rerun the command.
    $
    $ emctl stop agent
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.5.0
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Agent is not running.
    $
    $ emctl resetTZ agent
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.5.0
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Agent is running. Stop the agent and rerun the command.
    $
    See? This is weird, agent is not running but Oracle still says that Agent is running. Reboot the machine doesn't work.
    Any idea ?

  • Help Moving Mail Store

    We are attempting to migrate the mail stores from Sun Messaging Server 5.2 on Windows to iMS 5.2 on Solaris. We used imsbackup to archive a test account. When we tried to restore the mail (using imsrestore) on the destination server, it fails (the user's mailbox is empty). We used "imsrestore -t" to validate the archive prior to the attempt at restoration.
    We suspect that this is because the mail stores are named differently. The source mail store is named "MYMAIL" and the target is named "Portal1B". Is this likely to be the cause? If so, is there an easy way to correct this?
    Please note that the iMS services are a component of Luminis portal so we can't upgrade even if there are tools available in a newer version that makes this easier.
    Thanks in advance.

    >
    MoveUser is designed to move your users, one at a
    time, over the network. It may be faster than
    backup, but not guranteed. If used with correct ldap
    url in the command, it will even change the ldap
    entry for your users, for mail host.
    I've migrated terabytes of mail stores with MoveUser,
    usually a few thousand users at a time.We've been studying the moveuser command in the Messaging Server Reference Manual and have not been able to determine the correct arguments to pass. Can you please give us an example of the syntax based on our hypothetical setup?
    Src Email server: mymail.school.edu
    Src Email LDAP server: my.school.edu
    Src Email LDAP admin: cn=Directory Manager
    Src Email LDAP user path: ou=people, o=my.school.edu, o=cp
    Dst Emai server: portal1b.school.edu
    Dst Email LDAP server: portal1a.school.edu
    Dst Email LDAP admin: cn=Directory Manager
    Dst Email LDAP user path: ou=people, o=my.school.edu, o=cp
    Thank you for all your assistance!

  • Home/End keys do not work in FCE4

    I'm on an Intel iMac with the iMac keyboard with numeric keypad, so I have dedicated Home and End keys, not the Fn keys. The keys work in other applications (such as this text box) but have no effect in FCE at all. Other keys, like alt-R to render and J, K, and L all work, just not Home and End ... so far.
    Any ideas?
    Thanks,
    Tubbs

    So I've done a lot of searching and found that people in other countries seem to have this issue a lot with FCP, but I find no mention of it with FCE. I'm in the US, btw, with US settings. In their cases the work around is to go into System Preferences->International and change the language to English before they launch FCP.
    I tinkered with that and never could get it to work.
    However, what I did find is that I apparently do have some sort foreign keyboard setting somewhere, because I appear to have some foreign mappings. My home and end key functionality is available as ctrl-home and ctrl-end. Further, zooming on the timeline does not work with the + and - keys unless I also hold command when I hit them. Weird.
    I'd still love a legitimate solution if anyone can figure it out.

  • User Mailboxes Migration

    Hi,
    I have been reading section 2.5 of the Administration Guide. The options to migrate user mailboxes are as follow:
    1. To Migrate User Mailboxes from One Messaging Server to Another While Online
    2. To Move Mailboxes Using an IMAP client
    3. To Move Mailboxes Using the moveuser Command
    4. To Move Mailboxes Using the imsimport Command
    It appears to me that all methods require both old and new mail server running during the migration. I just wonder how could both old and new mail server having a FQDN of "mail.example.com" run at the same time without problem? Or you simply turn off DNS and use only IP addresses.
    Assuming you use a different name for the new and old mail server, how do I go about changing the name? For example, I can think of two cases.
    1) Setup new mail server as mail.example.com
    2) Change old mail server to old.example.com
    3) Turn on new mail server
    4) Perform migration
    5) Shutdown old.example.com
    -OR-
    1) Setup new mail server as new.example.com
    2) Perform migration
    3) Shutdown old mail (mail.example.com)
    4) Change new mail server to mail.example.com
    Has anybody use method 3 in the above two cases? Is it the best way to migrate user mailboxes?
    Thank you.

    Hi,
    I migrated a whole production setup successfully with folowing approach:
    Assumptions
    Both servers would use same hostname/IP/DNS names
    there is no MX change
    1. Installed the new server in a private network and connected this server to old throufg a cross cable with whatever IP/subnet
    This resolves the IP conflict -- now both servers can have same IP same hostname and the old production can still be up and running
    2. Dumped the ldif of users (both PAB and Usergroup from old server to new server ( db2ldif cmd with ldapmodify used )
    Now the users of old server are there in the new server too -- but without mails --- and no mails transactions are happening to the new server
    3. imsbackup/ imsrestore the actual mails through cross cable link
    Now the new server has fully updated users as well as mails
    4. Disconnect the old server and connect the new server to production network
    I had a downtime for 20 min for migration of 5000 users.
    Same process would follow for servers with diferent names -- but if domain names change --- you have to edit the ldif dumps first before importing --- that is simple with awk/sed/perl whatever u use
    Thanks

  • GPIB Initializa​tion problems

    Hi,
    I'm using LabView 6i with a Fluke 45 IEEE dmm. The communication works fine as long as I use MAX to initialize the GPIB. I tried the GPIB Initialization function and it does set the meter in REMOTE, but that's it. It doesn't allow me to send any command. In order to do it, I have to go to MAX. I'm using the regular write and read GPIB commands. Any suggestions?
    Thanks in advance,
    Javier Pena

    Without using MAX, try to retart your instrument (i.e. DMM) after your
    program is running. Other than CR or CR+LF, ; (semi colon) could be used for
    command termination.
    Good luck,
    Nam.
    Javier Pena wrote in message
    news:5065000000050000003B550000-1007855737000@exch​ange.ni.com...
    > Thanks for your input Craig,
    >
    > The GPIB commands in LabView work fine, I can read and write without
    > problems, but only once the meter is initialized (or
    > detected/configured) in MAX, and that would work only while the
    > computer is on. My question is if there's any difference between the
    > GPIB initialization function and the process MAX uses to initialize
    > the device. I have the GPIB initialization function at the beginning
    > of the program. I've tried dif
    ferent combination of parameters and it
    > does set the meter in REMOTE mode, but when I send the next command
    > (let's say... VAC) it doesn't work. So I go to MAX, send an *IDN? or
    > whatever and after that, all commands from LabView work. Pretty weird,
    > huh? (maybe not so weird for many of you, but I'm a newbie in GPIB
    >
    > Thanks

  • IMS52 - Moving Users Between Partitions

    Hello,
    We are on
    iPlanet Messaging Server 5.2 HotFix 2.09 (built Nov 18 2005)
    libimta.so 5.2 HotFix 2.09 (built 10:35:58, Nov 18 2005)
    I understand this is going off of maintenance, but we are tied to this version
    based on the portal we are using.
    Would like to verify a procedure I've been using to
    move users from one partition to another. Over the past year,
    I've moved roughly 5000 accts (out of about 57K) using the "mboxutil -r"
    command. Out of the 5000, a handful have had issues with 'disappearing'
    INBOX - all have been using the MS Outlook mail client.
    I asked our portal software support about this and they said this method
    was not supported while the user was still had a imap session going and that
    mailbox corruption could occur. They pointed me to #1 on page 642 of the
    MS Admin Guide - sure enough, it's there and I don't know why I never really
    noticed that first part. I was hoping to use this method to move users from
    our old SAN to a new one, with the mboxutil running all during the day/night.
    So, with this information, I'll probably just move users during the wee hours,
    letting them know ahead of time to not use their account during those hours.
    1) Is there anything else I should know about mboxutil rename? To this date,
    it's worked well, with the exception of the Outlook email clients.
    2) I came accross the MoveUser command, but that seems more for moving
    to another server. However, it sounds like this can be done while the user
    is logged on. Is this true?
    Would appreciate your comments.
    Thank you,
    Keith

    Hi,
    kmrnm10 wrote:
    So, with this information, I'll probably just move users during the wee hours,
    letting them know ahead of time to not use their account during those hours.You may also want to restart the imapd processes just prior to moving the accounts, to kick-off any users who have left their client running (./stop-msg imap;./start-msg imap).
    1) Is there anything else I should know about mboxutil rename? To this date,
    it's worked well, with the exception of the Outlook email clients.Nothing more to add really. There is an existing RFE (request for enhancement) to have the user automatically disconnected from IMAP when a move (mboxutil -r) is performed (RFE #6499681). MS6.3 already provides the ability to disconnect individual IMAP connections (imsconnutil -k) so this would combine the two operations.
    2) I came accross the MoveUser command, but that seems more for moving
    to another server. However, it sounds like this can be done while the user
    is logged on. Is this true?As you say this utility is more for moving users across systems which is a much different operation as the underlying store database doesn't change as it does during a mboxutil -r operation. The idea is that the move can be performed online (the user see's the 'old' account) and when they reconnect they will be connected to the 'new' account.
    Regards,
    Shane.

  • Finder Find command is suddenly not speedy and works weirdly

    I have a number of small, and one large, problems when I use command-F to find things in the Finder.
    After upgrading to Leopard from Tiger, like all users I experienced a WONDERFUL increase in the usefulness of this command. So I use it a lot, and for a long time it worked perfectly. My current problem is that when I type command-F, it opens a new finder window, and...
    (1) ... when I click on the box to type the words I want to find, the insertion point doesn't appear, but the letters do appear there after I type something [minor], and...
    (2) ... a FEW results of the search do appear instantly, but the window seems to enter a semi-frozen state [major; see below], and ...
    (3) ... the Finder window which is finding shows signs of being inactive (scroll bar bubble is gray, not colored; columns do not sort when column header is clicked); window is in some ways unresponsive [middling], and ...
    (4) ... after awhile (often as long as 30 or 40 seconds) the window suddenly finishes whatever was holding it up and the full set of results appear, the scroll bar bubble becomes colored, column-header-clicking sorts the column instantly.
    In short, there is now a long, weird, semi-inactive period between the initial appearance of a few Find results and the final appearance of the entire list, when I have gotten used to the seemingly 100% instantaneous appearance of a Find request's results. I'm spoiled, and I want my wonderful Find command back!
    The only thing I can think of that I might have done to contribute to this is that I HATE the behavior of the Finder searching using the title bar's oval Find window, so I removed that part from the default window setup. That is, I've changed my preferences so that when a new Finder window appears, there is no oval Find window in its upper right-hand corner. Thus, when I type command-F the Finder notices that there is no Find window to put the insertion point into, so it opens a few window with a search field at the top (the "Search for" box). (And then it refuses to put an insertion point into the window where I'm supposed to type the Search string.)
    Am I being clear?

    Did you read my hint at http://www.macosxhints.com/article.php?story=20080229204517495 ?

Maybe you are looking for

  • How do I display, copy, and paste a web address from an open Safari window please?

    I'm new to Mac and Safari.  I'm used to being able to just cut and paste a web address from a page I'm on into a discussion, but I don't see an address bar to copy from. I'm sure it is there somewhere, which toolbar or keyboard shortcut am I missing,

  • Simple button help needed!

    I want to make a simple round button that glows when you mouse over it and depresses when you click it. Apparently to do this I need to use Filters to make the glow and bevels. But Filtersonly work on movie clips, buttons and text. So I make a circle

  • Want to wipe old iMac hard drive

    I have an old iMac (circa 1998) with OS 9.2 installed. The thing hasn't worked for years, and it's been collecting dust in my attic. In fact, I no longer use Mac computers at all. Now I'm moving, and want to recycle the thing. Before I take it in, I'

  • Block Vendor Invoice FB60 not appear in MRBR

    Dear All,                Posting blocked vendor invoice doesn't appear in MRBR. Blocking is done in payment tab . pls advice Thanks

  • HTTPS inspection issue

    Hello All, I have seeing error 12227: the name on the SSL server certificate supplied by a destination server does not match the name of the host requested. I have already put in the entry in the https destination exception with no validation option