- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Is pvcreate needed when replacing FC10 disk?
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-24-2004 02:01 AM
05-24-2004 02:01 AM
Here's the steps I think I need to follow:
1 Determine physical disk locations (dd)
2 Run ioscan -fnkH hardware path to determine disk device name
3 Run pvdisplay using disk device name from ioscan to determine both primary and alternate paths.
4 Run tdlist to get adapter and n-port loop ids.
5 Pull disk
6 Replace disk
7 Run fcmsutil replace_disk for primary path
# fcmsutil /dev/td2 replace_disk â l 6
8 Run fcmsutil replace_disk for alternate path
# fcmsutil /dev/td4 replace_disk â l 6
9 Run pvcreate against the primary path
# pvcreate â f /dev/dsk/c5t6d0
10 Run ioscan for disk to be recognized.
11 # vgcfgrestore â n /dev/vg01 /dev/dsk/c5t6d0
12 # vgchange â a y /dev/vg01
13 # vgsync /dev/vg01
Thanks in adv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 02:15 AM
05-24-2004 02:15 AM
Re: Is pvcreate needed when replacing FC10 disk?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 02:16 AM
05-24-2004 02:16 AM
Re: Is pvcreate needed when replacing FC10 disk?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 03:11 AM
05-24-2004 03:11 AM
Solutionthe pvcreate is needed.
your steps ares almost in the right order but you have to do the ioscan before running the fcmsutil command. You may have to run an "ioscan -fn" instead of an "ioscan -fnC disk" to have your new device recognized.
Johan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 04:22 AM
05-24-2004 04:22 AM
Re: Is pvcreate needed when replacing FC10 disk?
jack
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 06:05 AM
05-24-2004 06:05 AM
Re: Is pvcreate needed when replacing FC10 disk?
If you are adding a new VG or extending a VG, you have to pvcreate the disk first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 06:46 AM
05-24-2004 06:46 AM