File: README-wsl

package info (click to toggle)
wsl 0.2.1-2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 296 kB
  • sloc: sh: 2,008; makefile: 2
file content (87 lines) | stat: -rw-r--r-- 3,764 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
This file contains summary information about the containing package.

WSL = Wsman Shell commandLine
a.k.a. "whistle"

=============================================================================
 REVISION
=============================================================================

0.1.0	- Creation of this package.
0.1.5   - First public release.
0.2.0   - Use curl as defult and wget as alternate

=============================================================================
 DESCRIPTION
=============================================================================

WSL contains various scripts that serve as a client interface to WSMAN or
Web Services for Management protocol based on DMTF standard specification.
WSMAN provides standards based messaging for systems management CIM-style
objects.

WSL is "lightweight" because it is composed of scripts (that is no binary)
and is dependent on tools that are already present on standard installation
or readily available to UNIX-like operating systems.

=============================================================================
 REQUIREMENTS
=============================================================================

The tools in this package requires the following to run:

 * bash and other GNU core utilities such as sed, awk and grep
 * curl - utility for getting files from remote (HTTP/HTTS) servers
 * xmllint - LIBXML2 utility
 * (optional) xsltproc - LIBXML2 utility for output formatting
 * (optional) gpg - encryption utility for password
 * (optional) wget - alternate to curl

It may run on Windows operating system by installing CYGWIN or similar
port of GNU shell environment and tools.

=============================================================================
 EXECUTION
=============================================================================

Each script shall have its own usage help text.

You can customize run-time experience by defining variables in the shell 
environment or in a "wsl-config" file located in the current or program
directory.
 
Connection variables:
 USEWGET - Use wget for transmission. Default is curl.
 WGETTIMEOUTSECS - Wget timeout in seconds waiting for response. { 1...600} Default is 60.
 WGETTRYNUM - Wget number of retry when there is no response. { 1...6 } Default is 1.
 WSNOSSL - Use HTTP connection. Default is use HTTPS.
 
Wsman options:
 WSENUMMAXELEM - Max number of instances in a response. { 1...1048576 } Default is 512.
 WSENUMOPTIMIZE - Optimized enumeration. Default is non-optimized.
 WSDEFAULTSCHEMA - Schema prefix used for non-DMTF class. Default is "schemas.dell.com"
 WSOPERATIONTIMEOUT - WSMAN operation timeout in seconds. Default is none specified.
 WSMAXENVELOPESIZE - Max SOAP envelope size client will accept. Default is none specified.
 
User input:
 IPINTERACTIVE - Always ask for IP address. Default is use history.
 KEEPHISTORY - Remember IP address and user credential. Default is keep history.
 
Output behavior:
 DATETIMESTAMP - Display date-time stamp. Default is disabled.
 FORMATDISPLAY - Formatted display of response XML. Default is disabled.
 OUTLEVEL - Output level: 0=NoOutput, 1=AddResponse, 2=AddRequest, 3=AddMore. Default is 1.
 OUTPREFIX - Output directory. Default is current directory.
 LOGFILE - Log filename. Default is $OUTPREFIX/log.txt
 RETURNFILE - Result XML filename. Default=$OUTPREFIX/response.xml

=============================================================================
 USE AGREEMENT
=============================================================================

See accompanying LICENSE file. 
  
=============================================================================
[End of Document]
=============================================================================