Search Results

Search: Posts Made By: SysFe
Forum: Solaris 05-01-2010
13,879
Posted By SysFe
Have you tried to fsck the filesystem (without...
Have you tried to fsck the filesystem (without the typo visible in your first posting)?

fsck -y -m /dev/md/rdsk/d501

Were any disks from d39 the underlying cause of your system crash? That...
Forum: Infrastructure Monitoring 02-26-2010
12,847
Posted By SysFe
Can you check if there are applications active...
Can you check if there are applications active that during shutdown are stopped by "traditional" kill scripts (MQ, e.g.)?
ps -ef | grep K
Sometimes such a kill script can hang, causing the whole...
Forum: Solaris 02-24-2010
4,432
Posted By SysFe
I really fail to see the problem. From the...
I really fail to see the problem. From the original post I understood that you had to move DATA. In this case several techniques descrided above should work. I've moved entire databases between...
Forum: Solaris 02-23-2010
4,432
Posted By SysFe
I usually use the tar command when moving...
I usually use the tar command when moving filesystems:

cd pin02
tar cvf - . | (cd pin02_new;tar xvf -)

You have to do this as root. All permissions will be preserved.
Forum: Solaris 02-20-2010
18,848
Posted By SysFe
As I don't know the layout of your file...
As I don't know the layout of your file systems/metadevices, the following may seem a bit theoretical.

Extending a file system with SVM is done in two steps:
first you extend the metadevice in...
7,953
Posted By SysFe
I used the following line of code in Ubuntu ksh,...
I used the following line of code in Ubuntu ksh, but it should also work on Solaris ksh:

find <your starting directory> -ls | grep " d" | tr -s [:space:] | cut -d " " -f11
Showing results 1 to 6 of 6

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