- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP Service Guard and Logical Volume
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
04-11-2006 07:54 PM
04-11-2006 07:54 PM
I need some help on a HP's VA7100 (AutoRAID with 10 x36GB HDD, only connected to a pair of HP Servers with HPUX 11i and is 'HP
Service Guarded'). I need to add new HDD into the VA7100 (that is additional 5 x 73GB).
Qn : On the HP Service Guard, with the new addition, do I have to shut down the HP Service Guard to extend the LV? (There is HPUX Online JFS on each node, OS=HPUX 11i). The volume that is to be increased is a cluster volume in the VA7100.
Thanks all in advance.
+VK
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2006 08:01 PM
04-11-2006 08:01 PM
Re: HP Service Guard and Logical Volume
Create an extra LUN on your VA.
Add this LUN to your VG.
Extend the LV to the requested size.
There is no downtime is you have onlineJFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2006 08:03 PM
04-11-2006 08:03 PM
Re: HP Service Guard and Logical Volume
For adding the disks to VA7100, refer hardware documents. It should not be a problem at all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2006 08:09 PM
04-11-2006 08:09 PM
Re: HP Service Guard and Logical Volume
Thanks for your reply. I understand the Online JFS bit.
Does it mean that I dont have to do any configuration on the HP Service Guard as the Online JFS takes care of the extended filesystem already (with the New Hard Disk addition)?
+VK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2006 08:19 PM
04-11-2006 08:19 PM
Re: HP Service Guard and Logical Volume
You don't have to modify SG is you use OnlineJFS to extend an existing filesystem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2006 08:39 PM
04-11-2006 08:39 PM
Re: HP Service Guard and Logical Volume
1. pvcreate /dev/rdsk/cxtxdx -> If you want to add new disk to VG. Else for extending lvol, you should have enough free space in that VG. Check it with vgdisplay and check free extents)
2. lvextend -L "new_size_in_MB" /dev/vgxx/lvolx
3. fsadm -b "new_size_in_mb" /mount_point_of_lvol Check with bdf now.
4. vgexport -pvs -m /tmp/vgxx.map /dev/vgxx
(-p optionis important. Ream man page for vgexport)
5. rcp/ftp/scp /tmp/vgxx.map file to aleternate node.
6. On alternate node.
vgexoprt /dev/vgxxx
mkdir /dev/vgxx
mknod /dev/vgxx/group c 64 0x0y0000
Minor number 0x0y0000 should be uniq.
vgimport -v -s -m /tmp/vgxx.map /dev/vgxxx
This should do it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2006 08:47 PM
04-11-2006 08:47 PM
Re: HP Service Guard and Logical Volume
Thanks for the steps outline and commands issued.
Just a question, all this while the HP Service Guard and Package is up and running?
I am still apprehensive..that is.
Thanks;
+VK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2006 09:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2006 09:19 PM
04-11-2006 09:19 PM