Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by meyer8458

  1. meyer8458

    Large Filesystem backing up to tape

    Here is what I wrote. It runs in cron once daily: #!/usr/bin/ksh ls -l /fdmsbkup_nfs/hot/pfdms| awk '{print $9}' > /opt/legato/fdms-list rm /opt/legato/nsrlist.txt for i in `cat /opt/legato/fdms-list` do print "/fdmsbkup_nfs/hot/pfdms/$i," >> /opt/legato/nsrlist.txt done cat /opt/legato/list >>...
  2. meyer8458

    within NetWorker 6.1.3 many I/O errors on IBM LTO-2 drives

    joser01, Did your problems on Solaris resolve after installing the IBM drivers? I am using the native st driver on Solaris and I am having similiar issues. I have tried multiple configurations in the st.conf as well as using the native st driver. I am running Solaris 8 if anyone knows the...
  3. meyer8458

    Large Filesystem backing up to tape

    FYI, I am running Networker 6.1.4 and this server is a Storage Node.
  4. meyer8458

    Large Filesystem backing up to tape

    I have a 2TB file system I am trying to backup to tape. I have about 1.5 TB of change each day on this mount point. I have IBM LTO-2's in my L700. The issue is that there is only one directory under the mount point, so I am unable to set up multiple savesets to get more than one stream. These...

Part and Inventory Search

Back
Top