Managing Data Retention Policies at Scale

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Managing Data Retention Policies at Scale
# 1  
Old 12-23-2010
Managing Data Retention Policies at Scale

HPL-2010-203 Managing Data Retention Policies at Scale - Li, Jun; Singhal, Sharad; Swaminathan, Ram; Karp, Alan H.
Keyword(s): large-scale policy management; compliance and regulatory; data retention; encryption key store; cloud service
Abstract: Compliance with regulatory policies on data remains a key hurdle to cloud computing. Policies such as EU privacy, HIPAA, and PCI-DSS place requirements on data availability, integrity, migration, retention, and access, among many others. This paper proposes a policy management service that offers sc ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to implement password policies?

How would i ensure that whenever any user changes the password it should meet following. It should be more than 7 Characters. Atleast one Upper case character,digit and special character present. Password is not same as username or dictionary word . User should get email after changing his... (2 Replies)
Discussion started by: pinga123
2 Replies

2. HP-UX

Retention of log data

What is the method to retain log files for 30 days in HP ...? Which files do we need to configure to alter the retention period... **Both HP11iV2 and prev Thank you for your help (0 Replies)
Discussion started by: Anu_1
0 Replies

3. Shell Programming and Scripting

Retention of Variable Value when a script is called by different processes in parallel- Linux 2.6.9

Hi, I have a generic FTP script which will be called by 28 different processes in parallel (through a GUI tool) may or may not be at the exact moment (there could be a delay of about a minute or so). ./FTP.ksh 1 (1 through 28) This script after importing file from remote m/c... (1 Reply)
Discussion started by: dips_ag
1 Replies

4. UNIX for Dummies Questions & Answers

change retention of logs

Hello all! Does any one know what the retention of the messages logs are? Can you change these, if so. Where? regards... //dOzY (3 Replies)
Discussion started by: dozy
3 Replies

5. UNIX for Dummies Questions & Answers

passwd policies

Hi Guys, i want to ask how i can add a special policies for users. for example i want so say that each user must chnage the password every 4 weeks the password should have min 5 chacaters ........ passwd -n DAYS ....... and which string is for the min password lenght ...... many thx! (1 Reply)
Discussion started by: scottl
1 Replies

6. UNIX for Dummies Questions & Answers

file permission retention via ftp

Working out of AIX 4.3's . have machine (a) and machine (b) umask on both machines is 'umask 022'. as user root (these are trivial machines hence dummies like me have root access) when i Ftp files from a to b , why is it that I loose the original file permissions. After the ftp I have to chmod... (1 Reply)
Discussion started by: buRst
1 Replies
Login or Register to Ask a Question
Gtk2::Scale(3pm)					User Contributed Perl Documentation					  Gtk2::Scale(3pm)

NAME
Gtk2::Scale - wrapper for GtkScale HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Range +----Gtk2::Scale INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::Orientable METHODS
$scale->add_mark ($value, $position, $markup) o $value (double) o $position (Gtk2::PositionType) o $markup (string or undef) Since: gtk+ 2.16 $scale->clear_marks Since: gtk+ 2.16 integer = $scale->get_digits $scale->set_digits ($digits) o $digits (integer) boolean = $scale->get_draw_value $scale->set_draw_value ($draw_value) o $draw_value (boolean) layout = $scale->get_layout Since: gtk+ 2.4 (x, y) = $scale->get_layout_offsets Since: gtk+ 2.4 positiontype = $scale->get_value_pos $scale->set_value_pos ($pos) o $pos (Gtk2::PositionType) PROPERTIES
'digits' (integer : default 1 : readable / writable / private) The number of decimal places that are displayed in the value 'draw-value' (boolean : default true : readable / writable / private) Whether the current value is displayed as a string next to the slider 'value-pos' (Gtk2::PositionType : default "top" : readable / writable / private) The position in which the current value is displayed STYLE PROPERTIES
'slider-length' (integer : default 31 : readable / private) Length of scale's slider 'value-spacing' (integer : default 2 : readable / private) Space between value text and the slider/trough area SIGNALS
string = format-value (Gtk2::Scale, double) ENUMS AND FLAGS
enum Gtk2::PositionType o 'left' / 'GTK_POS_LEFT' o 'right' / 'GTK_POS_RIGHT' o 'top' / 'GTK_POS_TOP' o 'bottom' / 'GTK_POS_BOTTOM' SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Range COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.14.2 2012-05-27 Gtk2::Scale(3pm)