Search Results

Search: Posts Made By: ikorolev
Forum: Solaris 10-20-2009
12,477
Posted By ikorolev
use comand scadm...
use comand scadm (http://docs.sun.com/app/docs/doc/816-5166/scadm-1m?a=view) from Solaris

# scadm usershow
# scadm userperm username perms
# scadm userpassword username
3,037
Posted By ikorolev
May be you'd like to set and use envinonment...
May be you'd like to set and use envinonment variable?
bash-2.05$ export aaa='bla bla bla'
bash-2.05$ perl -e 'print "$ENV{aaa}\n"'
bla bla bla
bash-2.05$
2,165
Posted By ikorolev
find . -ls
find . -ls
Forum: Solaris 10-01-2009
4,116
Posted By ikorolev
If you use ufs you'll need to update vfstab. If...
If you use ufs you'll need to update vfstab.
If you mirror simple filesystem (not root-filesystem) you do not need to reboot. Create mirror and mount it to mountpoint.
mount -F ufs /dev/md/dsk/d10...
2,113
Posted By ikorolev
Section "FILTER RULES" in man rsync...
Section "FILTER RULES" in man rsync (http://www.samba.org/ftp/rsync/rsync.html)
Forum: Solaris 09-21-2009
2,928
Posted By ikorolev
Administation multipathing MPXIO in solaris - man...
Administation multipathing MPXIO in solaris - man mpathadm (http://docs.sun.com/app/docs/doc/816-5166/mpathadm-1m?a=view)


1. Find the library for your multipathing driver:
mpathadm list...
Forum: Solaris 09-21-2009
22,126
Posted By ikorolev
For historical data 1. Uncomment the lines in...
For historical data
1. Uncomment the lines in /etc/init.d/perf file to enable system activity data gathering.
2. /etc/init.d/perf start
3. You will also need to uncomment the sa entries in the...
Forum: Solaris 09-21-2009
24,307
Posted By ikorolev
Script whohassocket -very usefull tool Tool...
Script whohassocket -very usefull tool

Tool for list processes and ports in Solaris (http://tools.unixpin.com/whohassocket.htm)
3,482
Posted By ikorolev
/usr/xpg4/bin/grep -v -f A.txt B.txt > C.txt ...
/usr/xpg4/bin/grep -v -f A.txt B.txt > C.txt
Source in russian (http://www.unixpin.com/wordpress/2009/08/05/egrep/)
Forum: Solaris 08-03-2009
27,105
Posted By ikorolev
It usefull to use on-line find helper ...
It usefull to use on-line find helper (http://find.unixpin.com/)
5 sec and you have result - "find . -mtime 30 -print"
1,841
Posted By ikorolev
/usr/xpg4/bin/grep -f /tmp/pattern.txt ...
/usr/xpg4/bin/grep -f /tmp/pattern.txt /tmp/my_file.txt
Forum: Solaris 07-27-2009
9,643
Posted By ikorolev
Very usefull IPMP reference - original in...
Very usefull IPMP reference - original in russian (http://www.unixpin.com/wordpress/2008/11/26/solaris-ipmp/) or translate -
IPMP without headache...
Forum: Solaris 07-27-2009
1,870
Posted By ikorolev
Several paths: 1. mirror root disk (for example...
Several paths:
1. mirror root disk (for example with Solaris volume manager)
2. Backup with ufsdump to another server (ufsdump 0f - / > /net/server/my_backup/root.dump and so on for others...
Forum: Solaris 12-08-2008
8,597
Posted By ikorolev
I guess thats RBAC can help you There cheat...
I guess thats RBAC can help you
There cheat sheet (http://www.unixpin.com/wordpress/2008/07/17/solaris-rba/), or docs.sun.com
Forum: HP-UX 12-08-2008
5,823
Posted By ikorolev
# netstat -in if nic look like lan0:24 - thats...
# netstat -in
if nic look like lan0:24 - thats virtual interface
5,530
Posted By ikorolev
may be you mean such? # cat answears.txt 123 ...
may be you mean such?
# cat answears.txt
123
yes
no
# script.sh < answears.txt

context of file answears.txt will send to STDIN of file script.sh
Forum: Solaris 11-20-2008
8,869
Posted By ikorolev
You can download script here ...
You can download script here (http://www.unixpin.com/wordpress/wp-content/uploads/2008/05/whohassocket.sh). This script will show what process listen ports.

Sample otput ...
Forum: Solaris 11-17-2008
2,735
Posted By ikorolev
If you using 2 cables and enable multipating...
If you using 2 cables and enable multipating software - stms (mpxio), then
in cases one of cables or one of controllers, or one of ports on disk array is broken - your server will work.
6,554
Posted By ikorolev
cat ~/merge_results2.txt | mailx -r...
cat ~/merge_results2.txt | mailx -r daemon@domain.com -s 'Sync merge between 2.0 and 2.5' user@domail.com



( source in russian ...
Forum: Ubuntu 10-19-2008
16,057
Posted By ikorolev
add next string into /etc/profile or ~/.profile...
add next string into /etc/profile or ~/.profile and relogin
DISPLAY="`who -m | cut -f2 -d'(' | cut -f1 -d')'`:0.0"
( source in russian - unixpin.com...
Forum: Linux 10-19-2008
2,830
Posted By ikorolev
Find helper (http://find.unixpin.com) will show...
Find helper (http://find.unixpin.com) will show most popular option find command
4,734
Posted By ikorolev
I can recommended you Find helper...
I can recommended you Find helper (http://find.unixpin.com) . It show most popular option of find and can be used like 'find wizard'
13,114
Posted By ikorolev
sftp use ssh protocol for copyng, you can...
sftp use ssh protocol for copyng, you can generate keys and put it on destination server.
man ssh-keygen
Forum: Linux 10-19-2008
18,854
Posted By ikorolev
1. check whats files is too large go to the...
1. check whats files is too large
go to the largest directory and repeat thats command
cd dir; du -ks ./* |sort +0n
2. check, what program use this file
fuser blablabla.log
if it possible - stop...
Forum: Solaris 10-16-2008
2,755
Posted By ikorolev
Can you show output of command: uname -a cat...
Can you show output of command:
uname -a
cat /etc/release
cat /etc/defaultrouter
ls -l /etc/hostname.*
Showing results 1 to 25 of 39

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