Startup mount error

when trying to mount the database for performing flashback gives
shutdown immediate
SQL> startup mount;
ORA-01041: internal error. hostdef extension doesn't exist

What about alert.log?
Are there some additional ORA errors there?
and look at metalink note 17613.1 - it's troubleshooting, what should be checked.
Edited by: Laura Gaigala on May 6, 2009 1:41 PM

Similar Messages

  • Cant startup mount error in alert.log urgent

    Hi I am trying to start mount my db but here are some messages aI get from the alert.log, I am so new to oracle and I think i have altered some files by shuting starting oracle.I have just made some backup before the error occured like starting the database in archive mode and made a incremental level 0 and 1 backup.
    So any help would be much appreciated
    Here are the error messages I get:
    culkget: failed to lock /home/oracle/u01/app/oracle/oracle/product/10.2.0/db_1/dbs/lkCHUCKY exclusive
    sculkget: lock held by PID: 24089
    Wed Apr 5 17:58:20 2006
    ORA-09968: unable to lock file
    Linux Error: 11: Resource temporarily unavailable
    Additional information: 24089
    Wed Apr 5 17:58:20 2006
    ORA-1102 signalled during: ALTER DATABASE MOUNT...
    Wed Apr 5 17:58:24 2006
    Errors in file /home/oracle/u01/app/oracle/oracle/product/10.2.0/db_1/admin/chucky/bdump/chucky_smon_24095.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/home/oracle/u01/app/oracle/oracle/product/10.2.0/db_1/oradata/chucky/system01.dbf'
    Wed Apr 5 17:58:34 2006
    Errors in file /home/oracle/u01/app/oracle/oracle/product/10.2.0/db_1/admin/chucky/bdump/chucky_smon_24095.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 1 cannot be read at this time
    ORA-01110: data file 1: '/home/oracle/u01/app/oracle/oracle/product/10.2.0/db_1/oradata/chucky/system01.dbf'
    Wed Apr 5 17:58:44 2006

    Try to see metalink note 269223.1
    Nicolas .
    Cause
    The error caused by the NFS locking issue.
    Fix
    Workarounds:
    1) Use "nolock" NFS mount option (disables locking entirely).
    2) Manually clear locks on NetApp filer after every client reboot.
    Nicolas.

  • ORA-12560:  TNS: protocol adapter error - startup mount on windows

    hi all,
    I want startup the database with mount option on windows.
    The OracleServiceORCL is stopped.
    I need to startup mount, but I get the error:
    ORA-12560: TNS: protocol adapter error.
    In Linux this task is easy, but on windows I cannot connect
    to database to startup mount.
    How can I do this?
    thank you

    Tads wrote:
    Hi,
    But the all files in incorrect place. So I need to do startup mount to do a alter database rename file to....
    thank you!Once the windows service is started, you can use sqlplus to connect, shutdown, and startup just like you do in *nix.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Startup Plug Error

    Hi All,
        I have 2 sample applications say Exportex1 and Exportex2.
    When I deploy exportex1from one machine and check for output,  it is working fine as expected.  When I deploy exportex2  from another machine,  it is also working fine.
    But Exportex1 is giving startup plug error when I log in into portals after the deployment of exportex2 application. 
    I find that Exportex2 is somehow overrides the Exportex1 application which means i can view only one application at a time in the portal.
    Error:
    RunTime Exception or StartUp Plug not found exception.
    What could be the reason for this?
    The application Name - Exportex1  ,  Exportex2
    Project Name - Exportex1   ,  Exportex2
    component Controller - Exportex ,   Exportex
    Pls suggest.
    Regards,
    subashini.

    Hi Ayyapparaj,
    They are pointing to their corresponding interface views.  But the component controller name is same for all the applications say Exportex1 and Exportex2.  Will it make any problem?
    Ex:
    Application Name:  Exportex1,   Exportex2
    Component controller Name  :  Exportex,  Exportex
    Regards,
    Subashini.

  • Mount error when installing xcode 3 and iOS 4

    Hi,
    I ran into mount error when installing xcode 3.2.6 and iOS 4.3 downloaded from https://developer.apple.com/devcenter/download.action?path=/Developer_Tools/xcod e_3.2.6_and_ios_sdk_4.3__final/xcode_3.2.6_and_ios_sdk_4.3.dmg.
    I work on Mac mini with Mac OS X 10.6.
    Could anyone help? Thanks!
    Regards,
    Emily

    Hi Ken,
    Thanks for your advice! I would try to clean up for more free space. I just downloaded one dmg from another website linking to apple. I could successfully install that one, but very often the content in gdb window is empty. Even if the gdb works for some time initially, after loading some specific project, the gdb doesn't provide info any longer :-( Any idea?
    It might be the best season in Shenzhen now. It is sunny, but not hot, with temperature from 25 degree centigrade to 30.
    Regards,
    Emily

  • Mount error when mounting Windows Server share

    Trying to mount a share on a Windows Server I have in my home.
    When I use:   
    smbclient -L SERVERNAME -U administrator
    and I enter the password after the prompt
    It returns a list of all the shares in the server like so:
    Domain=[SERVERNAME] OS=[Windows Server 2003 3790 Service Pack 2] Server=[Windows Server 2003 5.2]
    Sharename Type Comment
    SHARE1 Disk Shared folder
    SHARE2 Disk Shared folder
    SHARE3 Disk Shared folder
    Domain=[SERVERNAME] OS=[Windows Server 2003 3790 Service Pack 2] Server=[Windows Server 2003 5.2]
    Server Comment
    Workgroup Master
    but when I try to mount of the shares with
    # mount -t cifs //SERVERNAME/SHARE1 /mnt/mountpoint -o user=administrator,password=password
    it returns an error
    mount error: could not resolve address for SERVERNAME: Unknown error
    Am I doing something wrong?
    Thanks,

    the SERVERNAME in these commands is a netbiosname and can differ from the  hostname.
    Smbclient seems to use it's own method to resolve netbiosnames, possibly the mount command uses a different method.
    Try the mount command with the ip-address of the server instead of SERVERNAME to verify mounting the share works.
    If the share can be mounted by //ip-address/SHARE1 , you may need additional options for the mount command to make netbios name resolution work correctly.
    check man mount.cifs .
    edit : typo's
    Last edited by Lone_Wolf (2013-08-10 12:40:47)

  • ASM Disk Mount Error

    Hi,
    I am consistently getting the following error since yesterday while mounting the ASM disk.
    1. I created the ASM disks successfully and created the appropriate ASM DiskGroups using asmca utility.
    2. I was able to see the diskgroups as mounted from asmcmd tool.
    3. All of a sudden, all the diskgroups were dismounted yesterday and I see the following error in the alert logs for all the
    diskgroups.
    4. This is using ASM11g
    As I exhausted all my avenues to fix, I have turned to you for further assistance. Please do the needful.
    SQL> /* ASMCMD */ALTER DISKGROUP DataVSPSI MOUNT
    NOTE: cache registered group DATAVSPSI number=3 incarn=0x7934bf5d
    NOTE: cache began mount (first) of group DATAVSPSI number=3 incarn=0x7934bf5d
    NOTE: Assigning number (3,0) to disk (ORCL:D01_VSP_SI)
    Thu Dec 27 17:38:29 2012
    NOTE: start heartbeating (grp 3)
    kfdp_query(DATAVSPSI): 11
    kfdp_queryBg(): 11
    NOTE: cache opening disk 0 of grp 3: D01_VSP_SI label:D01_VSP_SI
    NOTE: F1X0 found on disk 0 au 2 fcn 0.0
    NOTE: cache mounting (first) external redundancy group 3/0x7934BF5D (DATAVSPSI)
    NOTE: starting recovery of thread=1 ckpt=2.1 group=3 (DATAVSPSI)
    WARNING: IO Failed. group:3 disk(number.incarnation):0.0xeae44fae disk_path:ORCL:D01_VSP_SI
    AU:4 disk_offset(bytes):4333568 io_size:122880 operation:Read type:asynchronous
    result:I/O error process_id:32162
    WARNING: IO Failed. group:3 disk(number.incarnation):0.0xeae44fae disk_path:ORCL:D01_VSP_SI
    AU:4 disk_offset(bytes):4202496 io_size:131072 operation:Read type:asynchronous
    result:I/O error process_id:32162
    ORA-15080: synchronous I/O operation to a disk failed
    ERROR: ASM recovery failed to read ACD
    NOTE: cache initiating offline of disk 0 group DATAVSPSI
    NOTE: process 32162 initiating offline of disk 0.3940831150 (D01_VSP_SI) with mask 0x7e in group 3
    WARNING: Disk D01_VSP_SI in mode 0x7f is now being taken offline
    NOTE: initiating PST update: grp = 3, dsk = 0/0xeae44fae, mode = 0x15
    kfdp_updateDsk(): 12
    kfdp_updateDskBg(): 12
    ERROR: too many offline disks in PST (grp 3)
    WARNING: Disk D01_VSP_SI in mode 0x7f offline aborted
    Thu Dec 27 17:38:29 2012
    NOTE: halting all I/Os to diskgroup DATAVSPSI
    NOTE: crash recovery signalled OER-15130
    ERROR: ORA-15130 signalled during mount of diskgroup DATAVSPSI
    NOTE: cache dismounting (clean) group 3/0x7934BF5D (DATAVSPSI)
    NOTE: lgwr not being msg'd to dismount
    NOTE: cache dismounted group 3/0x7934BF5D (DATAVSPSI)
    Also, I think the lower level disk is fine as I am able to write to the disk as follows :
    [oracle@rmanqa01 trace]$ dd of=/dev/sdp1
    Test Test
    0+1 records in
    0+1 records out
    10 bytes (10 B) copied, 4.97435 seconds, 0.0 kB/s
    [oracle@rmanqa01 trace]$ id
    uid=500(oracle) gid=500(oinstall) groups=6(disk),500(oinstall),501(dba),502(oper),503(asmadmin),504(asmdba),505(asmoper),506(horcm)
    [oracle@rmanqa01 trace]$ ls -l /dev/sdp1
    brw-rw---- 1 root disk 8, 241 Dec 28 11:59 /dev/sdp1
    [oracle@rmanqa01 trace]$
    The oracleasm also lists the disk D01_VSP_SI as follows :
    [root@rmanqa01 log]# /etc/init.d/oracleasm listdisks
    A01_VSP_SI
    ADSK01
    ARCH_AMS_SI
    D01_VSP_SI
    DATA_AMS_SI
    DDSK01
    DEMO_ARCH
    DEMO_DATA
    L01_VSP_SI
    RDSK01
    REDO_AMS_SI
    You have new mail in /var/spool/mail/root
    [root@rmanqa01 log]# /etc/init.d/oracleasm querydisk D01_VSP_SI
    Disk "D01_VSP_SI" is a valid ASM disk
    [root@rmanqa01 log]#
    kfed tool was giving proper data till yesterday.
    Today, I am getting the following :
    ./kfed read /dev/oracleasm/disks/D01_VSP_SI
    kfbh.endian: 84 ; 0x000: 0x54
    kfbh.hard: 101 ; 0x001: 0x65
    kfbh.type: 115 ; 0x002: *** Unknown Enum ***
    kfbh.datfmt: 116 ; 0x003: 0x74
    kfbh.block.blk: 1936020512 ; 0x004: T=0 NUMB=0x73655420
    kfbh.block.obj: 2147486324 ; 0x008: TYPE=0x8 NUMB=0xa74
    kfbh.check: 2886846267 ; 0x00c: 0xac11c73b
    kfbh.fcn.base: 0 ; 0x010: 0x00000000
    kfbh.fcn.wrap: 0 ; 0x014: 0x00000000
    kfbh.spare1: 0 ; 0x018: 0x00000000
    kfbh.spare2: 0 ; 0x01c: 0x00000000
    ERROR!!!, failed to get the oracore error message
    [oracle@rmanqa01 bin]$
    Please help.
    Thanks
    V V
    Edited by: user13479556 on Dec 28, 2012 12:00 PM

    Thanks Berx for pointing that out.
    I deleted the ASM disks and the diskgroups and re-created a fresh and was able to start the ASM instance and mount the DGs.
    Now the mount is persistent, but the dbca fails with the following error in the alert log. Under what situations can this error be seen ?
    NOTE: Loaded library: System
    SUCCESS: diskgroup DATAAMSSI was mounted
    SUCCESS: diskgroup ARCHAMSSI was mounted
    ERROR: failed to establish dependency between database R3AMSSI and diskgroup resource ora.DATAAMSSI.dg*ERROR: failed to establish dependency between database R3AMSSI and diskgroup resource ora.ARCHAMSSI.dg*Mon Dec 31 20:25:25 2012
    SUCCESS: diskgroup LOGAMSSI was mounted
    Mon Dec 31 20:25:25 2012
    ERROR: failed to establish dependency between database R3AMSSI and diskgroup resource ora.LOGAMSSI.dg
    Mon Dec 31 20:25:25 2012
    Successful mount of redo thread 1, with mount id 784925673
    Completed: Create controlfile reuse set database "R3AMSSI"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    '+DATAAMSSI/R3AMSSI/system01.dbf',
    '+DATAAMSSI/R3AMSSI/sysaux01.dbf',
    '+DATAAMSSI/R3AMSSI/undotbs01.dbf',
    '+DATAAMSSI/R3AMSSI/users01.dbf'
    LOGFILE GROUP 1 ('+LOGAMSSI/R3AMSSI/redo01.log') SIZE 51200K,
    GROUP 2 ('+LOGAMSSI/R3AMSSI/redo02.log') SIZE 51200K,
    GROUP 3 ('+LOGAMSSI/R3AMSSI/redo03.log') SIZE 51200K RESETLOGS
    Stopping background process MMNL
    Stopping background process MMON
    Starting background process MMON
    Starting background process MMNL
    Mon Dec 31 20:25:28 2012
    MMON started with pid=17, OS id=10452
    ALTER SYSTEM enable restricted session;
    Mon Dec 31 20:25:28 2012
    MMNL started with pid=18, OS id=10454
    alter database "R3AMSSI" open resetlogs
    RESETLOGS after incomplete recovery UNTIL CHANGE 945183
    Errors in file /u01/app/oracle/diag/rdbms/r3amssi/R3AMSSI/trace/R3AMSSI_ora_10434.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: '+LOGAMSSI/r3amssi/redo01.log'
    ORA-17503: ksfdopn:2 Failed to open file +LOGAMSSI/r3amssi/redo01.log
    ORA-15173: entry 'redo01.log' does not exist in directory 'r3amssi'
    Errors in file /u01/app/oracle/diag/rdbms/r3amssi/R3AMSSI/trace/R3AMSSI_ora_10434.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: '+LOGAMSSI/r3amssi/redo01.log'
    ORA-17503: ksfdopn:2 Failed to open file +LOGAMSSI/r3amssi/redo01.log
    ORA-15173: entry 'redo01.log' does not exist in directory 'r3amssi'
    Mon Dec 31 20:25:29 2012
    Checker run found 5 new persistent data failures
    Mon Dec 31 20:27:07 2012
    I can verify from asmcmd that the redologs mentioned above as missing is very much present in '+LOGAMSSI/R3AMSSI'
    Thanks
    V V

  • Startup config error after upgrading to ASA from PIX

    Hey guys.  I get the following startup-config errors when reloading our ASA.  A pix->asa conversion was just done on it.  The ASA is currently running 8.2(5), and I am trying to get ready to update it to the most stable release, and wanted to make sure all my ducks are in a row.  What is going on with the "will be identity translated for outbound"? This is part of the VPN configuration, and I understand nat0 is saying to not nat it.  Is this something that I should be worried about?  The ASA is not in production currently.
    Let me know if you need further information
    Thanks,
    .........nat 0 10.37.0.116 will be identity translated for outbound
    *** Output from config line 406, "nat (inside) 0 10.37.0.1..."
    nat 0 xx.xx.xx.xx (PUBLIC IP) will be identity translated for outbound
    *** Output from config line 431, "nat (inside) 0 xx.xx.xx..."
    Line 406
    nat (inside) 0 10.37.0.116 255.255.255.255
    Line 431
    nat (inside) 0 xx.xx.xx.xx (PUBLIC IP) 255.255.255.255
    Corresponding global
    nat (outside) 0 access-list outside_inbound_nat0_acl outside
    nat (inside) 0 access-list inside_outbound_nat0_acl
    ACL
    access-list outside_inbound_nat0_acl extended permit ip 172.16.16.0 255.255.255.0 any
    access-list inside_outbound_nat0_acl extended permit ip any 172.16.16.0 255.255.255.0
    access-list inside_outbound_nat0_acl extended permit ip 10.37.0.0 255.255.0.0 172.16.16.0 255.255.255.0
    access-list inside_outbound_nat0_acl extended permit ip 172.31.0.0 255.255.0.0 172.16.16.0 255.255.255.0

    Hi,
    I would imagine that there is no problem as the firewall has not given any kind of error message.
    I do personally wonder sometimes why is it so (atleast in the 8.2 softares etc) that the firewall shows a message on the CLI when you are for example configuring a "global" / "nat" command pair.
    I wonder if this falls into the same category.
    The configuration format for NAT has stayed pretty same leading to the 8.2 softwares. I'm not totally sure what software you are going to go for but you seem to have the latest 8.2 series software so next steps are already 8.3 / 8.4 / 9.0 / 9.1
    ALL of the above mentioned softwares introduce a completely new NAT configuration format to the ASA. While the ASA automatically converts the configurations its not always 100% process not to mention that the NAT configuration probably is far from optimal.
    - Jouni

  • Cifs mount error(56): Invalid request code

    I am trying to cifs mount my Arch server (called server) to an SMB disk on a router (experia). This keeps throwing me error messages. Invalid request code.
    So I decided to test this on my Arch client (called kastje). Same issue:
    [david@kastje ~]$ sudo mount -v -t cifs //experia/testshare /mnt/temp -o username=testuser,password=testpass
    mount.cifs kernel mount options: ip=192.168.178.1,unc=\\experia\testshare,user=testuser,pass=********
    mount error(56): Invalid request code
    Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
    However, mounting through gvfs-smb (PCmanFM) works fine, so it seems that both my client and the router are configured correctly but I am failing at using mount.cifs. But I just cannot find out what. Searching for the mount error(56) turns up some result but none are really helpful, as they do not solve the issue .
    I hope someone can point me in the right direction.

    From my fstab:
    //Server/Shares /mnt/Shares cifs guest,uid=1000,x-systemd.automount,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
    //Server/Homes /home/pat/Server cifs credentials=/home/pat/.smbcredentials,x-systemd.automount,iocharset=utf8,sec=ntlm 0 0
    Does your router have a smb.conf? Or, I should be asking, is a samba server running on your router? You may find that an NFS share might work better than samba, especially if you don't have a setup like mine.

  • Mount error: ...not superuser and mount.cifs not installed SUID

    I'm trying to automount Samba shares but get this everytime I try to mount the partition:
    mount error: permission denied or not superuser and mount.cifs not installed SUID
    I have this entry in the fstab:
    //192.168.2.1/Capsule /media/capsule cifs auto,noserverino,username=xxx,password=xxx,workgroup=WORKGROUP,iocharset=utf8,file_mode=0777,dir_mode=0777,suid,users 0 0
    I tried different options (suid,users or without them) same results.
    I also tried to chown like this:
    chmod u+s mount.cifs
    But still no luck
    Need help please.

    It seems that mount.cifs will only let you mount at directory that you are the owner of.  I think this may be changeable with the UID option but I have not figured it out.

  • Mount Error Message

    Hello, when I plug in my USB stick, thunar-volman throws up this error:
    A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "org.freedesktop.Hal.Device.Volume" member "Mount" error name "(unset)" destination "org.freedesktop.Hal")
    I haven't changed any of the files in /etc/dbus-1/
    I belong to the following groups:
    disk wheel games dbus hal network video audio optical storage scanner users shutdown
    Much appreciated, thanks.
    Last edited by Manifold (2007-01-28 21:54:01)

    i also tried this how to
    the cd work good but not the usbstick
    fdisk -l
    Disk /dev/sda: 120.0 GB, 120033041920 bytes
    255 heads, 63 sectors/track, 14593 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 2550 20482843+ 7 HPFS/NTFS
    /dev/sda2 14533 14593 489982+ 82 Linux swap / Solaris
    /dev/sda3 2551 13579 88590442+ f W95 Ext'd (LBA)
    /dev/sda4 14047 14532 3903795 83 Linux
    /dev/sda5 2551 13324 86542123+ 7 HPFS/NTFS
    /dev/sda6 13325 13579 2048256 b W95 FAT32
    Partition table entries are not in disk order
    Disk /dev/sdb: 254 MB, 254803968 bytes
    16 heads, 32 sectors/track, 972 cylinders
    Units = cylinders of 512 * 512 = 262144 bytes
    Device Boot Start End Blocks Id System
    /dev/sdb1 * 1 972 248816+ 6 FAT16
    Last edited by dids22 (2007-02-21 23:54:20)

  • SMB mount error

    I am trying to mount a Windows share either through Finder or from the command line. Finder gives me an error message:
    Sorry the operation cound not be completed because an unexpected error occurred (Error code -50).
    Finder connects to the server, asks for my password, but then give the error message. From the command line trying to mount using mount_smbfs, I get the password prompt and then a mount error message:
    syserr = Invalid argument
    I checked dmesg and the following line appeared after trying to mount either way:
    mount version mismatch: kernel=103200, mount=103600
    Anyone know what this means and how to fix it? I am running a PB 1.5 with OSX 10.4.6 with all the updates applied.

    try using
    mount smb: //ip.addr.of.svr/sharename
    If you are trying to connect to an Active Directory share or a windows network that has security set to LSA 3 or higher, you will not be able to connect without 3rd party software, as OS X does not supprt LSA 3 or higher.

  • Disk image could not be mounted - error

    Ok, I've been using TC (Time Capsule) for a week now, and it was working great. Then in the middle of the week I decided to change the password for TC. Now when I reboot my iMac, TM (Time Machine) will not back up and it gives me a failed - "the backup disk image could not be mounted" error. Then if I go to the AirPort Utility and reboot TC, all of the sudden TM works. Couple of days go by and when I reboot the iMac again, I have to do the whole process again of rebooting TC to get TM to work. Has anyone encountered this issue? I think I explained it well...

    This happened to me too.
    I called Apple (they'll talk to you for 90 days after you buy your Time Capsule and solve all your problems.)
    The solution was to rename the Time Capsule. Here's how:
    Open Time Capsule in System Preferences, click on Change Disk, and choose None from the list.
    Open Airport Utility (choose Go from the Finder Menu, choose Utilities from the list, then Airport Utility), highlight your Time Capsule when its picture appears in the left side bar. Click Manual Setup in the main window, then the Disk icon on the top. Highlight the lower of the two names Time-Capsule Disk and change it to something short and one word, like Disk. Click Update, then close Airport Utility after your Time Capsule restarts.
    Go back to Time Capsule Preferences and click on the Choose Disk button in the center of the main part of the window, then choose your newly-named Time Capsule (If you see more than one Time Capsule name there, restart your computer first).
    This solved it for me. The guy on the phone said that in the tech help people's experience the Time Machine program doesn't like long names or ones with "higher" ascii characters in them.
    Good luck.
    jmb

  • Live Upgrade grub and mount errors on 11/06

    Hi,
    Whilst creating an initial BE on 10 11/06 I got some mount errors ...
    invalid option 'r'
    usage: mount [-o opts] <path>
    ..which subsequently left my BEs a bit messed up. I could lustatus just fine, but couldn't remove the copy. I discovered there was no ICF.2 file, so created it with what should have been the correct information. Now I get a different message:
    ERROR: No suitable candidate slice for GRUB menu on boot disk:
    I'm using SVM, and the second BE is basically a detached mirror.
    What I'd like to do now is just clear the whole lot up and start again.
    So, is there a manual way of clearing up LU? Like, removing lutab and the information under /etc/lu, for example?
    BTW, I applied 10_x86_Recommended, and then removed and installed SUNWluu, lur, and luzone from snv_66 - which appears to have removed the 'mount' errors.
    Any help gratefully received!
    Thanks,
    --Mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi,
    Whilst creating an initial BE on 10 11/06 I got some mount errors ...
    invalid option 'r'
    usage: mount [-o opts] <path>
    ..which subsequently left my BEs a bit messed up. I could lustatus just fine, but couldn't remove the copy. I discovered there was no ICF.2 file, so created it with what should have been the correct information. Now I get a different message:
    ERROR: No suitable candidate slice for GRUB menu on boot disk:
    I'm using SVM, and the second BE is basically a detached mirror.
    What I'd like to do now is just clear the whole lot up and start again.
    So, is there a manual way of clearing up LU? Like, removing lutab and the information under /etc/lu, for example?
    BTW, I applied 10_x86_Recommended, and then removed and installed SUNWluu, lur, and luzone from snv_66 - which appears to have removed the 'mount' errors.
    Any help gratefully received!
    Thanks,
    --Mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • "Volume Fails To Mount" Error

    I have Leopard 10.5.8 and am trying to connect to a Windows Vista share via SMB. The two systems can communicate and authenticate without issue. After using Finder's Go To Server and connecting via SMB, I am prompted for a username and password. Once given, the Vista machine authenticates and presents me with a list of shared folders to chose from. At this point, when I select a folder, Leopard immediately returns with the "Volume Fails To Mount" error and I am returned to the list of shares after closing the dialog box. Thinking it might be an issue with Finder, I found and downloaded an application, AutomountMaker. Its results were the same. I can connect from the Vista machine to Leopard with no issues whatsoever, so I know the machines are working together. I have been unable to find any explanation for this error message nor how to correct the issue. I would appreciate it if anyone can offer some ideas.
    As a bit of additional information, I have another machine that is running Windows 7 and I was able to connect to a share on its drive from Leopard without a problem.

    This page may help http://www.ifelix.co.uk/tech/3022.html

Maybe you are looking for