HP 3PAR OS 3.1.2 MU5 Release Notes

Table Of Contents
Modifications to the OS CLI
DescriptionItemIssue ID
The CLI remote client now has the capability to connect to the HP 3PAR
system with IPv6.
IPv6 support has been added
to the CLI client
37356
1. The CLI client can provide the client application name, version and the
host it runs from to the server. It can either use the new options -clientname,
The CLI Client can provide
name, version and host name
to the server
43691
-clientver and -clienthost or use the environment variable TPDCLIENTNAME,
TPDCLIENTVER or TPDCLIENTHOST.
-clientname Name of the client application.
(Not available before version 3.1.1)
-clientver Version of the client application.
(Not available before version 3.1.1)
-clienthost Name of the host the client application runs on.
(Not available before version 3.1.1)
New environment variables have been added to support that information
too:
TPDCLIENTNAME Client application name. Overridden by -clientname
option.
(Not available before version 3.1.1)
TPDCLIENTVER Client application version. Overridden by -clientver option.
(Not available before version 3.1.1)
TPDCLIENTHOST The host the client application runs on. Overridden by
-clienthost option.
(Not available before version 3.1.1)
Example to use the cli with the client application info:
cli -clientname "cli" -clientver "3.1.1" -clienthost "simpsons"
2. New option -d for command showuserconn to show the client name,
version and the host name it runs from
cli% showuserconn -d
---------------Connection 0----------------
Id : 2844
Name : root
IP Addr : 192.168.4.77
Role : super
Connected since : 2010-08-10 10:40:37 PDT
Current : -
Client : remote
Encrypted : N
Client Name : --
Client Host : --
Client Version : --
---------------Connection 1----------------
Id : 2956
Name : 3parsvc
IP Addr : 127.0.0.1
Role : super
Connected since : 2010-08-10 10:54:26 PDT
Current :
- Client : local
Encrypted : Y
Client Name : SSH
Client Host : --
Client Version : --
---------------Connection 2----------------
Id : 3243
Name : root
IP Addr : 192.168.6.11
Modifications to the OS CLI 21