Mac Mini Server auto commands

I use a mac mini server for FTP, the is put to sleep at night when i wake the server i need t
enter the following sudo commands to allow my clients to access
sudo ipfw l
password
sudo ipfw -q flush
i am looking for a solution to automate the entry of these commands on wakeup of the server
also i would like to be able to remotely wake up the server from my iphone or imac
and auto run the sudo commands
any help on how to achieve this would be greatle appreciated

You could simply create a cron task such as those that perform the nightly, weekly, and monthly maintenance tasks.
You could search here, CNet Downloads or MacUpdate, for an existing utility that enables you to perform an action based on a system event such as, Do Something When.

Similar Messages

  • RAID on Mac mini Server (2011 i7)

    I just purchased a new Mac mini Server today (the base configuration 2011 Quad Core i7 with 4GB RAM and 2x 500GB 7200RPM magnetic hard disks) and wanted to share what I've learned about setting up RAID on the system.
    First, as you may have heard, the Mac mini Server does not include any installation/reinstallation media (I was hoping for a USB reinstall key, but it seems that the new systems don't include these or optical discs; last year's Mac mini Server included handy reinstall DVDs even though the system didn't have an optical drive).  Out of the box, the new Mac mini Server has Mac OS X Lion, the iLife suite, and the Mac OS X Lion Server tools pre-installed on one of the two 500GB internal drives; the other disk is formatted as a separate, second drive.
    If this is the configuration you're looking for, you're good to go right out of the box.  As an aside, this shipping configuration is ideal for using the second disk as a Time Machine drive.  I would argue that Time Machine would be a better use of the second volume than a RAID 1 configuration, as Time Machine provides versioned backups and you don't incur the write performance penalty RAID 1 requires every time data is saved to the disk.  I would further caution that, while an internal Time Machine disk is a convenient safety measure, any critical data should be backed up outside of the system as well.
    Now for those like me who were intrigued by the opportunity to mate the Quad Core i7 with a RAID 0/striped configuration for a performance boost (or if you want to use RAID 1), a RAID configuration is possible, but it there are a few caveats.
    First, Apple has two recovery options for the new Macs: a small hidden recovery partition on the boot drive and their Internet Recovery system.  While it's possible to boot other systems from a Lion installation DVD extracted from the App Store Lion installer, such bootable optical discs will not boot the Mac mini Server at this time (this may change if Apple modifies the App Store Lion installer).  Therefore, as of right now, the recovery partition or the Internet Recovery system are the best options for installing/reinstalling on a RAID set.
    Second, if you boot the system using Command+R to access the recovery partition, you can wipe the two drives and create a RAID set, but this process will remove the recovery partition and is incompatible with FileVault encryption (a warning to this effect comes up when you try to start an install/reinstalll on a RAID set, but at that point, you've likely already erased the recovery partition in Disk Utility).  If the system boots after the recovery partition is deleted, the only install/reinstall option is Apple's Internet Recovery.
    Third, as might be expected depending upon your internet bandwidth, the Internet Recovery system can take a while to boot the recovery tools (10-15 minutes to boot on a standard cable modem connection) and to reinstall the OS (50+ minutes on a standard cable modem connection).  Internet Recovery currently reinstalls only Mac OS X Lion and the Server tools on the mini Server; there's no option to install iLife during the OS install (Apple could always change this by updating their servers, and there is a Customize button on the installer, but it is greyed out and cannot be clicked at the present).
    Fourth, once the OS is reinstalled, it's possible to reinstall the iLife applications by launching the App Store from within Mac OS and selecting Purchased.  The store will indicate that the system is eligible to download the iLife apps and you can do so by agreeing to upload system-identifying information to Apple and signing in with your Apple ID.
    I hope all this helps.  Here's a more concise step-by-step of how to set up the system with RAID:
    THINGS YOU NEED
    A fast Internet connection for the mini
    Patience
    Hold Command+R on the keyboard at start up to boot from the system's recovery partition (if the recovery partition has been deleted, the system should start from Apple's Internet Recovery system; you may need to connect to WiFi if wired ethernet isn't available)
    Once you get into the recovery utility, select Disk Utility and for each of the two hard drives:
    highlight the drive
    select the Partition tab
    select 1 Partition from the Partition Layout pulldown menu
    select Free Space from the Format pulldown menu
    click Apply
    After you've wiped both of the drives, highlight one of the disks and click the RAID tab, then create a RAID set (striped or mirrored, as you prefer)
    Quit Disk Utility and from the main recovery utility menu select Reinstall Lion (from this point on, if you have any trouble, you can restart the mini from the Internet Recovery system and return to this point, but the recovery partition will be gone as long as you keep the RAID set)
    After you install and configure Mac OS X Lion Server (which can take well over an hour to download and install), you should be able to reinstall the iLife applications by launching the App Store App and selecting Purchased, then logging in with your Apple ID and agreeing to send your system info to Apple to download the iLife Applications
    If you're using the mini as a production server, I highly suggest setting up some local, external recovery tool, as you don't want to have system downtime protracted by having to wait for an Internet Recovery boot/reinstall.  I would also beg Apple to consider this sort of scenario and to provide more supported methods for recovering and reinstalling from local media.
    Best of luck to you all.

    I found the basic principle on another forum thanks to a guy called 'e-whizz' and this what I did to make RAID 1 work on a mac mini server with LION server.
    You can easily configure the second drive on a mac mini server for a Mirrored RAID 1 set with Lion Server without either reinstalling or erasing your existing setup.
    The initial setup process takes about 30 minutes, though the rebuilding of the mirror disk will take several hours, depending on the amount of data you have on the drive. It took around 3 hours on a new mac mini server with lion server installed, nothing else configured.
    Before you start, please ensure you have a current backup of the server. Getting the following commands wrong can render you server unusable.
    What you need to use is the command line version of Disk Utility, diskutil.
    Before you start, clone the hard drive. You can use SuperDuper (or similar, I have used SuperDuper) with copying all files onto a USB memory stick. If Lion is freshly installed, 8Gb will do. SuperDuper will create a bootable copy on the USB.
    Boot the mac mini from the external USB. To do that, reboot and hold down the option key while restarting. You will see a window, select the USB drive to boot from.
    Launch the terminal and type the following command:
    diskutil list
    This gives you a list of all the drives and partitions your system knows about.
    You need to find the Server HD partition (the first disk) and the HD2 partitions (the second disk). These are the two main ~500GB drives. You will be using the disk IDENTIFIERs when issuing the diskutil commands. For a stock standard Mac Mini Server, the commands below are correct, but if you have previously changed the volume names, or repartitioned at any stage the disk identifiers and volume names may differ.
    First enable RAID mirroring on existing Server HD volume. This will create a single disk, unpaired mirror, without affecting your data.
    Using this syntax:
    diskutil appleRAID enable mirror disktomirror
    where disktomirror is your disk identifier for Server HD
    On my mac mini server, Server HD was disk0s2, so I used this command:
    diskutil appleRAID enable mirror disk0s2
    You now need to run diskutil list again to see the disk identifier for the new RAID volume. The new RAID volume will be listed as disk# on its own at the bottom of the list.
    On my mac mini server this was disk3 (disk 2 was the USB I booted from, disk 0 the first disk and disk 1 the second disk)
    Next add the disk HD2 to the Server HD raid mirror volume (on my mac, as I said before, this is disk3) as a new member.
    This step will erase disk HD2 and begin an auto repair of the Server HD.
    Using this syntax:
    diskutil appleRAID add member newdisk raidvolume
    replacing newdisk and raidvolume with your particular disk identifiers
    On my server this was:
    diskutil appleRAID add member disk1s2 disk3
    To follow the progress of rebuilding the mirror set, type
    diskutil list
    It will show you the progress in % of the rebuilding under status
    Once finished, reboot and your RAID 1 is up and running and you have also a working backup on your USB (coz' that's where you booted from ;-)
    After reboot you can check the status of your RAID with
    diskutil appleRAID list
    Both drives should show ONLINE under status, interestingly, the device node for the RAID changed on my mac mini server from disk3 to disk2
    That's it

  • Failed to create a user with Mac Mini Server, the message "Failed to process the command writesettings" in the module "servermgr_sharing"

    Failed to create a user with Mac Mini Server, the message "Failed to process the command writesettings" in the module "servermgr_sharing"

    I have a Mac Mini with OS X Server 10.8.5 and Server 2.2.1 and have a problem to share the public folder.
    When I enter the Server application to indicate that I want to share the public folder on the network and assign user I get the following message appears
    And I can not share the folder.
    If I go from my i-mac get mac mini server view and access the public folder, but I can not open any of the files there.
    That I can do to fix this?
    thank you very much

  • I am having keyboard problems when trying to boot up an OS (bootcamp on Mac Mini Server)

    I recently tried using bootcamp on my new Mac Mini Server.
    I uploaded a windows ISO Image perfectly the way it asked, Windows 7, I followed the correct steps, euqally divided one of the hard drives, and I was ready to actually set up the new Windows section of my computer. During this booting session, my dog came in the room with her ball and knocked the computer plug out of the socket. Now when I turn on the mac, the fan still works, the same Macintosh sound comes up, the screen turns that usual very bright gray, but it stays on that gray. After a minute or two, the screen turns black, with a blinking underline, as if it were confused to choose which operating system it has to boot.
    My problem here is that I use a wireless keyboard (not by Apple) -- and I suppose that bluetooth syncronizes with the OS and not the computer system itself -- so my keyboard commands do not get recognized in order for me to navigate into Windows 7 or OS X Mountain Lion. I tried solving this problem by purchasing a brand-new USB keyboard (since Mac Mini Servers do not have the PS/2 entrance). I guess this new USB keyboard didn't work, I imagine, either because the USB slots on the machine are not recognized by the computer's internal system, only by the Operating Sysytems (which I hope isn't true), or that the mac had never used that USB Keyboard and wasn't going to be capable of using it until it had installed the necessary drivers, but without the OS running that would become impossible.
    So my question is: Is there a way that I can connect a keyboard to the mac so I can continue installing my alternate Operating System? Is it maybe another problem all together?

    It is starting to sound more like Bootcamp failed to install properly.
    Have a look at > Boot Camp 5: Frequently asked questions
    then perhaps > Failed bootcamp instlation - Google Search

  • Website on Mac Mini Server not accessible. Error 403 index document not available.

    Dear all,
    I'm trying to host a website on my Mac Mini Server. As far as I can see, my DNS is working correctly. Also my firewall is setup correctly. (I'm hosting another website which works OK). But I setup a new site. Basically a copy of the working site. But this site doesn't reflect an index.htm page. I receive an Error 403 with further information that there is no index document or that the site is secured. There is a contact link on this page directing to my webmaster. So I conclude that something is working, but no index.htm page. Has anyone similar experience? And offcourse a solution?
    Many thanks.

    Launch Terminal.app and issue the commands:
    cd /Library/Webserver/Documents/
    ls -al
    And see if the files are readable by the web server.   Here's an example index file listing that's owned by root and with group access for admin folks, and this file is marked as readable and writable for the owner and the group, and is readable for everybody else:
    -rw-rw-r--    1 root  admin   5094 Jul 25  2009 index.html
    In this configuration, the web server would be using the other access; the web server can read this file, but not write to it.  Here is how to duplicate these ownership and access settings on your own index.html file, assuming that you have that file present in the ls listing above, and assuming that you have issued the cd (change default directory) command shown above:
    sudo chown root:admin index.html
    sudo chmod ug=rw,o=r index.html
    You will need to enter your administrative password for the sudo command.
    I would very strongly suggest that you start learning some basics of bash and of Apache, because you're going to be needing those skills very soon.

  • Windows 7 on mac mini server and raid 1

    I just purchased a 2011 mac mini server with the hopes of installing windows 7 alongside lion.  Then my goal was to have the two drives mirrored.  I successfully mirrored the two drives using disk utility and then proceeded to install lion.  This all went fine.  Imagine my shock when I loaded up bootcamp to see an error message describing it's inability to install windows on a raided system.  The thought hadn't even occured to me that this would be an issue. 
    I have searched through various forums and other places on the internet and haven't found a solution.  I am curious if I can get anyone with any experience in this area.  Is it possible to have mac and windows installed on a drive... and have that drive mirrored to the second drive... regardless of what os i'm booted into?
    Thanks for your help guys

    The GUI version of Disk Utility is very limited in what sort of RAID configurations you can create. It will only allow you to have a single partition on the disk and to make a RAID using that.
    Boot Camp requires creating additional partitions on the disk and hence it complaining.
    There is a commandline version of Disk Utility called diskutility (duh!). It has far more options available. Details for this command can be obtained by typing man diskutility in Terminal.app.
    It appears that in theory you might be able to do the following.
    Start off with both disks not setup for RAID
    Use Boot Camp to create the Windows partition. Repeat this on each disk.
    Then in Terminal.app manually convert the boot Mac partition to a RAID using diskutil appleraid enable
    Then add the matching partition on the second drive to make it a working mirror using diskutil appleraid add
    Then in Terminal.app manually create a RAID for the Windows partition using both drives and use FAT32 as the format using diskutil appleraid create
    Then boot and run the Windows installer and tell it to erase the Windows partition as NTFS
    I cannot gurantee the above will work and you should obviously have backups if needed. Another option would be to have the Mac partition covered by RAID but not the Windows partition, this would result in three volumes one Mac RAIDed volume, and two other non RAIDed volumes even though you have two physical disks.

  • Please help. Can no longer connect to my Mac Mini Server

    Up until two days ago, my iMacs were connecting to my Mac Mini Server normally. All of a sudden I could no longer transfer files without being prompted to type my password. Enter password and nothing happened, then got an error message stating that I don't have permission to do that. Now, a day later, no acces to my server. Has anyone ever experienced this? Can anyone please help? I've read the Mac mini booklet but doesn't have any troubleshooting info. Thanks in advance.

    Hello MrHoffman,
    Thank you for the advice. I went into Terminal first and typed in your command and this is what resulted:
    Last login: Fri Jan 24 22:39:08 on ttys000
    serverX:~ serverx$ sudo changeip -checkhostname
    Password:
    Sorry, try again.
    Password:
    Sorry, try again.
    Password:
    Primary address     = 192.168.1.7
    Current HostName    = serverX.private
    The DNS hostname is not available, please repair DNS and re-run this tool.
    dirserv:success = "success"
    serverX:~ serverx$
    serverX:~ serverx$
    I'm not very experienced with programming or coding, but this message seems to indicate that there's a problem with DNS just like you noted. I've highlighted the note in bold...What can you make of this or the logs from console below?
    Below is what I found in Console:
    1/24/14 8:55:08 AM          com.apple.launchd[1]          *** launchd[1] has started up. ***
    1/24/14 8:55:19 AM          com.apple.launchd[1]          (com.apple.NotificationServer[73]) Suspicious setup: User "jabber" maps to user: _jabber
    1/24/14 8:55:25 AM          edu.mit.Kerberos.kadmind[58]          kadmind: starting...
    1/24/14 8:55:27 AM          org.jabber.jabberd[53]          ERROR: Could not create /var/run/jabberd: Permission denied
    1/24/14 8:55:27 AM          com.apple.launchd[1]          (org.jabber.jabberd[53]) Exited with exit code: 1
    1/24/14 8:55:27 AM          com.apple.launchd[1]          (org.jabber.jabberd) Throttling respawn: Will start in 1 seconds
    1/24/14 8:55:28 AM          org.jabber.jabberd[130]          ERROR: Could not create /var/run/jabberd: Permission denied
    1/24/14 8:55:28 AM          com.apple.launchd[1]          (org.jabber.jabberd[130]) Exited with exit code: 1
    1/24/14 8:55:28 AM          com.apple.launchd[1]          (org.jabber.jabberd) Throttling respawn: Will start in 10 seconds
    1/24/14 8:55:28 AM          com.apple.printservice_LPR_mDNS_Plotter_Epson_7600[70]          Registering Service Plotter Epson 7600._printer._tcp port 515 TXT txtvers=1 qtotal=1 rp=Plotter_Epson_7600 pdl=application/postscript ty=\(null\)
    1/24/14 8:55:28 AM          com.apple.printservice_LPR_mDNS_Plotter_Epson_7600[70]           8:55:28.703  Got a reply for service Plotter Epson 7600._printer._tcp.local.: Name now registered and active
    1/24/14 8:55:30 AM          org.jabber.proxy65[52]          /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python /twisted/persisted/sob.py:12: DeprecationWarning: the md5 module is deprecated; use hashlib instead
    1/24/14 8:55:30 AM          org.jabber.proxy65[52]            import os, md5, sys
    1/24/14 8:55:30 AM          org.jabber.proxy65[52]          /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python /twisted/python/filepath.py:12: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
    1/24/14 8:55:34 AM          com.apple.launchd.peruser.501[174]          (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    1/24/14 8:55:35 AM          ServerScanner[200]          Preference says we shouldn't scan
    Thanks!

  • What's wrong with Mac Mini Server's quality ?

    Hi,
    I am an owner of the Unibody Mac Mini Server 2010 for my business server.
    When i bought it after two days use the HD started to fail. One with bad blocks and the other one with I/O errors. OSX froze many times. Did many tests and it showed bad blocks on one HD the second just failed some times.
    The HD that are included are HTS725050A9A362.
    I took the Mini to an Authorized Repair place. They replaced one HD. Gave it back to me. I then realized that they only replaced one HD. Took it back again and then they replaced the second one as well. All fine took it back home installed everything again.
    I have now use it for 3 months. Couple of weeks ago i woke up to a message box saying that the Mini has beed shutdown by some error. Could not find out what that error was but things looked to be running ok so i left it like that.
    Today i woke up to a dead mac mini. It would not boot. It was sitting with the spinning weel so i made a reset of the RAM or whatever it's called you know Command + P + R. That made it go a little bit further. It now stopped with the Folder icon blinking meaning it could not find a boot disk. Hmmmm i thought. This can only be a disk error. Tried to boot with DVD and do repair but it did not work out.
    To rescue my data from the second disk i booted in target mode and used my iMac to copy stuff over. Let me tell you that, that was not easy. Target mode worked like ****, maybe because of the first disk which was damaged dunno. When at last i opened the folder with my stuff the copy speed was ok. Funny enough i also managed to copy data from the disk that could not boot in target mode but i can't boot it so the disk is not really dead.
    Now my problem is this. What to do ? I have warranty but i have a feeling that theese HD are not reliable so if Apple repairs the Mini again they will replace with the same HD which i am not interested in. I am willing to invest in 2 new HD myself which are not the same brand but i don't want to void the warranty and open the box.
    I should add that i have 2 x 4gb memory inserted which is not Apple. I bought exactly what Apple recommend on their web page (CORSAIR 4GB DDR3 1066MHz model. CM3X4GSD1066 G). I do not think this has anything to do with the problems i see but i thought I'll mention it.
    I can also mention that after first time the HD died i kept an eye on the temperatures and i had HD temperatures around 35C. The CPU was around 48-50C and the server was idling at 80-85%.
    What can you recommend me i do ? Maybe all the problems that i have are just ****** quality by Apple. Maybe they squeezed the internal components to close and they run into these problems. I just don't know what i should do. It's not like that this is a computer...it's a server and MUST run continuously.
    donnib

    Are you certain the RAM is not causing this issue?
    Was the original (2Gb-4Gb) RAM fitted when the 1st issue appeared?
    Apple does not offer the current Mac mini + server with 8Gb RAM. It is likely that non OEM RAM can cause corrupted data on the HDD(s).
    Is it not possible to fit the original RAM, format/reinstall the HDD and test the Mac mini the way it was shipped?.
    The current Mac mini is positioned as a home or small business server plus there is no hardware reporting as found in an X-Serve. The HDD(s) used are as reliable as one would expect from a portable drive. Like the previous Mac mini's, the current models are reliable with few known issues until you replace parts that Apple may not have used in testing.
    Since the arrival of the late 2009 mini, Apple uses sensors on the original HDD(s) which cause problems (either no boot or loud fan noise) if a different brand or model is fitted. The HDD needs to be compatible with the sensor(s). The 2010 Mac mini has taken it even further in that respect covering each drive with Mylar wrapping as well as the sensor. Apple really does not want users to swap parts out.

  • Mac Mini Server Mid 2011 i7 problems

    I have a Mac Mini Server with an i7 Mid 2011 that had a lot of issues with memory because we were running so many services with 4GB of memory and would have 4 pages of usage in activity monitor after the 4GB of memory was full. It wouldn't restart on us or crash when running just really slow down due to usage of RAM. We just bought new RAM to bring it up to 8GB (2 x 4GB). It's the right memory for the computer. And now Lion crashes and restarts on us and even becomes way unresponsive too. Is there a way to check RAM to make sure it isn't bad without install a program. I recall someone once saying you could hold some buttons down at start up to do a RAM check.

    I think verbose mode runs a simple check,
    Starting up in single-user or verbose mode
    1. Shut down your Mac if it is on.
    2. Press the power button to start the computer.
    3. Immediately press and hold the Command (Apple) key and
    one
    of the following:
    the "s" key for single-user mode.  (Command-S)
    the "v" key for verbose mode.  (Command-V)

  • Mac Mini Server (Announced October 20, 2009) - Does it do RAID1?

    Apple announced the Mac Mini Server today for $999. It comes with two SATA hard drives, but there is no mention of RAID1. Does it do RAID1? This would be a good enough reason to get it. This could be a perfect media device - iTunes server, streaming video to TV via DVI/USB-to-HDMI adapter or DVI/optical-digital-audio_out-to-HDMI adapter, Time Machine backups, and file storage with RAID1. Without RAID1, this is just a mini sans the DVD drive.

    Dunstan Cooke wrote:
    I'm interested in a RAID 1 configuration to use as a file server in our office. 500 gb will be plenty of space for us, and I will couple this with an external 1 TB drive to use as a Time Machine backup.
    Given that presumably the OS will come preinstalled on one of the drives, how do you then create the mirror of this? If I reinstall the OS from an external device, does the installation provide the option to create the RAID 1 array to install to?
    When you boot from the Mac OS X install DVD (included with the Mac mini) you have the option to run Disk Utility to format/erase/partition or configure Software RAID. You can then once you have created your RAID configuration proceed with the installation in to that volume.
    Note: The Disk Utility program (the GUI version) does not let you partition a RAID drive, so if you have the two 500GB drives, you can only have a single 500GB volume (RAID1) or a single 1TB volume (RAID0). It is possible (but not recommended by Apple) to create two or more RAID mirrored partitions on a pair of drives via the command line. To do this in this case, would involve booting from an external drive which has Mac OS X installed on it, then you can run the Terminal to access the diskutil command line tool.

  • Mac mini server freezed

    our mac mini server was freezed and try to restart, but the apple logo and the spinning gear keep running.
    I try un-plugged it but same thing the spinning gear logo keep running.

    See if you can restart into the Recovery HD by pressing/holding Command+R at the boot chime. Then, open Disk Utility and do a Verify Disk. If there are errors, then do a Repair Disk.

  • Mac Mini Server VPN Issues - Driving me insane

    Mac Mini Late 2012
    Late 2012
    Software  OS X 10.8.2 (12C2034)
    Server Version 2.2(166)
    Previous Issues experiencing: Before i rang apple support and spoke with enterprise support i had no luck at all for weeks getting the VPN connected.
    After calling support it seemed to have something to do with my useraccount - Guided through the process of creating new dummy account and trying to connect then. Which sssucceeded..!!!
    However. Back on my main account and deleting other user accounts im facing great difficulty setting up a VPN for the purpose of a VPN.
    The issue now is: Once i get connected to my mac successfully from my iPhone using the VPN server all is good to go.
    However. WHen i restart my computer (For testing purposes this was done) When the MacOS boots up again I have to relog into the Server app. Resign into the program, THen try and reconnect my VPN (WHich will be impossible to do if im out of the country). But it doesnt end there. I keep having to reisue a new Shared Password. FOr testing i Used 1234abcd. Got a good connection - Proceeded with restart and then had to change 12345abcd.
    So i have tested this well over 50 times. Trying to find a solution.
    In summary: Everytime i use the MAC Mini Server, I have to.
    1 Auto login.
    2 Repopen the Server.app even though i have enabled it to autostart.
    3. Log into the server app (Not another networks Server)
    4 Change my shared password
    5 Try and reconnect and pray it works.
    Whats the quick fix for this. Its driving me insain and honestly making this a 1000$ peice of junk. Its hopeless regarding a server. I want it to be completely operational when i leave the country. My server is designed to Shut on and off between down times (Night Times) when i wake up i jsut want to be able to reconnect via a VPN and no issues, be on my way with life. Not having to wory about remote logging into the PC to then reset up the server.
    Any help please!

    I sometimes get this same message window or a VPN Not Authorized window after rebooting my server. I have the Mac Mini late-2012 base model running OS X Server. When I do, I just try reconnecting and after no more than 3 attempts a connection is made either by my rMBP or my iPhone5.
    I leave my server running 24/7 and I rarely get either of the two messages mentioned above.
    You shouldn't need to open the Server.app unless you need to manage services. The Server services you configured should start everytime you restart. I have the Server.app icon on my Dock, but I do not launch it automatically. I manually click to launch it when I need to manage the Server, Accounts or Services.

  • Mac mini server: Hardware test error on Hard Drive

    Mac mini server: Hardware test error on Hard Drive
    'checking for slow read failures': ERROR - Target device access failure - Test failed.
    CAN I ACCESS HD (which is our data server) EVER AGAIN? IF SO, HOW?
    Meanwhile we wonder if this is really a hardware error. It all happened during writing a time machine backup.
    Probably while writing it, some data was relocated by accident, but we can not 100%-sure remember the sequence of actions :/
    This is our trauma history:
    - time machine got increasingly slower in writing a backup
    - we quit the backup
    - we switched off the mac mini (on power button)
    - we switched on the mac mini
    - we stopped time machine to the rules
    - we shut down mac mini via command
    - we booted the mac mini in save mode
    - we see a loading bar
    - no progress after 10th of loading bar
    - switched off (power button)
    - when we now switch on the loading bar below the apple-logo is all we see + the little wheel
    - we started with cmd+alt+p+r pressed
    - mac mini restarted but showed the loading bar scenario without progress again
    - we started with 'd' pressed and did the hardware test (see above)
    - we started with 'alt' pressed but it does not give us the recoverydrive to run the last backup
    ANY IDEAS?
    IS IT A SOFTWARE- OR HARDWARE ERROR?
    THX IN ADVANCE!

    BDAqua wrote:
    I thnk Intenal 2.5" Drives for servers is silly, & Ithink the Minis & iMacs re poorly cooled.
    I'd get Temprature Monitor & see what temps they're running.
    Is Temperature Monitor an app or a device?  If it's a temperature problem then that is essentially a design problem.  Two drive failures in the same Mac mini server in four months combined with the fact that they're not really user serviceable already has me 90% on the way back to more pragmatically designed Linux servers.  I think it would be foolish to waste any more money on these minis for my business hosting.

  • Mac Mini Server - Can't get past...

    Mac Mini Server
    I'm getting the "You are unable to log in to the user account xxx" message. I click OK, then the Apple icon appears, and that's as far as I can get.
    I'm new to the Mac, and have had it running for a month. Set it up initially as "Host Name for local network."
    Here is where I got into trouble. I changed it now to the 3rd item, "Host name for Internet." I entered a domain name I have, "ve3zt.ca" and I recall at the time that the computer name changed to VE3ZT from local.mini, or something similar. I rebooted and am in this position. Obviously, I made a major boo boo.
    As I said, I now can't get past the Apple logo. Pressing any keys on the keyboard results in a "beep" from the Mini. That's it!
    Any help would be appreciated.
    Thank You.
    Paul.

    Update:
    I did the "command-R" recovery and everything went smoothly. However, the message,  "You are unable to log in to the user accound "xxxxx" at this time. Logging in to the account failed because an error occurred." Pressing OK brings up the Apple logo screen. Can only get out of this by pressing the power button on the Mini for several seconds.
    Any advice?
    Regards, Paul.

  • Mac mini Server 10.6  unable to search for files on the server from desktop.

    I'm running Mac mini Server 10.6 with 15 various Apple Mac desktops 10.4 / 10.6. The problem i'm having is that i'm unable to search for files on the server from any of the desktops. I have fixed permissions and rebooted. I can perfomr a search though command - F and spotlight from the server.
    Anyone have any ideas?

    I have a Mac mini server with Mac osx 10.6.8 installed --- I have a website {UNDER CONSTRUCTION} installed on it with a REGISTERED DOMAIN NAME belizeansworldwide.com -->[DNS service w/GoDaddy]  & DSL INTERNET service  w/VERIZON --- {My server is the ONLY DEVICE CONNECTED to my VERIZON DSL router/modem}
    When I enter my DOMAIN NAME or WAN IP # in my browser(s)--> Chrome OR Safari -- i get my Verizon modem
    set-up page-->{this incl the WAN IP# as I expected}----{NORMALLY I WOULD ACCESS MY Actiontec
    modem/router via 192.168.1.1} --- While in that webpage there's an option "shared files/folders"   & clicking on that option DISPLAYS MY WEBSITE --->  {"PORT FORWARDING DID NOT RESOLVE THAT"}
    My next attempt @ a solution was through my Server's SystemPreference>Sharing>Internet Sharing
    & this the Original Object of my post ===>  "MY SHARING PANEL DOES NOT INCLUDE THE OPTION
    FOR   'Internet Sharing' among the others like CD DVD, Remote Login,Remote Management, Bluetooth Sharing, etc.etc ---- Hope this additional info will help to clarify  &/or explain my problem
    Thanks, & best regards to you & yours

Maybe you are looking for

  • The process cannot access the file because it is being used by another process with Execute package task

    Hi, I've a master package that calls other packages with an Execute Package Task. Sometimes we have an error: "The process cannot access the file because it is being used by another process" and sometimes not. It seems random. We are working on a Ter

  • Flashbuilder 4.7 and Windows 8.1 - Debugger not working

    I have recently upgraded to Windows 8.1 and am having problems getting both the debugger and the run to work for an AIR Mobile application in Flashbuilder 8.1. In Flashbuilder the error message is 'Process Terminated unexpectedly' with the adl.ex lau

  • Upgrade for my Nokia n8

    hi friends i am using Nokia n8 now am using os s Nokia belle refresh s there any upgrade for my mobile

  • Check ON period

    Dear all, How can we made check on reports duration (DATE) REGARDS SANDEEP

  • Union All in a Subquery - Help

    Hello All, I am trying to create a Union All query but when i put a parameter in the where clause, i get an error. The Query is mentioned below: SELECT     T0.U_Srv_TechName, T0.ItemCode, T0.Dscription, SUM(T0.Quantity) AS [Bal Qty] FROM         (SEL