Oracle VM 3.1.1 poolfsmnt read-only

Hi,
I have installed an Oracle VM Cluster of 2 nodes. I have juste restarted the second one and now the poolfsmnt filesystem is mounted read-only and I can't do any operation on it.
Here is the log file ovs-agent:
DBError: (30, 'Read-only file system')
[2012-06-20 14:32:00 19547] INFO (xmlrpc:177) code 403, message Unauthorized access attempt from ('192.168.5.30', 37023)!
[2012-06-20 14:32:01 19544] DEBUG (service:85) discover_physical_luns: call completed.
[2012-06-20 14:32:02 19628] DEBUG (service:77) discover_repository_db: ()
[2012-06-20 14:32:02 19628] DEBUG (service:85) discover_repository_db: call completed.
[2012-06-20 14:32:02 19630] DEBUG (service:77) storage_plugin_listMountPoints: ('oracle.ocfs2.OCFS2.OCFS2Plugin', {'status': '', 'admin_user': '', 'admin_host': '', 'uuid': '0004fb0000090000e990d6f409e6b953', 'total_sz': 0, 'admin_passwd': '******', 'storage_desc': '', 'free_sz': 0, 'access_host': '', 'storage_type': 'FileSys', 'alloc_sz': 0, 'access_grps': [], 'used_sz': 0, 'name': '0004fb0000090000e990d6f409e6b953'})
[2012-06-20 14:32:02 19630] INFO (storageplugin:108) storage_plugin_listMountPoints(oracle.ocfs2.OCFS2.OCFS2Plugin)
[2012-06-20 14:32:02 19630] DEBUG (service:85) storage_plugin_listMountPoints: call completed.
[2012-06-20 14:32:03 19643] DEBUG (service:77) get_yum_config: ()
[2012-06-20 14:32:03 19643] DEBUG (service:85) get_yum_config: call completed.
[2012-06-20 14:32:03 19644] DEBUG (service:77) discover_cluster: ()
[2012-06-20 14:32:03 19644] DEBUG (service:85) discover_cluster: call completed.
[2012-06-20 14:32:11 19662] ERROR (xmlrpc:116) Unauthorized access attempt from ('192.168.5.30', 37033)!
Traceback (most recent call last):
File "/usr/lib64/python2.4/site-packages/agent/xmlrpc.py", line 113, in do_POST
auth_ip(src_ip)
File "/usr/lib64/python2.4/site-packages/agent/xmlrpc.py", line 55, in auth_ip
if ip != "127.0.0.1" and ip not in get_pool_member_ip_list():
File "/usr/lib64/python2.4/site-packages/agent/serverpool.py", line 450, in get_pool_member_ip_list
ip_list = read_item("server_pool", "pool_member_ip_list", get_cluster_db_home())
File "/usr/lib64/python2.4/site-packages/agent/db.py", line 76, in read_item
db = AgentDB(db_name, db_home)
File "/usr/lib64/python2.4/site-packages/agent/db.py", line 32, in __init__
self.db = dbshelve.open(db_file)
File "/usr/lib64/python2.4/bsddb/dbshelve.py", line 73, in open
d.open(filename, dbname, filetype, flags, mode)
DBError: (30, 'Read-only file system')
Can you help me please.
Thanks.
Olivier.

Hello!!
I'm not an expert but /OVS/Pool should be the directory naming of OVM 2.x, replaced by /OVS/Repositories/REPOS_ID in OVM 3.x
The "wierd directory name" it's the unique ID that OVM assigns to Repository, infact if you go to VM Manager in Repository tab and edit your current repository you will see this ID: 0004fb0000030000839f2d2faa5014c3
Under "0004fb0000030000839f2d2faa5014c3" folder, as you noticed, there are the classic folders ISO, VirtualDisk, VirtualMachine, etc. where files are placed.
I've never tried to import a pre-packaged template from Oracle but I would try importing it as an assembly from http/ftp! ;)
Hope this helps.
Greets!

