How do I redirect shares to cloned volume?

This is likely very simple, but I don't see an option in Server.app to redirect shares to a new location.  I cloned our drive that hosts all of our shares.  I simply want to point all of our shares to the new volume.
I tried simply ejecting the old volume and renaming the new one to the same name as the old one.  Though that didn't work.  When I go to the edit menu for any of the shared folders, there's no place for me to redirect it to the new volume.
I hope I don't have to do this per share.  It'd be nice to select all shares and point them to the new volume in one shot.
Mac Mini Server (Mountain Lion Server)

You can do this by editing the raw record.  To do this:
1:  Launch Server.app
2:  From the Tools menu choose Directory Utility
3:  When Directory Utility opens, select the Directory Editor tab from the top menu bar
4:  Set the Node to /Local/Default and then change Viewing to SharePoints
5:  Click the padlock and use the local admin's user name and password to unlock the node for editing
6:  Select the share(s) that you need to edit and look for the directory_path key
7:  Update this value of this key to reflect the new path to the share.  Remember, if the share was /SharePoints/Share1 and you moved it to a new volume, you will need to do the full volumes path, /Volumes/newDrive/SharePoints/Share1
8:  When you are done, press the Save button.
Oh, it is best to do this when File Sharing is turned off.  When finished, turn on File Sharing and your shares are reset to a new path.  Please note, if you did not maintain ACLs on the move or relocation, you may need confirm the permissions on the parent folder and propagate permissions.
Enjoy

