T2000 - devfsadm problem
Hi,
We have a 2 node T2000 cluster,
The first one configures external EMC storage and VERITAS VxVM stuff.
The second one, when installs VERITAS must see the external storage and the already configured VxVM items.
after it is registered to the EMC we issue a devfsadm command but it doesn't see the luns... only after reboot -- -r it does.
On Netra 240/440 we don't have such issue...
Anyone?
[436 byte] By [
AssafLa] at [2007-11-27 6:56:58]

# 1
Don't really have an explanation why, but one thing I would have tried before rebooting would be:
cfgadm -c unconfigure <cX>
cfgadm -c configure <cX>
check with cfgadm -al -o show_FCP_dev that you can see the luns.
If you have two hba's then you would need to do this on both controllers.
reboot is not a 'nice' way to reboot a server, it doesn't run any shutdown scripts:)
regards.
# 2
Hi,the cfgadm -al -o show_FCP_dev retrurns:cfgadm: Configuration administration not supportedby the way, if using shutdown command, how do I simulate the -r reboot flag? create the /reconfigure file?Thanks