- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fastest way
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
09-01-2002 09:37 PM
09-01-2002 09:37 PM
I want to change the external disk scsi id number
I have two internal disk slots for SCSI id 5 and 6.
I have a external disk which is given scsi id 5.
in ID 6 i have my root disk.
Now I want to add another disk into the system so I need to change the external disk ID and insert a new disk at ID 5 which is the internal disk slot.
THis is on a C3600 machine.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2002 10:47 PM
09-01-2002 10:47 PM
Re: fastest way
There are 3 jumpers on internal disks signifying SCSI ID. You have to put a jumper in the first, remove the second, and put one in the third for SCSI ID 5.
Usually external disks have switches on the back, which you can press to change SCSI ID. If you are connecting on the same bus, put it as ID 4, otherwise you can leave it as it is.
HTH,
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2002 11:01 PM
09-01-2002 11:01 PM
Re: fastest way
which would be faster like
doing a export from the external disk with ID5
then changing its ID to other.
Then importing it to the fresh disk now inserted at ID 5.
THanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2002 11:46 PM
09-01-2002 11:46 PM
Re: fastest way
This 9000/785/C3600 machine has two internal disk slots which have been named as SCSI ID 5 & 6.
I don't think changing jumper settings on the disk will help.
Do you think it will work.
Anyway I will check them.
I will revert
THanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2002 11:43 AM
09-02-2002 11:43 AM
Solutionif that disk is an VG of its own, simply "umount" everything on it, "vgchange -a n" that VG, and "vgexport -s -m /tmp/map" that VG.
Then change the SCSI-Id jumpers, create the VG directory and "group" device and "vgimport -s -m /tmp/map" it back in - that's it!
HTH,
Wodisch