- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- C1716T on HP712 WS
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
10-05-2003 01:25 AM
10-05-2003 01:25 AM
C1716T on HP712 WS
ioscan sees it but I cannot access the media!
Thanks
Peter Mills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2003 01:31 AM
10-05-2003 01:31 AM
Re: C1716T on HP712 WS
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B9106-90013/B9106-90013_top.html&con=/hpux/onlinedocs/B9106-90013/00/00/62-con.html&toc=/hpux/onlinedocs/B9106-90013/00/00/62-toc.html&searchterms=driver%7cC1716T&queryid=2003985-072814
If the STATE=CLAIMED then try using 'dd':
dd if=/dev/dsk/cXtYdZ of=/tmp/temp_file bs=2048 count=1000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2003 08:42 AM
10-05-2003 08:42 AM
Re: C1716T on HP712 WS
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2003 11:51 PM
10-05-2003 11:51 PM
Re: C1716T on HP712 WS
I know that the drive normally lives in a JB.
Sadly the JB is dead and unlikely to recover.
A C1716T drive was removed from a JB and connected to a 712 in an attempt to allow the data from the media to be recovered, albeit slowly and then written to another media.
I've tried dd
I agree that it looks like a kernel issue.
spt will be unlikey to resolve this.
ioscan shows:-
disk 3 2/0/1.0.0 sdisk CLAIMED DEVICE HP C1716T
command executed:-
dd if=/dev/dsk/c0t3d0 of=/tmp/temp_file bs=2048 count=1000
response:-
/dev/dsk/c0t3d0: No such device or address
/dev entry:-
brw-r----- 1 bin sys 31 0x003000 Mar 24 2003 c0t3d0
Something is either missing or it ain't going to work, any ideas?
Thanks again
Peter
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2003 02:58 AM
10-06-2003 02:58 AM
Re: C1716T on HP712 WS
Try:
ls -lrt /dev/dsk
This lists dates in order, first to last. If no other devices changed then the C1716T disk will be last.
Try these commands as well:
ioscan -fnkC disk
ioscan -fnkC spt
ioscan -fnk | grep -i spt
Look for the new device file.