Similar Messages

  • Create Read Only User in Oracle 10.2.0.4

    Hi., Friends,
    I want to create an user in Oracle 10.2.0.4 with read only rights of my hole database. I am not having Enterprise Manager Console so i want create from command prompt.Can u please explain me the step for create and assign read only role to user.
    Regards
    Mahendran

    Hi Mahendra,
    I am happy with Surendrajain's reply, but with this sql you will not able to view the data present in SAP Schema,
    The entire sql query with the comments in bracket  is given below
    1) create user PPMTEST identified by program1;    
    2) Create role PPMROLE;                           {  PPMROLE is the role name which will be later assigned to the user PPMTEST}
    3) Grant CONNECT to PPMROLE;                                 { CONNECT role allows the user to connect to oracle database}
    4) Grant SELECT_CATALOG_ROLE to PPMROLE;       { SELECT_CATALOG_ROLE role allows the user to view the oracle data dictionary}
    5) GRANT SELECT ANY TABLE to PPMROLE;             { "SELECT ANY TABLE" privilege allows the user to view the table which is present in the SAP schema}
    6) Grant PPMROLE to PPMTEST;                                         { Assigning the role PPMROLE to the user PPMTEST}
    7) COMMIT; 
    Thanks and Regards
    Debdeep

  • Error ora-12028 while creating a read-only snapshot

    Hi !
    I'm in trouble creating a read-only snapshot of a simple table.
    The Master table belongs to an ORACLE 7.3.4 database instance, while the snapshot site belongs to an ORACLE 8.1 database. The read-only snapshot should have a refresh type FAST, but while I'm running the CREATE SNAPSHOT statement in the snapshot site I receive the following message:
    "ORA-12028 snapshot type is not supported by master site string
    Cause: Pre-Oracle master sites are not able to support primary key or
    subquery snapshots that are able to perform a fast refresh.
    Action: Create a ROWID snapshot or use a master table from an Oracle8 site. "
    This message doesn't help me enough. Is there anyone who can give me an advice ?
    Thanks you all.
    Laura

    Well laura earlier version doesn't support snap shot based on primary key
    u should disable primary key constraint from master site
    and create snap shot on the basis of row id.
    for further detail mail me at [email protected]

  • Read only user creation for Oracle EM Console 11.1.1.5

    Dear All.
    I have created Read only user for Oracle EM Console.
    I have followed below link to do the same
    http://moshe-soa.blogspot.com/2011/09/blog-post.html.
    I have noticed with read only user is that TEST button in EM Console is active means user with read only user can create a trans, in Prod scenario it is a risk.
    Raised a CR with Oracle and found that it is a bug
    Bug 14082464 - CANNOT DISABLE TEST/TEST WEB SERVICE BUTTON IN SOA EM COSOLE is there in Metalink.
    So my question is there any way by which i can disable the TEST button in EM Conasole.
    I think there are some WLST script or servlet java class available to resolve this issue.
    Can any one confirm this and please suggest if any one aware of any alternative method.
    Thanks,

    Hi, have you got any solution to this problem? I am having exact the same issue in 11.1.1.6.

  • How to remove a oracle form from read only format

    I need to personalize an Oracle form for one responsibility. But when i open through that responsibility, it is opening in read only format. When i open the same form through super user responsibility, then it is opening up-datable format. I tried different options like 'System Profiles- HR Query only to 'NO'', 'Removing Query-Only'. but still i can open it only in read only format where i need to make some fields up-datable.
    Any suggestions please?

    Hi All,
    I have an Standard E-Business Suite screen.
    This is the Transaction Overview Screen, which is in Read-Only Mode.
    The Value of the unit price is rounded on 2 decimal.
    We tried to change this with Perzonilization, but the the error is coming up
    "FRM-40602: Cannot insert into or update data in a view"
    What are we doing wrong.
    Thanks for your support.
    Best regards Marcel Snoeck

  • Could not execute view config service request. This usually happens when an invalid view config service request is made, or when a read only Oracle Endeca Server receives a view config service request. Error message: Error applying updates: Unsupported la

    Hi,
    I have some data loaded into the data-domain in Endeca 3.0. When I was creating views in studio I repeatedly get this message when I say save view:
    Could not execute view config service request. This usually happens when an invalid view config service request is made, or when a read only Oracle Endeca Server receives a view config service request. Error message: Error applying updates: Unsupported language ${DEFAULT_LANGUAGE}
    In the workspace.prm file I have set ${DEFAULT_LANGUAGE}=en
    May I know why this happening and a remedy for it. Appreciate you help.

    Hi,
    I have some data loaded into the data-domain in Endeca 3.0. When I was creating views in studio I repeatedly get this message when I say save view:
    Could not execute view config service request. This usually happens when an invalid view config service request is made, or when a read only Oracle Endeca Server receives a view config service request. Error message: Error applying updates: Unsupported language ${DEFAULT_LANGUAGE}
    In the workspace.prm file I have set ${DEFAULT_LANGUAGE}=en
    May I know why this happening and a remedy for it. Appreciate you help.

  • Oracle 9.2.0.2 fails open read only with java exception

    Hi folks!
    I hope you can help me to narrow down this issue.
    I've a database running on windows 2003 64 bits. Oracle version is 9.2.0.2.
    I'm experiencing the following issue:
    When I try to open my database in read only mode, it crashes with ORA-604 and ORA-16000.
    The trace is pointing me to some kind of connection to an SQL Server...., but, to tell truth, I'm not understandig the problem, can anyone help me?
    The error itself is:
    java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]No ResultSet set was produced.
    Thanks!

    I know this is not an tail -f 50 ...., but the last 100 lines are equals to the following:
    "starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    ARCH: STARTING ARCH PROCESSES
    ARC0 started with pid=12
    ARC0: Archival started
    ARC1 started with pid=13
    ARC1: Archival started
    Sun Aug 22 21:36:12 2010
    ARCH: STARTING ARCH PROCESSES COMPLETE
    Sun Aug 22 21:36:12 2010
    ARC0: Thread not mounted
    Sun Aug 22 21:36:12 2010
    ARC1: Thread not mounted
    Sun Aug 22 21:36:13 2010
    ALTER DATABASE MOUNT
    Sun Aug 22 21:36:17 2010
    Successful mount of redo thread 1, with mount id 1255534413.
    Sun Aug 22 21:36:17 2010
    Database mounted in Exclusive Mode.
    Completed: ALTER DATABASE MOUNT
    Sun Aug 22 21:36:32 2010
    alter database open read only
    Sun Aug 22 21:36:34 2010
    SMON: enabling cache recovery
    Sun Aug 22 21:36:34 2010
    Database Characterset is WE8ISO8859P1
    Sun Aug 22 21:36:37 2010
    Errors in file c:\oracle\admin\orcl\udump\orcl_ora_32704.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-16000: database open for read-only access"
    Obviously, with the details of the startup.
    One additional detail:
    After that errors, I started the database on restrict mode, and it opens (I fact, this is not surprising, I was expecting that result)
    I'll keep working on this....

  • Starting up an Oracle database in read only mode

    Is there a way to have an oracle database start up in "read only" mode every time the instance is shutdown and strated back up. I need to accomplish this without any sort of manual intervention? Is there a parameter that can be set in init.ora etc... ? I am using oracle version 9.2.
    Thanks in advance.

    Operating System info is useful.
    On *nix, it's a simple matter to edit the dbstart script.  On Windows, I'd start investigating the 'net start' command.                                                                                                                                                                                                                                                                                                                           

  • Database open for read-only access ORACLE

    while building a universe with a dblink betweens oracle databases, i try to create a derived table in the form
    select field1 from table@db_to_db2
    but i get the following message:
    Exception: DBD, ORA-16000: database open for read-only acces State N/A.
    I understand the statement "Set Transaction for read only"  must be set before any transaction during the session, but still dont know how to trigger it in bo universe designer.
    Can someone know how to solve it?

    I suggest you fill-in the BEGIN_SQL parameter on the Universe to turn on the read-only transaction.
    Here is an excerpt from the Universe Designer guide:
    The BEGIN_SQL parameter allows you to prefix SQL statements with the same parameters each time a SQL statement is generated.
    1. Open the "Universe Parameters" dialog box in Designer.
    2. Click the Parameter tab.
    3. In the "Parameter" list, select the BEGIN_SQL parameter and enter the
    appropriate prefix commands.
    4. Save the settings.
    5. Save the universe.

  • Oracle VM x86_64 causes NFS Mount to go Read Only

    I need a bit of help. I have a 64-bit installation of Oracle VM on a Linux 5.8 server. I have a mount point (/u99) which is shared with two servers (the other server is also a 64-bit VM server). Every time I attempt to write something to this disk it goes to read only. My network guys unmount it, run fsck on the disk partition and then remount it only to have it go read only again and again. This initially started happening when I was attempting to do an RMAN backup but now it happens when I just routinely write something to the partition. It is mounted just as the other non-shared mounts are mounted only it is shared. Any suggestions? Thanks in advance

    Are you talking about Virtualbox or Oracle VM 3.1.1?
    If its Oracle VM 3.1.1
    You shouldn't be mounting NFS shares directly from the Oracle VM server. The VM Manger should used to create NFS repositories.
    If you're talking about Oracle 5.8 VM guest on a Oracle VM server.... then I had a similar problem a while back. The VM guest was doing a setgid on the file created. I ended up setting "Disable setuid/setgid file creation" on the storage side so the NFS wouldn't allow it.

  • Installation error  : You have read-only access to oracle inventory

    Hi guys,
    In some versions of Linux eg. Fedora, Ubuntu .. whenever I am installing Hyperion products I get this error " You have read-only access to oracle inventory". and also the thing worth noticing is, if this error comes Oracle doesn't install " OpenLDAP" which is required to run shared services.
    With Oracle Enterprise Linux, and everything seems to be fine. and I didn't got the above error also OpenLDAP gets installed.
    any help would be appreciated. attached is the screen shot for the error.
    [https://docs.google.com/leaf?id=0BwB5xiYJ_HGwMDZkNjQ1OTEtMDg4Zi00NGM3LTk5NDAtYzE1ZmJkZTcyMzU0&hl=en]
    Thanks

    HI,
    1. This would be handy
    http://www.oracle.com/technology/products/bi/hyperion-supported-platforms.html
    2. In case OS is not supporting , you ll end up spending lot of time , and am sure openLDAP will trip time and again.
    Sandeep Reddy Enti
    HCC
    http://hyperionconsultancy.com/

  • Read Only Schema in Oracle APPS EBS R12 database

    I want create a read only schema say apps_read in EBS database which have select access on all objects like apps. Kindly let us know how can I accomplish it or What is the best practice of doing it.

    Hussein - I have gone through all the threads but No one solves my problem. Actually there is a table in applsys schema i.e table_name ecx_outqueue.
    ECX_OUTQUEUE is having columns of type "User Defined Type Objects". I have highlighted these columns in Italics. Kindly help me How I can give select access on these user defined objects.on
    SQL> desc applsys.ecx_outqueue
    Name                                      Null?    Type
    Q_NAME                                             VARCHAR2(30)
    MSGID                                     NOT NULL RAW(16)
    CORRID                                             VARCHAR2(128)
    PRIORITY                                           NUMBER
    STATE                                              NUMBER
    DELAY                                              TIMESTAMP(6)
    EXPIRATION                                         NUMBER
    TIME_MANAGER_INFO                                  TIMESTAMP(6)
    LOCAL_ORDER_NO                                     NUMBER
    CHAIN_NO                                           NUMBER
    CSCN                                               NUMBER
    DSCN                                               NUMBER
    ENQ_TIME                                           TIMESTAMP(6)
    ENQ_UID                                            NUMBER
    ENQ_TID                                            VARCHAR2(30)
    DEQ_TIME                                           TIMESTAMP(6)
    DEQ_UID                                            NUMBER
    DEQ_TID                                            VARCHAR2(30)
    RETRY_COUNT                                        NUMBER
    EXCEPTION_QSCHEMA                                  VARCHAR2(30)
    EXCEPTION_QUEUE                                    VARCHAR2(30)
    STEP_NO                                            NUMBER
    RECIPIENT_KEY                                      NUMBER
    DEQUEUE_MSGID                                      RAW(16)
    SENDER_NAME                                        VARCHAR2(30)
    SENDER_ADDRESS                                     VARCHAR2(1024)
    SENDER_PROTOCOL                                    NUMBER
    USER_DATA                                          SYSTEM.ECXMSG
    USER_PROP                                          SYS.ANYDATA
    SQL>

  • How to make OM responsibility as read-only in oracle applications R12

    Hi there - We want to make read-only access in a staggered approach. We are a manufacturing company and are going live with R12 in different countries at different times. So once we go live with UK, we would like to have the UK only responsibilities be made read-only. So, I like the idea of identifying all the functions associated for the top menu of each responsibility and run an update on the fnd_form_functions, but can this somehow be linked to the Profile Options table, so it can also be filtered out by OU? Or are there any other suggestions out there that might work? As we have over 600 responsibilities in 11.5.10 that we would need to go through and determine which ones need to be made read-only at specific times. This is not so much a problem on the Financials side as we have some existing read only responsibilities to use, but more so on the manufacturing side. Thank You

    Sandeep Gandhi, Independent Consultant wrote:
    HR:Query Only Mode is applicable to HR responsibilities only.
    The thread subject mentioned OM responsibility.As Hussein said earlier, you will have to create new menu(s).
    Sandeep GandhiThanks Sandeep..
    we just want the same menus which are available for OM super user resp..so in that case...what should be the approach??bcz we want to attach inquiry resp to users..who are not allowed to do any transactions...
    so what we did is basically created a new OM resp with same menu...this is where we stopped..don't know what to do next
    Please advise
    Mahendra

  • Read Only access for a Maintenance view

    Hi All,
    I have a requirement like this.
    There is a Z Maintenance View (namely ZVHR_GRD_TARGET), for this i have to maintain the status as Read Only, and have to create a transaction code for this view with only SE16 access.
    I am doing like this.
    In the Z view, in the tab "Maint. Status", i have selected the radio button "Read Only" and saved it.
    I have created a transaction code for this view with SE16 access with the inputs
    Transaction                                                           SE16
    Selected the check box "Skip Intial Screen"
    Selected the check box for GUI status
    Name of the Screenfield                                          DATABROWSE-TABLENAME
    value                                                                      ZVHR_GRD_TARGET (i.e, view name)
    But the transaction code is not executing.
    So can any help me out in the requirement
    Regards
    Srinivas Kodukula

    Anchorage,
    Please refer to the following link:
    Read Only Schema in Oracle APPS 11i
    http://oracle.anilpassi.com/read-only-schema-in-oracle-apps-11i.html
    You may also search this forum as the same topic was discussed here many times before.

  • Read Only Columns

    Hi,
    We have designed a update METADATE type custom integrator to download, update and re-upload data to Oracle Apps. As a part of the integrator we are displaying few extra columns for the end users viewing purpose. The client want us to make such view only columns as 'READ ONLY' and prevent any changes to them. They want such columns to either be greyed out or protected in order to prevent any changes. Is it possible to achieve this using WebADI? We tried updating the READ_ONLY_FLAG column in the table bne_interface_cols_b but it doesn't work as expected. This set-up allows the end user to update/make changes to the column in the excel sheet and throws an error only when the sheet is uploaded, not before that.
    Any suggestions/help is appreciated. We are on R11i.
    Thanks,
    Nitin jain

    As suggested, an update statement like below will address the issue in R11i:
    update bne_layout_cols
    set style = 'mso-protection:locked;'
    where application_id = <>
    and interface_code = <>
    and sequence_num in <>;

Maybe you are looking for

  • Dados de Imposto Retido na Fonte _ IR no Faturamento

    PessoALL, Estou criando uma venda de serviço com retenção de IR no momento do faturamento, os calculos estão sendo feitos corretamente, a contabilização também. Quando crio o documento contábil e vou na FB03 para verificar o botão "Dados de imposto r

  • BI Java Installation: Clarification Needed!

    I'm wondering if someone could help clear this up for me: We have installed NW2004s SPS08 on Solaris with only the usage type EP (AS Java/EP). Awhile back I was tasked with connecting our BW ABAP system to our Portal ("Integration into the Portal" -

  • How to record my electric pia

    I have an Audigy 2 ZS Platinum Pro sound card installed in my WindowsXP pc. I have a Roland RD700SX stage piano and I wish to record my playing on my pc somehow. This Audigy card has this external box with all kinds of inputs and outputs and I am at

  • AP Report - discounts taken / lost report

    Hi Gurus I searched in the forum but couldnt find any, So I am posting a question. Is there a standard report to show discounts taken and discounts lost report for AP? Or is there any other report in which by changing the parameters and selections I

  • Connecting iPhone to home network?

    I was wondering whether using the internet on the iphone through my home network will be shown in my phone bill? Cause I heard it doesn't cost for the phone if I'm using wireless connection on the iPhone or wifi. But I just wanted to make sure before