- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SCSI ID changed
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
07-22-2006 10:11 PM
07-22-2006 10:11 PM
My server conf.
server=rp3410 diskstation-DS2300
Before restart my DEV server SCSI ID shows c7txdx but after restart my SCSI shows
c5txdx.
because of this my VG's which are present in Disk-station (DS2300) that are not mounted.
1)Plz tell me how can I change SCSI ID c5txdx to
c7txdx.
2)Why it is happen.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2006 11:10 PM
07-22-2006 11:10 PM
SolutionSee "man vgscan" to solve your problem.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2006 12:19 AM
07-23-2006 12:19 AM
Re: SCSI ID changed
Before restarting server I removed external ultrium.
but I did it to other server also.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2006 06:44 AM
07-23-2006 06:44 AM
Re: SCSI ID changed
Anyway, you can change the controller instance numvers by following this procedures (although I would avoid it with the boot VG).
0) ioscan -f | grep -e "INTERFACE" \
-e "DEVICE" | grep -v -i "target" | \
awk '{printf("%-20.20s %-12.12s %3d\n, $3,$1,($2 + 0))}' | sort > /myfile
1) Use vi (or the text editor of choice) and change the "ext_bus" as needed/desired.
2) mv /stand/ioconfig /stand/ioconfig.SAV
mv /etc/ioconfig /etc/ioconfig.SAV
shutdown -ry 0
Because the ioconfig files are missing, you will get an ioinitrc prompt.
At the ioinitrc prompt type "/sbin/ioinit -c"
to rebuild the files.
3) Now apply your changes.
/sbin/ioinit -f /myfile -r
You can ignore warnings "Input is identical to kernel" but not errors "instance number 4 already exists for class"
The -r ioinit option causes the system to reboot immediately.
If you like this same procedure can also be used to reorder lan instances.
Man ioinit for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2006 03:04 AM
07-27-2006 03:04 AM