Search Results

Search: Posts Made By: GP81
Forum: Solaris 01-13-2014
939
Posted By GP81
/etc/shadow format is: ...
/etc/shadow format is:
username:password:lastchg:min:max:warn:inactive:expire:flag
warn is number of days before expiring the password and user is warned.
You can change this with passwd -w 7...
Forum: Solaris 09-05-2013
40,973
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-14-2013
4,613
Posted By GP81
You can try # zpool split if your...
You can try

# zpool split

if your release has that functionality.
Forum: Solaris 06-08-2013
4,638
Posted By GP81
Is raidctl works on that platform? If yes, then...
Is raidctl works on that platform?
If yes, then it could be helpful too.
Forum: Solaris 06-08-2013
3,006
Posted By GP81
I think that you confuse partition and slice....
I think that you confuse partition and slice. Partition is for DOS system where we have primary and extended partition and so on.
Now when you destroy your zpool you have that kind of partition but...
Forum: Solaris 06-07-2013
3,006
Posted By GP81
I understand what you want, but now disk is...
I understand what you want, but now disk is inaccessible from format command. My advice is to create zpool again. It will write new label to disk. Then you must destroy zpool but label will still...
Forum: Solaris 06-07-2013
4,638
Posted By GP81
@hicksd8 You are not alone :) @kerrygold ...
@hicksd8
You are not alone :)

@kerrygold
Is it zfs mirror?
Why don't you just detach submirror, and attach other 300GB disk?
Please post output from

# zpool status rpool
Forum: Solaris 06-07-2013
3,006
Posted By GP81
Did you try create zpool again? # zpool...
Did you try create zpool again?

# zpool create extra c8d1

It should write new label to disk and then you could destroy pool and modify label with format
Forum: Solaris 06-07-2013
7,459
Posted By GP81
HuaMin is it some kind of joke? There is...
HuaMin is it some kind of joke?
There is section "Manual Network Configuration" in that article.
There is everything step-by-step.

Please, post output from

#dladm
#ipadm
Forum: Solaris 06-07-2013
7,459
Posted By GP81
Exactly as Peasant said. Probably you have...
Exactly as Peasant said.
Probably you have delete it meanwhile and did not create again.
Use command

# ipadm
or

# dladm
to see current status of all your interfaces.
And make some...
Forum: Solaris 06-06-2013
18,094
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 06-06-2013
18,094
Posted By GP81
I'm not sure do you have repo directory inside...
I'm not sure do you have repo directory inside publisher, but it should be something like this.
Manual configuration:

# pkg set-publisher -g file:/var/tmp/EMCpower/publisher emcpower
or...
Forum: Solaris 06-06-2013
17,473
Posted By GP81
I think that your first method should work...
I think that your first method should work corectly.
In documentation everything is exactly like you did (old firmware version 1.2)

# ldm add-vdsdev /export/images/sol-10-u5-ga-sparc-dvd.iso...
Forum: Solaris 06-04-2013
6,702
Posted By GP81
Boot from cd/dvd, then mount disk and check what...
Boot from cd/dvd, then mount disk and check what is in /etc/shadow.
Maybe you just don't remember valid password, so you can edit /etc/shadow and remove password for root when you boot from cd/dvd.
Forum: Solaris 04-11-2013
4,918
Posted By GP81
Slice 2 is a whole disk Below is output from...
Slice 2 is a whole disk
Below is output from format

Total disk cylinders available: 65533 + 2 (reserved cylinders)

Part Tag Flag Cylinders Size Blocks
0 ...
Forum: Solaris 03-20-2013
1,791
Posted By GP81
# dfshares <hostname or ip>
# dfshares <hostname or ip>
Forum: Solaris 02-25-2013
12,857
Posted By GP81
Maybe something like this, but I'm not sure is...
Maybe something like this, but I'm not sure is this the best way.

# cd /var/mail
# > root


I assume that we are talking about root account.
You can backup this file before you clear it.
Forum: Solaris 02-14-2013
3,566
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,566
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
13,778
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 02-11-2013
1,867
Posted By GP81
Yes it is normal. Therefore, you can use #...
Yes it is normal.
Therefore, you can use # prstat -z zoneid to see processes which are running in non-global zones.
Forum: Solaris 02-10-2013
3,500
Posted By GP81
Did you try # umount -f /exports ?
Did you try

# umount -f /exports

?
Forum: Solaris 02-10-2013
3,178
Posted By GP81
Please post the output of: # cfgadm -al #...
Please post the output of:

# cfgadm -al
# raidctl -l

I think that one of devices c0t0d0, c1t0d0 is a CDROM.
What is in /etc/vfstab after restoration (before you modify this file)?
Forum: Solaris 02-08-2013
1,876
Posted By GP81
Add mailhost with correct IP to your /etc/hosts
Add mailhost with correct IP to your /etc/hosts
Forum: Solaris 02-03-2013
4,364
Posted By GP81
# prctl $$ with this command you can list...
# prctl $$

with this command you can list some parameters from current shell. It is projects related command.
For example starting from Solaris 10 projects are used for tuning kernel parameters...
Showing results 1 to 25 of 65

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