NMO not setuid-root (Unix-only)

Hi,
After changing the database to the ARCHIVELOG mode, I tried to restart the database instance using the web-based Enterprise Manager Database Controle, the following error message was displayed:
RemoteOperationException: ERROR: NMO not setuid-root (Unix-only)
Could someone please help me?
Thanks

Was the root.sh script ran?
Check the permission of the nmo and nmb executable found in $ORACLE_HOME/bin or $AGENT_OH/bin. Both should have the following permissions
ls -al nmo
ls -al nmb
-rwsr-s--- 1 root dba 22465 Apr 13 17:53 nmo
-rwsr-s--- 1 root dba 18055 Apr 13 17:53 nmb
If not, change the permissions to match the above.

Similar Messages

  • ERROR. NMO not setuid-root (Unix-only)

    I'm getting the following error when I try to change the Backup Settings on a new stand-alone install of 11.2.0.3.0 on Linux 5.7.
    Connection to host as user oracle failed. ERROR. NMO not setuid-root (Unix-only)
    I am NOT performing a Grid install and I'm using dbconsole. The installation steps are as follows:
    1. Install 11.2.0.3.0 software only.
    2. Use netca to configure LISTENER.
    3. Use dbca to configure new database.
    Google serches indicate that I should re-run the root.sh which I have done several times, but the issue persists.
    Thanks,
    Mark

    Similar thread
    ERROR: NMO not setuid-root

  • ERROR: NMO not setuid-root

    when i wanna to startup database by http://localhost:5500/em.how to fix it?
    Error Message
    RemoteOperationException: ERROR: NMO not setuid-root (Unix-only)

    You missed running the root.sh
    so execute the following as root:
    cd $ORACLE_HOME (your OEM HOME directory)
    chmod 6750 bin/nm?
    chmod 700 bin/emdctl
    chmod 700 bin/emagent
    chown root bin/nm?
    as oem user:
    emctl stop agent
    emctl start agent

  • Exchange 2013 Retention Root Folders Only

    We are currently migrating from 2007 to 2013. Our retention is 30 days on the inbox only, using the Root Folder Only powershell script. Most users have 10-50 subfolders under the inbox that are not included in retention due to the root folder only switch.
    Since Microsoft does not support root folder only switches in 2013, they have told me that I can have the users create and tag a single subfolder, which from there they can move all other subfolders into it. The tag would be No Delete (68 years).
    Is there a way to automate this, or do it for the users? Is there a 3rd party software that I can use to either automate, or run my retention with? I've been told that I can't ask the users to handle this themselves. 
    Thanks, 
    B
    All my life I wanted to be somebody. I guess I should have been more specific. -- The Covert Comic

    Hi,
    In Exchange 2013, messaging records management (MRM) is performed by using retention tags and retention policies, managed folders introduced in Exchange 2007 aren't supported. Retention tags do not support the BaseFolderOnly switch added to Managed Folders
    in Exchange 2007.
    I'm afraid the available way is to have the users create and tag a single subfolder just as what you mentioned above.
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • After reinstalling MAC OS 10.6.8, config the permissions to read/write/no access, my MacMini [mid 2010] refuses to reboot. I tried to reboot in safe mode with fsck, but after the steps to be taken, it says fscs not done, root device is read only

    After reinstalling MAC OS 10.6.8, I config the permissions to read/write/no access, my MacMini [mid 2010] refuses to reboot. I tried to reboot in safe mode with Command+S and fsck, but after the steps to be taken, it says fscs not done, root device is read only. I also tried to bypass the Mac firmware password by taking one Ram card out and reboot the macmini while holding COMMAND+OPTION+P+R. But no luck. The macmini is not able to see the mac OSX installation CD.
    Please help ??

    f.fromleiden wrote:
    After reinstalling MAC OS 10.6.8, I config the permissions to read/write/no access, my MacMini [mid 2010] refuses to reboot.
    How and where did you change which permissions? And what was the goal?
    Do you have a complete backup of your system? and more importantly data files?
    What happened that prompted the need to reinstall the 10.6.8 update?
    The immediate road forward would be to boot from the optical drive and revert the changes you made.
    What happens when you boot with the install cd and hold down C or hold down the option key?
    [Off topic: I've been to Leiden a few times ]

  • All the CD's I have imported will not play. The only music that will play is cd's I have purchased from itunes. How can I get all my albums to play, please??

    All the CD's I have imported will not play. The only music that will play is cd's I have purchased from itunes. How can I get all my albums to play, please??

    iTunes Store- Transferring purchases from iOS device or iPod to a computer
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    How to dowload purchased music

  • My youtube does not work on safari only when i try to play a video it says "This video is not available on mobile add to playlist" But i am using a mac air 11 inch it is not a mobile. Please Help. i have to use the youtube on firefox or chrome

    my youtube does not work on safari only when i try to play a video it says "This video is not available on mobile add to playlist" But i am using a mac air 11 inch it is not a mobile. Please Help. i have to use the youtube on firefox or chrome. At times it also say QuickTime Player can't open "video.3gp". and
    The file may be damaged or may not be a movie file that is compatible with QuickTime Player. when i try to open a video on youtube on safari

    I too am having the same issue as the OP.
    Your USER AGENT information is Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/600.3.18 (KHTML, like Gecko) Version/8.0.3 Safari/600.3.18
    Every webserver that receives a request from your browser is able to determine the HTTP USER AGENT information unless it has been removed by some software (e.g. firewall) before the request was trasmitted.

  • Images present in datagridview not exporting to file only text contents are generating into PDF file..

    Hi Everyone,
       I have created simple Desktop app in that I trying to generate PDF file from Datagridview...when I click on ExportPDf button Pdf file is generation successfully but the issue is in that pdf whatever the images has present in datagridview that images
    are not generation into PDF only the text contents are Present in PDF file.
      Does any one can tell me how to generate the PDF file along with images.
    Here is my code:
      private void btnexportPDF_Click(object sender, EventArgs e)
                int ApplicationNameSize = 15;
                int datesize = 12;
                Document document = null;
                try
                    SaveFileDialog savefiledg = new SaveFileDialog();
                    savefiledg.Filter = "All Files | *.* ";
                    if (savefiledg.ShowDialog() == DialogResult.OK)
                        string path = savefiledg.FileName;
                        document = new Document(PageSize.A4, 3, 3, 10, 5);
                        PdfWriter writer = PdfWriter.GetInstance(document, new FileStream(path + ".pdf", FileMode.Create));
                        document.Open();
                        // Creates a phrase to hold the application name at the left hand side of the header.
                        Phrase phApplicationName = new Phrase("Sri Lakshmi Finance,Hosur-560068", FontFactory.GetFont("Arial", ApplicationNameSize, iTextSharp.text.Font.NORMAL));
                        // Creates a phrase to show the current date at the right hand side of the header.
                        Phrase phDate = new Phrase(DateTime.Now.ToLongDateString(), FontFactory.GetFont("Arial", datesize, iTextSharp.text.Font.NORMAL));
                        document.Add(phApplicationName);
                        document.Add(phDate);
                        iTextSharp.text.Image img = iTextSharp.text.Image.GetInstance("D:\\logo.JPG");
                        document.Add(img);
                        iTextSharp.text.Font font5= iTextSharp.text.FontFactory.GetFont(FontFactory.TIMES_ROMAN, 5);
                        iTextSharp.text.Font font6 = iTextSharp.text.FontFactory.GetFont(FontFactory.HELVETICA_BOLD, 6);
                        //float[] columnDefinitionSize = { 2.5f, 7.0f,6.6f, 8.6f, 6.6f, 5.0f, 4.5f, 7.0f, 6.3f, 7.0f, 3.5f, 6.0f, };
                        PdfPTable table = null;
                        table = new PdfPTable(dataGridView1.Columns.Count);
                        table.WidthPercentage = 100;
                        PdfPCell cell = null;
                        foreach (DataGridViewColumn c in dataGridView1.Columns)
                            cell = new PdfPCell(new Phrase(new Chunk(c.HeaderText,font6)));
                            cell.HorizontalAlignment = PdfPCell.ALIGN_CENTER;
                            cell.VerticalAlignment = PdfPCell.ALIGN_CENTER;
                            cell.BackgroundColor = new iTextSharp.text.BaseColor(240, 240, 240);
                            table.AddCell(cell);
                        if (dataGridView1.Rows.Count > 0)
                            for (int i = 0; i < dataGridView1.Rows.Count; i++)
                                PdfPCell[] objcell = new PdfPCell[dataGridView1.Columns.Count];
                                for (int j = 0; j < dataGridView1.Columns.Count - 0; j++)
                                    cell = new PdfPCell(new Phrase(dataGridView1.Rows[i].Cells[j].Value.ToString(), font5));
                                    cell.HorizontalAlignment = PdfPCell.ALIGN_LEFT;
                                    cell.VerticalAlignment = PdfPCell.ALIGN_LEFT;
                                    cell.Padding = PdfPCell.ALIGN_LEFT;
                                    objcell[j] = cell;
                                PdfPRow newrow = new PdfPRow(objcell);
                                table.Rows.Add(newrow);
                        document.Add(table);
                        MessageBox.Show("PDF Generated Successfully");
                        document.Close();
                    else
                        //Error 
                catch (FileLoadException fle)
                    MessageBox.Show(fle.Message);
                    MessageBox.Show("Error in PDF Generation", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
    Runtime Gridview content:
    Generated PDF File:
    Thanks & Regards RAJENDRAN M

    Hi Everyone,
       I have created simple Desktop app in that I trying to generate PDF file from Datagridview...when I click on ExportPDf button Pdf file is generation successfully but the issue is in that pdf whatever the images has present in datagridview that images
    are not generation into PDF only the text contents are Present in PDF file.
      Does any one can tell me how to generate the PDF file along with images.
    Here is my code:
      private void btnexportPDF_Click(object sender, EventArgs e)
                int ApplicationNameSize = 15;
                int datesize = 12;
                Document document = null;
                try
                    SaveFileDialog savefiledg = new SaveFileDialog();
                    savefiledg.Filter = "All Files | *.* ";
                    if (savefiledg.ShowDialog() == DialogResult.OK)
                        string path = savefiledg.FileName;
                        document = new Document(PageSize.A4, 3, 3, 10, 5);
                        PdfWriter writer = PdfWriter.GetInstance(document, new FileStream(path + ".pdf", FileMode.Create));
                        document.Open();
                        // Creates a phrase to hold the application name at the left hand side of the header.
                        Phrase phApplicationName = new Phrase("Sri Lakshmi Finance,Hosur-560068", FontFactory.GetFont("Arial", ApplicationNameSize, iTextSharp.text.Font.NORMAL));
                        // Creates a phrase to show the current date at the right hand side of the header.
                        Phrase phDate = new Phrase(DateTime.Now.ToLongDateString(), FontFactory.GetFont("Arial", datesize, iTextSharp.text.Font.NORMAL));
                        document.Add(phApplicationName);
                        document.Add(phDate);
                        iTextSharp.text.Image img = iTextSharp.text.Image.GetInstance("D:\\logo.JPG");
                        document.Add(img);
                        iTextSharp.text.Font font5= iTextSharp.text.FontFactory.GetFont(FontFactory.TIMES_ROMAN, 5);
                        iTextSharp.text.Font font6 = iTextSharp.text.FontFactory.GetFont(FontFactory.HELVETICA_BOLD, 6);
                        //float[] columnDefinitionSize = { 2.5f, 7.0f,6.6f, 8.6f, 6.6f, 5.0f, 4.5f, 7.0f, 6.3f, 7.0f, 3.5f, 6.0f, };
                        PdfPTable table = null;
                        table = new PdfPTable(dataGridView1.Columns.Count);
                        table.WidthPercentage = 100;
                        PdfPCell cell = null;
                        foreach (DataGridViewColumn c in dataGridView1.Columns)
                            cell = new PdfPCell(new Phrase(new Chunk(c.HeaderText,font6)));
                            cell.HorizontalAlignment = PdfPCell.ALIGN_CENTER;
                            cell.VerticalAlignment = PdfPCell.ALIGN_CENTER;
                            cell.BackgroundColor = new iTextSharp.text.BaseColor(240, 240, 240);
                            table.AddCell(cell);
                        if (dataGridView1.Rows.Count > 0)
                            for (int i = 0; i < dataGridView1.Rows.Count; i++)
                                PdfPCell[] objcell = new PdfPCell[dataGridView1.Columns.Count];
                                for (int j = 0; j < dataGridView1.Columns.Count - 0; j++)
                                    cell = new PdfPCell(new Phrase(dataGridView1.Rows[i].Cells[j].Value.ToString(), font5));
                                    cell.HorizontalAlignment = PdfPCell.ALIGN_LEFT;
                                    cell.VerticalAlignment = PdfPCell.ALIGN_LEFT;
                                    cell.Padding = PdfPCell.ALIGN_LEFT;
                                    objcell[j] = cell;
                                PdfPRow newrow = new PdfPRow(objcell);
                                table.Rows.Add(newrow);
                        document.Add(table);
                        MessageBox.Show("PDF Generated Successfully");
                        document.Close();
                    else
                        //Error 
                catch (FileLoadException fle)
                    MessageBox.Show(fle.Message);
                    MessageBox.Show("Error in PDF Generation", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
    Runtime Gridview content:
    Generated PDF File:
    Thanks & Regards RAJENDRAN M
    Hello,
    Since this issue is mainly related to iTextSharp which belongs to third-party, I would recommend you consider posting this issue on its support website to get help.
    Maybe the following forum will help.
    http://support.itextpdf.com/forum/26
    Regards,
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I have OS 10.4.11 and iTunes 9.2.1 (5). My iPhone 4s does not appear in iTunes. only iPhoto recognize my iPhone. Update of iTunes seems not possible. How can I make appear my iPhone in iTunes?

    I have OS 10.4.11 and iTunes 9.2.1 (5). My iPhone 4s does not appear in iTunes. only iPhoto recognize my iPhone. Update of iTunes seems not possible. How can I make appear my iPhone in iTunes?

    From the box the iphone came in:
    Syncing with iTunes on a Mac or PC requires:
    Mac: OS X v10.5.8 or later
    PC: Windows 7; Windows Vista; or Windows XP Home or Professional with Service Pack 3 or later
    iTunes 10.5 or later (free download fromwww.itunes.com/download)"
    You will need Mac OS 10.5.8 or later in order to get itunes 10.5 or later, in order to connect your iphone.

  • SharePoint 2010 List View Web Part not showing for read-only users?

    Hello all,
    I have List View Webparts on my Blank Web Part page, and it's not showing for Read-Only users.
    Is this intended by Microsoft or is it a bug?
    Thank you!

    Hi,
    According to your post, my understanding is that the read only user could not see the list view web part.
    Per my knowledge, the issue may be cause that the user do not have the proper permission for the list.
    1. Check whether the user can access the list.
    2. Check whether the user can view all the items instead of partial items in the list.
    3. Check whether there are some fields refer to other lists or terms, especially the lookup field or managed metadata filed.
         If that is the case, make sure the user can access the lookup list.
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • How do I rename one wrongly identified photo in Faces? I seem to only be able to merge two stacks of photos to the correct name, but that is not accurate. I only have one photo in a batch under a certain name, that is wrongly identified.

    How do I rename one wrongly identified photo in Faces? I seem to only be able to merge two stacks of photos to the correct name, but that is not accurate. I only have one photo in a batch under a certain name, that is wrongly identified.

    In iPhoto '11: Select the photo in the "Faces" stack, open the "Info" panel, click on the face name in the "faces" brick and then on the name below the face to edit the name.
    Regards
    Léonie

  • HT4972 i have version 4.3.3 and am updating my iphone software. I am updating it on a computer that is not mine, as i only have an iPad. Can I do this without loosing my music, apps, photos, etc?

    i have version 4.3.3 and am updating my iphone software. I am updating it on a computer that is not mine, as i only have an iPad. Can I do this without loosing my music, apps, photos, etc?

    You do see the devices heading on the left sidebar? If you don't see the sidebar, go to View>Show sidebar in the iTunes menu and then check to see if the device appears.
    If that isn't the problem, go through the troubleshooting steps. It could be the Apple Mobile Device Service issue.
    iOS: Device not recognized in iTunes for Windows - Support - Apple

  • I have a iPad and a iPod touch how do I sync both of them to iTunes without mixing the apps, my iPad apps shows up on my iPod which is not good because I only have 8G on the iPod, I would like to keep them separate

    I have a iPad and a iPod touch how do I sync both of them to iTunes without mixing the apps, my iPad apps shows up on my iPod which is not good because I only have 8G on the iPod, I would like to keep them separate

    Turn Automatic Download off
    Settings>iTunes and Apps Store>Automatic Download>Off

  • My iPhone 5 is not charging properly and only the left speaker in any headphones is working

    Hi folks my iPhone 5 is not chagrin properly and only the left speaker on any set of headphones is working how do I report to apple

    Will not turn on, will not turn on unless connected to power, or unexpected power off
    No sound through stereo headset

  • HT1918 hello guys,my I5 got stole on the 27 July...the insurance paid out and i got a new apple phone.I am currently trying to install itunes on my phone but im not winning.i can only access itunes on my pc,but i want it on my phone.May you please assist

    hello guys.I lost my I5 on the 27 July...the insurance paid out then i got a new phone.same model.
    i am currently tryin to install itunes on my phone,but im not winning.i can only access itunes on my pc but i want on my phone.
    may you please assisst me get itunes on my phone please.

    You don't install iTunes on your phone. iTunes is a program that runs on your computer. As RG asked, please explain more clearly what it is you are trying to accomplish.
    Regards.

Maybe you are looking for

  • Mac Pro (2009) RAID Card - Can't create RAID Set

    Hi Everyone, I have a Mac Pro 4,1 (Model 2009) running Mavericks 10.9.2. with the Apple RAID Card installed. I got 4 new SAS Drives (Dell Toshiba MK2001TRKB) which I'm trying to configure into a single RAID5 set. OS X detects the individual drives an

  • Is " stereo mix" missing  in your  windows 7 on late 2009 imac 24 or 27 ?

    I have a imac 27 running Windows 7 64bit and no stereo mix option. I am a professor and when I do screen capture of scientific clips I need I can't get audio to record except by the imac mic from the speakers rather than directly. That destroys the s

  • Gallery Demo - font info in photos.xml

    <gallery base = "" background = "#FFFFFF" banner = "#F0F0F0" text = "#000000" link = "#0000FF" alink = "#FF0000" vlink = "#800080" date = "4/11/2006"> <sitename>Standard Parking</sitename> <photographer></photographer> <contactinfo></contactinfo> <em

  • OSX 10.8.2 restarting

    My MBP is restarting several times a day. Never had this problem before Moutain Lion. Anyone else seeing this?

  • Webcam Instant - Error code 10 on windows xp - please help

    can anyone help me - i have bought thecreative webcam instant and am using windows XP. in my imaging devices i right click on creative webcam and it comes up with Device not detected Error code 10.i have uninstalled and installed about 5 times and st