- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Tape bakup unreconozed
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
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
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
тАО03-12-2004 06:17 AM
тАО03-12-2004 06:17 AM
Tape bakup unreconozed
My tape backup on linux redhat 7.2 is missing...somebody turn off this device and i can not see it wit "cdrecord -scanbus" command .. what can i do for recognoze this device without reboot my server?
Pls help me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2004 07:22 AM
тАО03-12-2004 07:22 AM
Re: Tape bakup unreconozed
Sorry but I think you are going to have to re-boot. Scsi devices are not hot pluggable on a PC. Assuming you have turned the thing back on again, you got unlucky. However, try "cat" on /proc/scsi/scsi to see if the device is there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2004 07:29 AM
тАО03-12-2004 07:29 AM
Re: Tape bakup unreconozed
mt -t /dev/st0 status an i get that:
[root@salato-apl10 mail]# mt -t /dev/st0 status
SCSI 2 tape drive:
File number=0, block number=0, partition=0.
Tape block size 0 bytes. Density code 0x2e (no translation).
Soft error count since last status=0
General status bits on (41010000):
BOT ONLINE IM_REP_EN
but cdrecord -scanbus show nothing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2004 08:05 AM
тАО03-12-2004 08:05 AM
Re: Tape bakup unreconozed
Just see if the thing is working, try putting a tape in and using "tar cvf /dev/st0
- and see if it writes OK.
If this works then it look like cdrecord has got a bit upset. Maybe you can do "tar" backups until you get the chance to re-boot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2004 09:42 AM
тАО03-12-2004 09:42 AM
Re: Tape bakup unreconozed
tar: /dev/st0: Wrote only 0 of 10240 bytes
tar: Error is not recoverable: exiting now
i just use tar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2004 11:10 AM
тАО03-12-2004 11:10 AM
Re: Tape bakup unreconozed
IIRC kudzu is the tool used in RH for HW discovery. Maybe it will re-discover your drive. Generally it is meant to run during the boot process, so there might be a risk of a "forced" reboot. Certainly the safest would be to just schedule a planned reboot.
Greetings, Martin