Search Results

Search: Posts Made By: GP81
Forum: Solaris 09-05-2013
41,288
Posted By GP81
On Solaris machine check if sshd is running: ...
On Solaris machine check if sshd is running:

svcs -p /network/ssh
If it is disabled then you must enable it

svcadm enable /network/ssh
If you still have problem, then check...
Forum: Solaris 06-06-2013
18,292
Posted By GP81
I would try # pkg set-publisher -g...
I would try

# pkg set-publisher -g file:/var/tmp/EMCpower/publisher/emc.com emc.com


Added part:
Just for clarification.
I wasn't sure the exact path to repo, because I didn't have access to...
Forum: Solaris 02-14-2013
3,712
Posted By GP81
Ok it was my mistake. -R works only with -p ...
Ok it was my mistake.
-R works only with -p
so you can do something like this

# uname -a
SunOS ldom 5.10 Generic_141414-01 ...
# showrev -p | grep 141414
Patch: 141414-01 Obsoletes: ...
Forum: Solaris 02-14-2013
3,712
Posted By GP81
# mkdir /a # beadm mount ABE /a # showrev -a...
# mkdir /a
# beadm mount ABE /a
# showrev -a -R /a
Forum: Solaris 02-13-2013
14,071
Posted By GP81
Did you enabled root login in...
Did you enabled root login in /etc/ssh/sshd_config?
There should be:

PermitRootLogin yes
Forum: Solaris 01-24-2013
3,044
Posted By GP81
On x86 devices names are c0d0p0 if they use fdisk...
On x86 devices names are c0d0p0 if they use fdisk partitions.
If they use slice, then it can be c0d0s0.
Drive c0d0 and c1d1 are different size? They have different amount of cylinders.
Post the...
Forum: Solaris 01-23-2013
1,410
Posted By GP81
Maybe some script? #!/bin/sh cat $1 |...
Maybe some script?

#!/bin/sh
cat $1 | while read LINE; do
exist=`grep $LINE $2`
if [ ! -z $exist ]; then
echo $exist >> exists_in_file1.txt
fi
done

server1 # ./diff.sh file1 file2
I...
Forum: Solaris 01-09-2013
4,218
Posted By GP81
As what user are you trying to execute this...
As what user are you trying to execute this command?
If it is regular user, then you must assign appropriate profile to that user account.
Forum: Solaris 12-28-2012
1,937
Posted By GP81
It's better to use "-m" rather than "-M. With low...
It's better to use "-m" rather than "-M. With low letter you can change value for specific service.

# inetadm | grep telnet

Now you know what is FMRI of telnet service.

# inetadm -m <telnet...
Forum: Solaris 11-14-2012
1,992
Posted By GP81
There are two methods to setup default project. ...
There are two methods to setup default project.
1. add entry in file /etc/user_attr for example:

gregory::::project=projectname
2. create project with a special name for example:
-user.gregory...
Forum: Solaris 11-09-2012
9,807
Posted By GP81
Information about physical disks: ...
Information about physical disks:

root@testserver # format
Information about SVM (SDS):

root@testserver # metastat
Information about ZFS:

root@testserver # zpool status
root@testserver #...
Forum: Solaris 11-08-2012
1,992
Posted By GP81
Configuration of kernel parameters for current...
Configuration of kernel parameters for current project can be displayed with this command:

root@testserver # prctl $$
If you want display parameters for project used by oracle you should login as...
Forum: Solaris 11-07-2012
43,297
Posted By GP81
First we must create new user account: ...
First we must create new user account:

root@testserver # useradd -d /export/home/george -m george
64 blocks
root@testserver # passwd george
New Password:
Re-enter new Password:
passwd:...
Showing results 1 to 13 of 13

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