changing controller name


 
Thread Tools Search this Thread
Operating Systems Solaris changing controller name
# 1  
Old 07-23-2008
changing controller name

Dear Solarizer,

If i have a disk let say like this c1t0d0s0

How to change the controller to be come example : c3t0d0s0


Thanxs For your replay

Regads,


tpx
# 2  
Old 07-23-2008
hmm, why you want to do something like this? maybe it can be done in /etc/path_to_inst but i haven't done something like this yet...
# 3  
Old 07-23-2008
The controller numbers are being assigned during first installation

The system probes it's devices and assigns controller IDs -- and names -- in order while discovering it.
Once discovered, it's hard to re-assign.

The important point is that the system sets the name, and you cannot change it yourself to something that you want.

If you configure the hardware (slots) the same, it is likely to pick the same id's but not guaranteed.
it can be solved by reinstalling the OS but still you wont find any advice to find a way to reconfigure the controller only (without reinstalling the whole OS).
# 4  
Old 07-24-2008
just out of curiosity, i'm wondering if this will work (i'm not doing it bc i i'm sure its a hairy situation). /dev/dsk/c1t0d0s0 is a link to the physical device.
Code:
lrwxrwxrwx   1 root     root          43 Oct 29  2006 c1t0d0s0 -> ../../devices/pci@1c,600000/scsi@2/sd@0,0:a

what if you delete the link c0t0d0s0 and make up another one like c3t0d0s0 and link it to the correct physical device.

----


thinking about this... i can see where it would go wrong a million times. hahaha
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Unable to see controller C1 on Solaris 8

Good Morning, We are having a legacy hardware v880 sparc server running SUNOS 5.8. Recently we started getting maintence error on one of the disk slice c1t0d0s4 so before changing the disk we had a look at output of cfgadm but cant see c1 controller in the list where as all our disks are... (16 Replies)
Discussion started by: phanidhar6039
16 Replies

2. Shell Programming and Scripting

Controller is not going into IF test

Hi All, I am searching for some files (*.sem and *.chk and *.temp) in morethan one directories. if i found .sem and .chk files(base name should be same) i am deleting these 2 files because i need to delete .chk files if i found respective .sem file i am also deleting other .sem files only... (6 Replies)
Discussion started by: VasuKukkapalli
6 Replies

3. HP-UX

Version Controller for Components

Hi, I am new to the Unix world and in my current project i have to work on HP MPE/iX and MF-COBOL. They do not have a Change management and version controller till now. Can you please help me with the name of the product which can fit well in this purpose. Please advice. Ty. (1 Reply)
Discussion started by: mohbaig
1 Replies

4. Solaris

Disk controller reassignment

Hi The scenario in the oracle t4-1 hardware with solaris 10 is as follows: 1. The initial install on the server was performed with an incorrect disk layout. 2. New disks were ordered and slot into the server. 3. The disks are allocated a controller and a disk number based on the disk or... (13 Replies)
Discussion started by: kerrygold
13 Replies

5. AIX

DS 4700 Storage Controller

We have 2 controllers in storage controller A is working, configured in Storage Controller B is not configured in Storage, but Power supply is connected for controller B. my query is, for some reason if power goes down for Controller A, wheather it will be redundant using Controllers... (1 Reply)
Discussion started by: manoj.solaris
1 Replies

6. Filesystems, Disks and Memory

HD Controller does not Work in Solaris

Hi, I'm attempting to build a raid Z NAS using solaris, but I only have 4 sata ports on my MB, so I bought a Rosewill RC-211 PCIe controller (adds 2 sata II ports). I'm new to solaris, but I understand that to add a new drive, you first run #devfsadm, which puts the files into /dev/dsk. I... (3 Replies)
Discussion started by: ciscocbee
3 Replies

7. Shell Programming and Scripting

Changing userID and Changing group and GID

Hello, I want to write a ksh script about changing UID and changing group with GID. There are multiple servers i want to perform that job. linux1 linux2 linux3 linux4 linux5 ...... . . . . . 1.) How can i enter "password" in script rather asking me? I was trying this... ssh... (2 Replies)
Discussion started by: deal732
2 Replies

8. UNIX for Dummies Questions & Answers

Linux as a Domain Controller

First question, can Linux be configured to be the domain controller on a network with Microsoft computers? If so, where can I find information about configuring Linux for this purpose? (4 Replies)
Discussion started by: cstovall
4 Replies

9. UNIX for Advanced & Expert Users

Controller Naming

Hello all, How does the Solaris identifies the controller subscript ? ( like c0txdxs0 or c1txdxsx ?? ) I have a unix box ( Ultra 30) running with 2.5.1. When I connected an external hard disk to the on-board scsi port, it got identified as c0t1dxsx... (... (1 Reply)
Discussion started by: shibz
1 Replies
Login or Register to Ask a Question