11-17-2015
IBM LI docs and SaaS terms - LI documents search results
if you choose AIX e.g.:
Quote:
Processor Core (or Processor) is a unit of measure by which the Program can be licensed. Processor Core (or Processor) is a functional unit within a computing device that interprets and executes instructions. A Processor Core consists of at least an instruction control unit and one or more arithmetic or logic units. With multi-core technology, each core is considered a Processor Core. Licensee must obtain entitlements sufficient to cover all activated Processor Cores made available to or managed by the Program
This User Gave Thanks to agent.kgb For This Post:
10 More Discussions You Might Find Interesting
1. UNIX Desktop Questions & Answers
I just created a group. How do i make the groups read only to a specific file systems.(home directory). (3 Replies)
Discussion started by: niasdad
3 Replies
2. HP-UX
I wan to create a user e.g. Tom. whenever a file is created by user Tom or FTP is done using user as Tom, the rights on the file should be 777 (by default). how can I achieve this. Please help. Its very urgent. (1 Reply)
Discussion started by: sharmavr
1 Replies
3. AIX
Hello,
My first post to the Unix forums, thanks for having me!
The division of the company I work for uses a xseries/redhat/VMWareServer
solution to make sure that we keep hardware overhead low and use our machines to as near capacity as we can. These boxes are Intel with usually
dual or... (1 Reply)
Discussion started by: greenteabagger
1 Replies
4. Solaris
How can I prevent some users from using FTP? (2 Replies)
Discussion started by: Burhan
2 Replies
5. AIX
I have a system model 505 p server. I am trying to virtualize my server. My network admin has given me 10 IP addresses (with the DNS already updated with names that map onto each ip). E.g.: IP1 maps to m1.lab, IP2 maps to m2.lab, etc
I have been following the redpaper "Integrated Virtualization... (0 Replies)
Discussion started by: apsaix
0 Replies
6. UNIX for Dummies Questions & Answers
Hello Guru,
I have very unique requirement , need some help.
I have one folder created in one the server A. In this folder , the file getting uploaded from some java based page.
then i am calling scp through key file, which works fine in another folder of server B.
Currently , what i am... (2 Replies)
Discussion started by: u263066
2 Replies
7. AIX
Hello I'm new to this Forum and I've got a big Problem.
Currently I have to Install Bacula ( Backup Software) on a IBM machine(with AIX 5.3) via SSH there is no chance for me for a directly interaction with the Server.
The Main problem is, I don't have Root access and no chance to get it.
And... (5 Replies)
Discussion started by: maxkoch
5 Replies
8. AIX
Hi all,
first of all, beg your pardon for dummy questions. Please help me to sort it out.
I'm an internal consultant in a technology unit, and currently we are relocating some applications to another Data Center. In the old Data Center, applications are running on IBM AIX, mostly AIX 5.3. The... (10 Replies)
Discussion started by: Irishango
10 Replies
9. AIX
picked up a 9111-520 p5 hardware recently with 8 Gig of RAM, lots of internal disk space...6 x 140 gig
had 7.1 pre-installed, and managed to upgrade the firmware to latest SF240_xxxx
goal is to virtualize this and have LPARs running aix 7.1, 6.x, and Rhat for ppc ..
need some... (13 Replies)
Discussion started by: ppchu99
13 Replies
10. Homework & Coursework Questions
good evening .. I have a plea, who I can help me with a management application user rights on the files in a Unix / Linux
I need for college .. .. and not told us no clue .. thank you (1 Reply)
Discussion started by: alex90
1 Replies
LEARN ABOUT CENTOS
libguestfs-tools.conf
libguestfs-tools.conf(5) Virtualization Support libguestfs-tools.conf(5)
NAME
/etc/libguestfs-tools.conf - configuration file for guestfish, guestmount, virt-rescue
SYNOPSIS
/etc/libguestfs-tools.conf
$HOME/.libguestfs-tools.rc
DESCRIPTION
"/etc/libguestfs-tools.conf" or "$HOME/.libguestfs-tools.rc" changes the defaults for the following programs only:
o guestfish(1)
o guestmount(1)
o virt-rescue(1)
There is currently only one setting which is controlled by this file. Adding (or uncommenting):
read_only = true;
changes these programs so they act as if the --ro flag was given on the command line. You can use this to make the programs safe against
accidental modification of a live guest (users would have to explicitly add the --rw flag to modify guests). This is not the default
because it is not backwards compatible. See also "OPENING DISKS FOR READ AND WRITE" in guestfish(1).
Note that the semicolon is required.
"/etc/libguestfs-tools.conf" is the global configuration file for all of the above programs. Local users can override the global
configuration by copying this file into ".libguestfs-tools.rc" in their home directory and modifying it accordingly.
This file is parsed by the libconfig library. For more information about the format, see:
http://www.hyperrealm.com/libconfig/libconfig_manual.html
SEE ALSO
"OPENING DISKS FOR READ AND WRITE" in guestfish(1), guestmount(1), virt-rescue(1), http://libguestfs.org/.
AUTHORS
Richard W.M. Jones ("rjones at redhat dot com")
COPYRIGHT
Copyright (C) 2011-2013 Red Hat Inc.
LICENSE
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
BUGS
To get a list of bugs against libguestfs, use this link:
https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools
To report a new bug against libguestfs, use this link:
https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools
When reporting a bug, please supply:
o The version of libguestfs.
o Where you got libguestfs (eg. which Linux distro, compiled from source, etc)
o Describe the bug accurately and give a way to reproduce it.
o Run libguestfs-test-tool(1) and paste the complete, unedited output into the bug report.
libguestfs-1.22.6 2013-08-24 libguestfs-tools.conf(5)