1 ## 2 ## Copyright (c) 1999 Network Appliance, Inc. All Rights Reserved. 3 ## 4 5 # 6 # Copyright 2009 Sun Microsystems, Inc. All rights reserved. 7 # Use is subject to license terms. 8 # 9 10 # 11 ## Permission is hereby granted, free of charge, to any person obtaining 12 ## a copy of this software and associated documentation files (the 13 ## "Software"), to deal in the Software without restriction, including 14 ## without limitation the rights to use, copy, modify, merge, publish, 15 ## distribute, sublicense, and/or sell copies of the Software, and to 16 ## permit persons to whom the Software is furnished to do so, subject to 17 ## the following conditions: 18 ## 19 ## The above copyright notice and this permission notice shall be included 20 ## in all copies or substantial portions of the Software. 21 ## 22 ## THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 23 ## OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 24 ## FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 25 ## THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 26 ## LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 27 ## FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 28 ## DEALINGS IN THE SOFTWARE. 29 ## 30 31 RELEASE NOTES for ndmpcopy 32 33 Revision R1_0 to R1_1 34 35 When the destination filer logged messages via NDMP_LOG_LOG, ndmpcopy 36 R1_0 showed the message originating on the source filer. Now it correctly 37 shows the message originating from the destination filer. 38 39 The /etc/dumpdates file was not updated by ndmpcopy R1_0. It is always 40 updated using R1_1. 41 42 ndmpcopy R1_1 can now perform incremental dump and restore. However, the 43 destination NetApp filer is required to run DATA ONTAP revision 4.3 44 or higher. 45 46 ndmpcopy R1_1 has been modified to use the NDMP v2 only rpcgen input file. 47 48 ------ 49 50 Revision R1_1 to R1_2 51 52 Added support for building ndmpcopy on a linux platform. 53 54 Allows passwords to be entered into ndmpcopy without being entered on the 55 command line. 56 57 ------ 58 59 Revision R1_2 to R2 60 61 Added support for building the ndmpcopy libraries which are used by NDMP protocol test suite. 62 63 ndmpcopy has been modified to support the NDMP v4 protocol. 64 65 --------- 66 67 Revision R2_1 to R2_2 68 69 Added md5 based authentication support. 70 71 -------- 72 73 Known Issues : 74 ============= 75 1. It is observed that if NDMP destination server is not able to resolve the 76 NDMP source server, then the NDMP copy will fail with following log messages on the destination NDMP server : 77 2/24 16:28:54 DEBUG: [9][ndmp_process_messages:1271]:received request: 0x409 78 2/24 16:28:54 ERROR: [9][ndmp_create_socket:2132]:Undetermined network port. 79 80 Please refer this following link on opensolaris storage discussion: 81 http://www.opensolaris.org/jive/thread.jspa?threadID=91883&tstart=0 82 83 Workaround : 84 Set mover nic on Destination NDMP server as following - 85 # svccfg -s ndmpd 86 svc:/system/ndmpd> setprop ndmpd/mover-nic=<ip-address>; 87 svc:/system/ndmpd> exit 88 89 The ip's will be the ip of the NIC on the host that ndmp is listening on. 90