- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pvcreate problem on 10.20
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
07-07-2006 03:38 AM
07-07-2006 03:38 AM
pvcreate problem on 10.20
pvcreate: Couldn't open phsyical volume "/dev/rdsk/c3t0d0":
No such device or address
I am running an hp 9000/800 Model G30 with old OS 10.20. SAM does not recognize these drives but ioscan does and shows them as claimed, so I was trying to manually setup disk when I got this message.
Do to age of system customer is not comfortable trying to upgrade to 11 since they have no support and if have problems company would be shut down. I did look at get a patch for 10.20 to SAM /hp-ux_patches/s700_800/10.X/PHCO_22268. But I can not find a way to actually download this patch or if it still even exist somewhere on HP
So I am looking for suggestions on how to proceed.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 03:43 AM
07-07-2006 03:43 AM
Re: pvcreate problem on 10.20
pvcreate -B /dev/rdsk/c3d0t0
then you mixed up "t" and "d".
Make sure you have no SCSI ID conflict!
If the device is CLAIMED in ioscan, you should be able to do commands like diskinfo and even pvcreate.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 04:03 AM
07-07-2006 04:03 AM
Re: pvcreate problem on 10.20
lssf /dev/rdsk/c3t0d0
and/or
ioscan -funCdisk
then try using dd to confirm it can be read from, or written to:
read:
dd if=/dev/rdsk/c3t0d0 of=/dev/null bs=10k count=100
If that works, try a write
dd if=/stand/vmunix of=/dev/rdsk/c3t0d0 bs=10k
try this on all the new drives.
If these fail, there is something basic wrong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 04:08 AM
07-07-2006 04:08 AM
Re: pvcreate problem on 10.20
but neither diskinfo or pvcreate seem to work. Below is result of ioscan
This disk is on 16.0.0 which is part of new SCSI controler that I just installed in hardware so there should not be any conflicts
# pvcreate -Bf /dev/rdsk/c3t0d0
pvcreate: Couldn't open physical volume "/dev/rdsk/c3t0d0":
No such device or address
# diskinfo -v /dev/rdsk/c3t0d0
diskinfo: can't open /dev/rdsk/c3t0d0: No such device or address
#
# ioscan -fnC disk
Class I H/W Path Driver S/W State H/W Type Description
==============================================================
disk 6 16.0.0 disc3 CLAIMED DEVICE SEAGATE ST34572WC
/dev/dsk/c3t0d0 /dev/rdsk/c3t0d0
/dev/floppy/c3t0d0 /dev/rfloppy/c3t0d0
disk 7 16.4.0 disc3 CLAIMED DEVICE SEAGATE ST34572WC
/dev/dsk/c3t4d0 /dev/rdsk/c3t4d0
/dev/floppy/c3t4d0 /dev/rfloppy/c3t4d0
disk 8 16.8.0 disc3 CLAIMED DEVICE SEAGATE ST34572WC
/dev/dsk/c3t8d0 /dev/rdsk/c3t8d0
/dev/floppy/c3t8d0 /dev/rfloppy/c3t8d0
disk 9 16.12.0 disc3 CLAIMED DEVICE SEAGATE ST34572WC
/dev/dsk/c3t12d0 /dev/rdsk/c3t12d0
/dev/floppy/c3t12d0 /dev/rfloppy/c3t12d0
disk 0 52.1.0 disc3 CLAIMED DEVICE HP C2247M1
/dev/dsk/c1t1d0 /dev/rdsk/c1t1d0
/dev/floppy/c1t1d0 /dev/rfloppy/c1t1d0
disk 1 52.2.0 disc3 CLAIMED DEVICE HP DVD-ROM 6x/32x
/dev/dsk/c1t2d0 /dev/rdsk/c1t2d0
/dev/floppy/c1t2d0 /dev/rfloppy/c1t2d0
disk 2 52.3.0 disc3 CLAIMED DEVICE HP C2247M1
/dev/dsk/c1t3d0 /dev/rdsk/c1t3d0
/dev/floppy/c1t3d0 /dev/rfloppy/c1t3d0
disk 3 52.4.0 disc3 CLAIMED DEVICE HP C3010M1
/dev/dsk/c1t4d0 /dev/rdsk/c1t4d0
/dev/floppy/c1t4d0 /dev/rfloppy/c1t4d0
disk 4 52.5.0 disc3 CLAIMED DEVICE SEAGATE ST12400N
/dev/dsk/c1t5d0 /dev/rdsk/c1t5d0
/dev/floppy/c1t5d0 /dev/rfloppy/c1t5d0
disk 5 52.6.0 disc3 CLAIMED DEVICE SEAGATE ST32550N
/dev/dsk/c1t6d0 /dev/rdsk/c1t6d0
/dev/floppy/c1t6d0 /dev/rfloppy/c1t6d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 04:16 AM
07-07-2006 04:16 AM
Re: pvcreate problem on 10.20
# dd if=/dev/rdsk/c3t0d0 of=/dev/null bs=10k count=100
/dev/rdsk/c3t0d0: No such device or address
dd: cannot open /dev/rdsk/c3t0d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 04:20 AM
07-07-2006 04:20 AM
Re: pvcreate problem on 10.20
You need to look at the firmware that is required on the discs, also what card is being used etc.
If I recasll, the G30 uses an HP-PB FastWide card to connect DF drives.
Check the cables and drives.
Are these drives HP? If not there could be an issue due to non supported firmware, I have seen this on HP-UX 10.20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 04:33 AM
07-07-2006 04:33 AM
Re: pvcreate problem on 10.20
OS Identification: B.10.20 C info
All hardware is HP.
HP-PB FWD SCSI host adapter 28696A
HP Disk: 4.3gb Fwd Lp Disk Module A3647A
The disk are installed in an HP Hass deskside subsystem A3311A.
The only thing I can think of is if I am missing a driver, but If so I am not sure which one, I included scsi3, hpfl1. I did not include hpib1 maybe this one is needed, I didn't do it because ioscan showed that it worked
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 05:02 AM
07-07-2006 05:02 AM
Re: pvcreate problem on 10.20
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 05:06 AM
07-07-2006 05:06 AM
Re: pvcreate problem on 10.20
If the disk is used, sometimes pvcreate -f (force) parameter.
BTW, did you reboot the computer after the disks connection ? You even may have to swich off, switch on computer.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 05:14 AM
07-07-2006 05:14 AM
Re: pvcreate problem on 10.20
I did do a power of reboot when I connected hardware, but after that I only did kernal install reboots, to try different drivers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 05:18 AM
07-07-2006 05:18 AM
Re: pvcreate problem on 10.20
Do the disks answer to
#>diskinfo /dev/rdsk/XXXX ?
If you see a normal output, try to format the disks with mediainit
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 05:50 AM
07-07-2006 05:50 AM
Re: pvcreate problem on 10.20
I would check (and replace) the cables and terminators, remove all disks and insert only one at a time and try again.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 05:53 AM
07-07-2006 05:53 AM
Re: pvcreate problem on 10.20
Sill;y question, is the cable a self terminating one? and if so do you have a separate terminator on th eJBOD?
Reduce the discs down so there is just one disc and try again.
If this works it is normally a cable/termintaion issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 06:05 AM
07-07-2006 06:05 AM
Re: pvcreate problem on 10.20
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 06:05 AM
07-07-2006 06:05 AM
Re: pvcreate problem on 10.20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 08:44 AM
07-07-2006 08:44 AM
Re: pvcreate problem on 10.20
I believe the correct driver is either disk2 or stape, but I can't prove it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 09:24 AM
07-07-2006 09:24 AM
Re: pvcreate problem on 10.20
The system is probably an old G- or H-Class which has a hardware path 52.x as internal single ended SCSI bus and hw-path 16.x as HP-PB (precision bus) slot for additional cards.
HW-path 16.x is always slot 4 according to the original precision architecture (aka PA from PA-RISC).
The driver and the device files are likely ok for this generation of systems. For sure it is not stape! Guess why there is "tape" in the name!
Brian, please keep us posted!
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2006 01:12 PM
07-09-2006 01:12 PM
Re: pvcreate problem on 10.20
I did go to customer and tried sveral different combination of disk and A and B side of HASS unit and always got same result as previously mentioned. I also tried a different SCSI controller on a duplicate machine and got same results.
In addition when I try to look ad disk in sam I get following message
SAM was unable to determine the disk drive model of the disk drive
attached to your system at hardware path 16.0.0. This device will be ignored. If this unit is a CD-ROM drive, check to see if there is any media (a CD-ROM disk) in the drive. If there currently is no media in the drive, you can correct this problem by inserting the desired media and choosing the "Refresh List" item from the "Options" menu.
I am wondering if problem is due to fact that disk being used came out after the last time O/S on system has been upgraded. I am very leary of tring to upgrade this system to 11.0 because if anything doesn't work I may not be able to get it to work in timely fasion, because their business model is 24/7 operation. I have been tring to find 10.2 bundled patches so that maybe one of the patches have info for disk. But I have not been able to find patches, HP only has patches for 11.0.
Does any one have any suggestions on getting 10.2 patches. Do you think I may be on correct tack
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2006 10:52 PM
09-03-2006 10:52 PM
Re: pvcreate problem on 10.20
http://h20331.www2.hp.com/Hpsub/cache/285370-0-0-225-121.html
1. download 1020cfg_jun03.gz
2. use gunzip to uncompress the file
3. use tar xvf to extract all files
4. use swinstall and select PHCO_22268
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2006 09:22 AM
09-04-2006 09:22 AM
Re: pvcreate problem on 10.20
Now the drives may work OK but it sounds like your customer did not properly patch their system. With their business totally dependent on this machine, I would STRONGLY recommend getting another G30 (or G40, G50, etc) and cloning it using Ignite/UX. Then add ALL the patches for 10.20, ideally from the Support Plus CD dated Dec 2001. Then add any others from the HP archive location:
ftp://ftp.itrc.hp.com/archived_patches/hp-ux_patches/10-800.html
Now test the cloned system to make sure it works OK (with the new disks and current applications) and switch to the new system at a later date. Note that this is still a bandaid since locating 'supported' hardware like tiny disks and old DDS-2 or DDS-3 tape drives will be increasingly difficult to locate.
With so much depending on this system, an immediate course change is needed to keep things operational. I would NOT recommend 11.00 but instead, get a small rp2405 or similar, which will run 11.11 just fine and will be 5 to 10 times faster than the G30. These 'older' boxes are quite inexpensive, require 1/4 the power and airconditioning and less than 1/5th the space. As with the above duplicate G30, you load and patch the system, then add the applications, test and fix anything that needs work.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2006 08:11 AM
12-20-2006 08:11 AM