- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Linux backup across SAN
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 12:22 AM
02-21-2005 12:22 AM
Data Protector 5.1
ESL9322 Library
e1200 Network Storage Router
Red Hat Linux Advanced Server release 2.1AS
Emulex LightPulse LPFC Driver Version: 4.20q
HBA: Emulex LightPulse LP950 1 Gigabit PCI Fibre Channel Adapter
$ /sbin/lsmod
Module Size Used by Not tainted
st 31536 0
sg 36644 0 (autoclean)
deadman 3036 3
bcm5700 105644 2
bonding 56628 2
md 66336 0 (unused)
lvm-mod 64576 18
lpfcdd 267752 4
cciss 45536 5
sd_mod 13372 6
scsi_mod 123636 4 [st sg lpfcdd cciss sd_mod]
I can start the backup session and a tape is loaded into the drive but nothing is ever written to the tape. Any help would be greatly appreciated.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 12:31 AM
02-21-2005 12:31 AM
Re: Linux backup across SAN
what error messages have you found so far?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 01:02 AM
02-21-2005 01:02 AM
Re: Linux backup across SAN
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 10:14 AM
02-21-2005 10:14 AM
Re: Linux backup across SAN
What software are you using to back up across the SAN?
Is the zoning set up appropriate on the SAN to allow the backup device/software combination to do the job?
You might want to look at the logs of the san to see whats going on here.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2005 12:10 AM
02-22-2005 12:10 AM
Re: Linux backup across SAN
I've done this myself. Check out the Enterprise Backup Solutions (EBS) web page at: www.hp.com/go/ebs
There is an EBS123 section.
But I'd say that what you are seeing is that you have a device ID mismatch. The library is told to mount TapeX in DriveY and you see the tape being mounted. Next the server does a Test Unit Ready (TUR) to what he believes is DriveY and gets a response that there is no tape in the drive. Then the server issues an unmount command to the library which removes TapeX from DriveY. For DP you should use SCSI references instead of logical handles when you create the drives. I'd suggest verifying the devices that you have defined on the server are in the same order as the library.
I'm not sure if DP provides a wizard to autoconfig the libary (it does in Windows) but if so then I'd certainly run the wizard and let it setup the devices.
Let me know if this helps,
Glenn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2005 03:07 AM
02-22-2005 03:07 AM
Re: Linux backup across SAN
Thanks for the information. At this point I can't even tar to the tape in the drive but I'm not sure why.
$ sudo /bin/tar -cvf /dev/nst0 syslog
/bin/tar: /dev/nst0: Cannot open: Input/output error
$ ll /dev/nst0
crw-rw---- 1 root disk 9, 128 Mar 19 2002 /dev/nst0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2005 05:29 AM
02-22-2005 05:29 AM
Re: Linux backup across SAN
You will see an entry like this:
Host: scsi1 Channel: 00 Id: 00 Lun: 02
Vendor: IBM Model: ULTRIUM-TD2 Rev: 29U0
Type: Sequential-Access ANSI SCSI revision: 03
You can also cat the /proc/scsi/lpfc/x to see if the HBA driver sees the tape drive/library. (replace the x with the scsi host number)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2005 05:31 AM
02-22-2005 05:31 AM
Re: Linux backup across SAN
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: HP Model: Ultrium 1-SCSI Rev: E38W
Type: Sequential-Access ANSI SCSI revision: 03
Host: scsi0 Channel: 00 Id: 00 Lun: 01
Vendor: COMPAQ Model: NS ROUTER E1200 Rev: 0316
Type: Unknown
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2005 06:30 AM
02-22-2005 06:30 AM
SolutionThat leaves the question of device mapping. Most likely in the SAN or on the tape library.
You can use the "scsi_info /dev/nst0" to verify the device mapping on the OS. Since the cat /proc/scsi/scsi is showing only one drive, it's a pretty safe bet that it is correct.
If the tape is loaded, use "mt -f /dev/nst0 status" to check that the tape shows mounted and writable.
You can check the mapping in the Emulex with "cat /proc/scsi/lpfc/0" You will see the port and wwn of the connected device at the bottom of the output.
Hope this helps...
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2005 08:16 AM
02-22-2005 08:16 AM
Re: Linux backup across SAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2005 12:46 AM
02-23-2005 12:46 AM
Re: Linux backup across SAN
As was asked in the last post, in the NSR are you sure you've presented the same device that is defined on the Cell Manager?
What I'm getting at is that since you mention an ESL9322 I'm guessing that you have more than one drive. Depending upon your mapping you might be telling DP to mount to a different drive than you think. (It seems that I'm stuck on this idea)
But if you can provide the mapping and give information about your DP setup in general that would help.
Glenn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2005 05:10 AM
02-23-2005 05:10 AM
Re: Linux backup across SAN
You were exactly right. I straightened out my the mapping in my NSR and all is well. Thank you!
Brent