Rexec service on Mac

Is there an Rexec command on the MAC to remotely run a command (r-service) on a remote system?

Dear Mike,
I have just solved the issue. Actually what I have done, that I added Primary DNS Name "domain.com.us" and in Computer Name "Mail" then on DNS I get into Primary Zone and found "domain.com.us" has been created but machine name was "domain.com.us" I changed it to "mail.domain.com.us" than restarted DNS and on the Mail - Settings - Advanced - Hosting I added Alias "domain.com.us" and everything is ok now. No errors at all. Mail server is "mail.domain.com.us" and Edmail Addresses "[email protected]"
Thank you for support

Similar Messages

  • Do you have old for new service for Mac air?

    Do you have old for new service for Mac air?

    I believe you are asking if you can trade in an older model MacBook Air for a new one.
    Apple does not take trade-ins; however, in the U.S., they do have a recycling program which offers Apple gift cards in exchange for older Apple computers.
    You should be able to sell your older computer.

  • Lion: Connecting to legacy (pre-Lion) AFP services - and Mac OS X (server)

    After upgrading to MacOS X Lion, it was discovered that it was not possible to logon to Novell-shares and NAS-boxes (e.g. Qnap).
    Here is a recipe that has been tested OK with the following combinations:
    * Mac OS X Lion -> Novell shares
    * Mac OS X Lion -> Mac OS X 10.5 server
    * Mac OS X Lion -> Mac OS X Lion
    Please note that the command-lines themselves must not have CR/NL-characters. Copy the commands to a text-editor and remove format-inserted CR/NL-characters.
    Another note: Your logon will be less secure with these changes. Later when e.g. Novell and/or your NAS-box support native Lion-logon, then please remove the AppleShareClient-parameter changes again with the first block.
    Recipe:
    The following block can be skipped if you have not previously changed AppleShareClient-parameters:
    sudo -s
    chmod o+w /Library/Preferences
    cd  /Library/Preferences/
    rm com.apple.AppleShareClient.plist*
    ! Restart
    The following block makes it possible to logon to: (1) Novell-shares (2) Pre Lion Mac-OS-X-volumes - and possibly non-native Lion logon NAS-shares:
    sudo -s
    chmod o+w /Library/Preferences
    defaults write /Library/Preferences/com.apple.AppleShareClient afp_host_prefs_version -int 1
    ! Restart
    You now have to logon a real account (non-guest) on another Mac OS X Lion volume
    to catalyst a creation of AppleShareClient-files. (See Apple-support-link) (Is this necessary?)
    ! instead?:
    /bin/sleep 60
    chmod o+w /Library/Preferences
    defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "Cleartxt Passwrd" "MS2.0" "2-Way Randnum exchange"
    defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "DHX2"
    defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "DHCAST128"
    chmod o-w /Library/Preferences
    PS:
    Possibly all volume-links may be deletes and recreated to use the new logon-parameters?
    Sources for command-bricks:
    OS X Lion: Connecting to legacy AFP services:
    http://support.apple.com/kb/HT4700
    AFP changes in OSX Lion:
    http://www.novell.com/communities/node/13155/afp-changes-osx-lion
    AFP support for DHX2 authentication mechanism on OES:
    http://www.novell.com/support/search.do?cmd=displayKC&docType=kc&externalId=7008 683&sliceId=1&docTypeID=DT_TID_1_1
    "/bin/sleep 60":
    Making My NAS Work in Lion:
    http://krypted.com/mac-os-x/making-my-nas-work-in-lion/
    Example:
    bash-3.2# chmod o+w /Library/Preferences
    bash-3.2# cd  /Library/Preferences/
    bash-3.2# rm /Library/Preferences/com.apple.AppleShareClient.plist*
    bash-3.2# chmod o-w /Library/Preferences
    bash-3.2#
    ! Restart
    Last login: Fri Aug 12 14:41:58 on console
    $ sudo -s
    Password:
    bash-3.2# chmod o+w /Library/Preferences
    bash-3.2# defaults read /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams
    2011-08-12 14:42:31.172 defaults[188:707]
    The domain/default pair of (com.apple.AppleShareClient, afp_disabled_uams) does not exist
    bash-3.2#
    ! Restart
    Last login: Fri Aug 12 14:47:31 on console
    $ sudo -s
    Password:
    bash-3.2# chmod o+w /Library/Preferences
    bash-3.2# defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "Cleartxt Passwrd" "MS2.0" "2-Way Randnum exchange"
    bash-3.2# defaults read /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams(
        "Cleartxt Passwrd",
        "MS2.0",
        "2-Way Randnum exchange"
    bash-3.2# defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "DHX2"
    bash-3.2# defaults read /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams
        DHX2
    bash-3.2# defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "DHCAST128"
    bash-3.2# defaults read /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams
        DHCAST128
    bash-3.2# chmod o-w /Library/Preferences
    bash-3.2#
    Also posted here:
    Lion: Connecting to legacy (pre-Lion) AFP services - and Mac OS X (server):
    http://forum.qnap.com/viewtopic.php?f=30&t=48143
    http://forums.macrumors.com/showthread.php?p=13166617

    hammer58 wrote:
    Thanks for your response, but this all looks pretty complicated to me.  I am not sure from this which lines I need to use and what I don't need.
    What are CR/NL characters?
    In plain text files carriage-return (CR) and new-line (NL) has:
    LF, NL: decimal 10, hexadecimal 0x0A
    CR: decimal 13, hexadecimal 0x0D
    References:
    http://en.wikipedia.org/wiki/Carriage_return
    http://en.wikipedia.org/wiki/Line_feed
    http://www.asciitable.com/
    Especially:
    http://en.wikipedia.org/wiki/Line_feed#Representations
    Quote: "...
    CR+LF: Microsoft Windows, DEC TOPS-10, RT-11 and most other early non-Unix and non-IBM OSes, CP/M, MP/M, DOS (MS-DOS, PC-DOS, etc.), Atari TOS, OS/2, Symbian OS, Palm OS
    LF+CR: Acorn BBC spooled text output.
    CR:   Commodore 8-bit machines, Acorn BBC, TRS-80, Apple II family, Mac OS up to version 9 and OS-9
    LF:   Multics, Unix and Unix-like systems (GNU/Linux, AIX, Xenix, Mac OS X, FreeBSD, etc.), BeOS, Amiga, RISC OS, and others.
    RS:   QNX pre-POSIX implementation.
    http://en.wikipedia.org/wiki/Newline#Unicode
    Quote:"...
    The Unicode standard defines a large number of characters that conforming applications should recognize as line terminators:[3]
    LF:   Line Feed, U+000A
    VT:   Vertical Tab, U+000B
    FF:   Form Feed, U+000C
    CR:   Carriage Return, U+000D
    CR+LF: CR (U+000D) followed by LF (U+000A)
    NEL:  Next Line, U+0085
    LS:   Line Separator, U+2028
    PS:   Paragraph Separator, U+2029
    If you have Linux, classic Mac or Windows/DOS text files, and you want to convert their LF/CR-flavor to another, then TextWrangler can do it for you; choose new LF/CR-combination via bottom button of the text file window. TextWrangler can be downloaded for free - also via App Store.
    TextWrangler:
    http://www.barebones.com/products/textwrangler/

  • Re: Online Backup Services for Mac?

    pc users have online backup services such as carbonite to choose from. Is there an equivalent backup service for Macs?
    My pc friend says he pays $50/year for his online service which makes more sense than having an external drive next to your computer. Good when your hard drive craps out, yes, but not so good if both get damaged due to fire, water, etc. or disappear due to theft.
    Message was edited by: WildBill

    There are a few, but I have only been experimenting with .Mac so far (which mostly for the other features). You can do a search for : online backup for mac : and several show up. I have heard good things from others about Mozy. Note the file transfer for any online service will be limited by your network bandwidth and availability.
    Others may have specific recommendations.

  • DACP commands are not working on Ipv6 enabled Airplay ITune service on MAC book.

    DACP commands are not working on Ipv6 enabled Airplay ITune service on MAC book.
    As we have gone through the source code(Airplay
    Audio POSIX receiver v190.9.p6) in dnssd_clientshim.c file and in API DNSServiceGetAddrInfoResponse has provided the implementation for ipv4 only.
    The test setup to test the DACP over IPV6 is by disabling the IPV4
    from MAC book and only enabling the Ipv6 .
    We are not sure if the test procedure is correct, please clarify the same.

    Hi,
    It is because of the license. In WS-C3750X-48P-L, you have a LANBASE license whereas in WS-C3750X-24P-S you have an IPSERVICES license.
    FDR_SW#show  version 
    Cisco IOS Software, C3750E Software (C3750E-UNIVERSALK9-M), Version 12.2(55)SE5, RELEASE SOFTWARE (fc1)
    License Level: lanbase
    License Type: Permanent
    Next reload license Level: lanbase
    In a LANBASE license, ip routing and ip multicast commands are not supported.
    Hope  this helps.
    Thanks,
    Arun

  • REXEC service required for SAP on Iseries ?

    Hello
    Our auditors advise us to disable the REXEC service on our ISeries systems.
    Does SAP require this service running ?
    I want to avoid taking any risk in this
    Thanks
    Jo

    Hi Jo,
    you poor one ;-(((
    You are in good luck - REXEC is not used by SAP
    Regards
    Volker Gueldenpfennig, consolut international ag
    http://www.consolut.de - http://www.4soi.de - http://www.easymarketplace.de

  • I can't go further "waiting for Printer Services" on Mac OS X 10.3 can U?

    Evening, I'm a new user, and ocassionally use my iBook.I turned it on but it takes ONE HOUR to get to the prompt Waiting for Printing Services. I was advised to re boot but no success, I guess this all happened after i tried to update latest version.
    I appreciate if you can help!!!

    I am working on a friend's Ibook, I am a PC IT, and know very little about Mac's so please bare with me in helping (1st grade Mac user).
    In my Mac fixing journey, I have used:
    1. Repair Disk = no repairs found to fix
    2. Repair Permissions = stalls and gives a prompt disconnected quit and restart, did that same prompt
    3. Booted in safe mode, gets to the same point "waiting for Printing Services" and then fades out and shuts itself down after a long period.
    4. I have tried to holding down opt, apple, p & r keys to reset "pram" = no go.
    5. Removed the power source and batter to reset computer.
    6. Booted computer connected into the printer and not connected to the computer. Same freeze place.
    After all this being done,and reading alot in here, I purchased disk warrior, it corrected a few errors, rebuilt and rebooted...only to come back to "waiting for Printing Services" and then freeze.
    Anyone have anything else they can help me with, that might get me passed this problem??
    Thanks in Advance for any advice!!
    Sav
    Ibook G4   Mac OS X (10.0.x)  

  • I'm looking for a high quality teleseminar service for mac

    i need a teleseminar service that fully functions with macbook. i've been told that gotowebinar can't be recorded on a mac. any suggestions from teleseminar producers?

    Anything can be recorded that isn't copyrighted on the Mac.  Look only as far as SnapZ Pro:
    http://www.ambrosiasw.com/utilities/snapzprox/
    If they give you permission to otherwise record copyrighted content with Windows, look at these methods of running Windows on your Mac:
    https://discussions.apple.com/docs/DOC-2741

  • Problems with cursor and shortcuts when using JNLP services on MAC OS X

    After invoking the JNLP services on a MAC I loose the ability to set the cursor and invoke keyboard shortcuts. On Windows this is not a problem, so I believe it is a bug and I have reported it to Apple. Meanwhile, I would appreciate if someone could help me with finding a work-around. To identify the problem run the following code with Java Web Start (i.e., you need to add the program to a jar and launch it using a JNLP script). You also need to include the javax.jnlp package.
    Observe that the cursor changes to cross-hairs when entering the circle. After invoking the Open file menu item, the cursor does not change any longer. Shortcut key do not work either, but if you open the menu and close it again without selecting any of the menu items, the shortcuts are OK again.
    package bugreport;
    import java.awt.*;
    import java.awt.event.*;
    import java.io.IOException;
    import javax.swing.*;
    import javax.jnlp.*;
    public class Demo2 extends JPanel implements Runnable, MouseMotionListener {
        private int centerX = 100;
        private int centerY = 100;
        private int radius = 50;
        public static void main(String[] args) {
            SwingUtilities.invokeLater(new Demo2());
        public void run() {
            int menuMask = Toolkit.getDefaultToolkit().getMenuShortcutKeyMask();
            final JFrame frame = new JFrame("Bug Demo");
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            setPreferredSize(new Dimension(200, 200));
            addMouseMotionListener(this);
            JMenuBar menuBar = new JMenuBar();
            frame.setJMenuBar(menuBar);
            //File menu
            JMenu fileMenu = new JMenu("File");
            fileMenu.setMnemonic('F');
            menuBar.add(fileMenu);
            //openMenuItem
            JMenuItem openMenuItem = new JMenuItem("Open...");
            openMenuItem.setMnemonic('O');
            openMenuItem.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_O, menuMask));
            openMenuItem.addActionListener(new ActionListener() {
                public void actionPerformed(ActionEvent e) {
                    openFile();
            fileMenu.add(openMenuItem);
            frame.add(this);
            frame.pack();
            frame.setResizable(false);
            frame.setVisible(true);
        @Override
        public void paintComponent(Graphics g) {
            g.clearRect(0, 0, getWidth(), getHeight());
            g.setColor(Color.BLUE);
            g.fillOval(centerX - radius, centerY - radius, 2 * radius, 2 * radius);
        public void mouseDragged(MouseEvent e) {
        public void mouseMoved(MouseEvent e) {
            int dx = e.getX() - centerX;
            int dy = e.getY() - centerY;
            if (dx * dx + dy * dy < radius * radius) {
                setCursor(Cursor.getPredefinedCursor(Cursor.CROSSHAIR_CURSOR));
            } else {
                setCursor(Cursor.getDefaultCursor());
        private void openFile() {
            FileOpenService fos = null;
            try {
                fos = (FileOpenService) ServiceManager.lookup("javax.jnlp.FileOpenService");
            } catch (UnavailableServiceException ex) {
                JOptionPane.showMessageDialog(this, "Service unavailable", "Open", JOptionPane.ERROR_MESSAGE);
            if (fos != null) {
                try {
                    FileContents fc = fos.openFileDialog(null, null);
                } catch (IOException ex) {
                    JOptionPane.showMessageDialog(this, "Service unavailable", "Open", JOptionPane.ERROR_MESSAGE);
    }Edited by: James_Vagabond on Oct 29, 2009 9:35 AM

    Barbara, Thanks very much taking the time to respond to my posting. Your input and directions were just what I needed.I accessed the print settings in the pull down menu, setup the print options including the color profile for Elements and the Printer to sRGB, and printed my picture. This resolved all the invalid color problems I was having, but I did notice that there was a hint of magenta overall in the picture. I had read an article that said to use Canon Color Matching instead of Color Sync to prevent that but I couldn't make that change in the pull down menu. I tried in the Presets dialog box but that didn't appear to be possible. Should I make that change as well?
    Also, in my travels through Elements 13 I notice under Edit->Color Settings that there were options for No Color Mgmt, Optimize for Screen, for Printing, or ability to chose one or the other (real time I assume). How do those options fit into this scenario?
    Thanks again

  • How to turn on the sync service in Mac ?

    My Macbook Pro runs on OSX Version 10.9.2. I am trying to back up my contacts from my blackberry, but having difficulty finding out how to turn on the sync service in the Mac ? Any help is much appreciated

    Hi there jonhelp,
    You may find the information in the article below helpful.
    About SyncServices
    http://support.apple.com/kb/HT5847
    OS X Mavericks
    OS X Mavericks v10.9 and later do not use SyncServices. Instead, Mavericks supports sharing your information using several network-based and cloud-based solutions. If you want to sync your information across multiple devices and computers, you should use one or more of these methods. These include iCloud, CardDAV servers, CalDAV servers, and servers that utilize the Exchange ActiveSync protocol.
    -Griff W. 

  • Know a good hosting service with Mac interface in Australia?

    I want to create a website from a template, for selling jewelry, and wondered if anyone could recommend a web hosting service in Australia that supports Mac OS X. Hopefully I can buy a domain name, create a website from a template, and subscribe to the host, from the same service.

    Hi Judiroo,
    It seems to me that this thread has become a bit confused. I've been a web developer for 12 years now and in my experience a we b hosting service doesn't need to support any type of operating system at all.
    The relationship between you the web site author and them the web site host (and their servers) is not dependent upon an operating system, or support specifically for OS X.
    You, as the web site author, create files compatible with your web site audience. Since you're making a web site for selling jewelry you will most likely create file types such as htm, html, php, asp or swf (or perhaps a combination of these).
    These file types aren't specific to OS X or any other operating system. They can be created, stored and viewed on any operating system that supports them. OS X supports creating, storing and viewing all of these file types.
    The only thing your web host needs to do is store (and sometimes execute) these files and I've never heard of a web host who didn't support "any file type at all".
    This certainly isn't meant to sound condescending, it just seemed like your question had been misinterpreted and the simple answer would've been "Support for OS X isn't required when looking for a host".
    Anyway, I'd recommend avoiding Telstra and most other companies of that size. Telstra are a fine example of a company so big and dispersed that they're unable to provide a good service.
    I have more than 10 sites hosted with http://www.myacen.com/ who are based in Perth. Their domain registration service http://www.liveregistry.com/ is relatively cheap too. I have a further 5 sites hosted with http://www.whitedoggreenfrog.com/ who are based in Melbourne, include domain registration and are also relatively cheap.
    Here are many hosts for you to choose from but support for OS X is something you don't need to look for:
    http://www.google.com.au/search?meta=cr%3DcountryAU&q=hosting
    http://www.google.com.au/search?meta=cr%3DcountryAU&q=web+hosting
    Mac Pro (Two 3.0GHz Quad-Core Intel Xeon 5300 series), 1GB Ram, 750GB HDD Mac OS X (10.4.9) 

  • Unable to start MYSQL service on Mac Mini

    Trying to installed JAMF software on Mac Mini server. One of the configuration steps required setting up a  database from the terminal but it requires the MYSQL service to be running and I'm unable to get this service to start. Any ideas or suggestions?
    Mike

    What happens when you try to start it? Any messages shown in the logs?

  • Web Services using MAC Dreamweaver

    I have been asked to develop a web site UI that
    needs to retrieve data from calls to web services developed by a
    third party. Adobe provide a very useful tutorial on how to this
    for Windows based development but as an 'artist' I use Dreamweaver
    on a MAC OS X system and the tutorial does not seem relevent ?
    So, anyone out there point me to how how consume web services
    using Dreamweaver for the MAC ??? Any coding I have to do will
    probably be in C#.

    Hi,
    check these:
    http://www.oracle.com/technology/obe/obe1013jdev/ws/wsandascontrol.htm
    http://www.oracle.com/technology/obe/obe1013jdev/index.htm
    http://www.oracle.com/technology/documentation/jdev.html
    http://www.google.com
    and old posts on the forum.
    Regards,
    Patrik

  • ICloud location services for MAC OSX 10.7.4

    Dear ALL,
    I have three devices login to icloud. MBP, iMac and MacMini server.  I can see those devices in the icloud.  But I can't see their location.  It seems this services only for iOS !? But I can see message to those devices.  I would like to know ... does it normal !? Anybody have idea how to enable location servies for those devices. 
    Cheers,
    KK Lin

    Are those computers connected to your network by ethernet. Locating your mac doesn't seem to work when the device is connected by ethernet.

  • How to enable Services for Mac so I can use the Chinese Text Converter.

    I run Firefox on my Mac, OSX 10.5.8 and when I try to access Services, ChineseTextConverter, the two choices are shaded and unavailable.
    == This happened ==
    Every time Firefox opened
    == I think this is how it's always been

    Depends on the model of the Mini.  If it is a 2010 or
    2011, simply connect the two via an HDMI cable.
    Older models will require appropriate video cables
    and an analog or optical cable from the audio port
    from the Mini to the TV.

Maybe you are looking for

  • Safari will not open for me. Keep quiting unexpectedly.

    I was on pinterest and clicked on a link that ended up closing out safari. Since then, I can't open Safari. It keeps saying Safari quits unexpectedly. I can't resolve the matter. Here's the error report: Process:           Safari [588] Path:         

  • Slideshow in iMovie too small to edit

    Hello! I will try to explain this the best way that I can. I exported a slideshow from iPhone and imported it into iMovie. The slideshow is 10 minutes and 53 seconds. After importing it, the clip to edit is about an inch on the screen. I cannot exten

  • Developing Portals using JSR Compiant API and struts

    Hi, I am using Oracle AP Portal server 10.1.4 for development and all the existing portals are developed using Oracle PL/SQL. We have to convert all of them into JSR 168 Compliant (JPS API ) portlets using struts framework. Could you provide us ideas

  • Create ASM Failure Group via dbca

    I am not sure how to configure a Failure Group in ASM. I am not using asmlib. So I start dbca - choose configure ASM Create Diskgroup --> Data select my 2 raw devices ( which are on 2 storages) I select normal redundancy; Disk Path ASM Name Failure G

  • Aggregate from two tables

    Dear all, I have a need to compare totals from 2 tables. The table data is as follows : create table FLIGHTS( PSGRNAME VARCHAR2(64), FLTNBR VARCHAR2(5), FLTDATE DATE, NBRINPARTY NUMBER ) ; insert into FLIGHTS (PSGRNAME, FLTNBR, FLTDATE, NBRINPARTY) v