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
03-08-2003 12:29 PM
03-08-2003 12:29 PM
PV links
If PV links is not configured on the system , will it cause the system to hang? Assume disk1 is primary path and disk2 is PV link not configured into the disk group.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2003 12:40 PM
03-08-2003 12:40 PM
Re: PV links
control B
return, return
GSP>rs (* This will reboot the system from the firmware level *)
Could you elaborate about PVLinks? For PV links come like so: Disk1 = primary and Disk2 = Alternate. Use:
vgdisplay -v /dev/vg## | more
...to determine.
LVM errors are recorded in syslog.log.
Additionally, here are to basic PVlink commands. This will set your primary PVlink:
pvchange -s y /dev/dsk/cXtYdZ
-or-
This will AUTOMATICALLY switch to alternate PVLink:
pvchange -s n /dev/dsk/cXtYdZ
Finally, I've seen bad system performance with PVLinks, but many things can cause a system to hang. Need more info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2003 12:41 PM
03-08-2003 12:41 PM
Re: PV links
Not having a PV link shouldn't cause the system to hang in a normal LVM situation. The PV link is there to provide an alternate path in case the main path is lost. Now, I guess it could appear to cause a problem if the controller that the PV link uses is having problems, but it really wouldn't be the PV link itself causing the trouble.
Are you having trouble with a disk on your system?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2003 12:44 AM
03-09-2003 12:44 AM
Re: PV links
If you do not have PV Link, then the path to disk subsystem will not have redundancy. So, any link failure can cause issues. System won't hang per say, but the processes that access the disks will wait for their IO to complete. If you have OS filesystems like /opt/,/var,/usr etc on the external disks, then the system will hang.
If the PV link is configured, then LVM can switch the link to the alternate path if there is a link failure.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2003 07:27 AM
03-09-2003 07:27 AM
Re: PV links
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2003 11:50 AM
03-09-2003 11:50 AM
Re: PV links
The answer to your qusetion is:
if you have disk in root vg (vg00) AND there's no mirror copy of this disk (configured with MirrorDisk/UX) AND there's only one path to this disk exists in vg configuration THEN when this disk fails (becomes inaccessible) system may crash/panic/hang.
That's why usually people doing mirroring of root disks, and these disks are seating on different SCSI busses. Example: N-class/L-class servers
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2003 06:59 PM
03-09-2003 06:59 PM
Re: PV links
I got the answer from you.