Operating System - HP-UX
1829812 Members
1716 Online
109993 Solutions
New Discussion

Re: pvcreate problem on 10.20

 
Brian Harris
Advisor

pvcreate problem on 10.20

I have added some 4 gig wide scisi df drives onto this system on a newly installed scsi controller, the drives come up as claimed. and exist in /dev/rdsk. But when I issue a pvcreate -B /dev/rdsk/c3d0t0 command I get the following error:
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,
20 REPLIES 20
Torsten.
Acclaimed Contributor

Re: pvcreate problem on 10.20

If you really typed

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!   
melvyn burnard
Honored Contributor

Re: pvcreate problem on 10.20

check there is a hardware path asscoiated with this disk, use
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
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Brian Harris
Advisor

Re: pvcreate problem on 10.20

Yes in message had type,but in acutla command I did do c3t0d0.
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
Brian Harris
Advisor

Re: pvcreate problem on 10.20

I tried the lssf command which came back with valid information, but the dd commands failed in same way as pvcreate and diskinfo

# 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
melvyn burnard
Honored Contributor

Re: pvcreate problem on 10.20

This sounds like a firmware or connectivity issue then.
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
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Brian Harris
Advisor

Re: pvcreate problem on 10.20

I am not sure what/how to check firmware
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
Torsten.
Acclaimed Contributor

Re: pvcreate problem on 10.20

Most likely not a driver problem, because the devices are claimed. Can you access the other disks on that bus?

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!   
Victor Fridyev
Honored Contributor

Re: pvcreate problem on 10.20

Hi Brian

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
Entities are not to be multiplied beyond necessity - RTFM
Brian Harris
Advisor

Re: pvcreate problem on 10.20

none of the other disk on system are accessiable. I did try using -f in pvcreate command. These disk are used, and supposedly worked before shipped to us according to our supplier. I don't know if I have to reformat these drives in some way?
I did do a power of reboot when I connected hardware, but after that I only did kernal install reboots, to try different drivers.
Victor Fridyev
Honored Contributor

Re: pvcreate problem on 10.20

Hi,

Do the disks answer to
#>diskinfo /dev/rdsk/XXXX ?

If you see a normal output, try to format the disks with mediainit

HTH

Entities are not to be multiplied beyond necessity - RTFM
Torsten.
Acclaimed Contributor

Re: pvcreate problem on 10.20

This sounds strange. The system can see the disks, because there is a claimed status and there are device files created.
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!   
melvyn burnard
Honored Contributor

Re: pvcreate problem on 10.20

hmm. weird

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
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Torsten.
Acclaimed Contributor

Re: pvcreate problem on 10.20

For this test with only 1 disk use only one half off the HASS, e.g. connect the cable to the left half on the upper port and terminate on the lower.

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!   
Brian Harris
Advisor

Re: pvcreate problem on 10.20

I have DF terminators on disk storage system, I am heading over to customer to change cables and try with 1 dirve at a time all dirves are HP hot swable drives.
OldSchool
Honored Contributor

Re: pvcreate problem on 10.20

Your ioscan shows the driver "disk3" has claimed these, and also shows them as floppies?

I believe the correct driver is either disk2 or stape, but I can't prove it.
Torsten.
Acclaimed Contributor

Re: pvcreate problem on 10.20

@System Administrator:

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!   
Brian Harris
Advisor

Re: pvcreate problem on 10.20

Yes this is an old G server where 52 is internal scsi and 16 was for the added scsi controller that I am tring to use for disk.

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
turci
New Member

Re: pvcreate problem on 10.20

I found PHCO_22268 only here

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

Bill Hassell
Honored Contributor

Re: pvcreate problem on 10.20

Just recently, HP has removed all pre-11.00 patches from the ITRC patch finder page. That should tell your customer something very important -- the OS has been obsolete and out of support for several years. If it is working now, the customer should try to change anything, especially adding new products. It will be extremely difficult to get replacement parts and the new ones may simply not work.

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
Brian Harris
Advisor

Re: pvcreate problem on 10.20

I never did figure out problem, even 2gig HASS disk did not work, we returned all hardware without getting it to work