NAME Server.pm
Object oriented interface to a Clearcase Server
VERSION
- Author
-
Andrew DeFaria <Andrew@DeFaria.com>
- Revision
-
$Revision: 1.2 $
- Created
-
Sat Dec 18 09:51:15 EST 2010
- Modified
-
$Date: 2011/01/02 04:59:36 $
SYNOPSIS
Provides access to information about a Clearcase Server.
DESCRIPTION
This module implements an object oriented interface to a Clearcase Server.
ROUTINES
The following routines are exported:
new (tag)
Construct a new Clearcase View object. Note that not all members are initially populated because doing so would be time consuming. Such member variables will be expanded when accessed.
Parameters:
- tag
-
View tag to be instantiated. You can use either an object oriented call (i.e. my $view = new Clearcase::View (tag => 'my_new_view')) or the normal call (i.e. my $vob = new Clearcase::View ('my_new_view')). You can also instantiate a new view by supplying a tag and then later calling the create method.
Returns:
name
The server name
Returns:
- name
name
The server name
Returns:
- name
ccVer
ClearCase version
Returns:
- ccVer
ccVer
ClearCase version
Returns:
- ccVer
osVer
OS version
Returns:
- osVer
osVer
OS version
Returns:
- osVer
hardware
Hardware type
Returns:
- hardware
hardware
Hardware type
Returns:
- hardware
licenseHost
License host
Returns:
- licenseHost
licenseHost
License host
Returns:
- licenseHost
registryHost
Registry host
Returns:
- registryHost
registryHost
Registry host
Returns:
- registryHost
registryRegion
Registry region
Returns:
- registryRegion
registryRegion
Registry region
Returns:
- registryRegion
mvfsBlocksPerDirectory
MVFS blocks per directory
Returns:
- mvfsBlocksPerDirectory
mvfsBlocksPerDirectory
MVFS blocks per directory
Returns:
- mvfsBlocksPerDirectory
mvfsDirectoryNames
MVFS directory names
Returns:
- mvfsDirectoryNames
mvfsDirectoryNames
MVFS directory names
Returns:
- mvfsDirectoryNames
mvfsFileNames
MVFS file names
Returns:
- mvfsFileNames
mvfsFileNames
MVFS file names
Returns:
- mvfsFileNames
mvfsFreeMnodes
MVFS free mnodes
Returns:
- mvfsFreeMnodes
mvfsFreeMnodes
MVFS free mnodes
Returns:
- mvfsFreeMnodes
mvfsInitialMnodeTableSize
MVFS initial mnode table size
Returns:
- mvfsInitialMnodeTableSize
mvfsInitialMnodeTableSize
MVFS initial mnode table size
Returns:
- mvfsInitialMnodeTableSize
mvfsMinCleartextMnodes
MVFS min cleartext mnodes
Returns:
- mvfsMinCleartextMnodes
mvfsMinCleartextMnodes
MVFS min cleartext mnodes
Returns:
- mvfsMinCleartextMnodes
mvfsMinFreeMnodes
MVFS min free mnodes
Returns:
- mvfsMinFreeMnodes
mvfsMinFreeMnodes
MVFS min free mnodes
Returns:
- mvfsMinFreeMnodes
mvfsNamesNotFound
MVFS names not found
Returns:
- mvfsNamesNotFound
mvfsNamesNotFound
MVFS names not found
Returns:
- mvfsNamesNotFound
mvfsRPCHandles
MVFS RPC handles
Returns:
- mvfsRPCHandles
mvfsRPCHandles
MVFS RPC handles
Returns:
- mvfsRPCHandles
interopRegion
Interop region
Returns:
- interopRegion
interopRegion
Interop region
Returns:
- interopRegion
scalingFactor
Scaling factor
Returns:
- scalingFactor
scalingFactor
Scaling factor
Returns:
- scalingFactor
cleartextIdleLifetime
Cleartext idle lifetime
Returns:
- cleartextIdleLifetime
cleartextIdleLifetime
Cleartext idle lifetime
Returns:
- cleartextIdleLifetime
vobHashTableSize
VOB hash table size
Returns:
- vobHashTableSize
vobHashTableSize
VOB hash table size
Returns:
- vobHashTableSize
cleartextHashTableSize
Cleartext hash table size
Returns:
- cleartextHashTableSize
cleartextHashTableSize
Cleartext hash table size
Returns:
- cleartextHashTableSize
dncHashTableSize
DNC hash table size
Returns:
- dncHashTableSize
dncHashTableSize
DNC hash table size
Returns:
- dncHashTableSize
threadHashTableSize
Thread hash table size
Returns:
- threadHashTableSize
threadHashTableSize
Thread hash table size
Returns:
- threadHashTableSize
processHashTableSize
Process hash table size
Returns:
- processHashTableSize
processHashTableSize
Process hash table size
Returns:
- processHashTableSize
Modules
INCOMPATABILITIES
None
BUGS AND LIMITATIONS
There are no known bugs in this module.
Please report problems to Andrew DeFaria <Andrew@DeFaria.com>.
COPYRIGHT AND LICENSE
Copyright (C) 2020 by Andrew@DeFaria.com
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.38.0 or, at your option, any later version of Perl 5 you may have available.