White Papers

35 Lifecycle Controller Integration Best Practices Guide
3.17 Http, CIFS, NFS, tftp, ftp Formatting
Various protocols are required for methods accessing and/or writing to network shares. The format for these protocols
are summarized below.
HTTP Format:
http://[IP ADDRESS]/[PATH TO FILE.exe]
CIFS or NFS Format:
cifs://[WORKGROUP_NAME]\[USERNAME]:[PASSWORD]@[URI-IP-ADDRESS]/
[FILE.exe];mountpoint=[DIRECTORYNAME]
TFTP or FTP Format:
tftp://[IP ADDRESS]/[PATH TO FILE.exe] ftp://[IP ADDRESS]/[PATH TO FILE.exe]
3.18 Backup and Restore Passphrase Rules
For 11G and 12G systems, the backup and restore methods have an optional parameter to enter a passphrase. If a
passphrase is used, it must be correctly entered in order for the restore operation to be successful.
Passphrases shall be validated against the following rules:
Must be 8-32 characters in length
Must contain 1 Uppercase letter
Must contain 1 Lowercase letter
Must contain 1 Number
Must contain 1 Special character