Config Message storage /partition isn't

Hi, I'd installed JES Messaging Sever 6.0 (Schema 2). The messaging is started too.
I'm trying to config storage for user,but the default message store partition is not created
#ls /opt/SUNWmsgsr/data/store
drwx------ 2 mailsrv bdf 512 Jan 12 15:34 session
drwx------ 3 mailsrv bdf 512 Jan 12 15:05 mboxlist
drwx------ 3 mailsrv bdf 512 Jan 7 16:41 dbdata
I use de command :
configutil -o store.partition.primary.path -v /opt/SUNWmsgsr/data/store/partition,
it send "OK SET", I restart server storage; and the directory partiton is not created.
(I 'd use the console,too)
please can you help me?

Please see my response in your later identical post.

Similar Messages

  • When I try to load gmail I get the message "The page isn't redirecting properly"

    I logged out of one gmail account to log into another. The first account was working fine.
    When trying to load up the second, I got the following message:
    " The page isn't redirecting properly
    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
    This problem can sometimes be caused by disabling or refusing to accept cookies"
    I've checked the cookies but all seems fine. What to do?
    == Operating system ==
    Windows Vista

    "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    See http://kb.mozillazine.org/Clearing_the_cache and http://kb.mozillazine.org/Cookies
    See also http://kb.mozillazine.org/The_page_is_not_redirecting_properly

  • After adding a new message store partition

    First , our version is:
    Sun Java(tm) System Messaging Server 6.3-6.03
    (built Mar 14 2008; 32bit)
    libimta.so 6.3-6.03 (built 17:12:37, Mar 14 2008; 32bit)
    I have a question about the behaviour of users whose
    mailbox are in a newly created message store partition
    , which I call its nickname as mailvol2
    These were what I did:
    I created the new partition using the command
    configutil -o store.partition.mailvol2.path -v /newdisk/par
    (then restarted the JSMS)
    I tried to test it first on an existing user
    (whose mails are still in the default primary partition)
    and I added the "mailMessageStore" attribute to
    his Ldap entry, with the value mailvol2
    Now I tried sending him new mails.
    The mail could be read. But it seems that they
    went to the primary mailstore partition as I
    could not see any subdirectories under the path
    /newdisk/par
    (I expected there is a subdirectory called
    ==user under there)
    Is this normal ? In other words, only newly created
    users (with the mailMessageStore= mailvol2 attribute)
    will have their mails under there.
    For the old user, I must use the
    mboxutil -r ..........
    command to move his old mailbox first in order for his
    new mails being housed in the new partition ?

    mboxutil -r should change the mailMessageStore attribute on the user.
    It is important that the mailMessageStore attribute on the user be correct. This is not for the normal functioning of access to the folder on a day-to-day basis, but for recovery purposes.
    For normal functioning, access to the folder occurs via the folder DB. The folder DB record includes the name of the partition on which the folder resides and the file system path to the folder.
    But if folder DB information has been lost, the store access code looks for the folder on the partition specified by the user's mailMessageStore attribute. If it exists, the folder is added to the folder DB. This allows the store to recover dynamically. If the user does not have a mailMessageStore attribute, then the default partition is assumed. The reconstruct -m command will search all the partitions and work this out, but the dynamic recovery requires the mailMessageStore attribute to be correct and assumes the user is on the default partition if the does not have a mailMessageStore attribute.
    This is mentioned in [To Change the Default Message Store Partition|http://wikis.sun.com/display/CommSuite/Managing+Message+Store+Partitions+and+Adding+Storage#ManagingMessageStorePartitionsandAddingStorage-ToChangetheDefaultMessageStorePartition] in the Admin Guide.

  • Message Store partitions problem

    Hi guys,
    i'm runninig Messaging Server 7u3-12.01 64bit on SPARC.
    i'm trying to configure additionally partitions on my mss, as described in documentation i did following:
    Created paths
    ls -lrt /mss1/messaging/store/partition/
    total 33
    drwx------ 3 mailsrv mail 3 Mar 10 13:17 primary
    drwx------ 2 mailsrv mail 2 Mar 30 12:26 store-01
    drwx------ 2 mailsrv mail 2 Mar 30 12:26 store-02
    drwx------ 2 mailsrv mail 2 Mar 30 12:26 store-03
    drwx------ 2 mailsrv mail 2 Mar 30 12:26 store-04
    drwx------ 2 mailsrv mail 2 Mar 30 12:26 store-05
    drwx------ 2 mailsrv mail 2 Mar 30 12:26 store-06
    drwx------ 2 mailsrv mail 2 Mar 30 12:26 store-07
    drwx------ 2 mailsrv mail 2 Mar 30 12:26 store-08
    drwx------ 2 mailsrv mail 2 Mar 30 12:26 store-09
    drwx------ 2 mailsrv mail 2 Mar 30 12:26 store-10
    configutil |grep -i store.partition
    store.partition.store-01.path = /mss1/messaging/store/partition/store-01
    store.partition.store-02.path = /mss1/messaging/store/partition/store-02
    store.partition.store-03.path = /mss1/messaging/store/partition/store-03
    store.partition.store-04.path = /mss1/messaging/store/partition/store-04
    store.partition.store-05.path = /mss1/messaging/store/partition/store-05
    store.partition.store-06.path = /mss1/messaging/store/partition/store-06
    store.partition.store-07.path = /mss1/messaging/store/partition/store-07
    store.partition.store-08.path = /mss1/messaging/store/partition/store-08
    store.partition.store-09.path = /mss1/messaging/store/partition/store-09
    store.partition.store-10.path = /mss1/messaging/store/partition/store-10
    and my test user "test1" has mailMessageStore=store-01 as attribute.
    But Messaging Server can't create the user mailbox as you can see in my imta logfile
    ims_master[22126]: Store Error: Unable to auto create mailbox user/test1: Unknown/invalid partition
    What i'm missing???
    p.s I tried also with relative path "configutil -o store.partition.store-X.path -v store-X" with the same result after restarting
    Regards
    Caius

    As for opening a case to get this fixed, nevermind that. This is intentional. The partition name should be only letters and digits. I should check the docs before I reply :) See [To Add a Message Store Partition|http://wikis.sun.com/display/CommSuite/Managing+Message+Store+Partitions+and+Adding+Storage#ManagingMessageStorePartitionsandAddingStorage-ToAddaMessageStorePartition] in the Admin Guide.

  • [svn] 2934: Update resources/config/messaging-config. xml to reflect the recent changes to throttling code.

    Revision: 2934
    Author: [email protected]
    Date: 2008-08-20 14:47:00 -0700 (Wed, 20 Aug 2008)
    Log Message:
    Update resources/config/messaging-config.xml to reflect the recent changes to throttling code.
    Modified Paths:
    blazeds/trunk/resources/config/messaging-config.xml

    O.k. Thanks for the clarification. I poked around in my TimeCapsule router's settings (TimeCapsule is an Apple Airport Extreme router with attached hard drive for wireless backup/storage). Unfortunately, it doesn't look like I can disable multicasting with the TimeCapsule. I can change the multicasting 'rate'. Settings are Low, Medium, High. It's currently set to Low.
    I did a few web searches, and found an Apple.com article: <http://support.apple.com/kb/HT3789?viewlocale=en_US> which explained how to disable Bonjour Service Advertisements. I believe this is the same thing as 'Multicasting'. The process is a modification of "/System/Library/LaunchDaemons/com.apple.mDNSResponder.plist", and a restart of the Mac is required afterwards.
    I'm a bit concerned that disabling multicasting will interfere with my AppleTVs and iTunes music sharing, but I may try it next time I'm up for a computer workout. This task will require editing of system preference files, could require multiple restarts, might interfere with my AppleTVs, could interfere with my iTunes file sharing, doesn't have a documented relationship to my problem.
    This is way to difficult for something that should just work. Did you say you had read something about a relationship between this bonjour multicasting and smb connectivity? If it was online could you post the link?
    I'm currently able to connect to the drive using NFS, but I have to manually configure that connection each time I reboot (can't get the 'Disk Utility' configured to do it automatically). While it's working with NFS, it's not my preferred connect method (for various reasons).

  • Vs 3.6.8 Recent install had a button, top left "Recent" next to the "Getting Started" button. I accidently deleted it. I've visited About:Config Taskbar and it isn't there.

    Recent install had a button, top left "Recent" next to the "Getting Started" button. I accidentally deleted it. I've visited About:Config Taskbar and it isn't there. vs 3.6.8 XP Pro.
    == This happened ==
    Not sure how often
    == I deleted the button accidently.

        I can see that this issue has been quite extensive, and frustrating, and I am so sorry for all that has happened societygirl! I would like to help you work this issue out. Please follow & send me a Direct Message, so I can get your account specifics and help finally bring this to a resolution.
    Thank you,
    MichelleH_VZW
    Follow us on Twitter @VZWSupport

  • Message storage limitation Q10

    Hello Everyone,
    My Q10 will be replaced by an Android in the next couple of days unless I can fix the message storage problem.
    All my messages get deleted after 2 months - it's just not long enough for me. I run my own business and I need at least 6 months of messages on the device otherwise I have to keep opening my laptop which is pointless.
    I don't have an enterprise server, and I think the 'forever' function is only possible with this.
    Is there an app, or a fix or a workaround that I can use??? I'm at the end of my temper with this phone now. The last straw was having to leave a party on Sunday afternoon to go back to the office to reply to an email from June...which wasn't in my Q10.
    Many thanks for any help.
    Ogs

    Since I have two BB10 devices, I took another look.
    With my Z10, I am on 10.1.0.2025, with ActiveSync for my Gmail accounts (grandfathered in...I don't think AS is available from GMail anymore), and I truly have "forever" in my Inbox (both as an available selection in the Account Config as well as the actual email items reflected there). And, from what you report (along with other posts here), an IMAP integrated account can be set to "Forever" at initial configuration, but that then seems to turn into a "rolling window" of duration rather than maintaining it's "forever" nature.
    But, on my Q10, I'm on (leaked) OS 10.2.0.1323, and my GMail is integrated as IMAP. When I integrated the account, I recall choosing also "Forever" as my setting, and I have (as with prior OS levels) no ability to change that now. But, my full and entire Inbox remains reflected on my Q10, going all the way back to the first item I have on the server (October of 2011).
    So, what this tells me is that, at least for the moment, indicators are very good that future OS releases will indeed provide the "forever" functionality that you desire.
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Error msg: "Config message not received after 45 seconds"

    I have developed a simple stateless session bean. After being called once, the following is output to the log:
    Thu Jan 04 18:15:46 CST 2001:<I> <RJVM> Signaling peer 3978882810638278829C198.171.129.36 gone: weblogic.rjvm.PeerGoneException:
    - with nested exception:
    [java.net.SocketException: Connection reset by peer]
    Exactly 45 seconds later the following is output and I can no longer access a JDBC connection from my pool:
    Thu Jan 04 18:16:31 CST 2001:<I> <CliCon-#|myserver|0.978653734170> Connection to client for ClientContext - id: '#|myserver|0.978653734170', bound: 'true', dead: 'false' has been unexpectedly lost be
    cause weblogic.rjvm.PeerGoneException: Config message not received after 45 seconds.
    Initiating hard disconnect.
    Can anyone shed some light on this for me?
    Thanks in advance!

    Hi,
    this is the explanation why this occours:
    If there is a t3 Client connects to the server, every ( weblogic.system.configTimeoutCheckVal
    ) time, ConfigTimeoutChecker will run to check the t3 client is disconnected or
    not. The problem is, if the client has already disconnected, the ConfigTimeoutChecker
    still runs every time to check the disconnected t3Client again and again.
    This should be solved with SP11.
    Christian Plenagl
    Developer Relations Engineer
    BEA Support
    "kelvin" <[email protected]> wrote:
    >
    I am using WLS 5.1 sp8 128SSL, I got this error. I results that the java
    object
    in the JMS channel is sometimes missing. I increased the weblogic server
    thread
    from 15 to 30. But still can't help. I also ugrade the client server
    to use the
    same sp8. But can't help. Some one mentions the sp9 can solve this problem.
    It
    is true? anyone have it for unix ? where can I download it? I can't
    find it in
    weblogic web site.
    Kelvin

  • Assign a message store partition using delegated administrator

    Hi!
    i'm using messaging server and delegated administrator that comes in the JES Q5 2005 i'd like to assing the message store partition to the user when i create their account but i can't see any option to do that using delegated administration console. Is there a way to do that.?
    In older delegated administrator versions i could do that.
    Thanks in advance

    It does appear that the current DA does not have this capability. There is a RFE for it in place.
    At present, the only options you have are to:
    1. Use comm-admin to change the partition
    or
    2. Use ldapmodify or Console to make the change in Directory.

  • When I try to update my iPod touch, a message saying there isn't enough space on my computer appears and all media on my iPod will be lost, should I proceed with the update?

    When I try to update my iPod touch, a message saying there isn't enough space on my computer appears and all media on my iPod will be lost, should I proceed with the update?
    My iTunes Library is on my computer, I have done a backup manually, and all of my music is on an external hard drive (as well as my iTunes library).

    Thanks a lot Recycle bin is empty, I will move some files from the C drive to an external hard drive, then do the update, and then move the files back. Any files you recommend not moving to the external hard drive at all?

  • How to change messaging storage on N97

    The N97's messaging app has a setting (under 'Other') to change the messaging storage (default Chone Memory).
    I set that to 'E: Mass STorage' but then messaging ended up showing only 'memory full. cancel some other programs' messages (but E: of course has > 17GB free!
    When i switched back to C: all started working again and messages there are visible again.
    So how do I change the storage messaging uses to E: ?
    I also want to copy (better: move) all the messageing folders from C: to E: to free up more phone memory.
    Any help is appreciated

    I'm not sure if this will help or not - but as far as I could find there was no way to move the actual messages from C to E, other than perhaps backup from C then restore to E - which I didn't need to try to do.
    In my case I set my Messages to E right from the start, but when I later connected my phone to PC Suite in Media Transfer mode, it reset my Messages location to C.  I thought I'd lost all my messsages,  They reappeared when I realised the setting had changed, and I changed it back to E.  The system hadn't copied my messages from E to C, just created another message store on C (which I later deleted).
    So I don't believe setting your Message store location to E will also copy your existing messages from C to E.
    To free your C space, I would backup your messages, then delete your C drive mailbox (there is a thread on the popular threads link on the front page), then restore your messages to E.
    Again, I have not actually done the backup and restore, but I am of the opinion it would be the only way to move the messages.
    Perhaps someone else may have a better idea - this is just one I am throwing out there as a possibility.

  • I have downloaded Firefox 4 but now can't open it, get the message that it isn't supported on this archtecture

    I have downloaded Firefox 4 but now can't open it, get the message that it isn't supported on this architecture. This is the message:
    You cannot open the application “Firefox” because it is not supported on this architecture.

    Firefox 4 doesn't run on a PowerPC Mac.
    Firefox 4 requires at least OS X 10.5 and an Intel Mac.
    * http://www.mozilla.com/firefox/4.0/system-requirements/
    For a Firefox 4 compatible version that runs on Mac OS X 10.4.11 or Mac OS X 10.5.8 (PPC) you can look at:
    * http://www.floodgap.com/software/tenfourfox/
    Firefox 3.6.x (Mac OS X 10.4 and later) can be found here:
    * http://www.mozilla.com/en-US/firefox/all-older.html

  • Changing default Mail message storage location

    Hello,
    I'd like to start storing my mail messages by default on a wireless enabled HD that I just recently purchased. Is this even possible? I have a desktop machine as well as a laptop that I use around the house. Ideally, I'd like to have identical mail setups on each computer, that way I'm never scrounging around for sent messages or having to switch back and forth to remember which computer I sent a reply from.
    What I'm hoping is that if both mail programs are accessing the same message storage destination, then the messages will be the same on both computers. Can this be achieved?
    Thank you for your help!

    This is what IMAP is for
    Theoretically, I suppose you could do it by creating a directory on the external harddrive and then symlink ~/Library/Mail to it on each machine. Might be a little slow over the network though.

  • TS3297 I tried to download with a redemption code and got the message: "your computer isn't authorized"

    I tried to download with a redemption code and got the message: "your computer isn't authorized" -- how do I do that?

    Quit Safari, launch it directly from HD/Applications/ instead; trash the old version 5.1 on your Desktop... it isn't working with the Safari 5.1.1 system frameworks, and wasn't updated due to not being in HD/Applications/

  • How to clear text message storage

    how do I  clear text message storage off my iphone 5s

    Open Messages. Tap "Edit" in the top left corner. Tap the red "-" dot on the left side of the conversation. This will bring up a large "Delete" button on the right. Tap "Delete" to delete the ENTIRE conversation.
    To delete individual messages within a conversation, tap the conversation, then press and hold a message bubble. A pop-up will show "Copy|More...", tap "More" and you can checkmark the individual messages you'd like to delete, then tap the trash icon at the bottom. Tap "Delete Message" to delete the checkmarked messages.

Maybe you are looking for