The script should be available here:
http://wiki.genunix.org/wiki/index.php/Solaris_CIFS_Service_Troubleshooting

msrpc.d is available here:
http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/cmd/smbsrv/dtrace/msrpc.d

dtrace: failed to compile script ./msrpc.d: line 171: 'pid0'
> does not contain a valid pid

How are you running the script?

I've poked at idmap a bit, without much success...

bash# idmap show -c 'domain [email protected]'
wingroup:domain [email protected] -> gid:2147483650

As for smbadm, that's another tool I've not explored fully,

bash# smbadm add-member -m DOMAIN/administrator administrators
'...' is now a member of 'administrators'

bash# smbadm show -m
administrators (Members can fully administer the computer/domain)
        SID: S-1-5-32-544
        Members:
                DOMAIN\Administrator

FWIW, 'smbadm list' only shows one of the DCs. Is this normal,
> and is it potentially indicative of anything?

This is normal. It's showing the currently selected DC.
You should see all your domains (local, primary and trusted).

Also, I tried using 'pfexec /usr/sbin/kclient -a myusername -T ms_ad'

Given that you're having problems I'd recommend using smbadm to
manage domain membership.  Can you successfully join the domain
using smbadm?

bash# smbadm join -u administrator domain

Alan
_______________________________________________
cifs-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss

Reply via email to