Configure Local Machine is grayed out in Server Monitor

I'm trying to configure one of our Intel Xserves for use with Lithium for monitoring via the LOM port. When I go to Server Monitor the Configure Local Machine menu item is grayed out.
All the units have the same hardware config and are working so I'm not sure what is going on.
Where should I begin do you think?
Thanks.

I hadn't thought of that so it's not a dumb question. The version of the OS is 10.5.8 and Server Monitor is 1.7, which is the same as the other servers.

Similar Messages

  • Can't delete grayed-out DNS server addresses

    I want to replace two grayed-out DNS server addresses from the Network panel (under the DNS tab in "Advanced…"), to replace them with OpenDNS settings. But they can't be selected/deleted. How do I get around this problem?

    That is correct - those are provided by your router and can not be deleted - you can add Open DNS servers (click the + sign) or log into the router admin page (I recommend this way) and have your router use the Open DNS servers fro everything on your network (this will change the grayed out ones)
    LN

  • Time Machine timeline grayed-out

    I need to restore/recover some email accounts I accidentally deleted. I followed the instructions for Time Machine to have the window I want restored opened(MAIL), then click the time machine icon. Time Machine opens up and I see my timeline and the arrows and my back up dates, but the problem is they are ALL grayed-out  - I cant click on them. All I can do is hit CANCEL and todays backup (I need last months back up).
    Did I do something wrong?
    I have my back ups on a NAS SERVER and it says the server is available.
    I don't know what else I need to do
    Any suggestions
    This is my first time trying to restore from Time Machine

    OKAY - I just read some other discussions on this (sorry - didn't see it until after I posted) and NOW I understand my problem - I got it fixed - thanks!

  • Time machine disk grayed out in Disk Utility - back up not working

    The disk does not show in Time Machine. 
    In Disk Utility it shows but is grayed out.   Tried to repair disk.  Got message that disk cannot be repaired.  Tells me to back up and erase the disk.  Not sure how to back it up if it is not being recognized. Disk Verify says the volume is corrupt and needs to be repaired.  But Repair Disk doesn't work!
    I can go into Time Machine and shows me one entry -- the one from the last successful back up.
    The disk is a WD MyBook.  Map scheme GUID Partition.  Do you think the reformat will work?  Is there a way if I can tell if the disk is bad?  Tech Tools for Apple Care doesn't recognize the volume either.
    Any ideas?

    It turns out the fix for this was to just then remove the Aperture library from the exclusion list. Once I did that Time Machine did a massive 200GB backup of my entire Aperture library and everything is running fine since.
    No idea what caused the problem in the first place still.

  • How do you get values of local machine running applet on remote server?

    Hi,
    I have an applet that runs great running the html file on my local machine from a root directory. I've placed my code(java, class, and html files) on the web server and loaded the applet onto a page. The results are merely:
    "Computer Name: localhost"
    "IP Address : 127.0.0.1"
    Instead of:
    "Computer Name: ACTUALNAME"
    "IP Address : 189.40.20.211"
    etc...
    The code is as follows:
    import java.applet.*;
    import java.awt.*;
    import java.net.InetAddress;
    public class IPFinder extends Applet {
    public void paint(Graphics g) {
    super.paint(g);
    try {
    InetAddress localaddr = InetAddress.getLocalHost () ;
    g.drawString("Computer Name: " + localaddr.getHostName (), 2, 13);
    g.drawString("IP Address : "+localaddr.getHostAddress (), 3, 25);
    g.drawString("", 3, 45);
    String str = localaddr.getHostName();
    InetAddress[] localaddrs = InetAddress.getAllByName ( str ) ;
    for ( int i=0 ; i<localaddrs.length ; i++ )
    if ( ! localaddrs[ i ].equals( localaddr ) )
    // g.drawString("Local hostname : " + localaddrs[ i].getHostName () , 3, (i+0)+50);
    g.drawString("Local IP Address("+i+"): " + localaddrs[ i].getHostAddress () , 3, (12*i)+((i+10)+45));
         }} } catch (Exception e) {
    g.drawString("Can't detect localhost : " + e +". Check Network settings.", 3, 60);
    public static void main(String[] args) { new IPFinder(); }
    I'm trying to get Real IP Addresses (as the code was setup to do) from a browser running on the web server. I have read some of the threads in this forum and some mention to use NetworkInterface while others recommended using Sockets (not an option since we do not use them), and another to use a signature as a workaround. Anyone know the best direction to get the results expected?
    Thanks in advance,
    Geoff-

    I have an applet that runs great running the html file
    on my local machine from a root directory. I've
    placed my code(java, class, and html files) on the web
    server and loaded the applet onto a page. The results
    are merely:
    "Computer Name: localhost"
    "IP Address : 127.0.0.1"This indicates that your applet when run over a web
    server has not the rights to query the local name and
    address. Look [url
    http://java.sun.com/j2se/1.4.2/docs/api/java/net/InetAd
    ress.html#getLocalHost()]here. The so-called
    loopback address is 127.0.0.1
    Check your documentation for "signed jar" (or search
    the forum or the sun website) if you want to give your
    applet more rights, but I don't think that this is
    worth the effort in this case.
    gdsimz, since you already started two new threads based on my suggestion, how about at least saying "thank you" or "sorry, didn't help"?

  • Time Machine switch grayed out...

    I have a Time Capsule and 2 macs. the MacBook Air works fine for backups, the mac mini won't let me turn on time machine. The switch is grayed out. Any ideas?
    Thanks in advance.

    SBRocket, I had this same problem. If you eliminate the apostrophe from your Time Machine's name, that might help. It didn't solve it for me, though. I needed to go into the Airport Utility and erase my Time Capsule's internal drive. After that, I restarted my computer and was able to successfully perform a Time Machine backup.

  • Time Machine timeline grayed out for finder

    I am using Mavericks and my internal drive is using FileVault. Time Machine works fine for Mail and iCloud docs in iWorks.  When I enter Time Machine with a Finder window active, the timeline shows pink dates and tick marks, until it is fully loaded, then the dates disappear and the tick marks and arrows gray out.

    OKAY - I just read some other discussions on this (sorry - didn't see it until after I posted) and NOW I understand my problem - I got it fixed - thanks!

  • System =) List =) Save =) Local File is grayed out in ECC6

    Hi experts,
    I tried to search this question before posting.
    Many of my reports (both standard SAP and customize) CAN NOT user function:
    System>List>Save-->Local File since we updated to ECC6
    Please suggest me any OSS note I can use to resolve this problem.
    Thanks,
    Khanh

    Hi Vikranth,
    I wrote the code as below to check download authorization:
    AUTHORITY-CHECK OBJECT 'S_GUI'
             ID 'ACTVT' FIELD '60'. " '61'.
    if sy-subrc <> 0.
    write: 'do not have authorization'.
    else.
      write: 'have authorization'.
    endif.
    Both cases the result is 'have authorization'.
    Is it correct?
    Thanks,
    Khanh

  • Apply local machine MS Word settings on SharePoint Server

    Hello Team,
    We have Word document consisting of hyperlinks hosted on SharePoint that can be downloaded by Users. The expectation is that Users can download the document and click the hyperlink to access the content. However, the links do not immediately work upon clicking
    them. 
    The user can only access the content by right clicking to play in a new tab/window.
    We noticed that there is a local word settings that can changed to automatically play the content by clicking on the hyperlinks. Is there a way to apply the local machine settings onto the SharePoint server so that users need to make any changes on their
    local machine/word document to access the hyperlinks.
    Thank you for your support in advance.
    Regards
    Krishna C. Kalva
    adidas Group
    【deleted phone number】

    Hi,
    What version of Word are you using? Word 2013, Word 2010 or Word 2007?
    Please also let me know which local setting you referred to. Take Word 2013 for example, we can go to FILE -> Options -> Advanced, there's a checkbox under "Editing options" called "Use CTRL + Click to follow hyperlink". If you select it, you
    need to press Ctrl + Click to open the hyperlinks, if you uncheck it, just click the hyperlink and it will open. It's a setting of Word instead of a file, as mentioned, if you download the file and open it in your local Word client, it should work according
    to this setting.
    If I got anything wrong, feel free to correct me. Or you might get any error messages or warning, you can let me know.
    Regards,
    Melon Chen
    TechNet Community Support

  • How to configure local account to use local software update service?

    ok folks here is the question. i have OD setup and i configured network users to get updates from my software update and it works just fine. the one thing i cant figure out is how can i configure local machine accounts to get updates from that same server.
    any help would be appreciated.

    Hi VMF
    OK I understand what you are saying. In which case why dont you apply the managed preference at machine level?
    Failing that create an account on the server which is the same as your local admin account. Ideally all the local admin accounts should have the same name and password and the name should be different to the server admin account. One or both of these suggestions should work. HTH

  • "Synchronize Now" and other options are grayed out?

    I'm pretty sure this is not technically a WSUS issue but it's only affecting WSUS in this scenario, so...
    I have 4 WSUS servers, all in the same OU in Active Directory.  1 is my master server, the other 3 are the replicas.  About a week ago, all of the sudden my 3 replicas have "Synchronize Now" is grayed out.  Server Cleanup Wizard and WSUS Server Configuration Wizard are grayed out in the Options view, but even the other options say "You do not have sufficient permissions to modify these settings" when I click on them.  As a result I can't do manual synchronizations if I have to make a quick approval change.  My nightly synchs still occur, thankfully.  This is not an issue on my master server even though it is in the same OU and (from what I can tell) the same permissions are applied.
    I'm an administrator (triple checked group membership in Administrators, when I log in, AU prompts me for updates, etc).  I don't know what permissions it is missing.  Running Server 2003, and checked to make sure the shortcut doesn't have a funky permissions restriction.  I'm at a complete loss.  I've rebooted the servers several times for other things, removed any updates that were recently installed...
    Pretty positive it's something simple but it is escaping me.  It is possible the server admin team changed something in AD or on the servers themselves, but I've checked what I know to check and don't see anything suspect.  A little help?  What permissions make the WSUS console "go"?

    An update to this.  :/
    Got impatient enough to remove WSUS and all its components from the least important server, rebooted, re-installed WSUS and (so far) nothing is grayed out or is malfunctioning in any way.
    Has anyone ever seen this happen to them?  I searched google quite a bit on this one, and found nothing but this thread linked below, which didn't describe my issue except for the 3rd (and final) post.
    http://www.wsus.info/index.php?showtopic=11167
    ...

  • Changing LOM IP in Server Monitor...

    I needed to change the IP I was using for LOM, but can't seem to reconfigure Server Monitor. The Configure Local Machine option is grayed out. Is there another way to do this, or some way to completely reset it so I can change it? Fairly new to LOM, so it's completely possible I'm over-looking something...

    There are a couple of ways to reset the LOM (when you change one of the low-level settings) but the official approach from Apple is to disconnect the main power connection(s) from the Xserve server power supplies for about thirty seconds, and then plug the box back, in and check the LOM status.
    For completeness and if you're inclined to travel the road less documented, then the ipmitool command-line tool can potentially be used to perform a cold reset of the bmc; I'd rather be around the box and have it quiescent than to try this remotely, particularly if something goes weird.
    There are a couple of reasonable support articles that describe the LOM around, including [TA24506|http://support.apple.com/kb/TA24506] and [HT2773|http://support.apple.com/kb/HT2773].

  • Server monitor not working (hardware monitor)

    Just finnished installing my brand new maxed out Intel Xserves. And the Server monitor isn't working.
    This thread:
    http://discussions.apple.com/thread.jspa?messageID=643361
    Didn't solve my problem. hwmond is running on the Xserves but each server line just says "Waiting for response". My /System/Library/ServerSetup/SetupExtras file doesn't even HAVE a Disabled key. It has Label, OnDemand, Program, ProgramArguments and ServiceIPC keys, but no Disabled. And the hwmonds is running anyway.
    I have opened server monitor on the xserve itself and tried to open it to itself with no luck. I have configured Lights out management by choosing Server->Configure local Machine and added another IP there with different login, but I can't connect to either IP. Firewalls are all turned off.
    Running /System/Library/ServerSetup/SetupExtras/hwmondSetup just says "already loaded"
    Server Admin works, I can log in and edit services. Workgroup manager also works.
    When i run the hwmond as root on the server, it says "Failed to communicate with the front panel" which could be due to hwmond already running, but I can't turn off the process since launchd (?) launches it again.
    When I choose "Configure local Machine" the password I entered is always blank, but maybe that's by design.
    Since these servers aren't installed yet I have them in my office and their IP's are temporary, so I read this:
    http://docs.info.apple.com/article.html?artnum=106830
    And it says that for this environment I should set the hostname to "localhost" in /etc/hostconfig. Done. Nothing changed.
    I've googled this and searched here but found nothing. I'm running out of options... What should I do?

    I set the server on a desk and do a fresh install off a DVD with the "erase HD" option. Then I install and configure the software I need (Software update, Sophos, power options, etc.) I did not configure LOM at that point, because I wasn't sure how to do it, and I needed to deploy the server. (luckily LOM was easy enough to set up after it was deployed.) Once the server is ready, I connect a FireWire HD to it, which has OS installed on it and boot from that.
    That way my server is just an attached disk, and I use Disk Utility to create an image of it, which I then deploy on other servers.
    I've had an issue with the G5 XServes where such a method required relatively simple modification before the server monitor would work:
    http://docs.info.apple.com/article.html?artnum=301046
    But, I've not had to do that with the Intel XServes.

  • Server Monitor hwmondSetup missing

    Our Xserve is missing this package:
    /System/Library/ServerSetup/SetupExtras/hwmondSetup
    I was wondering if anyone could email me that Setup tool so I can try to install it?
    I called apple and there is nowhere to download it from. They said we have to reinstall the OS to get it. It seems ridiculous to have to reinstall the os simply to run server monitor as every other part of the server is running well and took a lot of work to get setup.

    Simple Setup to Configure Server Monitor
    Go to System Preferences
    Figure out which port you want the LOM on.
    The LAN side is more secure.
    Take note of what your Internal IP address and internal NIC is.
    Open Server Monitor
    Select Server menu -> Configure Local Machine
    Configure Lights out Management
    add an IP address that is different that your LAN address
    For example if your LAN IP is 192.168.22.10 then your LOM address can be 192.168.22.11
    username: lomadmin (use a user that is not already in use)
    password: whatever
    Quit Server Monitor
    Shut down the Xserve that is the target of these changes.
    Remove the power cord from the back of the Xserve.
    Wait 30 seconds and plug the power cord back in.
    Power the server back on.
    This did not work for me so if you are having the Waiting for Response error
    Try this stuff:
    ipmitool -V show
    Needs to be ipmitool version 2.0.2
    /usr/bin/hwmond needs to be there:
    you can run this
    /System/Library/ServerSetup/SetupExtras/hwmondSetup
    #!/bin/bash
    # this script determines if hwmond runs on this platform. If it does,
    # then it will remove Disabled key from com.apple.hwmond.plist causing
    # launchd to launch hwmond.
    if hwmond -t > /dev/null ; then
    launchctl load -w /System/Library/LaunchDaemons/ com.apple.hwmond.plist
    fi
    supposedly this hwmondSetup script is not longer used in Leopard but the tools are the same
    Or try this:
    launchctl unload /System/Library/LaunchDaemons/com.apple.servermgrd.plist
    mv /var/servermgrd /var/servermgrd.old
    launchctl load /System/Library/LaunchDaemons/com.apple.servermgrd.plist
    I don't think this script did anything because I had to go in and manually change the false keys to true in
    /System/Library/LaunchDaemons/com.apple.hwmond.plist
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>Label</key>
    <string>com.apple.hwmond</string>
    <key>OnDemand</key>
    <true/>
    <key>Program</key>
    <string>/usr/sbin/hwmond</string>
    <key>ProgramArguments</key>
    <array>
    <string>hwmond</string>
    </array>
    <key>ServiceIPC</key>
    <true/>
    </dict>
    </plist>
    Then I think what finally fixed it for me is stopping and starting the firewall
    You either have to have port 623 or 311 open for Server Monitor
    ipfw list
    00001 allow udp from any 626 to any dst-port 626
    01000 allow ip from any to any via lo0
    01010 deny ip from any to 127.0.0.0/8
    01010 allow tcp from any to any dst-port 80
    01010 allow tcp from any to any dst-port 443
    01030 deny tcp from any to 224.0.0.0/4 in
    12300 allow tcp from any to any established
    12301 allow tcp from any to any out
    12302 allow tcp from any to any dst-port 22
    12302 allow udp from any to any dst-port 22
    12303 allow udp from any to any out keep-state
    12304 allow tcp from any to any dst-port 53 out keep-state
    12304 allow udp from any to any dst-port 53 out keep-state
    12305 allow udp from any to any in frag
    12306 allow tcp from any to any dst-port 311
    12307 allow tcp from any to any dst-port 625
    12308 allow udp from any to any dst-port 626
    12309 allow icmp from any to any icmptypes 8
    12310 allow icmp from any to any icmptypes 0
    12311 allow igmp from any to any
    65534 deny ip from any to any
    65535 allow ip from any to any
    sudo serveradmin stop ipfilter
    sudo serveradmin start ipfilter

  • Server monitor not working

    Guys,
    I have server monitor installed on a 10.5.8 client mini to monitor our 9 xserves and it works fine on all the older ones (all G4 or G5 xserves running tiger or panther) but will not detect any of the 4 new Intel Xeon xserves running 10.5 (mixture of .6 and .8). In each case it alternates between reporting "Software is not installed properly on server" and "CANNOTLOAD_BUNDLEERR".
    I'm assuming this is something specific to 10.5 - some sort of SNMP setting or something perhaps? Obviously I've checked the passwords, I'm using root username/password for each one, all the servers are on and available, and like I say, it's working fine on the older ones.
    Anybody had any experience with this and know the answer?
    Further info: 3 of the servers (of which one is 10.5 and not working) are on the local network (local to the monitoring mini), the remaining 3 10.5's are each on other LAN's to which I have a currently working VPN. In each case the 10.5 machine which isn't working is on the same LAN as an older machine that is, so I know that's not the issue.

    The Intel XServes seem to operate differently than the old G5 units when it comes to LOM. Mine has been giving me a bugger of a time getting Server Monitor to work properly, but right now it seems to be functioning..
    Have you gone to Server Monitor on each of the Intel units and set up the "Configure Local Machine" from the Server menu? It should reject you if you enter the IP address of the Ethernet connection to your LAN - you have to use a different IP address. Configure only the information for 'Network 1' with the info for your LAN.
    It may be purely anecdotal, but it seemed to start working for me after I enabled the firewall on the server, leaving all the ports on the LAN open and shutting everything down on the other address groups.
    -Douggo

Maybe you are looking for

  • How can I change my address bar so it doesn't give me search options?

    Recently, I installed a toolbar called Freecorder because I needed to record the audio for something on the internet. Installing this thing also installed some search engine and it changed the default search to something else. I changed it back in ab

  • A simple question about istrue of Ant.

    Hello everyone, I have written the folllowing scripts, just want to output "Foo is true." when the property foo is set to true. But when using Eclipse to run the simple script, there are something wrong. Could anyone help to check what is the wrong w

  • Tnsnames or OID

    I'm considering the use of tnsnames for simplicity of installation and ease of maintenance in my environment, rather than staying with OID. There are about 300 desktops, and 6 Oracle servers to maintain with oracle connections to the IIS webserver on

  • Rpm measurement

    Hei! I have a school project on making a steering system on a scale model boat. Now we been working around the clock to get this thing working but there is one problem/challenge left. So i have a Myrio, hall sensor and a dc motor and im trying to mea

  • Beejive IM lag Problem

    Hi, i have recently downloaded beejiveIM,and have been experiencing intermittent lag in typing when chatting with just one friend via MSN. I am using IOS 4.0.1 and iphone 3GS. I also notice that when there are more apps running in the background, the