Search Results

Search: Posts Made By: l_vbosch
Forum: Solaris 07-20-2009
6,024
Posted By l_vbosch
As TonyFullerMalv stated, you can use ulimit -u...
As TonyFullerMalv stated, you can use ulimit -u to define the number of processes.
Forum: Solaris 07-20-2009
4,848
Posted By l_vbosch
The shell isn't finding the real path to the...
The shell isn't finding the real path to the command. Try:

pfexec env usermod -P Operator sysopr


Or find 'usermod' in /usr/ directory and type the full path.
Forum: Solaris 07-20-2009
3,784
Posted By l_vbosch
You could try not setting the IP address but the...
You could try not setting the IP address but the hostname in the net config of the zone.
Then, you could change the IP address in the DNS whenever you want and no change will be required to the zone...
Forum: Solaris 07-02-2009
4,848
Posted By l_vbosch
You can modify the given logins and assign them...
You can modify the given logins and assign them the Operator profile:

pfexec usermod -P Operator <login>

Where <login> is your usernames' login.

An alternative is to install sudo as in a...
16,652
Posted By l_vbosch
Well, the one-liner that I wrote before it's...
Well, the one-liner that I wrote before it's pretty close to what you want.

I shall explain it in more detail:

for server in [ mumbai bangalore chennai delhi hyderabad other-hostnames ]; do...
16,652
Posted By l_vbosch
Otheus: a plain grep won't give any results if...
Otheus: a plain grep won't give any results if the file is compressed, that's why I suggested the use of zcat.
16,652
Posted By l_vbosch
If your're designing a _real_ search website I...
If your're designing a _real_ search website I humbly think that you have to revise your whole strategy because searching that way is completely inefficient and resource wasteful.

After saying...
Forum: Solaris 06-22-2009
1,970
Posted By l_vbosch
Well, with the T6300 using the T1 (Niagara) CPU...
Well, with the T6300 using the T1 (Niagara) CPU you should create the image to boot from the JS with add_install_client with the "sun4v" architecture.

Second thing is that you need to have a lot...
Forum: Solaris 06-11-2009
2,634
Posted By l_vbosch
It depends if you use SVM (Solaris Volume...
It depends if you use SVM (Solaris Volume Manager) or ZFS.

For ZFS you can easily activate compression for the dataset (filesystem) using:

pfexec zfs set compression=on...
Showing results 1 to 9 of 9

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