HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Change HDD device PATH.
Operating System - HP-UX
1833780
Members
2427
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-11-2004 12:59 AM
03-11-2004 12:59 AM
Dear Experts,
Currently I have 2 server rp8400 server connnect to EMC storage. The HDD path is
c5t?d? and I would like to change the device path to c4t?d?.
How to change it ? Pls provide me the steps.
Thks
Currently I have 2 server rp8400 server connnect to EMC storage. The HDD path is
c5t?d? and I would like to change the device path to c4t?d?.
How to change it ? Pls provide me the steps.
Thks
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 02:28 AM
03-11-2004 02:28 AM
Solution
Hi,
You will have to change the card instance number.Before changing the instance number make sure the volume group the disk is part of is exported and imported back once the instance number is changed
1) # pvdisplay /dev/dsk/c5t?d?
- Find out the VG
2) # unmount all the logical volumes of the VG
# vgchange -a n /dev/vgname
# vgexport -v -s -m /root/vgname.map /dev/vgname
# ioscan -fnkC ext_bus | awk '$2 == 5 {printf("%s\t%s\t%s\n",$3,$1,$2)}' > /tmp/infile
# vi /tmp/infile
Change from
ext_bus 5
to
ext_bus 4
#
3) # mv /stand/ioconfig /stand/ioconfig.OLD
# mv /etc/ioconfig /etc/ioconfig.OLD
4) Reboot the server
# /usr/sbin/shutdown -r -y 0
5) You will get the ioinit prompt - system wont proceed since there is no ioconfig file under /stand and /etc
(ioinitrc) ioinit -c
(ioinitrc) ioinit -f /tmp/infile -r
This will reboot the server. When the system comes back, you will have the new device files created
6) Confirm the result with ioscan
# ioscan -fnC ext_bus
7) Reimport the volume group with the new disk file
# mkdir /dev/vgname
# mknod /dev/vgname c 64 0x230000
# vgimport -v -s /root/vgname.map /dev/vgname
- Sundar.
You will have to change the card instance number.Before changing the instance number make sure the volume group the disk is part of is exported and imported back once the instance number is changed
1) # pvdisplay /dev/dsk/c5t?d?
- Find out the VG
2) # unmount all the logical volumes of the VG
# vgchange -a n /dev/vgname
# vgexport -v -s -m /root/vgname.map /dev/vgname
# ioscan -fnkC ext_bus | awk '$2 == 5 {printf("%s\t%s\t%s\n",$3,$1,$2)}' > /tmp/infile
# vi /tmp/infile
Change from
to
#
3) # mv /stand/ioconfig /stand/ioconfig.OLD
# mv /etc/ioconfig /etc/ioconfig.OLD
4) Reboot the server
# /usr/sbin/shutdown -r -y 0
5) You will get the ioinit prompt - system wont proceed since there is no ioconfig file under /stand and /etc
(ioinitrc) ioinit -c
(ioinitrc) ioinit -f /tmp/infile -r
This will reboot the server. When the system comes back, you will have the new device files created
6) Confirm the result with ioscan
# ioscan -fnC ext_bus
7) Reimport the volume group with the new disk file
# mkdir /dev/vgname
# mknod /dev/vgname c 64 0x230000
# vgimport -v -s /root/vgname.map /dev/vgname
- Sundar.
Learn What to do ,How to do and more importantly When to do ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 04:00 AM
03-11-2004 04:00 AM
Re: Change HDD device PATH.
First export your VG in a mapfile and then follow the follwoing procedure :
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000072080614
THen import yout VG back to the new disks .
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000072080614
THen import yout VG back to the new disks .
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP