reboot -r (reconfigure the /dev & /devices)

Hello,I is there any alternative to reboot -r without rebooting the machine?than you
[112 byte] By [vojto] at [2007-11-26 8:41:40]
# 1
You can run devfsadmThis will detect your device attached
Abhishek_Singh at 2007-7-6 22:20:04 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
Check the man page on devfsadm... believe you want the -C switch.
Red_Oregon at 2007-7-6 22:20:04 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3
sorry the devfsadm doesn't helpedI will describe it more detailed:The device /dev/es/ses0 will be changed after reboot -r to /dev/dsk/c2t0d0s0.And only thing that I want to do is to change the device name without rebootthanx
vojto at 2007-7-6 22:20:04 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 4
then you have to reboot dear.....
Abhishek_Singh at 2007-7-6 22:20:04 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 5
really thanxI am looking for solution without reboot
vojto at 2007-7-6 22:20:04 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 6

As great as the devfsadm command may be,

it will not always do everything that may be necessary.

Different hardware platforms, mixtures of vendor brand name hardware,

and different kernel patch levels can influence whether it accomplishes what you need.

A reconfiguration reboot will always rebuild the path-to-inst

and re-associate installed packages for new hardware.

A reconfig reboot has existed since before devfsadm was invented.

It just works.

Just go ahead and schedule downtime, and get the job done properly.

rukbat at 2007-7-6 22:20:04 > top of Java-index,Solaris Operating System,Solaris 10 Features...