- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- (help!) cp: bad copy to...
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
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
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
тАО11-10-2000 06:16 PM
тАО11-10-2000 06:16 PM
(help!) cp: bad copy to...
We added a new autoraid and extended the vg and the fs. The database files ended up being corupted. Before installing the autoraid we did a tape back and cp'ed the files to some free space.
We cp'ed most of the files, but one gives us this error:
cp: bad copy to ./rbs1alaw_01.dbf: write: No such device or address
I've contacted support but they haven't got back to me.
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-10-2000 08:37 PM
тАО11-10-2000 08:37 PM
Re: (help!) cp: bad copy to...
How did you make a copy ?
Did you make a copy into another LVM or Filesystems or tape ?
Did you change the hardware path of any disks or raid ?
Let us know ?
...Madhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-11-2000 05:56 AM
тАО11-11-2000 05:56 AM
Re: (help!) cp: bad copy to...
1. Is this file at the end of the restore or in the middle?
2. Can you read this tape in another drive?
3. Have you cleaned the tape drive?
4. Is this a volatile file and if not can you use the file from a previous backup?
Just a few ideas
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-17-2000 07:20 PM
тАО11-17-2000 07:20 PM
Re: (help!) cp: bad copy to...
1) Check /var/adm/syslog/syslog.log for errors on the file system. tell me the errors if any.
2) Try read from the file system using the dd command: dd if=/dev/vgXX/lvYY of=/dev/null bs=64k or 128k. tell what happens.
TML
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-27-2000 06:34 AM
тАО11-27-2000 06:34 AM
Re: (help!) cp: bad copy to...
it by accident.
lvextend -l NEWSIZE /dev/vg/lvol
not
lvextend -l EXTENSION /dev/vg/lvol
however it should report error if it
realises a filesystem is there, but it
seems your filesystem is raw, thus no real
concept of files rather bit and byte.
The sysylog should tell us all.
send it along!..
also for good measure
strings /etc/lvmtab
vgdisplay -v vgroup
ioscan -fnk
and
arraydsp -a
^
from arraydsp -i
Later,
Bill