Similar Messages

  • How to reduce the size of cloned Oracle Applications Instance

    How to reduce the size of cloned Oracle applications instance, so as to save the storage space for the cloned systems.
    How can we remove unimplemented modules in the instance so that we can reclaim the space occupied by them.
    can any please suggest on this..?

    mumbai,
    I would recommend to leave it as it is.
    If you can add some inexpensive HDD to your test system then do so.
    The Apps DB storage decreasing process is quite painful and isn't straightforward.
    You can’t just delete unused schemas & tablesapces (if they are not used than they are not consuming reasonable space anyway). The modules in Apps are using each other procedures and objects. The effect of deleting one module (schema) is highly unpredictable.
    If you will do something like that than you will not be able to patch your cloned system after that.
    Some things can be done however in order to reduce size of a testing Apps system:
    - Decries UNDO & TEMP tablespaces. Normally you do not need that big tbs in test system as you have got in the production.
    - If your REDO LOG files are quite big and you have got a lot of redo groups you can recreated smaller REDO log files.
    - On Apps tier you can delete OUTput and LOG files
    In case you still would like to decrease data volume in your testing system you need to take a look on some tools which provide data subtracting capabilities from Apps DB. This process has to be quite intelligent. The tool have to know the data structures in APPS DB and subtract data in the way to not harm logical relationships between records. After a subtracting process you will need to make multiple FULL exp/imp cycles in order to reduce physical space consumed by the database. Beside the fact that those tools are quite expensive you will need to spend a lot of your time to implement those.
    BTW: That is the size of you production DB? Have you analyzed which module takes most of the space? May be you can identify top 10 objects and try to archive a data from those object preventing the future grow of the production database.
    Just my 0.02£
    Yury
    Check this out:
    A.
    http://www.freelists.org/archives/ora-apps-dba/05-2006/msg00000.html
    B.
    - Users can subscribe to your list by sending email to
    ora-apps-dba-request_at_freelists.org with 'subscribe' in the Subject field
    C.
    http://www.freelists.org/archives/ora-apps-dba/05-2006/threads.html

  • How do I redirect  the "Documents" folder to a different partition?

    I have a separate data partition on my 10.5.1 MacBook and I want all my user data to live there. How do I redirect the "Documents", "Desktop" and "Downloads" folders to a different partition?

    As far as I know the desktop can't be assigned elsewhere. The others can be directed with the respective programs. I always keep my documents on another drive. I do it by using the saves as command and point to that directory. Then everything after that I can use there. For Downloads you just change it in preferences in Safari. Switch it in the *Save downloaded files to:* command.

  • Urgent....How can i redirect to my jsp page from servlet in init() method..

    How can i redirect to my jsp page from servlet in init() method..Becoz that servlet is calling while server startsup..so im writing some piece of code in init() method..after that i want to redirect to some jsp page ...is it possible?
    using RequestDispatcher..its not possible..becoz
    RequestDispatcher rd = sc.getRequestDispatcher("goto.jsp");
    rd.foward(req,res);
    Here the request and response are null objects..
    So mi question can frame as how can i get request/response in servlet's init method()..

    Hi guys
    did any one get a solution for this issue. calling a jsp in the startup of the servlet, i mean in the startup servlet. I do have a same req like i need to call a JSP which does some data reterival and calculations and i am putting the results in the cache. so in the jsp there in no output of HTML. when i use the URLConnection i am getting a error as below.
    java.net.SocketException: Unexpected end of file from server
    at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:707)
    at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:612)
    at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:705)
    at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:612)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLCon
    nection.java:519)
    at com.toysrus.fns.alphablox.Startup.callJSP(Unknown Source)
    at com.toysrus.fns.alphablox.Startup.init(Unknown Source)
    at org.apache.tomcat.core.ServletWrapper.doInit(ServletWrapper.java:317)
    so plz do let me know how to call a jsp in the start up of a servlet.
    Thanks
    Vidya

  • How to Implement custom share functionality in SharePoint 2013 document Lib programmatically?

    Hi,
    I have created custom action for Share functionality in document library.
    On Share action i'm showing Model pop up with Share form with addition functionality.
    I am developing custom share functionality because there is some addition functionality related to this.
    How to Implement custom share functionality in SharePoint 2013  document Lib pro-grammatically?
    Regards,
    - Siddhehswar

    Hi Siddhehswar:
    I would suggest that you use the
    Ribbon. Because this is a flexible way for SharePoint. In my project experience, I always suggest my customers to use it. In the feature, if my customers have customization about permission then i can accomplish this as soon
    as possible. Simple put, I utilize this perfect mechanism to resolve our complex project requirement. Maybe we customize Upload/ Edit/ Modify/ Barcode/ Send mail etc... For example:
    We customize <Edit> Ribbon. As shown below.
    When user click <Edit Item>, the system will
    render customized pop up window.
    Will

  • How can i redirect to another JSP page automatically after some event

    I am developing a Tic-Tac-Toe game which can be played between two players who are on two different machines.
    When the first player comes to the Welcome page he will redirected to a Waiting Page when he clicks on the 'Start' button.
    When the second player comes to the Welcome page he will be redirected directly to the Game page, on clicking the 'Start' button.
    So how can i redirect the first player to the Game page after the second player is available for the game.
    And if i want to manage multiple instances of my game how can i do that//
    I am using JSP, javascript and MySQL for developing my project, and I am new to all these tools, but i would still like to carry on with all these only

    This is a bit of a challenge because of the nature of the web. Generally the web is "pull only" meaning that the browser has to initiate any interactions - the server can't push data to the browser if it wasn't asked to.
    The easiest way to solve this is using AJAX via JavaScript to periodically poll the server for any status changes. There are other ways (the Comet protocol is one) but they start to get a bit difficult and are still a bit new and not completely supported in a standards way. And to be honest they are still basically polling though in a more efficient way.
    Are you using a JavaScript framework? Most of the JavaScript frameworks that I've used have built in support for polling in the background. You'd have to have the JSP/servlet side be able to handle these polling requests from the browser and, when another person joins the game, the server indicates that and sends that back to the browser.
    As far as multiple instances I would have the server automatically pair up users as needed. So when the first player arrives he has to wait for another player. When the second player arrives a new game is created for those two players. Now a third player arrives and waits until a fourth player shows up. When player 4 joins another separate game is created. Presumably the conversation between the browser and the server will need to include a "game number" or other unique number so that the server can keep track of the games.

  • How can I redirect LR to find my photos, which I just moved.

    Long story, but when I set up my new computer (Win 7/64) I found myself with two My Pictures folders, one nested inside the other, on my data drive.  The photos were in the second or inner folder.  No big deal except having to click twice to get the images files.  Well, then I loaded LR 5.2 which set up its Catalog inside the outer folder, and really really wanted to load downloaded photos there as well.  No problem, I though, I'll just opent the inner My Pictures folder, cut the files, then paste them in the outer folder along with the LR catalog.  A benefit is I can backup the Catalog at the same time as the photos.  Welllll, not.  LR can no longer find the photo locations, althoug it can still find its catalog.  How do I redirect LR to the right location for all the photo files, including of course, those that I've already imported.  Is there anything I need to do with the catalog as well?
    Thanks much,
    BAB

    B4A5B6 wrote:
    Thank you, dy_paige !!  Using the information you sent I was able to fix the problem with one operation:  right-clicking on the old directory for My Pictures and repointing to the new.  The tutuorial you sent was absolutely correct in that additional instruction is needed to perform this task safely.  I found the the command "Find New Folder" easily enough, but was hesistant to go any further.  It is far too easy to seriously mess up a
    But you've already messed up the catalog.
    The much simpler approach is to not move photos at all, then you never have this problem. It's simple and effective.

  • HT2513 I have a family with 5 iPhones and separate iCloud accounts. How can we all share a common calendar?

    My family had 5 iPhone 4S with separate iCloud accounts. How can we all share a common ICal amongst each other to manage the family schedule.

    So you've shared the calendar, your family has accepted and added the calendar to their devices, but they do not recieve any changes or additons thay have been made since then? Is that correct?
    Is the calendar you shared in your iCloud accounts in Calendar (as opposed to another account you've set up to sync calendars with your device)?
    What happens if one of you family members attempts to edit the calendar?
    Do you have a computer form which you can access the iCloud.com site? Does it refelct the latest updates to the shared calendar?
    Matt
    Message was edited by: Matthew Morgan

  • I have set up different use accounts on my I mac how can other users share the music stored in my I tunes

    I have set up different user accounts on my I mac how can other users share the music stored in my I tunes

    iTunes: How to share music between different accounts on a single computer

  • How can multiple vis share input from a DAQ simutaneously

    How can multiple vis share data input from a DAQ simutaneously?
    Recently I am building a EMG measurement platform and somehow DAQ data need to be shared by several vis at the same  time.
    Are there any ideas?

    If you may need to add/delete tasks that will need th edata you may want to consider a publich/subscribe pattern. Basically your DAQ task will post a message to a single queue. The process listening on this queue (message broker) will determine if there are other processes registered to receive this message. When a device registers for a message it provides a queue to receive it on. The message broker will then post the message to all interested processes. The nice thing about this pattern is that you have dedicated code to handle broadcasting the message and it is very easy at run time to change the number of processes that get the message. The DAQ task will always send the message and will not care how many processes are listening.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • How many computers can share the same iTunes account?

    How many computers can share the same iTunes account?

    Hello cincip,
    Thanks for the question, and welcome to Apple Support Communities. The following article provides more information on associating multiple computers with your Apple ID:
    iTunes Store: Associating a device or computer to your Apple ID
    http://support.apple.com/kb/HT4627
    Your Apple ID can have up to 10 devices and computers (combined) associated with it. Each computer must also be authorized using the same Apple ID. Once a device or computer is associated with your Apple ID, you cannot associate that device or computer with another Apple ID for 90 days. You can view which devices or computers are currently associated, remove unused devices or computers, and see how long before they can be associated with a different Apple ID from the Account Information page in iTunes on your computer.
    Thanks,
    Matt M.

  • How do you not share contacts on your iPad and iPhone when sharing an apple ID, How do you not share contacts on your iPad and iPhone when sharing an apple ID

    How do you not share contacts when having an iPad and iPhone when you share an apple ID

    Presumably you mean you are sharing the same iCloud account? Except for turning off contacts on one of the devices, you can't stop sharing contacts. iCloud accounts are not designed to be shared among different people with different personal data.
    You should each gave your own personal iCloud account, setup under your own individual AppleID.
    You can still use the shared AppleID for the iTunes and AppStore purchases you already have though.

  • How can i redirect a queued call to a voicemail using CCX editor?

    hi buddies, i wonder how can i redirect a queued call to a voicemail of a valid extension using CCX editor?
    i just uploaded my script (does not working as i wanted regarding voicemail)if can anybody help me i will be very happy!!

    first of all i REALLY A REALLY appreciate your reply
    but two questions remain:
    a) check my attached file is this the VM pilot number?
    b) Called Address = "2133"  means that the call will be redirected to the voicemail of the 2133 extension? im right??

  • How to create a  contract? ( Types: volume,time,quality contracts)

    Hi Gurus,
    How to create a  contract? ( Types: volume,time,quality contracts)
    Give the procedure to create above mentioned types of contract.
    Bye
    Narasimha Rao Gunda

    1.Access the transaction choosing one of the following navigation options:
    SAP ECC menu     Logistics  Materials Management  Purchasing   Outline Agreement  Contract  Create
    Transaction code     ME31K
    2.On the Create Contract: Initial Screen, enter the following values and choose Enter:
         Vendor               xxxx          
         Agreement type          MK          
         Agreement date          Todayu2019s date          
         Purchasing Organization          
         Purchasing Group          xxx          
         Plant               xxx     
    3.On the Create Contract: Header Data screen, in Validity End field, enter end date (e.g. two years in the future) of the contract and choose Enter.
    4.On the Create Contract: Item Overview  screen, enter the following values:
         Material                              
         Target Quantity      10000               
         Net price          xxxx usd per 100 PC          
         Plant          1000
    5.Remark: Delete any entry in the field storage location.
    6.Additional step:
    If you want to use the information of an existing info record mark the line of the agreement item (item 10) and go to Environment  Info record. On the Info record: General Data screen choose Conditions. On the screen Display Gross Price Condition (PB00): Condition Supplements you can see the value of the gross price (here: 1282.5 per 100 pieces.).
    7.Choose Save (Check if the automatic print function of the contract works).

  • HELP! How do I get rid of the volume noise that plays when I switch from internal speakers to external speakers?

    How do I get rid of the volume noise that plays when I switch from internal speakers to external speakers? I'm trying to watch something on my TV through an HDMi cable (& apple adapter) and when I go to switch the sound control in preferences from internal speakers to SONY TV, the annoying "popping" noise occurs on my TV's speakers.

    Go to Edit > Preferences > General > Import Settings and check the box for error correction, and then try one of the problem CDs again.

Maybe you are looking for