- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- Re: armcopy using va7410
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-07-2004 06:55 AM
05-07-2004 06:55 AM
In the past, with test environments I removed the LUN and then recreated the LUN and restored the data from tape. But like I said I do not have the luxary of being off line for 2 hours if I can help it.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2004 06:48 AM
05-09-2004 06:48 AM
SolutionBut what about LVM. Using LVM you can add another LUN to the volume group and grow that way!
Cheers
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 06:12 AM
05-12-2004 06:12 AM
Re: armcopy using va7410
I just make another LUN124, let say 15 gig). But then will this also need to be /vg02/lvol2? And if so, can you give me the command syntax to do so?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 10:51 AM
05-12-2004 10:51 AM
Re: armcopy using va7410
#armcfg -L numbernewlun -a sizeofnewLun -g redundancygroup IDVA
if you have any doubt I am to your disposition
armcopy only copy the parent Lun
E.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 11:31 PM
05-12-2004 11:31 PM
Re: armcopy using va7410
1. create physical volume for use in LVM volume group
>> pvcreate -f /dev/rdsk/cxtxdx (new LUN)
2. extend an LVM volume group by adding physical volumes
>> vgextend /dev/vg02 /dev/dsk/cxtxdx
3. increase space for LVM logical volume
lvextend -L (Total size Mb) /dev/vgxx/lvolyy
4. extend a file system size
extendfs -F (vxfs/hfs) /dev/vgxx/rlvolyy
You will find the command syntax on your respective man pages:
http://www.docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/os/man_pages.html&searchterms=system%7cadministration%7ccommands%7creference&queryid=20040513-052620
Cheers
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2004 11:32 PM
05-12-2004 11:32 PM
Re: armcopy using va7410
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2004 01:27 AM
05-14-2004 01:27 AM
Re: armcopy using va7410
Where are the points ??
E.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2004 01:37 AM
05-14-2004 01:37 AM
Re: armcopy using va7410
Only the question author can assign points to a given response. If you submit a question or new topic and another member replies to it, you will see a dropdown menu of points next to the reply (you must be logged in to see the menu). Select the point value and then click the "submit points" button. Note that you can rate multiple replies and submit them at one time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2004 08:05 AM
05-14-2004 08:05 AM
Re: armcopy using va7410
I was out of the office all week... Thanks again you guys... This sounds like this will work....