Solved my own problem... here's something I didn't realize about NDMP:
You can only have 1 "user" for each auth type at a given type. Furthermore,
that user/password is stored as an SMF user properties. I ran into trouble
because I kept creating what I thought were new users, when in fact I was
replacing the old one and the service wasn't updating.
Fixed this way:
node1$ svcadm disable ndmpd
node1# ndmpadm enable -a cleartext -u benr
Enter new password: (benr)
Re-enter password: (benr)
node1# svcadm refresh ndmpd
node1# svcadm enable ndmpd
node03$ ./ndmpcopy 10.0.70.249:/var 10.0.70.250:/zones/ndmp -sa benr:benr -da
benr:benr -v -v
-v
Creating NDMP connection.
Authorizing connection with TEXT authorization.
user = benr, password = benr.
Authenticated root with NDMP_AUTH_TEXT.
...
I've not got a new error to figure out, but I'm making progress at least. :)
benr.
--
This message posted from opensolaris.org
_______________________________________________
storage-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/storage-discuss