Not use tape drive in solaris

os=solaris developer 9/07
tape= HP Storage Works DAT 72 Internal Tape Drive-SCSI
card=Adaptec 2916 ON SCSI CARD
please help me where to download driver for tape drive and card SCSI
command to install driver
command to configure hardware
thank you for any answer

after i use command reboot -- -r
then i log in again
login as: suchat
Using keyboard-interactive authentication.
Password:
Last login: Tue Nov 20 14:35:06 2007 from 172.16.20.2
Sun Microsystems Inc. SunOS 5.11 snv_70b October 2007
-bash-3.00$ cd /dev/rmt
-bash-3.00$ ls -l
total 0
-bash-3.00$ ls -l
total 0
-bash-3.00$
no node in /dev/rmt
tape drive is powered on and connected to the card
i can insert tape in tape drive and i can eject it by press button on tape drive
is it need to config /kernel/drv/st.conf

Similar Messages

  • I cannot load Maverick on my iMac HD.  It reports that my HD is used for Time Machine backups and will not load to that drive.  I do not use this drive for backups.  Help.

    I cannot load Maverick on my iMac HD.  It reports that my HD is used for Time Machine backups and will not load to that drive.  I do not use this drive for backups.  I use an external 1 TB WD My Book for backups as well as Super Duper Backups. Can anyone offer advice.   Thanks.

    Welcome to Apple Support Communities
    You have got the "Backups.backupdb" folder in the root level of your hard drive. This is the folder used by Time Machine to save backups to, and the OS X Mavericks installer thought that your hard drive is being used to store Time Machine backups
    To fix this, open a Finder window, select the Go menu (on the menu bar) > Go to Folder, and type:
    Then, delete "Backups.backupdb" and empty the Trash. Finally, open the Mavericks installer from the Applications folder and follow the steps

  • How to Add a New Tape Drive to Solaris 10

    Hi,
    I have an old DLT4000 tape drive attached to my SunFire V250. As I am starting to fill up the 40GB on that tape drive I have purchased a new SDLT320 and want to replace it with the old DLT4000.
    I have set the SCSI ID on the back of the unit to the same number as the DLT4000 (3), powered off the old unit, unplugged it, then plugged in the new SDLT320 and turned it on.
    I cannot seem to read the tape (mt -f /dev/rmt/0 status) - it says it is offline.
    I thought I could simply swap the unit but obviously that is not the case. How do I add it properly?
    Any help would be appreciated.
    Rob

    Thanks, I tried that and no go.
    I noticed the driver did load reload so I did a modload -p st and it re-loaded but I still cannot get the tape to read. It says that /dev/rmt/0 does not exsist.
    What about if I do a reboot?
    What commands can I use there?
    Bear inmind I have rebooted twice, once with an init 6, the other, an init 0 and then a boot -rs.
    Any other ideas?

  • Could not mount USB drive on Solaris 10 x86 system

    Hi All,
    I am having difficulty mounting a USB drive on Solaris 10 x86 system with the following different unsuccessful attempts:
    # uname -a
    SunOS venus 5.10 Generic_139556-08 i86pc i386 i86pc
    # rmformat
    Looking for devices...
         1. Volmgt Node: /vol/dev/aliases/cdrom0
            Logical Node: /dev/rdsk/c0t0d0s2
            Physical Node: /pci@0,0/pci-ide@4/ide@0/sd@0,0
            Connected Device: TEAC     DV-28E-V         1.AC
            Device Type: DVD Reader
         2. Logical Node: /dev/rdsk/c4t0d0s2
            Physical Node: /pci@0,0/pci108e,534b@2,1/storage@9/disk@0,0
            Connected Device: WD       My Book 1140     1007
            Device Type: Removable
         3. Volmgt Node: /vol/dev/aliases/rmdisk0
            Logical Node: /dev/rdsk/c4t0d0p0
            Physical Node: /pci@0,0/pci108e,534b@2,1/storage@9/disk@0,0
            Connected Device: WD       My Book 1140     1007
            Device Type: Removable
    # svcs volfs
    STATE  STIME    FMRI
    online Apr_13   svc:/system/filesystem/volfs:default# ls -lt /mnt
    total 0
    # mount -F pcfs /dev/dsk/c4t0d0p0:c /mnt
    mount: I/O error
    # mount -F pcfs /dev/rdsk/c4t0d0p0:c /mnt
    mount: Block device required
    # mount -F pcfs /dev/dsk/c4t0d0s2:c /mnt
    mount: I/O error
    # mount -F pcfs /dev/rdsk/c4t0d0s2:c /mnt
    mount: Block device required
    # fsck /dev/dsk/c4t0d0p0
    Can't open /dev/rdsk/c4t0d0p0: I/O error
    # fsck /dev/rdsk/c4t0d0p0
    Can't open /dev/rdsk/c4t0d0p0: I/O error
    # fsck /dev/dsk/c4t0d0s2
    Can't open /dev/rdsk/c4t0d0s2: I/O error
    # fsck /dev/rdsk/c4t0d0s2
    Can't open /dev/rdsk/c4t0d0s2: I/O errorSecond try,
    # svcadm disable volfs
    # svcs volfs         
    STATE          STIME    FMRI
    disabled       20:47:00 svc:/system/filesystem/volfs:default
    # mount -F pcfs /dev/dsk/c4t0d0p0:c /mnt
    mount: I/O errorLast try,
    # mkdir /rmdisk
    mkdir: Failed to make directory "/rmdisk"; File exists
    # ls -lt /rmdisk
    total 4
    lrwxrwxrwx   1 root     nobody        16 Oct  1  2009 rmdisk0 -> ./unnamed_rmdik
    drwxr-xr-x   2 root     nobody       512 Sep 30  2009 unnamed_rmdisk
    # cd /rmdisk
    # ls -lt
    total 4
    lrwxrwxrwx   1 root     nobody        16 Oct  1  2009 rmdisk0 -> ./unnamed_rmdik
    drwxr-xr-x   2 root     nobody       512 Sep 30  2009 unnamed_rmdisk
    # ls -lt unnamed_rmdisk
    total 0
    # ls -lt rmdisk0
    lrwxrwxrwx   1 root     nobody        16 Oct  1  2009 rmdisk0 -> ./unnamed_rmdik
    # df -h
    Filesystem             size   used  avail capacity  Mounted on
    /dev/dsk/c1t0d0s0      5.1G   4.0G   1.1G    78%    /
    /devices                 0K     0K     0K     0%    /devices
    ctfs                     0K     0K     0K     0%    /system/contract
    proc                     0K     0K     0K     0%    /proc
    mnttab                   0K     0K     0K     0%    /etc/mnttab
    swap                   5.9G   984K   5.9G     1%    /etc/svc/volatile
    objfs                    0K     0K     0K     0%    /system/object
    sharefs                  0K     0K     0K     0%    /etc/dfs/sharetab
    /usr/lib/libc/libc_hwcap2.so.1
                           5.1G   4.0G   1.1G    78%    /lib/libc.so.1
    fd                       0K     0K     0K     0%    /dev/fd
    swap                   5.9G   148K   5.9G     1%    /tmp
    swap                   5.9G    32K   5.9G     1%    /var/run
    /dev/dsk/c1t0d0s7      129G   1.7G   126G     2%    /export/home
    # /etc/init.d/volmgt stop
    # svcs volfs            
    STATE          STIME    FMRI
    disabled       21:02:31 svc:/system/filesystem/volfs:default
    # pwd
    /rmdisk
    # cd /
    # ls -lt /rmdisk
    total 4
    lrwxrwxrwx   1 root     nobody        16 Oct  1  2009 rmdisk0 -> ./unnamed_rmdik
    drwxr-xr-x   2 root     nobody       512 Sep 30  2009 unnamed_rmdisk
    # /etc/init.d/volmgt st  
    # svcs volfs
    STATE          STIME    FMRI
    disabled       21:02:31 svc:/system/filesystem/volfs:default
    # /etc/init.d/volmgt start
    volume management starting.
    # svcs volfs             
    STATE          STIME    FMRI
    online         21:04:44 svc:/system/filesystem/volfs:default
    # svcs volfs
    # mount | grep rmdisk
    # pwd
    # ls -lt /rmdisk
    total 4
    lrwxrwxrwx   1 root     nobody        16 Oct  1  2009 rmdisk0 -> ./unnamed_rmdik
    drwxr-xr-x   2 root     nobody       512 Sep 30  2009 unnamed_rmdisk
    # ls -lt /rmdisk/unnamed_rmdisk
    total 0
    # iostat -En   
    c0t0d0           Soft Errors: 3 Hard Errors: 0 Transport Errors: 0
    Vendor: TEAC     Product: DV-28E-V         Revision: 1.AC Serial No: 
    Size: 0.00GB <0 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 3 Predictive Failure Analysis: 0
    c1t0d0           Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: HITACHI  Product: HUS1514SBSUN146G Revision: SA04 Serial No: 0921B2Y3PC
    Size: 146.81GB <146810535936 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    c1t1d0           Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: HITACHI  Product: HUS1514SBSUN146G Revision: SA04 Serial No: 0921B2Z5NC
    Size: 146.81GB <146810535936 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    c4t0d0           Soft Errors: 21 Hard Errors: 0 Transport Errors: 0
    Vendor: WD       Product: My Book 1140     Revision: 1007 Serial No: 
    Size: 2000.37GB <2000365289472 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 21 Predictive Failure Analysis: 0
    #This is a working production system with 2 146.81GB mirrored hard disks. There is no disk error for either local or external 2TB Western Digital USB disks that works on Windows 7 or XP.
    Any idea on what else to look for?
    Thanks in advance,
    Jack
    Edited by: 797805 on 6/06/2012 04:48

    Hi All,
    Looks like it was a driver / incompatibility / unsupported issue since 2 other much smaller USB keys (Lexar USB Flash Drive – 32GB, SanDisk Cruzer Colors – 4GB) were successfully mounted automatically by volfs service as follows:
    # df -h
    Filesystem             size   used  avail capacity  Mounted on
    /dev/dsk/c1t0d0s0      5.1G   4.0G   1.1G    78%    /
    /dev/dsk/c1t0d0s7      129G   1.7G   126G     2%    /export/home
    /vol/dev/dsk/c3t0d0/unnamed_rmdisk#1:c   3.7G   2.4G   1.3G    65%    /rmdisk/unnamed_rmdisk#1
    /vol/dev/dsk/c2t0d0/unnamed_rmdisk:c    29G    96K    29G     1%    /rmdisk/unnamed_rmdiskIt also appears that the Device status of Not Ready from “iostat –En” below may not be correct either since both smaller drives are working fine:
    # iostat -En
    c4t0d0           Soft Errors: 23 Hard Errors: 0 Transport Errors: 0
    Vendor: WD       Product: My Book 1140     Revision: 1007 Serial No: 
    Size: 2000.37GB <2000365289472 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 23 Predictive Failure Analysis: 0
    c2t0d0           Soft Errors: 7 Hard Errors: 0 Transport Errors: 0
    Vendor: Lexar    Product: USB Flash Drive  Revision: 1100 Serial No: 
    Size: 31.41GB <31406948352 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 7 Predictive Failure Analysis: 0
    c3t0d0           Soft Errors: 60 Hard Errors: 8 Transport Errors: 0
    Vendor: SanDisk  Product: Cruzer Colors+   Revision: 8.02 Serial No: 
    Size: 4.02GB <4022337024 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 8 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0In other word, the same question remains on whether it is possible to install a driver to overcome this issue and where to such driver?
    It is necessary to install additional driver that came with the disk on Windows XP platform. However,
    Thanks again,
    Jack

  • Can I use tape drive for backup with win 2012 OS & Sybase database?

    I have installed enhancement package 6 for SAP ERP 6.0 with OS windows 2012 and database sybase ASE(15.7.050). I am facing problem while taking database backup on tape drive. I want to know how to initialize tape drive in case of sybase DB and is it possible to take back-up on same. I failed to schedule backup from DB13 so now I am doing that activity by command line. So please help me to solve these issues.
    Here I am attaching some files related with backup commands that presently I am using. My SAP system ID is DQS.

    That output actually looks pretty good, it was dumping to the tape drive, it just ran out of tape because the drive apparently doesn't automatically detect when it is reaching the end.
    For the next step, try adding a CAPACITY parameter to your dump command as discussed at these places in the documentation.
    Specifying tape capacity for dump commands
    Set the Maximum Capacity for a Tape Drive
    Your output above shows it was able to dump 87565594 KB before it ran out of tape,
    so lets be a little conservative and try
    dump database DQS to TAPE1 with   capacity = 87000000, init
    go
    When the dump reaches that point, ASE should prompt you to pop in another new tape
    and then issue the sp_volchanged procedure from a second session (it will tell you what parameters to use for sp_volchanged).
    Note: once we get the dump working successfully, we can then create a logical dump device that would store the capacity value, and create a full dump configuration so you gain all the new functionality like dump history, etc.
    Enhancements to dump and load
    -bret

  • Taking backup in windows 7 using tape drive

    In Windows XP I was using ntbakup utility for taking data backup on backup tape .I have upgraded my machine to windows 7 now I am not able to take backup on tape drive.Please suggest solution so that I will be able to take backup on backup tape in windows
    7.

    Windows 7, Windows Server 2008 platform only support backup to dvd, network share or hdd.
    To use a tape library to backup your data you'll need to use another tool like Symantec Backup Exec, Arc Serv Backup or any other.
    Best Regards,
    Sergio Figueiredo.

  • Help me! can not using JDBC driver for MS SQL server

    I can test sucess in connection, but create EJB when have follow error.
    04/05/19 12:23:04 SQL error: No suitable driver
    04/05/19 12:23:10 Error creating table: No suitable driver
    500 Internal Server Error
    java.lang.NoClassDefFoundError: oracle/jbo/html/HtmlServices
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:182)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)

    HI All,
    I am using JDBC driver to pull data from MS SQL Server
    2000 for my application Liaison Content Exchange, and
    which only accepts JDBC drivers to talk to databases.
    I dowloaded the driver from Microsoft website, and had
    a successful installation.What do you call "a successful installation"? Where was the JAR file places?
    But the application ask me for Driver Name, Class, URL, Time out and Data Source.What application do you mean? Liaison Content Exchange? I'm not familiar with that product.
    By default no driver is available in the drop down combo box. After using
    "com.microsoft.jdbcx.sqlserver.SQLServerDataSource" as
    class and
    jdbc:microsoft:sqlserver://192.168.17.2:1433; as url,
    the application throw me a error which states "Unable
    to instantiate an instance of the application driver"Sounds like it could be one of several things:
    (1) The JDBC JAR is not in the CLASSPATH where Liaison Content Exchange expects to find it.
    (2) You need to do something else to tell Liaison Content Exchange more information to define the data source.
    (3) The URL might be incorrect. Only you can know if the IP address of the host is correct. You don't supply a database name - perhaps you should. Are you sure that 1433 is the correct port number? I know that's true for SQL Server 7.0, but I remember that the default was changed to something else for SQL Server 2000. Ask your database admin what port this listener is assigned to for SQL Server 2000.
    (4) You might want to append ";selectmethod=cursor" to the end of your URL. (See the docs for this.)
    (5) Make sure you can connect to the database with something other than Java (e.g., the M$ SQL Server client).
    . I am not able to trouble shoot this problem, any one
    pls help me ASAP at [email protected]
    Thx.Bad idea to post an e-mail address. You're not supposed to communicate outside the forum. it's against the guidelines for using the forum.

  • WSUS Repair: Can I not use a drive other than C:?

    I used the wizard to move the WSUS folders from the C: drive to the SBS2008's D: drive in order to recover C: drive disk space as so many others have had to do. Now ofcourse, the system says it no longer is installed as designed and updates to domain
    computers no longer works.
    There is a good TechNet article on how to "Repair Windows Server Update Services" but it assumes the WSUS directory must be created on C: which ofcourse is not what I want.
    I appreciate there are SQL issues involved here, but if I simply specify D: as the partition to create the WSUS directory, substitute D:\WSUS in the wsussetup.exe parameters (from the section in that article headed 'To manually recover Windows Server
    Update Services), will this work?
    Thanks in advance
    Jerome

    Hi Jerome,
    à
    if I simply specify D: as the partition to create the WSUS directory, substitute D:\WSUS in the wsussetup.exe parameters (from the section in that article headed 'To manually
    recover Windows Server Update Services), will this work?
    I suggest that you should follow the step “create a directory called WSUS on the C: partition” to
    repair WSUS as described in this TechNet article (Repair Windows Server Update Services). It will help us to avoid unexpected issues.
    à
    I used the wizard to move the WSUS folders from the C: drive to the SBS2008's D: drive in order to recover C: drive disk space as so many others have had to do.
    After repairing WSUS, please refer to following article and check if help you to
    move WSUS Content and Database Files to a Different Volume.
    How
    to Move WSUS Content and Database Files to a Different Volume
    Meanwhile, please refer to following article and check if help you to recover disk space on C drive.
    Recovering
    Disk Space on the C: Drive in Small Business Server 2008
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Can not use hard drive on pc now that i have on mac

    I got a new external hard drive to transfer files from one computer to another . once i did so , my macbook asked me if i wanted to back up my computer to the drive , i thought why not . so i did but now the hard drive is not even recodnise on any other computer . Do i have to restore the hard drive ?

    you can partition HALF the new HD in EXFAT for use between Mac and PC for read/write.
    A better option is buy a second HD and format it in EXFAT, you need 2 copies of your valuable data anyway. Data safeguarding is computer use #1 "law"
    things crash, hard drives crash, ......ALWAYS have 2 copies of important data.
    Most importantly know that 2 copies of your data is 1, and 1 is none
    Always consider and expect your computer’s hard drive to completely crash anytime, at all times, and you should keep a backup AND an archived copy

  • Using DVD drives in solaris 10

    Hello members,
    I am a beginner in the solaris. I can't connect my DVD drive with my Os that means i can use my DVD drives. So plz tell me how can i use my DVD? and tell me method of this

    Well, once you feed the drive with a dvd, it shall appear under /cdrom.
    Or at least that what happens with me.
    Iam a beginner too. Hope that helped.

  • Error to connect to oracle 10.2.0.4 using oci driver in solaris

    Urgent Please help me.
    This is the error i am getting when connecting to oracle10.2.0.4 version using oracle oci driver.
    09/10/05 13:52:47 java.lang.UnsatisfiedLinkError: t2cGetCharSet
    09/10/05 13:52:47 at oracle.jdbc.driver.T2CConnection.t2cGetCharSet(Native Method)
    09/10/05 13:52:47 at oracle.jdbc.driver.T2CConnection.getCharSetIds(T2CConnection.java:2954)
    09/10/05 13:52:47 at oracle.jdbc.driver.T2CConnection.logon(T2CConnection.java:318)
    09/10/05 13:52:47 at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:433)
    09/10/05 13:52:47 at oracle.jdbc.driver.T2CConnection.<init>(T2CConnection.java:141)
    09/10/05 13:52:47 at oracle.jdbc.driver.T2CDriverExtension.getConnection(T2CDriverExtension.java:78)
    09/10/05 13:52:47 at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:571)
    09/10/05 13:52:47 at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:217)
    09/10/05 13:52:47 at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection(OracleConnectionPoolDataSource.java:108)
    09/10/05 13:52:47 at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:76)
    09/10/05 13:52:47 at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:58)
    09/10/05 13:52:47 at com.evermind.sql.OrionPooledDataSource.getPooledConnection(OrionPooledDataSource.java:542)
    09/10/05 13:52:47 at com.evermind.sql.PooledConnectionUsage.getPooledConnection(PooledConnectionUsage.java:39)
    09/10/05 13:52:47 at com.evermind.sql.OrionPooledDataSource.checkAndGetMinConnections(OrionPooledDataSource.java:376)
    09/10/05 13:52:47 at com.evermind.sql.OrionPooledDataSource.getTheConnection(OrionPooledDataSource.java:251)
    09/10/05 13:52:47 at com.evermind.sql.OrionPooledDataSource.getTheConnection(OrionPooledDataSource.java:345)
    09/10/05 13:52:47 at com.evermind.sql.OrionPooledDataSource.getConnection(OrionPooledDataSource.java:339)
    09/10/05 13:52:47 at uk.gov.fsa.elms.persistence.base.BaseDataAccess.getValidConnection(BaseDataAccess.java:67)
    09/10/05 13:52:47 at uk.gov.fsa.elms.persistence.base.BaseDataAccess.getConnection(BaseDataAccess.java:125)
    09/10/05 13:52:47 at uk.gov.fsa.elms.persistence.base.dao.BaseDAOImpl.getConnection(BaseDAOImpl.java:76)
    09/10/05 13:52:47 at uk.gov.fsa.elms.processes.batch.ProcessHandler.getProcessId(ProcessHandler.java:48)
    09/10/05 13:52:47 at uk.gov.fsa.elms.processes.batch.ProcessHandler.startProcess(ProcessHandler.java:87)
    09/10/05 13:52:47 at uk.gov.fsa.elms.processes.batch.ProcessManager.startProcess(ProcessManager.java:43)
    09/10/05 13:52:47 at uk.gov.fsa.elms.processes.batch.EventDispatcherServlet$JMSRunner.handleMessage(EventDispatcherServlet.java:306)
    09/10/05 13:52:47 at uk.gov.fsa.elms.processes.batch.EventDispatcherServlet$JMSRunner.run(EventDispatcherServlet.java:355)
    09/10/05 13:52:47 at java.lang.Thread.run(Thread.java:534)

    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    #SQLNET.AUTHENTICATION_SERVICES = (NTS)I have configured the listener by using NETCA.
    However the TNS connection failed with SQLNET.AUTHENTICATION_SERVICES = (NTS)
    , so I had to disable this parameter

  • Itunes 11.0.1 not using external drive

    Hi
    Hoping someone can help me out with what I am sure is a simple issue!
    I am running itunes 11.0.1 on my imac. I recently moved all of my music to an external NAS drive. My mac can see the nas drive an access it, and all the itunes musci without any problem
    Currently my itunes library points to a folder location on the MAC hard drive
    I have tried to update the folder location, using  Preference -> Advanced -> iTune Media folder location
    From the change option, I go and find the location of my music on the NAS drive and hit change
    At that point I was expecting my itunes library to refresh and to show me all the music on my NAS drive, but it does not, and when I exit itunes and restart it, the original media folder location is showing
    If I through "Finder" go and access my NAS drive, and go to the music and play a track, the music plays in itunes, and the track just played then is showing in my list of music in tunes
    I'm really lost whats going on, and hopefully someone can point me the error of my ways here!
    Appreciate in advance any help
    Thanks
    Gary

    This sounds like it might be a network problem.
    First, quit then relaunch iTunes and see if  that helps.
    Second shut down the computer and pier cycle the Internet router and power up the computer. Let us know how those steps work.

  • Acrobat not using default driver settings (HP4250n)

    I have my HP4250n default driver settings set to "duplex," (per the advanced settings under Printers and Faxes) but when I go to print in Acrobat Pro 9, I have to manually set the duplex each time to get it to work.  I am using the HP PCL6 driver for Windows XP.
    Does anyone know why only Acrobat fails to see the default settings?
    Thanks, any help is appreciated.

    Yes, i have struggled with this too.
    I found that there are 2 places where you can set the standard settings for your printer. For some reason if only 1 is used, it wont work.
    There is one at the general tab of your printer properties and one in the Advanced tab in the same printer properties.
    When i make sure these 2 options have the same settings, it works for me.
    Dont ask me why. Printer drivers work in mysterious ways if you ask me.

  • Idvd will not use external drive

    i have a broken dvd superdrive in my computer so i bought an external drive and idvd won't find it... itunes does... how can i change where idvd looks for my drive ??

    If you are using an early version of iDVD (you are in the iDVD 4 and earlier forum) you can't use a non-Apple 'Superdrive' from iDVD.
    You must create a disk image file (it should be an option under FILE in iDVD) and then use Apple's Disk Utility to burn the disk image to writable media.
    Correction: I just 'fired up iDVD 4' and it doesn't offer the option to create a disk image file. Sorry.
    You will need to update to a later version. Try ebay. Or buy Roxio's Toast Titanium to create simple DVDs.
    Message was edited by: F Shippey

  • Remote tape drive

    I have system taht only has a tape drive attached to the SMC. Can you use a remote tape drive under solaris 10? do you nfs the tape drive? how do you connect to a remote tape drive?

    Well, when you boot a machine into single user mode from a CD or DVD, it will not automatically configure the network, but you can do this by using normal ifconfig commands.
    Before doing the restore you will have to create a new filesystem on the disk by runnings newfs and then mount it as /a or similar .
    You can perform an ufsrestore from a remote machine by specifying the remote machines tape drive as the path to restore from, e.g.:
    ufsrestore if <user>@<remote server>:<tape device>
    for example, to do an interactive restore from a remote tape::
    ufsrestore if admin@remote-server:/dev/rmt/1
    .. one drawback with this is that ufsrestore probably rely on rsh to communicate with the remote server, so you might need to enable rsh and configure a .rhosts file for the user.
    You can probably pipe the tape over ssh as well, with something such as:
    ssh <user>@<remote-server> "dd if=/dev/rmt/1 ibs=1024" | (cd /a ; ufsrestore xf -)
    .7/M.

