- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Configuring HP Ultrium on Redhat 7.3 on an IBM x25...
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
01-21-2003 03:18 AM
01-21-2003 03:18 AM
Configuring HP Ultrium on Redhat 7.3 on an IBM x255
We have just purchased an IBM x255 server with an HP LTO 230 tape drive. Redhat 7.3 OS was installed with the custom option.
As per the /etc/sysconfig/hwconf, there is an entry for the HP Ultrium, howevere I cannot "see" this device on linux!!!
1. What is the equivalent to ioscan -funC tape on linux (kudzu?)
2. How do I tell what this device name is e.g. on hp-ux ioscan -funC will tell me c0t4d0BEST
3. Do I need to install any patches or make any modifications to be able to "see" this device on linux.
Many Thanks
Vinesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 10:12 PM
03-01-2004 10:12 PM
Re: Configuring HP Ultrium on Redhat 7.3 on an IBM x255
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 10:30 PM
03-01-2004 10:30 PM
Re: Configuring HP Ultrium on Redhat 7.3 on an IBM x255
"cat /proc/scsi/scsi" as well just to see if your tape is seen.
If it is seen, then the device is probably "/dev/st0" for the first scsi tape drive.
There is no "ioscan" on Linux but using "cat" on files in the "/proc" filesystem will display all sorts of exciting information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 11:23 PM
03-01-2004 11:23 PM
Re: Configuring HP Ultrium on Redhat 7.3 on an IBM x255
You can run /usr/bin/hwbrowser to see the hardware your system recognizes. There are also cli tools out there, lspci and lsusb.
Check dmesg or boot.log to see if the cards are recognized/installed properly. If you see unrecognized cards you'll need to load a module.
SCSI device names are usually called /dev/sda*.
Check out this link for MANY more details:
http://www.linux.com/howtos/SCSI-2.4-HOWTO/dnames.shtml
They mention a tool "scidev", I haven't used it myself, but it sounds like this could be useful.
Check out this page for all your IBM Linux needs:
http://www.pc.ibm.com/ww/eserver/xseries/linux_update/resources.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 11:32 PM
03-01-2004 11:32 PM
Re: Configuring HP Ultrium on Redhat 7.3 on an IBM x255
This has all the software for Linux that HP releases, AFAIK:
http://h18000.www1.hp.com/support/files/server/us/locOsCat/86.html
Good luck!
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 07:48 PM
03-09-2004 07:48 PM
Re: Configuring HP Ultrium on Redhat 7.3 on an IBM x255
I got around the problem by changing the SCSI card. See linuxtapecert.org.
There was issues with Adaptec 789x chipset based SCSI adapters at that time.