Operating System - HP-UX
1834330 Members
2234 Online
110066 Solutions
New Discussion

pvcreate, HSV110 and SecurePath

 
SOLVED
Go to solution
Robinson Maureira
Occasional Contributor

pvcreate, HSV110 and SecurePath

Hi,
I have 2 rp2650 machines connected with a SAN (HSV100).

I'm using HPUX 11.11 and Secure Path.

Recently I've created and presented 3 more LUN's to the machines, made spmgr update

spmgr display and my disks are claimed, and the device names are assigned, but ioscan -fnuC disk doesnt show the device names:

Server: choapa1 Report Created: Fri, Sep 05 12:11:14 2003
Command: spmgr display
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Storage: 5000-1FE1-5000-F400
Load Balance: On Auto-restore: Off
Path Verify: On Verify Interval: 30
HBAs: td0 td1
Controller: P5849D3AAOJ00Q, Operational
P5849D3AAOJ03C, Operational
Devices: c12t0d0 c12t0d1 c12t0d2 c12t0d3 c12t0d4

The new devices are c12t0d{2,3,4}

ioscan reports:

-- snip --
disk 5 255/255/0.0.1 sdisk CLAIMED DEVICE HSV110 (C)COMPAQ LUN 0x600508B4000105ED0000E00000950000
/dev/dsk/c12t0d1 /dev/rdsk/c12t0d1
disk 6 255/255/0.0.2 sdisk CLAIMED DEVICE HSV110 (C)COMPAQ LUN 0x600508B4000105ED0000E00000A80000
disk 7 255/255/0.0.3 sdisk CLAIMED DEVICE HSV110 (C)COMPAQ LUN 0x600508B4000105ED0000E000009E0000
disk 8 255/255/0.0.4 sdisk CLAIMED DEVICE HSV110 (C)COMPAQ LUN 0x600508B4000105ED0000E00000A30000
-- snip --

As you can see on of the older disks shows it's device name, the new 3 dont.

If I do pvcreate to one of those I get this error:

root@choapa1#pvcreate -f /dev/rdsk/c12t0d2
Couldn't stat physical volume "/dev/rdsk/c12t0d2":
Physical volume can be created only on whole disk.

I'm surely missing something... any hints?

Thanks in advance, and best regards.
3 REPLIES 3
Mark Grant
Honored Contributor
Solution

Re: pvcreate, HSV110 and SecurePath

Looks to me like you need to create the device files.

try "insf -C disk"

The device names should magiacally appear.

Never preceed any demonstration with anything more predictive than "watch this"
Robinson Maureira
Occasional Contributor

Re: pvcreate, HSV110 and SecurePath

That was the problem, I completely forgot about that command.

Thanks for the quick response.

Mark Grant
Honored Contributor

Re: pvcreate, HSV110 and SecurePath

No probs!

Thanks for the quick points :)
Never preceed any demonstration with anything more predictive than "watch this"