Search Results

Search: Posts Made By: Reboot
Forum: Solaris 04-17-2012
3,115
Posted By Reboot
Hi you need to modify /etc/password file and put...
Hi you need to modify /etc/password file and put entry something like following :

ftpuser:x:101:100:FTP user only:/home/ftpadmin:/bin/ftpshell --->> OLDER

ftpuser:x:101:100:FTP user...
Forum: Solaris 04-17-2012
2,195
Posted By Reboot
Why ACL is getting activated on NFS mount..??
Hello All,

I am facing a strange problem ( for first time in it's own for the matter of fact ) :




Thanks.
5,085
Posted By Reboot
Thanks Pandeesh, These codes working the...
Thanks Pandeesh,

These codes working the way I wanted...!!!



Cheers.....!!!
5,085
Posted By Reboot
Thanks Pandeesh, But I can't specify the...
Thanks Pandeesh,

But I can't specify the hardcoded string, insted I need to use the variable only and provide value to awk command through the variable. It's script requirement.
5,085
Posted By Reboot
Passing shell variable to awk script
I want to pass a shell variable to awk script :

# cat file
PSAPSR3 3722000 91989.25 2 98
PSAPSR7 1562000 77000.1875 ...
20,198
Posted By Reboot
Mapping between "Pseudo name" and "Logical device ID" in powerpath with SVM changed....
Dear All,

I was having powerpath 5.2 on SUN server with SVM connected to CLARIION box.Please find the following output :


root # powermt display dev=all
Pseudo name=emcpower3a
CLARiiON...
12,858
Posted By Reboot
Please check for any hung process. One...
Please check for any hung process.

One similar issue occured with us.
Our SFV-490 server "/ file system" got full.
We checked for /var directory and any other large file, but we could't find...
Forum: What is on Your Mind? 10-22-2010
10,988
Posted By Reboot
I am from MUMBAI. Really coooool city....!!!!!:):)
I am from MUMBAI. Really coooool city....!!!!!:):)
6,752
Posted By Reboot
Yaa its same for "/0n" as well.It should give you...
Yaa its same for "/0n" as well.It should give you the out put.

Well what command syntex are you using...????


Thanks.
6,752
Posted By Reboot
you can check the activity on the TAPE DRIVE by...
you can check the activity on the TAPE DRIVE by following command :



In above example 4th col. is the speed of the drive.

Thanks.
6,197
Posted By Reboot
Hi, Please post the out-put of : #more...
Hi,
Please post the out-put of :


#more /etc/passwd /etc/group

:b:
4,292
Posted By Reboot
Hi, you can use something as : #ls...
Hi,

you can use something as :


#ls -lrth|awk '$8 == 2003 {print}'|wc -l


then change 2003 with 2004,2005,2006... etc.

:b:
3,800
Posted By Reboot
Are you using following script...???:confused: ...
Are you using following script...???:confused:


#!/usr/bin/ksh
echo "enter the full name of the first file:"
read f1
echo "enter the full name of the second file:"
read f2
comm $f1...
Forum: Solaris 06-03-2010
2,626
Posted By Reboot
Have a look in the man page of "metarename"...
Have a look in the man page of "metarename" command.
:b:
Forum: Solaris 06-03-2010
2,626
Posted By Reboot
Its a bit risky process...!!!! Is "d0" your...
Its a bit risky process...!!!!
Is "d0" your root file system....????
3,800
Posted By Reboot
Following are the assumptions for the new script...
Following are the assumptions for the new script :

1) You are providing the absolute path of both the FILES.


Now modify your script as follow :


#!/usr/bin/ksh
echo "enter the full...
3,800
Posted By Reboot
Could you post the exect script which you are...
Could you post the exect script which you are using...
Because its working for me...:confused::confused:
3,800
Posted By Reboot
You can use similar to following : ...
You can use similar to following :



#!/usr/bin/bash

printf "ENTER THE FULL NAME OF FIRST DIRECTORY : "
read d1
echo
printf "ENTER THE FULL NAME OF SECOND DIRECTORY : "
read d2
echo...
Forum: Solaris 06-01-2010
9,976
Posted By Reboot
Well I don't know much about "HDS 9500"...
Well I don't know much about "HDS 9500" storage,but in general you need to zone the host HBA Port ( V880 ) with the port on the Storage so that you host could see the storage.Zoning is done on the...
Forum: Solaris 06-01-2010
7,249
Posted By Reboot
Please find bellow link.... Disk Mirror in...
Please find bellow link....
Disk Mirror in Solaris 9 via Solaris Volume Manager (https://www.unix.com/solaris/37501-disk-mirror-solaris-9-via-solaris-volume-manager.html)

"Search" in "unix.com"...
Forum: Solaris 06-01-2010
9,976
Posted By Reboot
Which type or brand of storage you are...
Which type or brand of storage you are using...????
1,626
Posted By Reboot
#cat file_name|awk -F- '{print $10}'
#cat file_name|awk -F- '{print $10}'
1,532
Posted By Reboot
Above script do following : 1) It starts...
Above script do following :


1) It starts execution using "K-shell".
2) Then it execut "~/gateway/bin/gateway_env.sh" file in the home directory of the user executing the script.
3)...
1,626
Posted By Reboot
USE Following : #!/usr/bin/bash ...
USE Following :


#!/usr/bin/bash

File_Pattern=\*.zip
TMP_FILE=flagfile


Check[1]=`find $Directorypath -name "$File_Pattern" -type f -newer $TMP_FILE -print | sed 's;.*/;;'
if...
1,626
Posted By Reboot
Try this : # File to be looked upon ...
Try this :


# File to be looked upon

File_Pattern='*.zip'
TMP_FILE=flagfile


Check[1]=`find $Directorypath -name $File_Pattern -type f -newer $TMP_FILE -print | sed "s;.*/;;"

if...
Showing results 1 to 25 of 144

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