- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgcreate -e 38400 -p 32 -s 8 /dev/vg02 /dev/dsk/c8...
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
05-24-2004 02:44 AM
05-24-2004 02:44 AM
vgcreate -e 38400 -p 32 -s 8 /dev/vg02 /dev/dsk/c8t0d1 Hung up!
pvcreate /dev/rdsk/c8t0d1
mkdir /dev/vg02
mknod /dev/vg02/group c 64 0x020000
The above commands worked correctly, the next command is hung up. What can I do?
vgcreate -e 38400 -p 32 -s 8 /dev/vg02 /dev/dsk/c8t0d1
We have athe following versions of JFS.
JFS B.11.23 The Base VxFS File System
OnlineJFS B.11.23 Online features of the VxFS File System
The vgcreate command has been hung for about 1/2 hour now. Also receive the following error when using vgdisplay commands:
vgdisplay -v vg01
Cannot lock "/etc/lvmconf//lvm_lock" still trying ...
Please assist.
Thanks!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 06:17 AM
05-24-2004 06:17 AM
Re: vgcreate -e 38400 -p 32 -s 8 /dev/vg02 /dev/dsk/c8t0d1 Hung up!
2) For your hanging problem, can you see any indication on the disk that it's being accessed? Do you have any disk errors on the system log files? Check your system process and see what's running (glance, top, sar). Also, make sure that you are up to date with patches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 08:13 AM
05-24-2004 08:13 AM
Re: vgcreate -e 38400 -p 32 -s 8 /dev/vg02 /dev/dsk/c8t0d1 Hung up!
Maybe this will help you understand the error message.
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063200620
The itrc doc id is KBRC00002639.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 08:46 AM
05-24-2004 08:46 AM
Re: vgcreate -e 38400 -p 32 -s 8 /dev/vg02 /dev/dsk/c8t0d1 Hung up!
Hello Joe, this is a known issue on Ia64 nodes,
vgcreate -e 38400 -p 32 -s 8 /dev/vg02 /dev/dsk/c8t0d1 --->
You may simply change the command to the follwing and it will work 1)you
will need to break-out (might need to reboot) 2)blow away /dev/vg02 with
#vgexport /dev/vg02 3)vgcreate -s 32M /dev/vg02 /dev/dsk/c8t0d1 (-e and -p
are optional and not
required)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 09:38 AM
05-24-2004 09:38 AM
Re: vgcreate -e 38400 -p 32 -s 8 /dev/vg02 /dev/dsk/c8t0d1 Hung up!
Well - I don't know if I'd accept that answer.
-e & -p *may* be optional but to me the -e is absolutely necessary - at least if you don't want to have to rebuild the VG down the road if you add a larger LUN/disk to this VG.
And then what are you going to do when you want to add the 17th PV to the VG? That's right - rebuild the VG again. So the -p *could* be critical as well. Sheesh I'm surprised they didn't tell you to live with a 4MB extent as well.....
I's be telling them to fix the damn bug ASAP!
My 2 cents,
Jeff