Search Results

Search: Posts Made By: ikorolev
Forum: Solaris 10-20-2009
12,401
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,011
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,121
Posted By ikorolev
find . -ls
find . -ls
Forum: Solaris 10-01-2009
4,094
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,098
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,910
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,079
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,256
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,469
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,081
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,803
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,553
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,856
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,512
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,723
Posted By ikorolev
# netstat -in if nic look like lan0:24 - thats...
# netstat -in
if nic look like lan0:24 - thats virtual interface
5,496
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,858
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,682
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,537
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
15,998
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,824
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,724
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,099
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,802
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,737
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:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy