HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Card Instance Chage
Operating System - HP-UX
1834288
Members
2275
Online
110066
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
05-27-2004 11:51 AM
05-27-2004 11:51 AM
Is is possible to change the card instance number on HP-UX 11. Currently it is recognised as c11 and I would like to make it c13.
TIA
Vikas
TIA
Vikas
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 11:58 AM
05-27-2004 11:58 AM
Solution
the same issue has been discussed in step by step detail here :
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=501457
hope it will be helpful to you too.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=501457
hope it will be helpful to you too.
________________________________
UNIX because I majored in cryptology...
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 12:10 PM
05-27-2004 12:10 PM
Re: Card Instance Chage
1) # pvdisplay /dev/dsk/c11t?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 11
to
ext_bus 13
#
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.
- 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 ?
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