Solaris: Change Disk Controller Number

January 2, 2012

Apakah mungkin mengubah nama atau nomor controller disk di Solaris? Pertanyaan ini muncul saat ada problem perubahan instance number disk controller untuk LUN yang dikenal dalam Solaris.

Awalnya, Solaris mengenali instance number disk controller sebagai c3t0dXXXs0. Namun setelah ada penggantian HBA card, instance number disk controller berubah jadi c7t0dXXXs0.

Setelah diselidiki, instance number ini bisa diubah, saya tahu trik ini dari tulisan Fabio Morais di Web.

Berikut kutipannya,

sc> cd /dev/cfg
sc> mv c3 c3.o
sc> mv c7 c7.o
sc> mv c3.o c7
sc> mv c7.o c3
sc> touch /reconfigure
sc> shutdown -y -g0 -i6 

Menarik bukan? :)

Advertisement

2 Responses to “Solaris: Change Disk Controller Number”

  1. Tedy Tirtawidjaja Says:

    engga bisa lewat /etc/path_to_inst ya Bas?

    • Bas Says:

      Editing /etc/path_to_inst itu untuk ubah instance number device, tapi tidak controller disk-nya Ted. Misalnya, bge0 jadi bge1 atau bge2 itu bisa di ubah di /etc/path_to_inst , tp kalau nomor controller disk ga bisa euy.


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.