- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to change SCSI adress
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
03-17-2003 04:59 AM
03-17-2003 04:59 AM
How can I change a SCSI-adress of our CDROM ?
It is currently target'ed at c0t6d0 (I know it's standard), but we need it to have target'ed as c0t1d0.
I know Sun does this using /etc/path_to_inst to change the SCSI adress. Any ideas ?
Regs David
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 05:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 05:02 AM
03-17-2003 05:02 AM
Re: How to change SCSI adress
Change the switch on the back of the DVD to a "1".
Regards,
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 05:07 AM
03-17-2003 05:07 AM
Re: How to change SCSI adress
Agree with all others - you need to get CDROM drive out of the server and change jumper setting. Do it offline (with server down). During next boot new device files for CDROM at new 'location' will be automatically created
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 05:13 AM
03-17-2003 05:13 AM
Re: How to change SCSI adress
How to make it c1 instead of c0 ??
Does HP have a file for this ??
What do I need to do to get rid of the old c0t6d0 and how do I get my new c0t1d0 shown in the OS.
To compare, Sun has : touch /reconfigure to reconfigure.
and drvconfig;disks;devlinks (or fsadm in Sol 8/9) to update/remove your devices.
Regs David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 05:21 AM
03-17-2003 05:21 AM
Re: How to change SCSI adress
Take a look at the insf and the rmsf commands.
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 05:26 AM
03-17-2003 05:26 AM
Re: How to change SCSI adress
Is there not a file as Sun has the /etc/path_to_inst.
After that I prefer to assign points as I don't want to give the bunny away yet.
Regs David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 05:33 AM
03-17-2003 05:33 AM
Re: How to change SCSI adress
You need to rebuild your ioconfig. Normal procedure:
1) Create a new config template:
# ioscan -f | grep -e INTERFACE -e DEVICE | grep -v target | awk '{print $3, $1, $2}' > /infile
2) Edit this file and change the interface field corresponding to the bus the drive is on.
3) Bring the system down to run level 1:
# init 1
4) Apply the new config
# /sbin/ioinit -f /infile -r
The system should now reboot and the changes should be reflected in ioscan etc.
You didn't mention what OS you were using but make sure the latest recommended ioinit patch is installed.
Regards,
James.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 05:47 AM
03-17-2003 05:47 AM
Re: How to change SCSI adress
Sorry, should have mentioned this but be careful of any conflicts if the new instance number you are changing to is already in use by other hardware. This should be obvious from an ioscan or from the new config file.
There are a few other ways to do this, one garauntees success but you need an unsupported tool from HP to do it, ioconfig2infile.
Just be careful and plan well and you should be ok! Might even be worth detailing it in this post first before you rebuild the ioconfig.
Regards,
James.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 05:58 AM
03-17-2003 05:58 AM
Re: How to change SCSI adress
I have done this multiple times before on Sun, just didn't know how to do it on HP, but many thanks for your help !!
Regs David