- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: Unregistered hardware (TL 891, TZ89)
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
11-01-2005 06:50 PM
11-01-2005 06:50 PM
Unregistered hardware (TL 891, TZ89)
Tru64 Unix 5.1B, AS4100
On my installed system I cannot mount the tapes.
With: "hwmgr -show scsi" I can see this:
SCSI DEVICE DEVICE DRIVER NUM DEVICE FIRST
HWID: DEVICEID HOSTNAME TYPE SUBTYPE OWNER PATH FILE VALID PATH
-------------------------------------------------------------------------
52: 0 blagussb cdrom none 0 1 cdrom0 [0/4/0]
57: 1 blagussb changer none 0 1 (null)
58: 2 blagussb tape none 0 1 (null)
59: 3 blagussb tape none 0 1 (null)
When I do the following:
"hwmgr -view devices"
I cannot see the tape devices (HW-ID's 57,58,59):
HWID: Device Name Mfg Model Location
------------------------------------------------------------------------------
5: /dev/dmapi/dmapi
6: /dev/scp_scsi
7: /dev/kevm
18: /dev/cport/scp0 SWXCR xcr0
19: /dev/disk/dsk0c SWXCR ctlr-0-unit-0
20: /dev/disk/dsk1c SWXCR ctlr-0-unit-1
45: /dev/disk/floppy0c 3.5in floppy fdi0-unit-0
52: /dev/disk/cdrom0c PIONEER CD-ROM DR-U06S bus-0-targ-4-lun-0
53: /dev/random
54: /dev/urandom
67: /dev/disk/dsk2c SWXCR ctlr-0-unit-2
68: /dev/disk/dsk3c SWXCR ctlr-0-unit-3
A command "hwmgr -scan components" gives no change.
With "hwmgr -show components -nregistered" I see, that the tape devices are not registered.
Why????
"hwmgr -locate component -id 57" (or 58, 59) gives also no change to me.
Who can help me?
Thanks for your advice!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 12:23 AM
11-02-2005 12:23 AM
Re: Unregistered hardware (TL 891, TZ89)
When were the tapes last seen on the system ?
Any events int eventlog or binary.errlog that indicates HW problems with the tapes and changer ? Where they visible in console mode ?(Are they switched on, is the SCSI controller still functional, is the SCSI cable properly seated.) etc...
Things to try:
hwmgr scan scsi
dsfmgr -vVF
dsfmgr -VK
Rgds,
__ Johan ./
_JB_
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 01:14 AM
11-02-2005 01:14 AM
Re: Unregistered hardware (TL 891, TZ89)
I did also dsfmgr as you mentioned before!!
I can see the SCSI-Controller and the tape devices from the boot prompt (sho device).
It is very strange!!!
I applied the TL891 and the SCSI-Controller after I have installed the Unix-System.
I also built a new kernel, but no effect!!
In the logs I couldn't find some tips to resolve my problems!!
Kind regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 01:42 AM
11-02-2005 01:42 AM
Re: Unregistered hardware (TL 891, TZ89)
What SCSI controller did you add?
What patches and NHD are installed?
And devices are not seen even when booting genvmunix?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 01:54 AM
11-02-2005 01:54 AM
Re: Unregistered hardware (TL 891, TZ89)
Because when I did add the TL891 I also added the SCSI-Controller (they were bought at the same time). And why can I see it on the boot-prompt (sho device)?
My Unix-Version:
# uname -a
OSF1 blagussb V5.1 2650 alpha
Patches installed on the system came from following software kits:
------------------------------------------------------------------
- T64V51BB25AS0004-20040616 IOS540
- T64V51BB25AS0004-20040616 OSF540
Kind regards
Helmut J.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 02:00 AM
11-02-2005 02:00 AM
Re: Unregistered hardware (TL 891, TZ89)
I found this with the command
"strings /vmunix | grep 'tape'":
cam_tape
cam_tape
cam_tape - unable to register callback (status %d)
cam_tape - unable to register callback (status %d)
ctape_init
ctape_init(): registration failed
ctape_open: SCSI_PROTOCOL not valid!
Unable to register tape: %s
Unable to register tape: %s
ctape_online
ctape_strategy
ctape_strategy: READ case and density info not valid.
Blocking factor of tape is %D
ctape_ioctl
ctape_ioctl: SCSI_PROTOCOL not valid!
ctape_done
ctape_done: No CCMN_SPECIFIC structure
ctape_orphan_done
ctape_orphan_done: No pdrv structure
.............................
Probably this can give you some hint!!
Kind regards
Helmut J.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 02:19 AM
11-02-2005 02:19 AM
Re: Unregistered hardware (TL 891, TZ89)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 02:21 AM
11-02-2005 02:21 AM
Re: Unregistered hardware (TL 891, TZ89)
If you say you can see the device with "hwmgr -show scsi", then I would do a "hwmgr -show scsi -full". Then if there are paths listed, I would test those with the "tur" command in "scu" to see whether the tapes are actually working.
You could try deleting the devices from the hardware database using "hwmgr -del scsi -did
This is very curious. I would be interested in seeing the results of these steps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 10:27 PM
11-03-2005 10:27 PM
Re: Unregistered hardware (TL 891, TZ89)
But on my boot-prompt I can see the devices!!
What to do???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 10:37 PM
11-03-2005 10:37 PM
Re: Unregistered hardware (TL 891, TZ89)
Is there any difference when you boot with "genvmunix"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 10:43 PM
11-03-2005 10:43 PM
Re: Unregistered hardware (TL 891, TZ89)
What is NHD 7????
I found this in kern.log:
Nov 4 11:14:35 blagussb vmunix: Driver_support: Module pza failed to load. status:22
Can this be in conjunction with my problem?
Thanks!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 11:03 PM
11-03-2005 11:03 PM
Re: Unregistered hardware (TL 891, TZ89)
cam_pza is the DEC KZPSA driver. I assumes that your tapes are connected to the this PCI FWD SCSI adapter, i.e. the KZPSA? That would certainly explain why you can't get to the tapes from Tru64 UNIX.
Can't think of a reason why loading that module would fail. So booting from a genvmunix and building a new kernel seems like a good next step.
You could try loading it manually first and hope that it would display a more elaborate error message. Something perhaps like:
sysconfig -c cam_pza
sysconfig -s | grep cam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 11:11 PM
11-03-2005 11:11 PM
Re: Unregistered hardware (TL 891, TZ89)
Message could be in conjunction with your problem, but not sure since you did not say what HBA are you using.
What you should do is:
>>> boot -file genvmunix
then:
# doconfig (without any attributes)
See if your devices are seen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2005 06:52 PM
11-06-2005 06:52 PM
Re: Unregistered hardware (TL 891, TZ89)
When I did >>>>boot -file genvmunix
and then
# doconfig
it really worked!!!
I was surprised, because before I often did build a new kernel with doconfig (but without genvmunix) and it never gave me success.
What's the difference between booting normally or with genvmunix???
But it doesn't matter, now it works and I'm happy!!
Helmut Jaeger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2005 10:47 PM
11-06-2005 10:47 PM