OES2sp2 miggui Failed to mount volume

Trying to migrate NW65SP8 (DS8.8.4) to OES2sp2.
miggui is running on the OES2sp2 server which is patched up to date using rug.
Source and target servers are in the came container in the DS.
I can define the source and target servers and get to the point where I want to configure the migration of volumes, but then I get a failure. The log (minus the timestamps for clarity) reads:
ERROR - FILESYSTEM:volmount.rb:Command to mount source: ruby /opt/novell/migration/sbin/volmount.rb -s 138.37.100.118 -a "cn=joshua,ou=sys,o=qmw" -c cp437 -f "/var/opt/novell/migration/cc18/fs/mnt/source" -m -t NW65
INFO - FILESYSTEM:volmount.rb:*****************Command output start**********************************
INFO - FILESYSTEM:volmount.rb:
INFO - FILESYSTEM:volmount.rb:Information: ncpmount using code page 437
INFO - FILESYSTEM:volmount.rb:Information: ncpshell command executed as: LC_ALL=en_US.UTF-8 /opt/novell/ncpserv/sbin/ncpshell --volumes --ip=138.37.100.118 --u="joshua.sys.qmw"
INFO - FILESYSTEM:volmount.rb:Information: Mounting Volume = _ADMIN
INFO - FILESYSTEM:volmount.rb:Information: Executing command: /opt/novell/ncl/bin/nwmap -s 138.37.100.118 -d /var/opt/novell/migration/cc18/fs/mnt/source/_ADMIN -v _ADMIN
INFO - FILESYSTEM:volmount.rb:Fatal: Failed to mount volume _ADMIN for server 138.37.100.118
INFO - FILESYSTEM:volmount.rb:Fatal: SystemCallError, Unknown error 1008 - Failed to mount volume _ADMIN for server 138.37.100.118 .
I tried executing what appears to be the offending command by hand:
ruby /opt/novell/migration/sbin/volmount.rb -s 138.37.100.118 -a "cn=joshua,ou=sys,o=qmw" -c cp437 -f "K" -m -t NW65 -p password --debug
which produces the output:
Information: ncpmount using code page 437
Information: ncpshell command executed as: LC_ALL=en_US.UTF-8 /opt/novell/ncpserv/sbin/ncpshell --volumes --ip=138.37.100.118 --u="joshua.sys.qmw"
Information: Mounting Volume = _ADMIN
Information: Executing command: /opt/novell/ncl/bin/nwmap -s 138.37.100.118 -d K/_ADMIN -v _ADMIN
Fatal: Failed to mount volume _ADMIN for server 138.37.100.118
Fatal: SystemCallError, Unknown error 1008 - Failed to mount volume _ADMIN for server 138.37.100.118 .
Information: File K/_ADMIN/Novell/Cluster/PoolConfig.xml does not exist. No cluster resources attached
Information: Mounting Volume = SYS
Information: Executing command: /opt/novell/ncl/bin/nwmap -s 138.37.100.118 -d K/SYS -v SYS
Fatal: Failed to mount volume SYS for server 138.37.100.118
Information: unmounting all mounted volumes
Information: Executing command:/opt/novell/ncl/bin/nwlogout -f -s QMWCC18
Cannot perform logout: Cannot connect to server:[QMWCC18]. Error:NWCCOpenConnByName:
Information: Command Output:
Information: Executing command: rm K/*
rm: cannot remove `K/*': No such file or directory
Fatal: SystemCallError, Unknown error 1008 - Failed to mount volume SYS for server 138.37.100.118 .
SLP shows both servers, they are on the same network as each other, and the firewall is turned off.
Does anyone have any idea what may be causing the mount failure or what error 1008 might be?
Tim

cgaa183 wrote:
> Thankyou all for helpful suggestions, I'll go through them.
>
> 1. novfsd
> /etc/rc.d/novfsd status
>
> running
>
> /etc/rc.d/novfsd restart
> Stopping Novell novfs daemon...
>
> done
> Starting Novell novfs daemon...
>
> No Config File Found - Using Defaults
> novfsd: Novell Client for Linux Daemon
> Copyright 1992-2005, by Novell, Inc. All rights reserved.
> Version 3.0.1-503
>
> done
>
> Nothing changes, so I don't think that was the problem in this case.
>
did you restart the server after installing OES2 SP2?
> 2. try using migfiles
> /opt/novell/migration/sbin/migfiles -s 138.37.100.118 -v APPS -V APPS
>
> The result:
> Error:
> Error: nbackup: Unable to retrieve the Target Service Name list from
> 138.37.100.118
> Error:
> Fatal: nbackup command failed to execute: nbackup: Connection denied
>
migfiles is not able to connect to the TSA on the source server. Either
TSAFS is not loaded on the source server or not able to locate the TSA
using SLP.
> This might be informative to someone who knows a little more than me. I
> wonder if I can call it with options to get more information. I have
> just re-checked I can attach and mount volumes with the same username
> from another system.
>
> 3. ruby version
>
> rpm -qa |grep ruby
> ruby-1.8.4-17.20
> rubygems-0.9.2-4.4
> rubygem-needle-1.3.0-1.5
> rubygem-net-sftp-1.1.0-1.5
> ruby-devel-1.8.4-17.20
> rubygem-net-ssh-1.0.9-1.5
>
> Doesn't appear to be an afflicted version and migfiles --help tells
> me all about the options available.
>
>
> As #2 looked interesting I thought I'd look at it a bit more. I turned
> up TID 7001767. The reason migfiles failed for me was that SMDR and
> TSAFS weren't loaded, at least I don't get the error and file migration
> appears to start now they are loaded, though it does appear to have
> ceased copying files rather prematurely....
>
> Going back to volmount.rb I now realise its using ncpfs, and not a
> lightweight Novell client. So I tried mounting a volume by hand:
>
> qmwcc28:~ # ncpmount -S 138.37.100.118 -U joshua.sys.qmw K
> Logging into 138.37.100.118 as JOSHUA.SYS.QMW
> Password:
> ncpmount: Server not found (0x8847) when trying to find 138.37.100.118
>
> A bit of a giveaway, but why doesn't it work?
> It seems I need to use -A DNSname -S servername and then it works.
> The next important bit seems to be
> /opt/novell/ncpserv/sbin/ncpshell --volumes --ip=138.37.100.118
> --u="joshua.sys.qmw"
> which executed by hand lists volumes correctly with the output:
> Please enter your password ?
> [0] SYS
> [1] _ADMIN
> [2] APPS
> 3 NCP Volumes Mounted
>
> "ncpshell" appears to be from Novell's client for Linux so I don't
> understand why we'd be trying to use that if we're using ncpfs, and we
> already know which volumes are mounted by looking in the folder in which
> we mounted the server using ncpfs. AFAICS is used to invoke NLMs on
> NetWare remotely using OES so its not testing anything we don't already
> know.
>
> This takes me inevitably to "nwmap". "nwmap" is also from Novell's
> client for Linux so maybe the ncpfs stuff is unnecessary.
> /opt/novell/ncl/bin/nwmap -s 138.37.100.118 -d sys -v SYS
> produces:
> map: server not Found:138.37.100.118 - drive sys not mapped
>
ncpmount uses udp as the default. Add the option -o tcp to the ncpmount
command then mount should work.
> nwmap doesn't ask for a username. Maybe I'm wrong, but as far as the
> Novell client goes I don't think it can have attached or logged into the
> source server (ncpfs having a different connection table and ncpshell
> asking the remote server to return the answer). I can't actually see
> where /volmount.rb is calling nwmap at the moment but the results I get
> my calling it at the command prompt with the same options given in the
> log are the same.
>
if there is an existing connection to the same tree, nwmap does not ask
for user name. Use the command "nwconnections" to check the existing
connections. Use nwlogout to logout the connection. check
/var/opt/novell/nclmnt/root/ for any stale entries.
> I've tried logging in using nwlogin, but that fails too saying:
> Cannot perform login: The system could not log you into the network.
> Make sure that the name and connection information are correct, then
> type your password again.
>
> ncl_scanner -T does list NDS trees but I suspect its only querying an
> SLP server and nothing more useful. ncl_scanner -S produces:
> INFORMATION FOR SERVER [QMWCC18] :
> Server Name : [QMWCC18]
> Bindery : [FALSE]
> eDirectory Context : []
> should it show a context?
>
> Looking at the files of the Novell client on the system, it looks a
> rather cut down set with no config files. Even having introduced
> protocol.conf the situation is not improved, but I'm now sure the
> problem lies in this area. Possibly a full client installation is
> required, or maybe there is something else wrong which is preventing the
> client from working correctly. namcd is looking suspect.
>
>
You do not need all files for Novel Client. If you want
You can logout all connections using the command "nwlogout -a" and try
the nwmap command again.
"/opt/novell/ncl/bin/nwmap -s 138.37.100.118 -d
/var/opt/novell/migration/cc18/fs/mnt/source/SYS -v SYS"
Looks like the novell client is failed to resolve the IP address. You
can do the following to configure different name resolution methods in
the following way:
Create a file: /etc/opt/novell/ncl/protocol.conf with data.
Name_Resolution_Providers=NCP,SLP,DNS
then restart rcnovfsd deamon using the command "rcnovfsd restart"
do you see any NCP errors in the network packet trace?
regards
Praveen

Similar Messages

  • A volume failed to mount/Operation cannot be completed

    We bought a MacBook on the weekend. Our Apple concierge insisted that we can keep our music, videos and photos on our Windows XP desktop and "share" the files on the Mac--in other words, we can pull down what we need to edit or save on the Mac as need be.
    We've set up the shared directories on the Windows machine, renamed the Workgroup to match the Mac and disabled the firewall. We've "connected to server" using Finder and can see the two shared directories we've set up.
    But when I click on either one of them, I get an error message: "A volume failed to mount. The volume "Mac" could not be mounted."
    After some time of being on the network, I see a Shared directory in Finder with my PC. If I click on the icon, the title bar says: "Connected as: Guest". The window displays the same two directories as above but when I click on one or the other I get an error message: "The operation cannot be completed because the original item for "Mac" cannot be found."
    I've called Apple technical support and the agent's response was: I don't think you can do that. Just copy your files to the Mac using DVDs.
    Any ideas? We don't want to have to transfer a lifetime of photos, video and music to our laptop--we want to use the XP desktop as our hub.

    I'm having the same trouble. From an Intel Mac Mini running 10.5.3 I've been able to access smb shares fine on an old PC running XP pro. These are shared volumes on external drives on the PC. I can still access them fine from an old PowerBook G4 running 10.5.3, but while I can see computers on the network, if I try to connect to a share on the computer I get the message "the operation cannot be completed because the original item for <share name> cannot be found". If I try to mount it via a shortcut, I get the message "A volume failed to mount. The volume <share name> could not be mounted.
    In the console, I'm seeing things like:
    6/2/08 10:45:01 PM com.apple.coreservicesd[58] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    but I don't know if that has anything to do with this or not.
    Has anyone heard of a fix for this?
    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

  • Time Machine failing to mount backup volume

    Hi
    I set up a network shared drive (afp) and successfully used it for Time Machine backup from one of my Macs.
    However, from my other Mac, when I turn on TM and choose the network drive, nothing happens -- in the TM preference pane the disk doesn't get selected and the message remains "Choose Backup Disk...". In the console I get the following:
    20/5/08 4:39:13 PM System Preferences[185] FSMountServerVolumeSync received error: -36
    20/5/08 4:39:13 PM System Preferences[185] Failed to mount url: afp://;AUTH=No%20User%[email protected]/500GB%20Network%20Storage
    Any ideas?
    Thanks!

    Here's the solution:
    During the backup attempt Time Machine creates the bundle image on the share. This is called <computer’s name>_<string>.sparsebundle (by the way, string is the MAC address of the local en0 device without colons). You should keep the exact name in mind (e.g. by copy & paste or by looking in Console or by constructing it yourself from computer’s name and MAC address).
    Afterwards you start Disk Utility and create another “sparse bundle disk image” on your local drive. Volume Size should be the designated maximum size of the Time Machine backup (don’t be afraid, only by using the image it will increase in size). Further parameters: Volume Format - Mac OS Extended (Journaled); Partitions - No partition map.
    After this use the exact name Time Machine assigned to its bundle image to rename your newly created image (if not already done while creating your own image). Finally you copy the image on the share and manually start a backup via menu bar.
    Voilà. Afterwards Time Machine should start the tedious initial backup.
    from http://www.flokru.org/2008/02/29/time-machine-backups-on-network-shares-in-leopa rd/

  • WD mycloud fehler 004 : Data volume failed to mount

    Hallo, Seit einiger zeit habe ich nurnoch eine rote LED und kein zugriff auf meine WD Mycloud 2TB ins Mycloud daschboard komme ich noch sporadisch. zeigt aber fehler 004 Haupsächlich hatte ich die mycloud als speicher für fotos genutzt, die natürlich nirgendwo anderst gespeichert sindKomme ich irgendwie wieder an meine Fotos ?? DankeMatthias  

    Hast Du mal über das Dashboard "nur System" auf Werkseinstellungen zurück gesetzt? Wenn es dann icht geht, kannst Du den Support kontaktieren. Die werden Dir aber vermutlich nicht dabei helfen Deine Daten wiederzubekommen, sondern bestenfalls ein neues/repariertes Gerät ohne Deine Daten senden. Ansonsten hatte hier jemand das gleiche Problem lösen können:http://community.wd.com/t5/WD-My-Cloud/Data-volume-failed-to-mount/td-p/631497Versuchen kannst Du es: This is "my" solution, may not work for everyone. But it would seem that datablocks would corrupt when power is abruptly cut to the drive. SSH must be enabled for this to work. 1. Log onto the drive, root and welc0me are the default username/password combo.2. Make sure your paritions are intact. # parted -l will tell you this.3. Type # mke2fs -n /dev/sda4. This will get you the filesystem, but more importantly at the end give you the superblock backup locations by block location.4. Pick one, then enter this command. e2fsck -b blocknumber /dev/sda4 It will look for bad blocks and ask for your confirmation to continue/ignore then write over any corrupted ones. Yes to ignore, yes to rewrite. It will do up to five passes of diagnostics, prompting if it finds anything out of the ordinary such as file countes and errant inodes. I answered yes to everything. When it is complete it will either report "Killed" or a summary. Type # reboot and let the drive rebuild its library. 30-ish minutes later (depending on how much data you had on it) you should have access to your files.

  • External 1TB harddrive failed to mount

    Hi all,
    after some happy time using my external 1TB WD drive it seems hard times comes. It failed mount, no matter what I try. I really don't know, what else I should do. I don't want to use any recover software, if possible. Please advise any help, what to do. HDD is connected on firewire, when I connect it to USB, no change - I can not see it in system.
    Here is some important information:
    FireWire Bus:
    Maximum Speed: Up to 400 Mb/sec
    My Book:
    Manufacturer: WD
    Model: 0x1102
    GUID: 0x90A9CBB642AC59
    Maximum Speed: Up to 400 Mb/sec
    Connection Speed: Up to 400 Mb/sec
    Sub-units:
    My Book Unit:
    Unit Software Version: 0x10483
    Unit Spec ID: 0x609E
    Firmware Revision: 0x1028
    Product Revision Level: 1028
    Sub-units:
    My Book SBP-LUN:
    Capacity: 1 TB (1,000,204,886,016 bytes)
    Removable Media: Yes
    BSD Name: disk1
    Partition Map Type: GPT (GUID Partition Table)
    S.M.A.R.T. status: Not Supported
    Volumes:
    1TB - Time Machine:
    Capacity: 999.86 GB (999,860,912,128 bytes)
    Writable: Yes
    File System: Case-Sensitive Journaled HFS+
    BSD Name: disk1s2
    My Book Device Unit:
    Unit Software Version: 0x10483
    Unit Spec ID: 0x609E
    Firmware Revision: 0x1028
    Product Revision Level:
    Sub-units:
    My Book Device SBP-LUN:
    sh-3.2# diskutil list
    /dev/disk0
    #: TYPE NAME SIZE IDENTIFIER
    0: GUIDpartitionscheme *250.1 GB disk0
    1: EFI 209.7 MB disk0s1
    2: Apple_HFS Macintosh HD 249.7 GB disk0s2
    /dev/disk1
    #: TYPE NAME SIZE IDENTIFIER
    0: GUIDpartitionscheme *1.0 TB disk1
    1: EFI 209.7 MB disk1s1
    2: Apple_HFS 1TB - Time Machine 999.9 GB disk1s2
    sh-3.2# diskutil info /dev/disk1
    Device Identifier: disk1
    Device Node: /dev/disk1
    Part Of Whole: disk1
    Device / Media Name: WD
    Volume Name:
    Escaped with Unicode:
    Mounted: No
    File System: None
    Partition Type: GUIDpartitionscheme
    Bootable: Not bootable
    Media Type: Generic
    Protocol: FireWire
    SMART Status: Not Supported
    Total Size: 1.0 TB (1000204886016 Bytes) (exactly 1953525168 512-Byte-Blocks)
    Volume Free Space: Not Applicable
    Read-Only Media: No
    Read-Only Volume: Not applicable (no filesystem)
    Ejectable: Yes
    Whole: Yes
    Internal: No
    OS 9 Drivers: No
    Low Level Format: Not Supported
    sh-3.2# diskutil repairVolume disk1s2
    Started filesystem repair on disk1s2 1TB - Time Machine
    Checking Journaled HFS Plus volume
    Detected a case-sensitive volume
    Checking extents overflow file
    Checking catalog file
    Checking multi-linked files
    Checking catalog hierarchy
    Checking extended attributes file
    Checking multi-linked directories
    Checking volume bitmap
    Checking volume information
    The volume 1TB - Time Machine appears to be OK
    Volume repair complete
    Updating boot support partitions for the volume as required
    Finished filesystem repair on disk1s2 1TB - Time Machine
    sh-3.2# diskutil mountDisk /dev/disk1
    One or more volume(s) failed to mount
    Hardware Overview:
    Model Name: MacBook
    Model Identifier: MacBook4,1
    Processor Name: Intel Core 2 Duo
    Processor Speed: 2.4 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache: 3 MB
    Memory: 4 GB
    Bus Speed: 800 MHz
    Boot ROM Version: MB41.00C1.B00
    SMC Version (system): 1.31f0
    Serial Number (system): W88*****
    Hardware UUID: 9A66AD46-BE1B-520A-BB07-B060DCAF21FD
    Sudden Motion Sensor:
    State: Enabled
    < Edited by Host >

    ok, so I pick up last chance, I run Disk Warrior, after one hour it recovers my filesystem (really nice tool by the way).
    Problem occurs, when I reboot computer - volume can not be mounted. So I ran repair disk id disk utility and it seems helps now. Now it seems I dont have problem with this disk, but I am still sure.
    Anyway:
    sh-3.2# diskutil verifyVolume /dev/disk3s2
    Started filesystem verification on disk3s2 1TB - Time Machine
    Checking non-journaled HFS Plus Volume
    Detected a case-sensitive volume
    Checking extents overflow file
    Checking catalog file
    Checking multi-linked files
    Checking catalog hierarchy
    Checking extended attributes file
    Checking multi-linked directories
    Checking volume bitmap
    Checking volume information
    The volume 1TB - Time Machine appears to be OK
    Finished filesystem verification on disk3s2 1TB - Time Machine

  • External Hard Drive Fails to Mount

    I have a 1TB external hard drive disk2 below, that fails to mount. I have run Utilities/Disk Utility and completed first aid successfully (verifying and repairing) but I am still unable to Mount the drive. I have also tried mounting the drive from the disk utility but that was not sucessful... it suggests running first aid but I have already done that. First aid results, also included below.
    Here is the termal commands and response used, without success:
    Jamess-iMac-7:~ jamesbowtell$ diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.0 TB     disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:                  Apple_HFS Macintosh HD            999.3 GB   disk0s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *2.0 TB     disk1
       1:                        EFI EFI                     209.7 MB   disk1s1
       2:          Apple_CoreStorage                         2.0 TB     disk1s2
       3:                 Apple_Boot Boot OS X               134.2 MB   disk1s3
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.0 TB     disk2
       1:                        EFI EFI                     209.7 MB   disk2s1
       2:                  Apple_HFS 1TB Storage             999.9 GB   disk2s2
    /dev/disk3
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS G-DRIVE                *2.0 TB     disk3
    Jamess-iMac-7:~ jamesbowtell$ diskutil mount disk2s2
    Volume on disk2s2 failed to mount
    Jamess-iMac-7:~ jamesbowtell$
    Verifying partition map for “Hitachi HDS721010DLE630 Media”Checking prerequisitesChecking the partition listChecking for an EFI system partitionChecking the EFI system partition’s sizeChecking the EFI system partition’s file systemChecking all HFS data partition loader spacesChecking booter partitionsChecking Core Storage Physical Volume partitionsThe partition map appears to be OK
    Verifying and repairing partition map for “Hitachi HDS721010DLE630 Media”Checking prerequisitesChecking the partition listAdjusting partition map to fit whole disk as requiredChecking for an EFI system partitionChecking the EFI system partition’s sizeChecking the EFI system partition’s file systemChecking all HFS data partition loader spacesChecking booter partitionsReviewing boot support loadersChecking Core Storage Physical Volume partitionsUpdating Windows boot.ini files as requiredThe partition map appears to be OK
    Please help.

    Data Recovery - Recovering Deleted Files
    Data Recovery - Recovering Deleted Files (2)
    Data Recovery – Disk Drill
    Data Recovery – Data Rescue
    Data Recovery – File Salvage
    Data Recovery – Stellar Phoenix
    Data Recovery - uFlysoft

  • Fix - Journaled partition fails to mount (journal magic error)

    Before trying to repair or recover a 'Mac OS Extended (Journaled)' disk or partition that fails to mount in the Finder, check whether it is just the journal file that is corrupted. If the partition appears in Disk Utility, the fix is to turn off Journaling. If the partition can now be mounted and your files are present, the problem is solved and journaling can be reenabled.
    To confirm a problem with the journal search for console error messages with "journal magic" that occur when tring to mount the partition.
    In Disk Utility select the partition that will not mount, hold the Option key and select 'Disable Journaling' in the File menu drop down. It will take a few seconds to complete. Now mount the partition using the Mount button or the File menu. To turn journaling back on (recreating a clean journal file), select Enable Journaling from the File menu or the green toolbar button. (This can also be done through Terminal with the diskutil command. See https://discussions.apple.com/message/12838806#12838806 and search on "journal magic" for details.)
    I spent two days trying to recover my data from an external drive. Neither Disk Utility or Disk Warrior 4.4 was able to repair this problem. DU said the partition could not be repaired and DW failed with an "insufficient memory error (2154)". Of course your problem could be a more sever corruption, or the disk does not appear at all in DU, but this is easy to try first.
    Hope this is helpful.

    Let me be more specific
    W2000 SP4 server, MacBook client, trying to mount shared volume thru SMB
    -on the same subnet (i.e. lappy next to the server on the same switch) both mount_smbfs and smbclient work OK
    -from home smbclient is working, mount_smbfs does not (Err -36)
    -from home my wife can mount the shared volume thru Network Neighbours on her XP notebook
    -it does not seem to be TCP/IP related - all comp can make FTP or VNC to the server verywhere
    -err log of mount_smbfs is "negotiate phase failed: syserr Operation timed out in the console", no idea is there a way to verbose mount_smbfs
    -smb.conf looks basic...secure passwords=enable, no nsmb.conf
    -W2000 SP4 sever is all default secure policies, running FTP server w/o any issues.
    So is there a key on server...or the client which I have to tweak?
    Thank you.
    MB 2.0   Mac OS X (10.4.9)  
    MB 2.0   Mac OS X (10.4.9)  

  • Windows Server 2012R2 Failover Cluster error with mounted volumes

    Hi all,
    I've a problem with mounted volume on a WSFC build on top of Windows Server 2012R2, the situation is:
    M: is the volume hosting mounting points
    disk-1, disk-2, disk-3 are volume mounted on M:\SomeFolder
    Theese volumes are used by a SQL Server Failover Cluster Instance, but my problem is related to WSFC. I've set dependencies so disk-1, disk-2, disk-3 depend upon H:
    If I try a failover of the role "SQL Server" I observe that when the disk come online in the other node they fail with this error:
    Cluster resource 'disk-1' of type 'Physical Disk' in clustered role 'SQL Server (ISQL2014A)' failed. The error code was '0xaa' ('The requested resource is in use.').
    Based on the failure policies for the resource and role, the cluster service may try to bring the resource online on this node or move the group to another node of the cluster and then restart it.  Check the resource and group state using Failover Cluster
    Manager or the Get-ClusterResource Windows PowerShell cmdlet.
    If I manually take offline H: and than bring it online and then manually take online all disk (1 to 3) they come online with no error.
    I'm going crazy!

    I've found the root of the problem: the servers are virtual machine on a VMware ESX 5.5 infrastructure, VMware claims that on 5.5 multipath is supported for raw device mapping disks but disabling multipath (I've set to fixed path) the Windows Server Failover
    Cluster stops to get problems.
    Now we have opened a support call with VMware.

  • Error message E: failed to mount /cache (invalid argument) message

    Charged my Thrive today first time in a couple months and it was stuck on the initial Toshiba logo startup screen..
    I attempted to wipe the cache as suggested in a lot of other posts on this forum, but Its  showing error messages..
      for examples
    Failed to mount Cache
    E: can't open cache/recovery/ log
    e: failed to mount /cache /recovery/ log
    e: failed closing /dev block platform etc etc etc
    please help, Im trying to figure this out but haven't noticed anything other than the reset option  (power button + volume up).
    Is it possible to update using external storage (USB/SD card)?  What are my options?

    Hello, and Welcome to the HP Support Community!
    Why are you trying to enter recovery mode?
    If you are sure you have followed the directions carefully, if still under warranty contact HP directly.
    To contact HP directly, click this link: http://h22207.www2.hp.com/us-en/contact-hp/
    Outside the USA:
    http://www8.hp.com/us/en/contact-hp/ww-phone-assis​t.html
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • Disk GUID shown at the Failover Cluster Manager instead of the NTFS Mount Volume Name

    Dear Team
    I have built windows 2012 R2 fail over cluster. The sql server 2012 has been installed in cluster mode. When we add share disk for database it showing like General DBs\\?\Volume{665480bd-12d9-11dd-92ea-001cc442e304}\
    Can you Please explain why it is showing in GUID like this. While in 2008 it is showing as
    O:\Miscellaneous\General DBs .
    Also is it normal to have storage configuration in GUID in win2k12 R2 faliover
    cluster.
    We need to have this NTFS mount volume name in our win2012 server. Pl reply
    Thanks

    No problem it happens if you have drive letter conflict too at times.
    So you can even change drive letter now also, but that must be available by that time.
    However you should follow below method:
    1. Disks initialization, formatting, drive letter assignation and grouping for SQL Cluster should be planned and worked out first before sql server installation and testing failover nicely.
    2. Once you are sure that drive letters are proper and failing is happening fine then you can start installing SQL server.
    3. In future too if you assign existing drive letters of sql server to some other disk then same issues will happen.
    So please be careful on this for example if system database disk drivers get changed then what will happen, even sql server will not for you as drive letters will be missing as system  will get adjust with the drive letter without caring about that
    disk drive letter was carrying system db or just user db. 
    Santosh Singh

  • Software Updates "can't be installed" & "failed to mount" messages

    In software update; all new software, Quicktime, iTunes, Java for Mac and Security Update; I get a message saying that they can't be installed, followed by :"The digital signature for this package is incorrect. The package may have been tampered with or corrupted since being signed by “Apple”."
    I also cannot download software updates (ie: Firefox or adobe flash player). I've already repaired permissions and verified disks. I've also gone to the main websites to download from and when I try to run them, I get "disk images failed to mount.." and the reason being "codec overrun" every time.
    Some one please help!

    Hi jrsysurfer, and a warm welcome to the forums!
    I see you've done some of this already, but since it seems something is corrupted with your OS, am including it all, but I think it may take an A&I.
    "Try Disk Utility
    1. Insert the Tiger Mac OS X Install disc that came with your computer, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.
    3. Click the First Aid tab.
    4. Click the disclosure triangle to the left of the hard drive icon to display the names of your hard disk volumes and partitions.
    5. Select your Mac OS X volume.
    6. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then Safe Boot , (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it finishes.
    The usual reason why updates fail or mess things up, or things don't load/run, is if Permissions are not fixed before & after every update, with a reboot... you may get a partial update when the installer finds it doesn't have Permissions to change one obscure little part of the OS, leaving you with a mix of OS versions.
    Some people get away without Repairing Permissions for years, some for only days.
    If Permissions are wrong before applying an update, you could get mixed OS versions, if Directory is the slightest messed up, who knows!
    If many Permission are repaired, or any Directory errors are found, you may need to re-apply some the latest/biggest updates again, or even do an A&I if you have enough free disk space.
    The combo update for PowerPC-based Macs...
    http://www.apple.com/support/downloads/macosx10411comboupdateppc.html
    The combo update for Intel-based Macs...
    http://www.apple.com/support/downloads/macosx10411comboupdateintel.html
    Repair Permissions before & after re-install, then reboot again each time.
    If all the above fails, then it appears to be time for a relatively painless Archive & Install, which gives you a new/old OS, but can preserve all your files, pics, music, settings, etc., as long as you have plenty of free disk space and no Disk corruption, and is relatively quick & painless...
    http://docs.info.apple.com/article.html?artnum=107120
    Just be sure to select Preserve Users & Settings.
    I only use Software Update to see what is needed, then get them for real via...
    http://www.apple.com/support/downloads/
    That way I can wait a week or so, check the forums for potential problems, and get Permissions & such in order before installing.
    If it appears to be time for An Archive & Install, which gives you a new OS, but can preserve all your files, APPs, pics, music, settings, etc., as long as you have plenty of free disk space...
    http://docs.info.apple.com/article.html?artnum=107120
    Be sure to use Preserve Users & Settings.

  • Creative Cloud Acrobat ERROR: DS001: Failed to mount the disk image

    This is very frustrating...I have installed CC app manager and have tried to downlaod and install Acrobat Xpro but get this error instead.
    Exit Code: 7
    Please see specific errors below for troubleshooting. For example,  ERROR: DS001 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s)
    ----------- Payload: Suite Shared Configuration CS7 4.0.0.0 {BD1F3424-B47B-45DD-B000-3571A67B63F6} -----------
    ERROR: DS001: Failed to mount the disk image at /Volumes/Acrobat XI Pro CCM/Adobe CS7/payloads/AdobeSuiteSharedConfiguration4-mul/AdobeSuiteSharedConfiguration4-mul.dmg. Please verify that the disk image is not corrupt.
    Have search forums but can't find any thing that deals with this
    Help!

    Have you tried the CC forum. This is a CC issue and not an Acrobat issue. You could also try downloading AA X from http://prodesigntools.com/adobe-acrobat-x-10-pro-reader-suite-direct-download-links-ddl.ht ml.

  • Could not mount Volume "Lacie Disk" HELP!

    I have had a Lacie disk plugged into my Airport Extreme and have used it for wireless transfers and backups just fine since April...
    I have an alias of the Lacie on my Desktop and clicking this has allowed the drive to mount.
    Today, for some unknown reason I get MOUNT FAILED, could not mount volume "Lacie Disk".
    Can someone please help trouble shoot? I have tried restarting the computer and restarting the drive and Airport Extreme. I don't know what hapened.
    Help is greatly appreciated...!!
    Bill

    Hen,
    Just thought I'd drop by for an unsolicited essay on this kind of problem. In my experience, computer don't have luck (and they're low on the food chain relative to vacuum cleaners).
    However, always suspect an Apple enhancement if you've just upgraded & fixed permissions. Upgrades change things, but they also patch vulnerabilities that were there: be paranoid. They also add bulk (usually), and a resource-started computer can react in strange ways.
    So, did you check your previous network settings for accuracy first?-for, dare I say it here, some 'trojan horses' change these. (I always treat a new problem first as a security problem.) If not, you should check them in a week and assure yourself they're what you typed in.
    My LaCie drive, though a DVD burner, just quit after the last 10.4.11 upgrade (or iTunes or Quicktime upgrade). On my other Mac, upgrading Quicktime & iTunes caused downloaded virtual disc images to fail to mount, with no error message in any log. The second I traced to a new Apple intolerance for home-made typefaces, three of which I removed from the 'computer collection' (where they shouldn't have been anyway). The first problem is proving more elusive. I fear a conflict with a so-called 'third-party' device driver.
    The professionals' second maxim (after 'take the defaults') is, 'when trouble strikes, reboot'. (This is for the 5-minute corporate repair; they dump to logs & perform essential postmortems after hours.) Your solution is a variety of the second. (As is the deleting of preference files when trouble strikes.) Even if this fix is permanent, check your network settings now, to see whether they've been changed.
    Bruce

  • Drives Fail to Mount

    After upgrade, my other hard drives are failing to mount, although they are present and Disk Utility sees them fine. Permissions are fine. Cannot even boot from a CD (anything on the IDE Bus).
    This happens on two PowerMac G4's (one was cloned from the other) so, I know it is not the hardware.

    I realise this might be related to my problem?
    http://discussions.apple.com/thread.jspa?threadID=1249242&tstart=0
    A non-working /Volumes fails to mount anything. Booting from the DVD works however (running on an Intel mini).

Maybe you are looking for