The IP range denition is added to the database to discover all devices between the ranges of 10.10.10.10 to 10.10.10.19 and 10.10.10.31 to
10.10.10.200. This IP range denition shows up in the WDM GUI as My IP Range.
Format for importing software repository data from at les
The format to provide data in a at le for software repository is as follows:
Name of Repository, IP Address of Repository, Transfer Type, Relative Path, Context, FTP Port
Number, HTTP Port Number, FTP user name, FTP password, HTTP user name, HTTP password, IsHTTP
Secure, HTTPSValidateWithCA, RemoteServerName, CIFSUsername, CIFSPassword
• Name of the software repository as it appears in the GUI
• Location is the IP address of the FTP server
• Transfer Type is the type of the transfer protocol that is in use. It can be FTP or HTTP or both.
• Relative Path is the path to the software repository relative to the root directory. The default value for this is /rapport.
• Context is valid for HTTP communication and is the name of virtual directory. By default HTTP context is MyWDM.
• FTP Port Number is the port number for FTP communication. Default value is 21.
• HTTP Port Number is the port number for HTTP/HTTPS communication. Default value is 80 for HTTP and 443 for HTTPS
communication.
• FTP User Name is the user name for the FTP account as set up by IIS FTP or the FTP service that you use to connect to the
repository.
• FTP Password is the password for the FTP account as set up by IIS FTP or the FTP service that you use to connect to the repository.
• HTTP User Name is the user name for the HTTP account as set up by IIS HTTP or the HTTP service that you use to connect to the
repository.
• HTTP Password is the password for the HTTP account as set up by IIS HTTP or the HTTP service that you use to connect to the
repository.
• Secure(HTTPS) — Enter -1 if Secure is checked(HTTPS supported) and 0 if Secure is unchecked (HTTP is supported not HTTPS).
• HTTPSValidateWithCA — It is -1 if Validate Certicate with CA is checked and 0 if unchecked.
Examples for software repository data is as follows:
• Example where the transfer type is HTTP and FTP
RemoteHTTPFTP, 10.10.11.9,HTTP and FTP,/rapport,MyWDM,21,80,FTPUserName,FTPPassword,
HTTPUserName,HTTPPassword ,0,0
• Example where the transfer type is HTTP
RemoteHTTP,10.10.11.9,HTTP,/rapport,MyWDM,,80,,,HTTPUserName,HTTPPassword,0,0
• Example where the transfer type is HTTP with Secure ag Checked
RemoteHTTP,10.10.11.9,HTTP,/rapport,MyWDM,,443,,,HTTPUserName,HTTPPassword,-1,-1 or
RemoteHTTP,10.10.11.9,HTTP,/rapport,MyWDM,,443,,,HTTPUserName,,-1,-1
• Example where the transfer type is FTP
RemoteFTP,10.10.11.9,FTP,/rapport,,21,,FTPUserName,FTPPassword,,,0,0
• Example where the transfer type is CIFS
RemoteCIFS,10.150.112.3,SMB,/rapport,MyWDM,,,,,,,
0,0,RemoteServerName,CIFSUsername,CIFSPassword
• Example where the transfer type is FTP, HTTP, and CIFS
FTPHTTPandCIFS,10.150.112.3,HTTP and FTP and SMB,/Rapport,MyWDM,
21,80,FTPusername,FTPpassword,Httpusername,Httppassword,
0,0,RemoteServerName,CIFSusername,CIFSpassword
• Example where the transfer type is FTP, HTTPS, and CIFS
FTPHTTPSandCIFS,10.150.112.7,HTTP and FTP and SMB,/Rapport,MYWDM,
21,443,FTPUsername,FTPPassword,HttpUsername,HttpPassword,-1,0,RemoteServerName,CIFSUserName,CI
FSPassword
20
Dashboard