- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cannot create filesystem on EMC disk
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
10-18-2005 09:49 PM
10-18-2005 09:49 PM
Cannot create filesystem on EMC disk
I have some disk space allocated on a EMC system. But I cannot create a filesystem on it. I run HP-UX 11.11.
I have entered the following commands:
bash# insf -eCdisk
bash# ioscan -fnCdisk
...
disk 4 0/2/0/0.97.8.255.1.3.0 sdisk CLAIMED DEVICE DGC LUNZ
/dev/dsk/c5t3d0 /dev/rdsk/c5t3d0
bash# newfs /dev/rdsk/c5t3d0
vxfs newfs: Cannot open /dev/rdsk/c5t3d0: Device busy
I got this Device busy message everytime trying to access the disk device. I know EMC disk resource is not accessed be anyone else.
Any tips are appreciated. Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 09:57 PM
10-18-2005 09:57 PM
Re: Cannot create filesystem on EMC disk
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 09:58 PM
10-18-2005 09:58 PM
Re: Cannot create filesystem on EMC disk
Look at the following links:
http://forum.sun.com/thread.jspa?threadID=26060&messageID=93712
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=32502
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 10:01 PM
10-18-2005 10:01 PM
Re: Cannot create filesystem on EMC disk
Use the fuser & fsck to /dev/rdsk/c5t3d0.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 12:40 AM
10-19-2005 12:40 AM
Re: Cannot create filesystem on EMC disk
This may not be a volume manager issue. I cannot access the disk by any means from the OS. Even pvcreate failed and returned device busy message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 12:48 AM
10-19-2005 12:48 AM
Re: Cannot create filesystem on EMC disk
diskinfo /dev/rdsk/c5t3d0
If this works, the LUN has been established but the SAN may be preventing write-access.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 01:42 AM
10-19-2005 01:42 AM
Re: Cannot create filesystem on EMC disk
You have an EMC Clariion disk which is improperly configured. You have to talk to your storage team and get them to do it right. The zoning is correct, and the "storage group" is correct, but the "initiator" is probably defined wrong. If you have PowerPath you define it one way, if not then another.
Get a document from EMC called something like "HP-UX Clariion Storage Configuration Guide". Something like that...
Contact the EMC Software Assistance Center (SAC) and they can set you straight.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 12:24 AM
10-20-2005 12:24 AM
Re: Cannot create filesystem on EMC disk
steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 01:03 AM
10-20-2005 01:03 AM
Re: Cannot create filesystem on EMC disk
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2005 07:41 PM
10-23-2005 07:41 PM
Re: Cannot create filesystem on EMC disk
mkdir /dev/vg??
mknod /dev/vg?? c 64 0x??0000
pvcreate /dev/rdsk/c5t3d0
# If it is still busy of whatever. Be sure that the disks is totally yours to use.
pvcreate -f /dev/rdsk/c5t3d0
vgcreate vg?? /dev/dsk/c5t3d0
lvcreate -L
newfs -F vxfs /dev/vg??/lvol1
mkdir /mountpoint
vi /etc/fstab