TCO-aware provisioning of information security infrastructure


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News TCO-aware provisioning of information security infrastructure
# 1  
Old 11-26-2008
TCO-aware provisioning of information security infrastructure

HPL-2008-195 TCO-aware provisioning of information security infrastructure - Robinson, Philip; Stephenson, Bryan
Keyword(s): TCO automated security infrastructure provisioning
Abstract: As IT infrastructure proliferates, higher-level security controls must become interpretable and enforceable by machines, largely without human intervention. We establish a single provisioning model and process for addressing security and the Total Cost of Ownership (TCO). The innovation is the combi ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Cybersecurity

Information Security Certification ??

Hi All I am not sure this is the right place to ask this question. I am from India ( Mumbai ) .I am in IT industry ( as Application developer / System support ) for nearly 4 years i dont have any direct security related work experience but i did work on cryptography & Access control in 2... (4 Replies)
Discussion started by: zedex
4 Replies
Login or Register to Ask a Question
THIN_RESTORE(8) 					      System Manager's Manual						   THIN_RESTORE(8)

NAME
thin_restore - restore thin provisioning metadata file to device or file SYNOPSIS
thin_restore [options] -i {device|file} -o {device|file} DESCRIPTION
thin_restore restores thin provisioning metadata created by the respective device-mapper target dumped into an XML formatted (see thin_dump(8)) file , which optionally can be preprocessed before the restore to another device or file. If restored to a metadata device , the metadata can be processed by the device-mapper target. -i, --input {device|file} Input file or device with metadata. -o, --output {device|file} Output file or device. -h, --help Print help and exit. -V, --version Output version information and exit. EXAMPLE
Restores the XML formatted thin provisioning metadata on file metadata to logical volume /dev/vg/metadata for further processing by the respective device-mapper target: thin_restore -i metadata -o /dev/vg/metadata DIAGNOSTICS
thin_restore returns an exit code of 0 for success or 1 for error. SEE ALSO
thin_dump(8) thin_check(8) thin_repair(8) thin_rmap(8) thin_metadata_size(8) AUTHOR
Joe Thornber <ejt@redhat.com> Heinz Mauelshagen <HeinzM@RedHat.com> Red Hat, Inc. Thin Provisioning Tools THIN_RESTORE(8)