Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Switching Controller Disk On 1

Status
Not open for further replies.

Michael42

Programmer
Oct 8, 2001
1,454
US
For a sanity check following up an earlier post, I need to move a disk from one controller another.

On a 280r I have 3 disks. Disk 0 resides on one controller (c1t0d0) [internal disk]. Disks 1 and 2 reside on another controller (D1=c3t1d0, D2=c3t2d0)[external disk subsystem].

What files do I need to change and what needs to be changed to move Disk2 to the internally controller on my 280r?

My guess is I change the /etc/vfstab file disk entry to c1t2d0 . Not sure what else???

Thanks very much for your advice,
Michael
 
/etc/vfstab is the only file you should need to modify. You may need to do either a 'reconfigure reboot' (by doing an init 0 followed by boot -r from the 'ok' prompt), or a devfsadm to pick up the new device. Annihilannic.
 
Thanks again Annihilannic! :)

I was not sure if there were other files\places that required changes.

Michael
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top