- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: pvcreate disk on SAN
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-01-2004 02:01 AM
07-01-2004 02:01 AM
pvcreate disk on SAN
When I run pvcreate I do not get a "created successfully" message back.
All the special files are created when insf -e is ran and they show up as CLAIMED. vpath is created when cfgvpath is ran.
I have tried vgextend to no avail.
diskinfo returns:
SCSI describe of /dev/rdsk/c40t0d3:
vendor: IBM
product id: 2105F20
type: direct access
size: 0 Kbytes
bytes per sector: 0
My SAN person has checked the SAN side many times.
Any suggestions????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 02:07 AM
07-01-2004 02:07 AM
Re: pvcreate disk on SAN
in my mind came soon a question: if you don't get "created successfully" what do you get?
Maybe it fails because it is already assigned to another volume group.
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 02:07 AM
07-01-2004 02:07 AM
Re: pvcreate disk on SAN
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 02:10 AM
07-01-2004 02:10 AM
Re: pvcreate disk on SAN
Have your EMC CE check the status of the disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 02:13 AM
07-01-2004 02:13 AM
Re: pvcreate disk on SAN
You did a ioscan THEN insf -e ...
Only I dont remember seeing a vpath nor cfgvpath on HPUX, that makes me think you have some IBM software that does Virtual drive for dynamic load balancing, in such case its the vpath that you should use...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 02:26 AM
07-01-2004 02:26 AM
Re: pvcreate disk on SAN
ioscan -funC disk,
strings /etc/vpath.cfg
Knowing IBM I suppose ther is an lst???path or showvpath command, what does that give you?
Have you tried pvcreate -f /dev/rdsk/cxtxdx?
I believe like the others you have some problem on the SAN side or you may have some firmware upgrade to do
Good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 02:31 AM
07-01-2004 02:31 AM
Re: pvcreate disk on SAN
I think you misread his post... the type of actual disk is IBM not the array.
Or maybe I am misreading yours?
I'd bet dollars to donuts(always wanted to say that), he has a read only disk problem...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 02:41 AM
07-01-2004 02:41 AM
Re: pvcreate disk on SAN
Just thoughts...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 03:03 AM
07-01-2004 03:03 AM
Re: pvcreate disk on SAN
I join Dietmar here and believe this should be moved to storage where some competence should be looking and be please to answer...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 03:23 AM
07-01-2004 03:23 AM
Re: pvcreate disk on SAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 04:22 AM
07-01-2004 04:22 AM
Re: pvcreate disk on SAN
Be sure to run: ioscan -fnC disk
Vistor wrote:
"What do see when you do ioscan -funC disk"
I suggest to NOT use the -u (as this will just look in memory, not go out to the san).
fabio wrote:
"if you don't get "created successfully" what do you get?"
I had a similar situation as Kelly yesterday and you actually get nothing. It just returns without any message.
So Kelly has two indication that the wrong device file is being used: No message from pvcreate, no size on diskinfo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 03:24 AM
07-02-2004 03:24 AM
Re: pvcreate disk on SAN
The command that we used to determine this was "lquerypr". This tool gets installed when SDD is installed on AIX systems. It can be ran from any system with the problem.
The syntax to determine if a persistent lock exists on the disk is:
lquerypr -pv -h /dev/vpath?? <-- if this returns a 5-6 digit hex code then the disk has a persistent lock that needs to be cleared.
If the disk has a persistent lock then the command to clear the lock:
lquerypr -cvh /dev/vpath?? <-- this will clear the lock on the disk and allow it to be used again by other systems.
Strangely enough there is really no documentation about the command other than it gets installed w/SDD. And apparently not on HPUX. I checked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 03:34 AM
07-02-2004 03:34 AM
Re: pvcreate disk on SAN
2105 is ESS is'nt it ? r u using datapath as well ?
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 06:13 AM
07-02-2004 06:13 AM
Re: pvcreate disk on SAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 06:26 AM
07-02-2004 06:26 AM
Re: pvcreate disk on SAN
Else you might have to install a special device driver that better understands the IBM box - Compaq, now HP, uses one in their multipathing software (Secure Path) for the EVA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 02:18 PM
07-02-2004 02:18 PM
Re: pvcreate disk on SAN
-p pr_clear key device
The scsictl command with the -p pr_clear option can be
used to clear the persistent reservation from a device.
This command can not be used with any other options or
commands available for the scsictl command.
This command should be followed by two arguments: key
and device. key is a string of characters which was
used while setting persistent reservation. This key
can be in any of the following two formats:
(a) Text format: can contain any of alphanumeric
characters. In this format length of the key
should not exceed 8 characters.
(b) Hex format: preceded by 0x or 0X, can contain any
of hexadecimal digit. In this format length of the
string should not exceed 18 characters in total
(including 0x or 0X).
hth,
Hein.