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
12-20-2005 04:43 AM
12-20-2005 04:43 AM
MSA 1000
I have HP-uX 11.23 and MSA1000 with 3 luns, it's working fine, i put single disk in MSA1000 and created raid 0 volume on single disk. ioscan recognize the new volume, pvcreate ok, but i want to create vg, i got the following message.
# vgcreate vgdata04 /dev/dsk/c4t0d4
Increased the number of physical extents per physical volume to 17365.
Volume group "/dev/vgdata04" has been Successfully created.
vgcfgbackup: IO error on Physical Volume device /dev/rdsk/c4t0d4: I/O error
i don't know why.
Do you have any idea?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 04:13 AM
12-21-2005 04:13 AM
Re: MSA 1000
Try a pvcreate -f /dev/rdsk/c4t0d4 before creating volume group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 04:59 AM
12-21-2005 04:59 AM
Re: MSA 1000
Yes, i did run first pvcreate -f /dev/rdsk/c4t0d0, it was success, but after this vgcreate failed.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 10:56 PM
12-21-2005 10:56 PM
Re: MSA 1000
What kind of erro ocurred?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 11:05 PM
12-21-2005 11:05 PM
Re: MSA 1000
This is the command and output.
# vgcreate vgdata04 /dev/dsk/c4t0d4 Increased the number of physical extents per physical volume to 17365.
Volume group "/dev/vgdata04" has been successfully created.vgcfgbackup: IO error on Physical Volume device /dev/rdsk/c4t0d4: I/O
error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 11:21 PM
12-21-2005 11:21 PM
Re: MSA 1000
What was the steps that you used to install this MSA-1000 in HP box?
Have you installed any patches?
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 11:34 PM
12-21-2005 11:34 PM
Re: MSA 1000
while creating the raid there is an option to select ( iam not sure about the setting . block size, or strip size...etc select this as 4MB - u r deafult os pe size is 4 mb ) the try to create the vg
regards
sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 11:38 PM
12-21-2005 11:38 PM
Re: MSA 1000
I didn't install any patch for MSA-1000, but HP-UX box already worked MSA1000 with 3 luns.
Customer wanted one more lun and bought one disk, i put disk in MSA1000 and created raid 0 lun on single disk, then on HP-UX, "ioscan -kfnC disk"
recognized the new disk, then pvcreate run successfully, then vgcreate failed.
is there any needed patch for MSA1000?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 11:46 PM
12-21-2005 11:46 PM
Re: MSA 1000
For stability and the ability to eventually connect another hpux box, make sure the MSA-1000 is at firmware 4.48 or above.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 12:49 AM
12-22-2005 12:49 AM
Re: MSA 1000
Firmware is ok. HP-UX already used the 3 luns from MSA1000, the problem is new lun. I don't understand, HP-UX can use 3 luns (2 mirror and 1 raid5), but i cannot create volume group on this new volume (raid 0 on single disk).
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 03:21 AM
12-22-2005 03:21 AM
Re: MSA 1000
The "vgcfgbackup: IO error" indicates that the command is failing to write LVM information on the disk on account of I/O error.
I would first take a look at the LUN characteristics on MSA1000 end using ACU
cli > show lun
After presenting the lun with "HP" profile
I would check the the lun using
# diskinfo -v
# pvcreate -f
# pvdisplay -v
Then I would go ahead and create a VG and include the PV in it.
You can try start over again for the new disk to see if it works.