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
01-09-2008 05:51 AM
01-09-2008 05:51 AM
vxvm
can you please tell me which type of layout is there in this vxprint display.
roo # vxprint -g esintprd-stell-dg -htv
V NAME RVG/VSET/CO KSTATE STATE LENGTH READPOL PREFPLEX UTYPE
PL NAME VOLUME KSTATE STATE LENGTH LAYOUT NCOL/WID MODE
SD NAME PLEX DISK DISKOFFS LENGTH [COL/]OFF DEVICE MODE
SV NAME PLEX VOLNAME NVOLLAYR LENGTH [COL/]OFF AM/NM MODE
SC NAME PLEX CACHE DISKOFFS LENGTH [COL/]OFF DEVICE MODE
DC NAME PARENTVOL LOGVOL
SP NAME SNAPVOL DCO
v stellvol - ENABLED ACTIVE 81788928 SELECT - fsgen
pl stellvol-02 stellvol ENABLED ACTIVE 81788928 CONCAT - RW
sd Cstellvol-02-01 stellvol-02 Cstellvol-02 0 40939776 0 c3t5d2 ENA
sd Cstellvol-03-01 stellvol-02 Cstellvol-03 0 40849152 40939776 c3t5d3 ENA
pl stellvol-03 stellvol ENABLED ACTIVE 81788928 CONCAT - RW
sd Pstellvol-02-01 stellvol-03 Pstellvol-02 0 40939776 0 c3t4d2 ENA
sd Pstellvol-03-01 stellvol-03 Pstellvol-03 0 40849152 40939776 c3t4d3 ENA
This is the file system :/opt/stellent/server Current size of this file system is 39GB, and i have to increase the file system size by 50G to this file system.
what would be the command i use to resize the file system. I am sending attaching one doc, that i have prepared, can you cross check it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 06:15 AM
01-09-2008 06:15 AM
Re: vxvm
This volume is a mirror-concat volume (2 data plexes).
To extend I would use /etc/vx/bin/vxresize -F vxfs? -g esintprd-stell-dg +50g alloc=Cstellvol??,Pstellvol??
This will extend both the volume and filesystem by 50Gb.
From the output above though it looks like the volume is already 80Gb in size not 39Gb as you stated?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 06:21 AM
01-09-2008 06:21 AM
Re: vxvm
/etc/vx/bin/vxresize -F vxfs -g esintprd-stell-dg stellvol +50g alloc=Cstellvol-??,Pstellvol-??
The question marks should be replaced with a disk that has the required space to fulfill the request.
cheers
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 06:21 AM
01-09-2008 06:21 AM
Re: vxvm
as richard said , this voluem has ~80gb. perhaps it is extended but filesistem is not extended by extendfs.
I would extend fs first by extendfs .
umount it.
extendfs /dev/vx/rdsk/esintprd-stell-dgstellvol
mount it
look at size
hasan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 07:21 AM
01-09-2008 07:21 AM
Re: vxvm
You also can use the "vxassist growby" stanza,
where you can specifically exclude disks by prepending a shell quoted exclamation mark.
But before you need to find out if the free pool for this particular disk group has sufficient free blocks for allocation.
You can find out by
# vxdg -g sintprd-stell-dg free
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2008 05:39 AM
01-14-2008 05:39 AM
Re: vxvm
The vxvm volume stellvol is correctly extended to 81Gigabyte.
To extend the filesystem, online, use the following command.
#fsadm -b 81788928
Greetz,
Chris