You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: snippets/perl/README_makeEAadmin.txt
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ What is This?
18
18
This script is provided as a demonstration of how to create a non-root admin account to be used for the
19
19
purpose of invoking the NetBackup REST APIs.
20
20
21
-
This deomonstration is written as a perl script and uses the perl module “UserAgent” to invoke https
21
+
This demonstration is written as a perl script and uses the perl module “UserAgent” to invoke https
22
22
requests to the NetBackup REST APIs.
23
23
24
24
@@ -31,7 +31,7 @@ PERl modules required
31
31
++ JSON
32
32
++ HTTP
33
33
34
-
This utility is written in perl, and is meant to be run directly on the NetBackup master server. The caller of this utility must have sufficient priveleges to execute a NetBackup command line on the Master. Although
34
+
This utility is written in perl, and is meant to be run directly on the NetBackup master server. The caller of this utility must have sufficient privileges to execute a NetBackup command line on the Master. Although
35
35
it has been developed and tested on RedHat Linux, it should be compatible with any non-windows NetBackup
36
36
master server.
37
37
@@ -46,7 +46,7 @@ Overview:
46
46
This script provides an example of how to login to the NetBackup Rest APIs and get a "token" to be used in
47
47
subsequent REST API calls. In this demonstration, the utility creates a new "fictional user" in NetBackup
48
48
using the mechanisms described by the "Enhanced Auditing" mechanism in NetBackup. At the time of this writing,
49
-
NetBackup 8.1.1 will accept root, local/administrator and any Enhanced Auditing user as a fully-priveleged
49
+
NetBackup 8.1.1 will accept root, local/administrator and any Enhanced Auditing user as a fully-privileged
50
50
REST API user.
51
51
52
52
Once an administrator is created, the script demonstrates how to "login" to the REST API services and get
0 commit comments