Maybe you are looking for

  • HT1198 I want to share iphoto libraries between users but not make a copy of my entire library

    I want to share an iphoto library between 2 users.  I have my entire 75gb library saved onto the hardrive on one user account.  I have now created a user account for my wife so that she can use photo-sharing with her phone, and I want her to have acc

  • What to do IF iPhone is lost?

    Keyword: IF. I still have my iPhone, this is all hypothetical. I understand that there is no way to track an iPhone if it is lost, and that whoever finds it may easily swap SIM cards and reactivate. My worries are about the info I have on my iPhone.

  • Server Side Trust - Server Group

    Hi, One of the steps to create publications / server side trust (as per SAP Press BO and BW Integ book) is to create a Server Group and add certain services to it. It says that the Destination and Publication Job Server should be added. I dont have t

  • BT = total nightmare

    Ever since I joined in October I have had nothing but problems and the contract I joined. I cant use broadband with out it cutting off therefore cant use the awful BT Vision. So I called up and said hi I would like to cancel my contract and I said I

  • My iphone 4 is showing carrier in about: three 12.0

    I have a jailbroken iphone,i sent it to a shop for update to 5.1.1 and when it came back it said in the about settings theee 12.0 (carrier).i mean is it liek that or did the shop keeper do something to fake me abt the network,pplzz help