- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: extend volume group(vg size)
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-05-2003 05:19 PM - last edited on 03-05-2014 06:26 PM by Lisa198503
05-05-2003 05:19 PM - last edited on 03-05-2014 06:26 PM by Lisa198503
extend volume group(vg size)
Hi all...
Please help me because i'm very new with hp-ux.
My vendor already create 10GB of vg under my LUN which not fully use all the phisical size (64GB). How to extend this vg to 64GB without reinstall all the software installed at this vg.My os is HP-UX 11i
if you've a step or referencce on how to solve this problem i'm very appreciate.
thanks
P.S. This thread has been moved from Disk to HP-UX > LVM and VxVM. -HP Forum Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2003 07:21 PM
05-05-2003 07:21 PM
Re: extend volume group(vg size)
Volume group information, indicating which is the volume group your referring to
e.g.
$ /usr/sbin/vgdisplay -v /dev/myvg
mounted filesystem information
$ bdf
software list
$ /usr/sbin/swlist -l fileset | grep -i JFS
I am fairly certain you won't have to re-install anything.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2003 05:04 AM
05-06-2003 05:04 AM
Re: extend volume group(vg size)
bdf
vgdisplay -v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 05:58 PM
05-07-2003 05:58 PM
Re: extend volume group(vg size)
Max PE per PV 10000 to the maximum space available (phisical size 64GB) for my hardisk.
please see the attachment for more information. urgently need a suggestion because we are working on limited hardisk space. thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 09:25 PM
05-07-2003 09:25 PM
Re: extend volume group(vg size)
Please provide:
# /usr/sbin/ioscan -fnkC disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 05:25 AM
05-08-2003 05:25 AM
Re: extend volume group(vg size)
I see 10 gb only when adding vg01 and vg02 together and these are listed as LUNS c4t1d0 and c4t1d1.
Also submit 'ioscan -fnk' and 'fcmsutil /dev/td# state'.
There's a lot here to review, for example are you a SAN topology? What type? The 'fcmsutil' will indicate this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 11:34 PM
05-08-2003 11:34 PM
Re: extend volume group(vg size)
server HP 9000 L2000 Enterprise Server
External Storage
================
SureStore E Disk Sys SC10 Factory Rack
4 x 36GB 10K RPM LVD Disk Drive Modules
Add On Ultra2 SCSI Bus Control Card
2m VHDCI Ultra SCSI Cable
thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 01:20 AM
05-09-2003 01:20 AM
Re: extend volume group(vg size)
I don't have too much experience with these units, but I think you need to create an extra LUN (part of your disk) using the 'armcfg' command which should help. From what I can find 'armcfg -L 3 -a
See the man page for additional information, or post the output of 'armdsp -a' and I am sure someone who has more experience with these units will assist.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 04:32 AM
05-09-2003 04:32 AM
Re: extend volume group(vg size)
The SC10 uses the 'AM60Srvr' process from 'hparray' utilities found under '/opt/hparray/bin'
Here are some basic commands:
arraydsp -i (* display serial numbers - You'll need this whenever talking to HP *)
arraydsp -a S/N (* To check your LUNS and gather a detailed list of information on array *)
arraydsp -d S/N (* state of every driver in array *)
arraydsp /dev/rdsk/cXtYdZ (* disk info *)
arraycfg -L # -a #G S/N (* To create LUN # at size #G *)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2003 11:30 PM
05-11-2003 11:30 PM
Re: extend volume group(vg size)
i cant provide these information 'fcmsutil' as you required.
thanks