Sponsored Content
Operating Systems Solaris Reducing Cores in T5240 server for meeting Oracle Core Licences Post 302848803 by amity on Friday 30th of August 2013 05:39:46 AM
Old 08-30-2013
Thanks for the reply

In my current environment, I don't need to create LDOMs & providing virtual CPUs to them. What I need to be done is just reduce the core from current physical host.

I am just setting up the control domain name primary & providing VCPU to them. after this, I will get the desired number of Cores from the physical server.

I just need to know that whether I have to run "
ldm add-config primary" command as without this command if I take the reboot of the server my assignment of "ldm set-vcpu 32 primary" is consistant mean I am getting 32 vcpu or 4 cores

Thanks
 

4 More Discussions You Might Find Interesting

1. HP-UX

help on loading licences in Alpha server

How to install the C / C++ Licences in Digial Alpha 2000 server? When i did try to load its giving a checksum error..... (1 Reply)
Discussion started by: mukundt
1 Replies

2. Shell Programming and Scripting

writing a simple script to get total number of cpus/cores in server

Hi, I am very new to scripting and I wanted to write a unix shell script which can give me, 1)number of cpu's in a box 2)number of cores per cpu 3)total number of cores in abox (ie multiplying 1&2) I am also trying to figure out how to check if hyper-threading is enabled in the... (8 Replies)
Discussion started by: steven12
8 Replies

3. UNIX and Linux Applications

core temp all cores mac

a few months ago i downloaded a program from apple it was a core temp panel applet i had to reload and lost track of where i got it anyone familiar with it i liked it because it monitored all the cores ubuntu10.10 (0 Replies)
Discussion started by: thirnick
0 Replies

4. Solaris

Question: # of ldoms on T5240 with 2 T2 US 8 core

I have a T5240 with 2 T2 US 8 core.. Theoretically how many ldoms can I configure? (5 Replies)
Discussion started by: Iftikhar Barrie
5 Replies
Convert::NLS_DATE_FORMAT(3pm)				User Contributed Perl Documentation			     Convert::NLS_DATE_FORMAT(3pm)

NAME
Convert::NLS_DATE_FORMAT - Convert Oracle NLS_DATE_FORMAT <-> strftime Format Strings SYNOPSIS
use Convert::NLS_DATE_FORMAT qw(oracle2posix posix2oracle); my $strptime = oracle2posix($NLS_DATE_FORMAT); $NLS_DATE_FORMAT = posix2oracle($strftime); DESCRIPTION
Convert Oracle's NLS_DATE_FORMAT string into a strptime format string, or the reverse. Functions oracle2posix Takes an Oracle NLS_DATE_FORMAT string and converts it into formatting string compatible with "strftime" or "strptime". my $format = oracle2posix('YYYY-MM-DD HH24:MI:SS'); # '%Y-%m-%d %H:%M:%S' Character sequences that should not be translated may be enclosed within double quotes, as specified in the Oracle documentation. my $format = oracle2posix('YYYY-MM-DD"T"HH24:MI:SS'); # '%Y-%m-%dT%H:%M:%S' posix2oracle Takes a "strftime" or "strptime" formatting string and converts it into an Oracle NLS_DATE_FORMAT string. It is possible to create strings which Oracle will not accept as valid NLS_DATE_FORMAT strings. my $format = posix2oracle('%Y-%m-%d %H:%M:%S'); # 'YYYY-MM-DD HH24:MI:SS' EXPORT None by default. "oracle2posix" and "posix2oracle" when asked. SEE ALSO
DateTime::Format::Oracle. AUTHOR
Nathan Gray, <kolibrie@cpan.org> COPYRIGHT AND LICENSE
Copyright (C) 2005, 2006, 2011, 2012 Nathan Gray This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available. perl v5.14.2 2012-01-18 Convert::NLS_DATE_FORMAT(3pm)
All times are GMT -4. The time now is 10:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy