- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Configuring the aternar link on VA7100
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-25-2006 04:55 AM
04-25-2006 04:55 AM
I need configuring the alternar link on VA7100, after system ready with database in working.
Thanks
MC
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2006 05:12 AM
04-25-2006 05:12 AM
Re: Configuring the aternar link on VA7100
This can be done on-line and should not effect users at all.
The syntax would be:
# vgextend vg?? /dev/dsk/c?t?d?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2006 06:38 AM
04-25-2006 06:38 AM
Re: Configuring the aternar link on VA7100
How i can identify which is alterner link ?
File Anexed!
MC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 05:52 AM
04-26-2006 05:52 AM
Solutionplease execute the following and report
ioscan -fnCfcp
Also how many volumn groups are these disks in? Are they ALL assigned to the db? What is the output of
vgdisplay -v vgXX
examply the output, at the end, of vg02 is
--- Physical volumes ---
PV Name /dev/dsk/c16t0d4
PV Name /dev/dsk/c18t0d4 Alternate Link
PV Status available
Total PE 31227
Free PE 1
Autoswitch On
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 07:53 AM
04-26-2006 07:53 AM
Re: Configuring the aternar link on VA7100
Excelent! I can see the alternate link
MC
Note: vgdisplay.nodeA.txt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 02:26 PM
04-26-2006 02:26 PM
Re: Configuring the aternar link on VA7100
I found that there are at least 24 LUN in VA.
HOw to identify alternate link:
- the syntax of device file is cxtxdx
1, the cx mean controller
2, dx is LUN ID to server dx=d0->d7 If lun id > 7 (for eg=9) it will convert to t1d1 (9-7=2)
if LUN ID=17 it will be t2d1 (2x6=16+1=17)
SO THAT all same txdx will be alternate of other controller.
for eg: /dev/rdsk/c13t2d6
and /dev/rdsk/c14t2d6
HTH
tienna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 02:35 PM
04-26-2006 02:35 PM
Re: Configuring the aternar link on VA7100
Pls assign point to the solution that help you to solve your problem
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 12:18 AM
04-27-2006 12:18 AM
Re: Configuring the aternar link on VA7100
I can add PV alternate with cluster running ???
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 12:50 AM
04-27-2006 12:50 AM
Re: Configuring the aternar link on VA7100
You have a LOT of work in front of you.
I toally agree with the previous two posts. It would have been easier to creat a LARGE LUN and the carve it up into the appropriate size of LV's. For whatever reason that is not the path you took.
In your first attachment you only had listings for channels c13 c14 and c15 indicating you had 3 "paths" leaving your server.
In the second attachement you had c13, c14, c15, AND c5, which now indicate 4 "paths" leaving your server.
After reviewing the second listing, and the established alternate links it appears that channel c13 and c14 are working together as primay / alternate paths, and c15 and c5 are doing the same. I would suggest that you follow the same pattern. As an example vga_02 on the second physical volume designated as /dev/dsk/c13t1d4 to establish an alternate link you would do the following
vgextend vga_02 /dev/dsk/c14t1d4
Redoing the vgdisplay -v vga_02 should show you that you now have an alternate link established and you are done with that volume group. The only thing that might be different in the command is that the man page on vgextend indicates that it should be
vgextend /dev/vga_02 /dev/dsk/c14t1d4
As I said you have a bit of work in front of you. It would be easier to list the ones that are correct already, but I believe that the folloing is a list of all vg's that need to be addressed.
vga_01 vgb_01
vga_02 vgb_02
vga_03 vgb_03
vga_04 vgb_04
vga_06 vgb_06
convert3
cal_b01
cal_a02 cal_b02
cal_b03
cal_b04
cal_b05
Once you believe you have completed establishing the alternate links for each volume group go back and run the vgdisplay -v command again each to verify your process.
Regards
P.S.: Points assignment would be great for those who helped in solving your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 01:44 AM
04-27-2006 01:44 AM
Re: Configuring the aternar link on VA7100
Sure can.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 02:29 PM
04-27-2006 02:29 PM
Re: Configuring the aternar link on VA7100
Just use
1, extend vg
#vgextend /dev/vgxx /dev/dsk/cxtxdx
2, vgexport on active node
3, vgimport on other node
HTH
pls assign points
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 11:52 PM
04-27-2006 11:52 PM
Re: Configuring the aternar link on VA7100
I have to say that we did not do the vgexport and vgimport process as listed above.
If your db is up and running I'd have to think a bit about doing them. Do a man vgexport and make your own decision.
How about an update on how things are going.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2006 01:56 AM
05-05-2006 01:56 AM
Re: Configuring the aternar link on VA7100
MC