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-20-2003 05:45 AM
05-20-2003 05:45 AM
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2003 05:47 AM
05-20-2003 05:47 AM
Re: Add disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2003 05:48 AM
05-20-2003 05:48 AM
Re: Add disk
Internal = no, jbod = yes
Regards,
RZ

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2003 05:52 AM
05-20-2003 05:52 AM
Re: Add disk
I want this disk put in VG03.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2003 05:55 AM
05-20-2003 05:55 AM
Re: Add disk
Regards,
RZ

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2003 05:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2003 05:57 AM
05-20-2003 05:57 AM
Re: Add disk
vgextend vg03 /dev/dsk/c#t#d#.
Regards,
RZ

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2003 05:57 AM
05-20-2003 05:57 AM
Re: Add disk
# pvcreate -f /dev/rdsk/cxtxdx
# vgextend /dev/vg03 /dev/dsk/cxtxdx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2003 05:58 AM
05-20-2003 05:58 AM
Re: Add disk
# vgextend /dev/vg03 /dev/dsk/c?t?d0
If vg03 does not exist then do:
# mkdir /dev/vg03
# mknod /dev/vg03/group c 64 0x030000
#vgcreate /dev/vg03 /dev/dsk/c?t?d0
# lvcreate .....
# newfs .....

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2003 06:00 AM
05-20-2003 06:00 AM
Re: Add disk
pvcreate -f /dev/rdsk/cxtxdx
vgextend /dev/vg03 /dev/dsk/cxtxdx
lvextend -l PE /dev/vg03/lvol1 /dev/dsk/cxtxdx
extendfs -F vxfs /dev/vg03/lvol1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2003 06:06 AM
05-20-2003 06:06 AM
Re: Add disk
If it is part of an external Disk Array (HAS, SC10) then yes, you will need to check the value of the SCSI Disk Address.
Which Disk Array is it?
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2003 06:10 AM
05-20-2003 06:10 AM
Re: Add disk
Things that make ya go hmmmm....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2003 06:29 AM
05-20-2003 06:29 AM