Gateway Manager no longer working after upgrade from 10.6.8 to 10.9

Since upgrading my 10.6.8 Server to 10.9, Gateway Manager for Apple Service Toolkit no longer functions.  I cannot NETBOOT into AST from either subnet that I have and when opening Gateway Manager, it just says "Searching for Gateway Controller".  Does anyone have any suggestions?
Thank you!

I would suggest turning off one of the interfaces to test.  Always leave DNS on!   
We ran into this when we were running Xsan.  Our way around this was to stop Xsan, deactivate the metadata LAN, launch AST to allow it to bind to primary LAN.  Then once it acquired the connection, enable your secondary LAN.
R-
Apple Consultants Network
Apple Professional Services
Author:  "Mavericks Server – Foundation Services" :: Exclusively available in the Apple iBooks Store

Similar Messages

  • File sharing no longer works after upgrading from 10.3.9 to Leopard

    I'm trying to do file sharing on my PowerMac G5 with my MacBook Pro. The problem is when I try to connect to the G5 I get no response.
    Powermac G5 was just upgraded from 10.3.9 to Leopard 10.5.6 (clean install, then used Migration Assistant to copy over files). File sharing worked fine on 10.3.9 until I upgraded the G5 to Leopard (the MBP has had Leopard for several months).
    MacBook Pro is running 10.5.4.
    From the Finder I select Go->Connect to Server. I select "browse", and the window that opens shows my G5 in the list (it's the only one). I double-click on my G5 and near the top of the window it shows "Connecting..." with the little spinner at the bottom right of the window, but that is as far as it gets. Just no response after that.
    I tried to Ping the G5 but got no response.
    At first I was trying this wirelessly through my Zoom DSL modem, but to troubleshoot I hooked up the two computers directly with an Ethernet cable but got the same result. No response from the G5.
    I have File Sharing turned on in the G5's System Preferences. All 5 users have as least their write box shared. I've even set up a separate shared folder in one account.
    Please, if you have any ideas please let me know. I'm stuck.
    - LW

    Wow. 64 views and not a single reply. I found a workaround, but I can't explain it so I'm going to keep this question unanswered for now.
    I had the firewall on the G5 set to "allow only essential services", and file sharing was listed but still not working. However, if I change the firewall on the G5 to "Set access for specific services and applications" file sharing would work. I could sit there and toggle back and forth between the two settings and watch file sharing alternately work and then fail depending on the setting.
    Weird.

  • Netflix no longer works after upgrading from waterfox18 to 24. also upgraded java and flash.... What is going on?!

    worked great before, now it doesn't. Whats the problem?! Java(TM) Platform SE 7 U45 10.45.2.18, Java Deployment Toolkit 7.0.450.18 10.45.2.18, Silverlight Plug-In 5.1.20913.0, Flashplayer 11.9 (and afterward Flashplayer 12 beta)

    We're sorry, but Waterfox is not a Mozilla product.<br>
    It uses some/all of the Mozilla source codes, but is not run, nor supported by Mozilla.
    Please contact the Waterfox support team.

  • Script no longer works after Upgrade to 10.4.6

    The following script worked fine using 10.4 thru 10.4.5 but no longer works after upgrading to 10.4.6.
    When I highlight a folder and then run the script the highlighted folder is moved to a specific "Achive" folder, depending on whether the highlighted folder has a ".0" or ".1" or etc in its name.
    When I run the script using 10.4.6 I get an error indicating that the highlighted folder already exists in the destination.
    Anyone else having Applescript problems with 10.4.6?
    --Bob
    tell application "Finder"
    activate
    set fname to selection as string
    if fname contains "0." then
    move selection to folder "ARCHIVE" of folder "0JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "1." then
    move selection to folder "ARCHIVE" of folder "1JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "2." then
    move selection to folder "ARCHIVE" of folder "2JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "3." then
    move selection to folder "ARCHIVE" of folder "3JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "4." then
    move selection to folder "ARCHIVE" of folder "4JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "5." then
    move selection to folder "ARCHIVE" of folder "5JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "6." then
    move selection to folder "ARCHIVE" of folder "6JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "7." then
    move selection to folder "ARCHIVE" of folder "7JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "8." then
    move selection to folder "ARCHIVE" of folder "8JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "9." then
    move selection to folder "ARCHIVE" of folder "9JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    end if
    end if
    end if
    end if
    end if
    end if
    end if
    end if
    end if
    end if
    end tell

    I, too, immediately started having problems with my scripts immediately after updating to OS 10.4.6. I put my scripts in "Library/Applications/..." so that the scripts associated with particular applications are available in the menu bar. I don't know if that has any bearing on the problem, but for me, it was not any particular script, but just about every one that started going funny.
    First, I noticed that my scripts would typically work right once, but fail in some odd manner the second time I tried to use one. The second thing I noticed was that the modification dates of my scripts were changing to the time that I last executed the scripts, even though I had not altered and recompiled any of them in weeks. Finally, I noticed that the scripts that were failing were ones in which I had used property statements to initialize some of my variables.
    What I think is happening is this: for some strange reason 10.4.6 is recompiling scripts every time they are run, and variables are being initialized, not to the values specified in property statements, but to whatever the variable was the last time the script ended.
    I discovered that I could prevent this from happening by (1) recompiling all my scripts to make sure all the property statements were back in effect, and then (2) setting the permissions of all my scripts to read only. This seems to prevent whatever in 10.4.6 is recompiling the scripts from doing this each time the script is run. At least, the modification dates are no longer changing inexplicably, and all my scripts are running reliably again.
    It's a bit of a pain to have to remember to reset script permissions to read/write whenever I want to make a change, and then change them back to read only before executing, but it seems to be a reliable workaround. I'd appreciate hearing if anyone else can replicate this phenomenon, or tell me if I'm on the right track.
    Jeff Johnson
    Dual 1.2 GHz   Mac OS X (10.4.6)  
    Dual 1.2 GHz    

  • Back to my mac no longer works after upgrading to Lion

    Back to my Mac no longer works after upgrading to Lion
    After I upgraded my home machines to Lion, I can no longer access them from my work computer, which is running Snow Leopard. When they were both Snow leopard, it worked fine. How can I get them working again? I don't have control over the OS on my work computer. Is it necessary for me to downgrade all of my home computers to Snow leopard in order to get them talking again?
    Additionally the binoculars icon appears in the menu bar all of the time. In previous versions, this would only happen when somebody connected to my machine. Could these problems be related?

    OK, so further investigation has addressed the BTMM issue on a remote machine.
    With all machines running lion, I was having issues trying to log in to a standard user headless machine already running.  In Snow Leopard, I had no issues with this since you can log in via screen sharing using an admin login that's running a standard login.  Lion allows multiple accounts to be signed in which is handy since you can now run virtual sessions.  This means you can admin the remote computer without bothering the remote user.
    The problem was that now logging in using admin login brings up the admin account (which makes sense) instead of the desktop to the standard login.  I applied a similar solution to a problem that was related to screen sharing I found on this board.  What I believe to be the fix is to add the standard user to the screen sharing user list.  Then screen share to the remote account using the standard user credentials. 
    So on the remote computer, in System Settings->Sharing->Screen Sharing, add the standard user to be allowed access.  Previously I only had admins.  This may not be an ideal solution for what I'm trying to do since the remote computers primary login is the standard user to be used as a common computer, but it now works so I am happy with it.
    Now my only "problem" is my AEBS complaining about my MobileMe credentials, but it doesn't appear to have an impact on BTMM performance so I'll quietly wait for a fix down the road.

  • On 2011 iMac, External Altec Lansing speakers no longer work after upgrading to Mountain Lion. They DO work on a lenovo machine but not my imac

    On 2011 iMac, External Altec Lansing speakers no longer work after upgrading to Mountain Lion.
    They DO work on a lenovo machine but not my iMac. reset Pram - no luck. took speakers from wife's desktop, they
    do not work when jack plugged into my iMac - Sys Prefs "SOUND" only lists "internal speakers/ built in" as available options.
    I used my altec lansing speakers on 3 macs including this one for 5-6 years.....now with Mountian Lion I can only get internal speakers???
    Ideas? Any/All help would be greatly appreciated - been going nuts with this for 2 days now.

    Hi,
    When you start Messages fro the first time you are asked for an Apple ID
    When this is verified and entered it appears in Messages Menu > Preference > Accounts and is Enabled.
    The App should have also picked on on those iChat Accounst you had before.
    These should be Enabled if they were when you last used iChat.
    Exactly which "Accounts" are logged in can be seen in Message Menu > Accounts and will include the iMessage "Account" and Bonjour.
    In the Window menu you will see CMD +0 for the Messages window and CMD+1 for the "Buddies" window which is a combined list at this stage.
    Go to the Preferences > General Section and Untick the "Collect all accounts into one list".
    This will give you separate iChat type Buddy lists.
    You can check if that account/Buddy list is set to Invisible or if in the Preferences > Accounts > Security you have settings that will block some people from seeing you as On line.
    You are saying Buddies can see you as On Line which implies they are still sending to your AIM based Names (@Mac.com is a valid AIM Screen Name)
    I am not sure from your post if you are trying to iMessage their email IDs thinking they are Apple IDs and that they are using Messages as well.
    There is no Buddy list for iMessages side
    No-one can tell you are "On Line" until they have your details in the "To" spot in Messages with the correct iMessaged contact info (iPhone Number or Apple ID)
    Obviously an Apple ID can be an email or look like one.
    In some cases they are also valid AIM Screen Names as well.
    In the case or the @mac.com name you may have linked this Apple ID to iMessages as well.
    11:31 PM      Saturday; August 11, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Application Manager no longer works after I got a new computer.

    Application Manager no longer works after I got a new computer.
    I moved all of my data from one mac to the other, but the Adobe Suite no longer works.
    I tried to re-install it, but it says now that Application Manager is damaged, it keeps sending me to the download page, I download, it starts installing then it says it is damaged, and so on... Got any idea?
    Thank you!

    1)
    Click on the Finder and look for the options listed next to Apple Icon located at the top left corner of the Desktop screen and click on "Go" menu button and select "Utilities" option.
    (Applications>Utiliites)
    Locate Adobe Creative Cloud and Adobe Application Manager folder under Utilities window and trash both folders.
    2)  Trash Adobe Creative Cloud from Applications well.
    3)
    Click on the below link and download & run Adobe Cleaner tool :
    Select the option "Adobe Application Manager for Mac OS X 10.6" and then click on "Clean up Selected" .
    https://helpx.adobe.com/content/help/en/creative-suite/kb/cs5-cleaner-tool-installation-pr oblems/_jcr_content/main-pars/accordion_container_1/accordion-par/accordion-item-1/accord i on-item-par/procedure/proc_par/step_3/step_par/download/file.res/AdobeCreativeCloudCleane r Tool.zip
    4) Click on the below link and download Adobe Application Manager and install the same:
    Once the installation process is completed , the installation box will disappear. Then open Application folder and locate Adobe application manager icon and double click on it .
    It will start update process and gets updated to Creative Cloud .
    http://download.adobe.com/pub/adobe/creativesuite/cc/mac/ApplicationManager9.0_all.dmg
    Feel free to post , if you need further assistance

  • Microphone no longer works after upgrade to windows 8.1

    After upgrade to windows 8.1 my internal microphone no longer works.
    I tried installing updates suggested in other posts with similar driver problems but they did not work.
    HPSupportSolutionsFramework-en-11.51.0048 did not work.
    My internal microphone is IDT High Definition Audio Codec
    When I go through the control panel  and look at it - it shows a status of "not plugged in"
    Please help 
    thanks

    OK I am a little confused.
    There has been no response on this subject in over a week. Not since I responded to your questions regarding product name and number.
    However I just received the following email from you:
    Hello gordml,
    The questions you posted on the HP Support Forum recently received one or more answers.
    Question: Microphone no longer works after upgrade to windows 8.1
    Date: Sun Dec 21 01:01:56 PST 2014
    View the answer(s).
    Did this reply resolve your post or question?
    If yes, then share the good news! Let others know this reply was helpful by accepting this solution.
    You can also show your appreciation by giving kudos.
    We appreciate your feedback. It's what keeps our community such a helpful, vibrant place for our members.
    Thanks for being a member!
    The HP Support Forum Team"
    Why would this be sent to me if there has been no recent replies on this issue?

  • Macbook Pro optical drive stopped working after upgrading from Mac OS X 10.6 Snow Leopard to OS X Mavericks.

    My Macbook Pro optical drive stopped working after upgrading from Mac OS X 10.6 Snow Leopard to OS X Mavericks.. I wonder what's the work around or troubleshooting to fix this. Thanks!

    try and Reset the System Management Controller (SMC)

  • IPad app no long works after upgrading to iOS 7.1.1

    iPad app no long works after upgrading to iOS 7.1.1

    Did you try deleting then reinstalling the app?  Sometimes developers will need to update their apps for compatibility.  If it still doesn't work after reinstalling, wait a few days to see if an app update becomes available.

  • File- Export not working after upgrade from 11i to R12

    Hi,
    File -> Export not working after upgrade from 11i to R12.1.3 in few systems. Can you please let me know what could be the issue.
    If export record count more than 200 it is working fine in all the systems and if change the profile option "Export MIME type” value to ‘text/tab-separated-values’ from application/excel also it is wokring.
    Thanks and Regards,
    Jagadeesha

    Enabled the FRD. Below are few last lines. Can you please let me know what i can in this log file contents.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing GET_ITEM_PROPERTY/FIELD_CHARACTERISTIC Built-in:
    In Argument 0 - Type: Integer Value: 196613
    In Argument 1 - Type: Number Value: 54
    Out Argument 0 - Type: String Value: 12
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Entering app_menu.set_prop.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing FIND_MENU_ITEM Built-in:
    In Argument 0 - Type: String Value: FILE.EXPORT
    Out Argument 0 - Type: Integer Value: 19
    Executing GET_MENU_ITEM_PROPERTY Built-in:
    In Argument 0 - Type: Integer Value: 19
    In Argument 1 - Type: Number Value: 79
    Out Argument 0 - Type: String Value: TRUE
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed app_menu.set_prop.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed app_synch.menu_toolbar_sync. Event is WHEN-NEW-ITEM-INSTANCE.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: GLOBAL.APP_CUSTOM_MODE
    Out Argument 0 - Type: String Value: NORMAL
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: GLOBAL.APP_CUSTOM_MODE
    Out Argument 0 - Type: String Value: NORMAL
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: NULL
    In Argument 1 - Type: String Value: GLOBAL.OUT
    Executing USER_EXIT Built-in:
    In Argument 0 - Type: String Value: FND GETPROFILE NAME="UPK_RECORDING_ENABLED" FIELD="GLOBAL.OUT" N
    FNDCPVCM, 11, Built-In, Entry, 316509814, USER_EXIT
    FNDCPVCM, 11, Built-In, Exit, 316509814, USER_EXIT
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: GLOBAL.OUT
    Out Argument 0 - Type: String Value: N
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_form
    Out Argument 0 - Type: String Value: FNDCPVCM
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_block
    Out Argument 0 - Type: String Value: MASTER
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_form
    Out Argument 0 - Type: String Value: FNDCPVCM
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_block
    Out Argument 0 - Type: String Value: MASTER
    Executing GET_APPLICATION_PROPERTY Built-in:
    In Argument 0 - Type: Number Value: 75
    Out Argument 0 - Type: String Value: IHR40P
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed call_all_libraries. Event is WHEN-NEW-ITEM-INSTANCE.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed app_standard.event. Event is WHEN-NEW-ITEM-INSTANCE.
    In Argument 1 - Type: String Value: global.frd_debug
    FNDCPVCM, 10, Prog Unit, Exit, 316509814, /FNDCPVCM-3/P45_30_DEC_201223_28_33
    FNDCPVCM, 9, Trigger, Exit, 316509814, WHEN-NEW-ITEM-INSTANCE
    FNDCPVCM, 8, Prog Unit, Exit, 316509814, /DMU-4/P8_30_DEC_201223_23_12
    # 15 - FNDCPVCM:MASTER.USER_CONCURRENT_QUEUE_NAME.1359399301498413820
    WINDOW FNDCPVCM PROGRESS_INDICATOR RESIZE 4198 1500 3
    # 16 - FNDCPVCM:MASTER.USER_CONCURRENT_QUEUE_NAME.1359399301512613925
    WINDOW FNDCPVCM PROGRESS_INDICATOR RESIZE 4198 1500 3

  • IPhoto no longer work after upgrading to Mavericks.

    My iPhoto will no longer work after upgrading to Mavericks. iPhoto will not update. How do I fix this?

    kmg55 wrote:
    Just upgraded and Iphoto will not work,
    Check that iPhoto is v9.5.1 (In Applications, highlight iPhoto, and ⌘I)
    If it is v9.5.1, then hold option-command and click the iPhoto icon and go through the repair steps.

  • HT2188 home button no longer working after upgrade to io6 on my iphone4...any ideas to fix this problem

    home button no longer working after upgrade to ios6 software on my iphone4..anything i can do to frix this or apple send me a new device.  phone no good without a home button

    The button's broken.  S**t happens.  Apple will replace your phone.  If in waranty it will be free of charge.  If not, you will pay $149. 
    You can elect to have it repaired at a 3rd party shop near you if you choose, but this will void all warranty if there's any left.

  • My iPhone 4S no longer syncs after upgrading from 10.5.8 to Snow Leopard 10.6.3

    y iPhone 4S no longer syncs after upgrading from 10.5.8 to Snow Leopard 10.6.3 - any solutions out there?

    Thanks - got stuck with the upgrade to 10.6.8, but Apple Support was able to navigate me through that, the date settings caused a problem here.

  • I have Acrobat 7.0 updated to 7.1.4 which surprising no longer works after upgrading my mac os

    I have Acrobat 7.0 updated to 7.1.4 which surprising no longer works after upgrading my mac operating system to OS 10.8.5 (mountain lion), and gives an err message that system no longer supports PPc applications. I guess Acrobat 7 is a PPc application and wanted to know if there is any work-forward here to be able to keep using this product? I didn't see this coming.

    There may be parts of it that work if the MAC is anything like the PC. I have been able to get AA 7 to partially work on a Win7, 64-bit machine, but several work-arounds are required. The biggest one is the installation of a PS print driver and such. So, can you open Acrobat and/or Distiller? Do they seem to function? If so, there may be some workarounds. Otherwise you probably need to purchase AA XI. Actually, I would recommend purchasing the newer version anyway -- just trying to give you a picture of what might be possible.
    When you say it no longer works it is not clear what you mean. You may need to clarify and also indicated if you have tried repairing the installation and such. I can't say a lot more since I am not really familiar with the MAC.

Maybe you are looking for

  • Save function behaves like Save As

    In the last few months, some customers on Reader X have reported that when they go to save a form (both Acroform and XFA) they have filled in, using either File > Save or Ctrl-S or the Save icon, they are asked for a filename and a location - this is

  • Default filter row in web dynpro abap

    Hi all, I am new to web dynpro and i have requirement for alv display in web dynpro, i am getting the data in the ALV. My i have to default the filter row . Can any one help me out here Thanks, Moderator Message: Wrong forum. Please post your questio

  • Blank images after Batching

    I just batched some images for my website using Scale to Fit Area (with the box checked for Only Scale Documents...) and Rename to add a suffix. All of the images came out solid white or pink. I have had this problem twice since I upgraded to the clo

  • Final Cut Express 2/MacBook Pro

    I have a MacBook Pro (purchased in June 2006). I am trying to install Final Cut Express 2, but it says that I need to install an AGP Graphics Card in order to open and use the application. The computer already has a graphics card in it (ATI Mobility

  • SQL loader return code?

    Hi Guys, i use a sqlloader to load the data into database.The data file contains thousands of records but every record start with 'D' and the last record of the file start with 'C' which is a control record. i use the sqlloader as below LOAD DATA TRU