Search Results

Search: Posts Made By: ningy
Forum: Solaris 06-09-2014
3,436
Posted By jlliagre
A virtual processor is defined as a CPU component...
A virtual processor is defined as a CPU component able to execute an independent thread so yes, 16 threads means 16 VCPUs.
Forum: Solaris 06-09-2014
3,436
Posted By DukeNuke2
The SPARC64-VI processor has 2 cores with 2...
The SPARC64-VI processor has 2 cores with 2 threads each.

So 4 physical processors are 8 cores and 16 threads.
Forum: AIX 05-05-2014
7,349
Posted By ibmtech
Ok, run smitty lang --> Add Additional...
Ok, run
smitty lang --> Add Additional Language Environments
--> CULTURAL convention to install (F4 or Esc+4 to expand)
--> Search (EN_GB) --> UTF-8 English (Great Britain) [EN_GB]
...
1,591
Posted By vidyadhar85
you have to use the named pipes for this.. ...
you have to use the named pipes for this..


mkfifo out.pipe err.pipe
exec 3>&1 4>&1
tee Menu_`date +"%d-%m-%Y"`.log < out.pipe >&3 &
pid_out=$!
exec 1>out.pipe
tee Menu_`date...
1,907
Posted By alister
No offense intended (just honesty), but you're...
No offense intended (just honesty), but you're problem statement is useless. Given its utter lack of specificity, I'm surprised anyone invested any of their time in responding to it.

Accurate...
1,830
Posted By elixir_sinari
I don't think this is possible with select. ...
I don't think this is possible with select.
With a construct such as:
select DIR in `cat mylist` QUIT
do
.
.
.
done
changing the file mylist inside the loop will not work at all. The shell...
1,830
Posted By elixir_sinari
PS3="Select file to view : " select FILE in...
PS3="Select file to view : "
select FILE in `ls` QUIT
do
if [ -z "$FILE" ]
then
echo INVALID INPUT
else
if [ -e "$FILE" ]
then
clear
cat "$FILE"
else
...
1,887
Posted By elixir_sinari
sed...
sed 's/\([0-9]\{1,\}[.][0-9][0-9]\)[0-9]\{1,\}/\1/g' file
Forum: Solaris 05-09-2011
4,983
Posted By DukeNuke2
have a look here: ...
have a look here:
https://secure.wikimedia.org/wikipedia/en/wiki/Fibre_Channel#Fibre_Channel_topologies
and here:
https://secure.wikimedia.org/wikipedia/en/wiki/Arbitrated_loop
Forum: Solaris 05-09-2011
4,983
Posted By DukeNuke2
so you should check your external storage and the...
so you should check your external storage and the cables to the server... looks like the loop is not closed properly...
Forum: Solaris 03-21-2011
1,828
Posted By fpmurphy
I am fairly certain that this is not possible. ...
I am fairly certain that this is not possible. Out of interest, why do you want to do this?
Showing results 1 to 11 of 11

 
All times are GMT -4. The time now is 08:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy