+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 11 to 16 of 16

Thread: Looking for Macintosh Jobs in Dubai or Qatar

  1. #11
    Senior Member maccebu is on a distinguished road maccebu's Avatar
    Join Date
    Feb 2007
    Location
    Middle East
    Posts
    150
    Hello dandantheitman

    forgive me man for I am a newbie at grid services..

    Does Shake has its own grid services? Do I have to Install and configure an xGrid Service and then install also shake to make grid services available?

    sorry for asking you so many questions... I guess I'll be researching more on this grid services and shake

    yes i know that you can turn on grid services using the command xgridctl either a controller or agent and yes we have shake here, i guess i'll be playing around with it.. but still its all about scripting like you said "However I have next to no knowledge on shake scripts and what you would do"

    but anyway at least i know how to set it up...

    since you mentioned you know some bash script... can you help me build a bash shutdown script.. if you don't mind at all..

    what i want to do is to ping the server first and if it is reachable will perform the shutdown command in os x but if unreachable will ping another server and do the same steps..

    #!/bin/sh
    ping server1.local
    #if reachable
    shutdown -h now
    #if not reachable
    ping server2.local
    ....
    ...
    ...
    current: Ubuntu 11.04
    past: Mac OS X

  2. #12
    Senior Member dandantheitman is on a distinguished road dandantheitman's Avatar
    Join Date
    Apr 2006
    Location
    Myrtle Beach, SC.
    Posts
    804

    Shake and Bake

    HI Maccebu.

    Right you do not need the Xgrid infrastructure in place to use the rendering abilities of Shake, which uses qmaster to do the network render management and assign specific jobs. Unfortunately I can't help with the Maya scripting as I use apple purely from a Networking and storage perspective. I also use it as a platform for Oracle.

    Right Back to the Shell Scripts:
    Would you prefer... to shell script or apple script your script... From looking at your requirements all you want to do is shutdown a large amount of workstations / OSX boxes at the same time. There is nothing wrong with your Bash Script the only issue is that you need to authenticate to each and every workstation in order to shut it down. It would be easier as you have an OSX Network if you were to use the workgroup manager to tell your workstations to shut down at a particular time.

    There is also some shareware software below which will let you take an over of your network and all you to shutdown / restart specific machines on your network ?
    http://softwares.bajram.com/utilities/#Super_Shut_Down

    Another option if it is just to ensure that every machine shuts down each night is to build the script and then setup it up to run daily at 2:00am say using chron.

    Or are you trying to build a dynamic script so that regardless of day / night a user can just run the script and kill every workstation. This would be applicable say you guys were up late and rendering. The render is over and you want to shut all the machines down, in which case you run the shell script. The app above should suffice for this otherwise, you are going to have to amend the script to ssh to the box, authenticate to each box and then use Sudo to perform a shutdown -h then close the ssh connection and hit the next ip address.

    In order to do this you need to configure each apple workstation to ensure that port 22 is open for SSH, and you shall also need a user account with sudo privileges.

    A security risk you will have as well is that although the authentication to the box is going to be encrypted the script is not, so your script has a lot of user names and passwords written in clear txt. Anyone grabbing the script potentially potentially has a full list of user names passwords, and IP addresses that associate the names/passwds to IP addresses.

    I advise using any of the above over the scripted version purely from a security standpoint.

    daN
    --
    Daniel Handley, Daemons Inc.
    "Two of the most famous products of Berkeley are LSD and Unix.
    I don't think that this is a coincidence."
    -- anonymous, the Unix Hater's Handbook

  3. #13
    Senior Member dandantheitman is on a distinguished road dandantheitman's Avatar
    Join Date
    Apr 2006
    Location
    Myrtle Beach, SC.
    Posts
    804

    shake scripting

    Quote Originally Posted by maccebu View Post
    Hello dandantheitman

    like you said "However I have next to no knowledge on shake scripts and what you would do"

    ...
    Best way to learn shake scripts is to pay for someone to train your organization. Alternatively buy the training DVD. there are also the apple discussion boards on Apple.com these could also help.

    I am sure they will tell you the same as me. It is going to be a specialized field, that not a lot of people know about.

    daN
    --
    Daniel Handley, Daemons Inc.
    "Two of the most famous products of Berkeley are LSD and Unix.
    I don't think that this is a coincidence."
    -- anonymous, the Unix Hater's Handbook

  4. #14
    Senior Member maccebu is on a distinguished road maccebu's Avatar
    Join Date
    Feb 2007
    Location
    Middle East
    Posts
    150
    Hello All,

    i'll be in dubai in april or late march, please do help me find a job there in dubai.. if there are any please do a message me here in emiratesmac.. thanks a lot for this site it has helped many mac users.
    current: Ubuntu 11.04
    past: Mac OS X

  5. #15
    Junior Member dacland is on a distinguished road
    Join Date
    Feb 2009
    Location
    London
    Posts
    5

    Also interested in Mac IT job availability

    Hi forum,

    I am also in the market for a Mac / cross platform IT role, ideally in Qatar. Does anyone know what the approximate salary is for someone with my experience & certifications:

    • 10 Years experience in Apple IT support
    • Apple Certified Hardware Technician for 6 years
    • Apple certified technical co-ordinator 10.3, 10.4 & 10.5
    • Apple certified system administrator 10.4 & 10.5
    • Certified Xsan Administrator (versions 1.1 to 2)
    • Apple Certified Trainer for 5 years up to ACSA level
    • Microsoft certified technology specialist (Windows Vista)
    • Cisco certified network associate

    Currently working as an Apple certified trainer and consultant.

    Also interested in any available roles people are aware of.

    Thanks in advance

  6. #16
    Senior Member hakka is on a distinguished road hakka's Avatar
    Join Date
    Sep 2008
    Location
    middle of nowhere
    Posts
    269
    Blog Entries
    2
    Unfortunately Tech support and network admin jobs are the LEAST PAYING jobs in UAE. Almost next to cleaner/coffee maker ))

    Anyway good luck man. U really need it

+ Reply to Thread
Page 2 of 2 FirstFirst 1 2

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts