msl wrote: > Hello again, > I have made some tests to see "why" the sndr configurations is lost on my > solaris 10 u3 boxes, but without luck. Everything works just fine, until i > reboot the servers. After that, the "dsstat" and "sndradm -P" commands do not > return anything. > The commands: "svadm", "dscfg -l", "dscfg -l -s `cat /etc/dscfg_cluster`", > and "dscfgadm -i", work fine. > I have updated(patches) the servers, and i think they are uptodate. > I did look in /var/adm/messages, and /var/adm/ds.log, but nothing that i > think is relevant.. So, if you need some information, i can send to you. > Thanks very much for your time! > For "dsstat" and "sndradm -P" to fail, but "svadm", "dscfg -l", "dscfg -l -s `cat /etc/dscfg_cluster`", and "dscfgadm -i", to work fine, it often means that at system reboot time, SNDR is failing to determine that it is either the SNDR primary, or SNDR secondary host.
A Solaris boot time, there are no naming services like NIS running, so name resolution must come from files. This means that on the SNDR primary and secondary host, the /etc/hosts file must contain all relevant SNDR hostnames, plus /etc/nsswitch.cong must have "files" before "nis" for the entry called "hosts:". Please review your /var/adm/message file, from right after reboot. (Search for "SunOS"). Also review the AVS Trouble shooting guide: http://docs.sun.com/app/docs/doc/819-6151-10 > > > This message posted from opensolaris.org > _______________________________________________ > storage-discuss mailing list > [email protected] > http://mail.opensolaris.org/mailman/listinfo/storage-discuss > -- Jim Dunham Staff Engineer Solaris, Storage Software Group Sun Microsystems, Inc. 1617 Southwood Drive Nashua, NH 03063 Email: [EMAIL PROTECTED] Blog: http://blogs.sun.com/avs _______________________________________________ storage-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/storage-discuss
