Search Results

Search: Posts Made By: udhayashankar
Forum: Solaris 07-04-2011
3,854
Posted By udhayashankar
Hope it should write the log file in...
Hope it should write the log file in /var/sadm/install_data path . If it still doesn't writes the log , Pls try to run the script in debug mode ..

ksh -x install.sh
Forum: Solaris 06-28-2011
3,854
Posted By udhayashankar
Pls check for the Verbose log which is written on...
Pls check for the Verbose log which is written on area /var/sadm/install_data/s10s_rec_cluster_verbose*
Forum: Solaris 07-20-2010
2,495
Posted By udhayashankar
Try using the below one...~! find <directory>...
Try using the below one...~!
find <directory> -exec grep -li "pattern" {} \;
4,882
Posted By udhayashankar
pls provide the script which s used for sending...
pls provide the script which s used for sending mail.........!
1,654
Posted By udhayashankar
first archive it through pax & then zip it...! ...
first archive it through pax & then zip it...!

1 . pax -w -f /path/filename.pax

2. gzip /path/filename.pax
1,859
Posted By udhayashankar
#grep pattern file_name #echo $?
#grep pattern file_name
#echo $?
Forum: Solaris 07-12-2010
19,976
Posted By udhayashankar
Try it in below format... hi how are hi...
Try it in below format...

hi how are
hi how u doing
echo " \n "
hellooo
gudmorning
Forum: Solaris 07-12-2010
12,294
Posted By udhayashankar
you can use lsof..!
you can use lsof..!
Forum: Solaris 07-12-2010
3,475
Posted By udhayashankar
try executing the below command , which will give...
try executing the below command , which will give the complete partitions details....

prtvtoc /dev/dsk/cxtxdxsx
Forum: Solaris 07-12-2010
6
1,979
Posted By udhayashankar
check whether telnet(23 port) & ssh (22 port) is...
check whether telnet(23 port) & ssh (22 port) is up & running on corresponding server.

netstat -na | grep 23
netstat -na | grep 22
Forum: Solaris 07-12-2010
48,305
Posted By udhayashankar
remove the route & add it again by route add -net...
remove the route & add it again by route add -net 200.44.46.0 -netmask 255.255.0.0 161.196.84.196 1
Forum: Solaris 07-12-2010
4,126
Posted By udhayashankar
If you want to run the script from windows to...
If you want to run the script from windows to unix & make it as automative...! Try the below options..

1. If ssh is installed on windows server , then exchange the appl id key to
unix box...
Forum: Solaris 07-12-2010
4,983
Posted By udhayashankar
You can't install putty on unix box. For sftp...
You can't install putty on unix box. For sftp purposes , you can use sftp binary from /usr/bin/sftp area.
Forum: Solaris 07-08-2010
3,071
Posted By udhayashankar
There is no specific commands to create sftp user...
There is no specific commands to create sftp user ID . You can use your Normal User accounts which is present in the system .

EG: sftp user@systemA
Forum: Solaris 07-08-2010
1,904
Posted By udhayashankar
1 > before migration, data need to be backed up...
1 > before migration, data need to be backed up if it is present on Raid 1 Vol.

2 > For Raid 5 you must have 3 disks minimum .

3 > metainit -r cxtxdxsx cxtxdxsx cxtxdxsx
Forum: Solaris 03-27-2010
2,612
Posted By udhayashankar
try for "ndd /dev/interface /?"
try for "ndd /dev/interface /?"
Forum: Solaris 03-27-2010
3,981
Posted By udhayashankar
We can't find the global zone hostname by logging...
We can't find the global zone hostname by logging into non-global zone .
11,775
Posted By udhayashankar
You can copy the file to any temp location. you...
You can copy the file to any temp location. you can the use command as "tail -f logfile | grep -i exception >>/tmp/app.err &". Else you the copy the logfile to /tmp location , & you can view the...
Forum: Solaris 02-12-2010
2,857
Posted By udhayashankar
I Hope there is no limit for files/directories to...
I Hope there is no limit for files/directories to be created on solaris..!
11,775
Posted By udhayashankar
I hope this command should work..! grep...
I hope this command should work..!

grep exception filename > location where to copy

Even though the file is getting appended , write time to file will have a gap.
Forum: Solaris 02-12-2010
26,690
Posted By udhayashankar
Kindly check whether the group oinstall,dba exist...
Kindly check whether the group oinstall,dba exist or not ..? Else create those groups first & then create your ID. I hope for oracle installation oracle(user),dba(group) is sufficient.
Forum: Solaris 02-12-2010
14,277
Posted By udhayashankar
I Hope in solaris 9 zones are not available ....
I Hope in solaris 9 zones are not available . Difference b/t global & non-global is global zone is nothing but the physical machine , non-global zone are the virutal OE . Even though zones are not...
Forum: Solaris 02-12-2010
4,827
Posted By udhayashankar
kindly do the mentioned one. ...
kindly do the mentioned one.
--------------------------->
1. mirror the os disk using the command "dd if=/dev/dsk/cxtxdxsx of=/dev/dsk/cxtxdxsx (second disk) bs=1024K.

2. Then try to using the...
Forum: Solaris 02-12-2010
17,464
Posted By udhayashankar
Is your system getting booted up...?
Is your system getting booted up...?
Forum: Solaris 02-12-2010
5,531
Posted By udhayashankar
Try using the below mentioned line on syslog.conf...
Try using the below mentioned line on syslog.conf place the machine name on @loghost, restart the syslogd daemon. Comment other lines.
*.* ifdef(`LOGHOST', /var/log/syslog, @loghost)
Showing results 1 to 25 of 32

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